• [00:00:29] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagle
  • [00:00:29] * Topic is 'http://beagleboard.org/chat has a guide on how to ask questions and links to the logs | never ask to ask, just ask | be patient | pastebin a boot log | http://ahsoftware.de/Beaglebone_Black_Boot_explained.svg | BBB is being sold faster than produced. Order one and wait. There is no other way. | http://beagleboard.org/latest-images | http://beagleboard.org/Support/bone101'
  • [00:00:29] * Set by KotH!~attila@lou-outside.kinali.ch on Fri Apr 18 13:56:18 UTC 2014
  • [00:00:30] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beagleboard
  • [00:00:30] * BeagleBot (~PircBot@ec2-50-17-196-130.compute-1.amazonaws.com) has joined #beaglebone
  • [00:01:27] * rob_w (~rob@unaffiliated/rob-w/x-1112029) Quit (Quit: Leaving)
  • [00:04:35] * vorsorken (~vorsorken@169.237.108.223) Quit (Quit: leaving)
  • [00:05:04] * drkfdr (~darkfader@ip3e8346be.speed.planet.nl) Quit (Quit: Read error: Connection reset by peer)
  • [00:10:01] * robmurrer (~robmurrer@68.202.181.210) has joined #beagle
  • [00:11:32] * emeb (~ericb@ip68-2-121-228.ph.ph.cox.net) Quit (Quit: Leaving.)
  • [00:11:39] * kiwichris (~kiwichris@msc1401703.lnk.telstra.net) has joined #beagle
  • [00:14:09] * mhaberler (~mhaberler@extern-190.stiwoll.mah.priv.at) Quit (Quit: mhaberler)
  • [00:14:40] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) Quit (Remote host closed the connection)
  • [00:19:27] * SiC (Simon@cpc12-aztw24-2-0-cust193.aztw.cable.virginm.net) Quit (Ping timeout: 255 seconds)
  • [00:20:46] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) has joined #beagle
  • [00:23:52] <anxt> ok, what do I need to do to make a linux desktop present a virtual ethernet on USB when I plug a BBB?
  • [00:24:26] <anxt> "couldn't find available UDC"? what does this mean?
  • [00:24:43] <veremit> have you compiled in the usb gadget drivers?
  • [00:24:50] <veremit> there's about 3/4 options for them
  • [00:25:12] <anxt> I have tried. I expect I need to use g_multi
  • [00:25:31] <veremit> g_multi is one .. g_ether is another
  • [00:26:14] <anxt> could you pastebin your .config by any chance?
  • [00:26:45] <veremit> hmm not using usb with linux .. plain old CAT5 wire :) never fails .. almost.
  • [00:27:14] <veremit> even wifi is easier imho.
  • [00:27:39] <veremit> well not quite :)
  • [00:27:52] <veremit> sec lets see if my debian box has got enough built-in to pull up the one on the floor here .......
  • [00:27:56] <anxt> hmm, maybe I could set a static IP on the ethernet coming in via /dev/ttyACM
  • [00:28:03] <hahainternet> yeah so slightly after 10 mins after booting the latest image off microsd
  • [00:28:07] <hahainternet> it just halts
  • [00:28:12] <hahainternet> what's going on?
  • [00:30:02] <veremit> nope .. no gadget on my beagle .. never configured in my custom build
  • [00:30:28] <veremit> more hassle than its worth .. but jkridner etc seem to think its the best way to get started -shrug- :p
  • [00:30:34] * zodiac1111 (~zodiac111@123.157.223.146) has joined #beagle
  • [00:30:52] <veremit> clearly they weren't brought up on serial consoles and plain old ethernet ;)
  • [00:31:02] <veremit> telnet etc
  • [00:32:42] * ideletemyself (~delete@24-121-244-192.npg.sta.suddenlink.net) has joined #beagle
  • [00:33:14] <anxt> CONFIG_USB_NET_CDC_EEM
  • [00:33:15] <anxt> hmm
  • [00:35:17] <anxt> so modprobe g_ether puts " couldn't find an available UDC" to the log
  • [00:36:22] <ds2> do you have another gadget device loaded?
  • [00:36:26] <ds2> or compiled in?
  • [00:38:09] <anxt> yes, I think on both
  • [00:38:20] <anxt> i tried rmmodding everything
  • [00:38:27] <anxt> rebooting even
  • [00:38:43] <anxt> do I need a USB peripheral controller?
  • [00:39:03] * metasansana (~master@unaffiliated/metasansana) Quit (Quit: Leaving)
  • [00:39:47] <anxt> i can try and remove everything usb and modprobe g_ether
  • [00:40:25] <anxt> rmmod usb_f_mass_storage usb_f_rndis u_ether libcomposite
  • [00:40:51] <anxt> + udc_core
  • [00:41:14] <anxt> maybe I need to tell udev to leave it the _*#( alone?
  • [00:41:23] <veremit> it should *just work* :p
  • [00:41:42] <ds2> Yes you do need one
  • [00:41:42] <veremit> on the 1/2 occasions I tried it once I got the drivers compiled I think it did
  • [00:41:46] <anxt> I am somewhat competent, and the last 5 hours are singing a different tune
  • [00:41:50] <ds2> thankfully, OTG controllers include one of them
  • [00:42:27] <anxt> I need OTG support on the desktop side?
  • [00:42:51] <veremit> just gadget iirc
  • [00:43:07] <veremit> but you will need some form of usb driver .. or else you won't get usb ports enumerated :P
  • [00:43:25] <veremit> you should see somethign happen in dmesg when you plug the beagle in
  • [00:43:35] <veremit> even if its just port blah blah blah
  • [00:43:45] <anxt> i get usb mass storage attached
  • [00:43:58] <anxt> i can even use /dev/ttyACM to talk to it
  • [00:44:08] <anxt> no usb virtual ethernet
  • [00:44:57] <veremit> wrong gadget driver then ;P
  • [00:45:23] <veremit> did you do g_multi ?
  • [00:45:29] <veremit> I can't remember which does which
  • [00:45:38] <anxt> tried it too
  • [00:45:47] <anxt> no UDC
  • [00:45:54] <veremit> perhaps its falling back
  • [00:45:58] <anxt> ok, so say I want to use the ethernet port
  • [00:46:11] * dj_pi (~dj@c-107-5-25-243.hsd1.mi.comcast.net) has joined #beagle
  • [00:46:11] <anxt> there is no eth0 on the shell, and lspci doesn't work
  • [00:46:21] <anxt> i suppose maybe there is no pci bus on the BBB
  • [00:46:39] <veremit> no there isn't :)
  • [00:46:41] <kiwichris> Any video mode help about ? I loaded the latest debian on to a black and edid is reporting "Mode "1920x1080"" but the list modes reported by DRM is "1280x720". How can I get the resolution up 1920x1080 ?
  • [00:46:43] <veremit> nor bridges, etc
  • [00:46:44] * ClarusCogitatio (~ClarusCog@23.94.34.174) Quit (Ping timeout: 264 seconds)
  • [00:47:08] <anxt> hmm, ifconfig eth0 up shows it
  • [00:47:13] <anxt> i'll try and assign an IP
  • [00:47:59] <anxt> oh yay, I am pinging the outside world
  • [00:48:13] <veremit> what kernel version are you using?
  • [00:48:19] <veremit> beagle will dhcp :)
  • [00:48:46] <anxt> yay, dhclient gives me a default route
  • [00:49:05] <anxt> Linux beaglebone 3.8.13-bone47
  • [00:49:18] <anxt> freaking epic, what a waste of time the last 4 hours were
  • [00:49:53] <anxt> hmm, can I apt-get?
  • [00:49:55] * ClarusCogitatio (~ClarusCog@23.94.34.174) has joined #beagle
  • [00:49:58] <veremit> sure
  • [00:50:01] <veremit> gadget is a pain
  • [00:50:35] <anxt> is this a uclibc or glibc?
  • [00:50:50] <anxt> wow i have gcc
  • [00:50:52] <anxt> excellent
  • [00:51:01] <veremit> ofc
  • [00:51:29] <anxt> ahh, a different compiler?
  • [00:51:40] <anxt> what is ofc?
  • [00:51:44] <veremit> of course :p
  • [00:51:48] <veremit> txt spk :D
  • [00:52:54] <ds2> the USB contrllers on the BBB is a OTG Controller
  • [00:53:04] <ds2> if you got mass torage then you have someting else running
  • [00:53:56] * mrpacket_ (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [00:53:56] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Read error: Connection reset by peer)
  • [00:53:58] <anxt> now to try and build libaacplus
  • [00:54:17] <veremit> lmao good luck :)
  • [00:55:00] <anxt> oh i should be a rockstar at this dance
  • [00:55:07] * NotWired (~notwired@107.191.33.13) Quit (Ping timeout: 264 seconds)
  • [00:55:28] <veremit> ds2 .. I'm pretty sure the OTG is just a 'wrapper' effectively .. it should support serial, ethernet AND mass storage
  • [00:56:01] <ds2> eh?
  • [00:56:04] <ds2> OTG Is not a wrapper
  • [00:56:05] <veremit> perhaps not simultaneously though :D
  • [00:56:50] <veremit> ok its a physical layer .. not a protocol either
  • [00:57:25] <ds2> OTG is a protocol
  • [00:57:37] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) Quit (Remote host closed the connection)
  • [00:57:40] <ds2> GND ID and it is a host, Float ID and it is a device
  • [00:57:51] <veremit> eh ok there is a protocol
  • [00:57:52] <ds2> pulse VBUS and things can switch
  • [00:58:19] <ds2> in the case of the BB, ID is either hard grounded or floated to do the 2 ports
  • [00:59:45] <anxt> is one supposed to shut a BBB down cleanly?
  • [00:59:53] <ds2> yes.
  • [01:00:01] <ds2> the BBB is just another Linux device.
  • [01:00:03] <anxt> there must be a guide to mount / ro and use a ramdisk for /var?
  • [01:00:25] <ds2> if you want that, use Angstrom.
  • [01:00:44] <anxt> oh, I had better google about this Angstrom
  • [01:00:49] <anxt> this is a distro I think
  • [01:01:09] <anxt> I have pissed with buildroot, but its frustrating at times
  • [01:01:11] <veremit> it can be done in debian .. I wouldn't try in ubuntu though
  • [01:01:36] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Ping timeout: 245 seconds)
  • [01:02:07] <anxt> i have a gentoo, but I could probably untar a debian in a chroot or something
  • [01:02:39] <veremit> if you're familiar with gentoo you should be fine
  • [01:02:54] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) has joined #beagle
  • [01:03:07] <ds2> Angstrom should have it setup that way out of the box
  • [01:03:46] <veremit> it didn't last time I used it on an embedded board :)
  • [01:04:14] * RicPoirier (adb0c070@gateway/web/freenode/ip.173.176.192.112) Quit (Ping timeout: 246 seconds)
  • [01:04:31] <veremit> all the arm/etc boards I've found ro rootfs have a custom rootfilesys
  • [01:04:46] <veremit> my 3g router is squashfs and an ip camera we're working with is cramfs
  • [01:05:21] <veremit> that said .. angstrom is capable of all sorts of things
  • [01:05:36] <veremit> I just never got into it :D
  • [01:06:05] <veremit> its not the easiest thing to set up when I've tried
  • [01:07:00] * alexanderhiam (~alexander@c-24-147-39-41.hsd1.nh.comcast.net) Quit (Quit: Leaving)
  • [01:07:24] <hahainternet> so no matter what with the examples in the default web ide thing, i can't get P9_14 to output any sort of high frequency square wave
  • [01:07:41] <anxt> impressive piece of kit
  • [01:07:54] <hahainternet> using adafruit_bbio and PWM.start("P9_14", 1, 20000) the bb actually outputs a 1hz square wave with 50% duty cycle
  • [01:07:58] <anxt> high frequency square waves don't exist
  • [01:08:07] <hahainternet> anxt: high frequency being 'above 1hz plz'
  • [01:08:14] * Deeds (45a58b61@gateway/web/freenode/ip.69.165.139.97) has joined #beagle
  • [01:08:18] <anxt> oh, well those can look pretty square
  • [01:08:20] <ds2> veremit: I think that is a matter of passing ro to the kernel option or something like that. most writeable files has been redirected to a ramdisk
  • [01:08:22] <hahainternet> it doesn't really matter if it turns into a sine wave, the problem is the beaglebone not actually working
  • [01:08:22] <anxt> you have a scope?
  • [01:08:25] <hahainternet> yes
  • [01:08:44] <veremit> ds2 .. quite probably
  • [01:09:13] <veremit> hahainternet .. is the pwm bein set up correctly? and that pin can be muxed ot a pwm, or is already?
  • [01:09:28] <veremit> frequeny isn't some strange units?
  • [01:09:42] * pwillard (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) has joined #beagle
  • [01:09:45] <weatherhead99> hi all, I am having trouble getting the beaglebone-universal-io device overlay to work. I get "file exists" error
  • [01:09:46] <veremit> and is the adafruit library compatible with tht eBlack, if its the BBB you're using?
  • [01:09:55] <veremit> with^the
  • [01:10:05] <hahainternet> veremit: i'm thinking that it hasn't been muxed out as PWM but it does square wave at 1hz, which is odd
  • [01:10:14] <hahainternet> going through device overlays now to see if i can explicitly set it
  • [01:10:25] <hahainternet> too lazy to go through offsets and mode bits
  • [01:10:48] <veremit> sounds like a mode bit missing somewhere
  • [01:10:54] <veremit> or a clock not configured
  • [01:10:58] <veremit> that kinda thing
  • [01:11:11] <veremit> the 1hz wave is probably a red herring
  • [01:11:14] <hahainternet> veremit: do you know if timer4-timer7 can be used to output a set frequency?
  • [01:11:24] <veremit> not off the top of my head, sorry, no.
  • [01:11:32] <hahainternet> from some googling it seems that PWM frequency can go to reasonably high freqs
  • [01:11:38] <hahainternet> but i'd like to drive this at 20Mhz or more
  • [01:11:42] <veremit> should go into the khz
  • [01:11:51] <veremit> I'd be surprised in the mhz
  • [01:11:58] <hahainternet> yeah that's my problem
  • [01:12:14] <veremit> need to look into the PRUs perhaps
  • [01:12:38] <veremit> they're better for high speed / low latency stuff
  • [01:12:47] <veremit> ie. MHz++
  • [01:14:13] <hahainternet> oh interesting, i didn't realise the PWMs weren't driven by them already
  • [01:14:22] <hahainternet> looks slightly annoying to code for but a square wave should be simple enough
  • [01:14:36] <hahainternet> also looks like pwm pin is in mode 7 not 6
  • [01:14:52] <hahainternet> which is gpio not pwm, although i thought the cloud io stuff was supposed to set it, maybe i'm using it incorrectly
  • [01:15:05] <hahainternet> i'll set up a device tree entry for that and keep reading the pru docs, thanks veremit
  • [01:16:36] <veremit> yeah you might need to configure a pwm clock from an old article I'm reading .. but this is kernel 3.2 lol
  • [01:16:41] <veremit> ancient history
  • [01:17:04] <veremit> and check the mux .. but that might be defaulted .. depends how you've rolled your system
  • [01:17:14] <veremit> check and double-check, as always :) and look for errors!
  • [01:18:17] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [01:18:47] <hahainternet> yeah no that is likely the cause, i checked the pinmux pin entry in the sysfs tree and it looks like it's in mode 7
  • [01:18:51] <hahainternet> so that would be generic gpio
  • [01:19:43] <veremit> d'oh :D
  • [01:20:42] * Starduster (~user@unaffiliated/starduster) Quit (Read error: Connection reset by peer)
  • [01:22:05] <hahainternet> the device tree overlay stuff is frustrating but i'll get through that
  • [01:22:11] <hahainternet> the PRU stuff looks hilariously complex
  • [01:22:31] <veremit> yeah I know jack about the PRU really .. except that its Good :) lol
  • [01:29:22] * Humpelst1lzchen (erik@e177143254.adsl.alicedsl.de) has joined #beagle
  • [01:31:41] * dogrocket (dogrocket@pool-72-91-237-87.tampfl.fios.verizon.net) Quit (Ping timeout: 244 seconds)
  • [01:33:14] * Humpelstilzchen (erik@e177142050.adsl.alicedsl.de) Quit (Ping timeout: 260 seconds)
  • [01:39:54] * pwillard (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) Quit (Quit: Leaving)
  • [01:40:37] * dieterg (~dieterg@180.253.96.62) has joined #beagle
  • [01:45:43] * jkridner (~jkridner@pdpc/supporter/active/jkridner) Quit (Remote host closed the connection)
  • [01:46:27] * divine (~divine@2001:470:8247:1::42) has joined #beaglebone
  • [01:52:26] * Amperture (~Amperture@107-207-76-17.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 240 seconds)
  • [02:03:07] * LordWillO (~LordWillO@cpe-76-188-188-110.neo.res.rr.com) Quit (Read error: Connection reset by peer)
  • [02:04:48] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [02:09:57] * The_Ball (~ballen@c114-77-179-73.hillc3.qld.optusnet.com.au) has joined #beagle
  • [02:14:18] * The_Ball (~ballen@c114-77-179-73.hillc3.qld.optusnet.com.au) Quit (Ping timeout: 260 seconds)
  • [02:21:35] * Deeds (45a58b61@gateway/web/freenode/ip.69.165.139.97) Quit (Ping timeout: 246 seconds)
  • [02:25:50] * jedahan (~jedahan@subtle/user/jedahan) has joined #beagle
  • [02:28:08] * robmurrer (~robmurrer@68.202.181.210) Quit ()
  • [02:31:24] * jedahan_ (~jedahan@subtle/user/jedahan) has joined #beagle
  • [02:33:10] * jedahan (~jedahan@subtle/user/jedahan) Quit (Ping timeout: 244 seconds)
  • [02:33:55] * danw (~danw@host-89-241-153-11.as13285.net) has joined #beagle
  • [02:34:19] * danw is now known as Guest5130
  • [02:34:43] * weatherhead99 (~danw@host-89-241-153-11.as13285.net) Quit (Ping timeout: 244 seconds)
  • [02:34:52] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [02:48:23] * Kru_ (bd521aa4@gateway/web/freenode/ip.189.82.26.164) has joined #beagle
  • [02:49:10] * abnormal (~abnormal@221.sub-70-209-131.myvzw.com) has joined #beagle
  • [02:50:01] <Kru_> Hi, someone had changed the tps6521 from beaglebone
  • [02:50:55] * jedahan_ (~jedahan@subtle/user/jedahan) Quit (Quit: ZZZzzz…)
  • [02:54:25] * Shadyman (~matthew@unaffiliated/shadyman) has joined #beagle
  • [02:54:50] <abnormal> what are you referring to?
  • [02:55:20] <Kru_> BB white
  • [02:55:22] * jkridner (~jkridner@pdpc/supporter/active/jkridner) has joined #beagle
  • [02:55:22] * ChanServ sets mode +o jkridner
  • [02:56:03] <abnormal> ok, I only have the black... sorry
  • [02:56:15] <veremit> I assume the PMIC is different on the older board .. which hardly surprises me
  • [02:58:41] <Kru_> The PMIC from my BB white doesn't work...
  • [03:00:06] <veremit> I think you need to explain better what you're trying to do .. or expecting to work .. or Something ..
  • [03:00:16] <veremit> but me .. I've gotta go sleep .. so .. nite all I-)
  • [03:00:38] * veremit (~veremit@unaffiliated/veremit) Quit (Quit: <Insert witty quit message here>)
  • [03:03:42] * GPSFan (~kenm@64.92.145.112) Quit (Remote host closed the connection)
  • [03:09:06] * dj_pi (~dj@c-107-5-25-243.hsd1.mi.comcast.net) Quit (Ping timeout: 245 seconds)
  • [03:09:24] <abnormal> Kru_, are you talking about the component on the BBW?
  • [03:09:49] <ds2> the BBW and BBB has different versions of the PMIC to support the different memory
  • [03:09:53] <ds2> different voltage requirements
  • [03:11:49] * day (~day@unaffiliated/day) Quit (Ping timeout: 255 seconds)
  • [03:14:14] * day (~day@unaffiliated/day) has joined #beagle
  • [03:21:16] <abnormal> well I was wondering.. seems there's complaints about it on google...
  • [03:22:15] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) Quit (Remote host closed the connection)
  • [03:22:24] * dogrocket (dogrocket@pool-72-91-199-13.tampfl.fios.verizon.net) has joined #beagle
  • [03:22:28] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) has joined #beagle
  • [03:24:00] * abnormal (~abnormal@221.sub-70-209-131.myvzw.com) Quit (Quit: Leaving)
  • [03:24:04] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Ping timeout: 260 seconds)
  • [03:31:04] * symgryph (6362ba64@gateway/web/freenode/ip.99.98.186.100) has joined #beaglebone
  • [03:32:19] * symgryph (6362ba64@gateway/web/freenode/ip.99.98.186.100) has joined #beagle
  • [03:33:21] <symgryph> anyone here?
  • [03:34:37] * georgec1 (~george@61.95.193.238) has joined #beagle
  • [03:34:48] * georgec (~george@61.95.193.239) Quit (Remote host closed the connection)
  • [03:34:48] * jbdatko (~jbdatko@fsf/member/jbdatko) has left #beagle
  • [03:35:51] * symgryph (6362ba64@gateway/web/freenode/ip.99.98.186.100) Quit (Client Quit)
  • [03:36:29] * symgryph (6362ba64@gateway/web/freenode/ip.99.98.186.100) has joined #beagle
  • [03:37:12] * jbdatko (~jbdatko@fsf/member/jbdatko) has joined #beagle
  • [03:37:18] <symgryph> Hello Josh
  • [03:41:48] * Kru_ (bd521aa4@gateway/web/freenode/ip.189.82.26.164) Quit (Quit: Page closed)
  • [03:43:46] * Guest5130 (~danw@host-89-241-153-11.as13285.net) Quit (Ping timeout: 255 seconds)
  • [03:45:53] <symgryph> is RCN-ee on?
  • [03:49:54] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [03:53:46] * DarkSector (~pronoy@unaffiliated/pronoy) has joined #beagle
  • [03:54:11] <DarkSector> So I just re flashed my BBB and the LED pattern I see is 4 lights on and then led lights going left to right
  • [03:54:27] <DarkSector> That isn't normal is it?
  • [03:54:33] <DarkSector> Where can I find LED error codes?
  • [03:55:03] <DarkSector> So basically it's going D0>D1>D2>D3 and then D3>D2>D1>D0
  • [03:55:11] <DarkSector> and it's going on and on
  • [04:00:50] * symgryph (6362ba64@gateway/web/freenode/ip.99.98.186.100) has joined #beaglebone
  • [04:03:46] * mmattice (mmattice@unaffiliated/mmattice) Quit (Quit: leaving)
  • [04:04:27] * Zygo (foobar@startkeylogger.hungrycats.org) Quit (Remote host closed the connection)
  • [04:04:44] <symgryph> Was wondering if Robert Nelson got a chance to do the patches? Looks like you fixed cryptodev. Thanks!
  • [04:08:43] * Zygo (foobar@startkeylogger.hungrycats.org) has joined #beagle
  • [04:13:04] <DarkSector> Oh wait, that's correct
  • [04:13:07] <DarkSector> it's supposed to work that way
  • [04:13:08] <DarkSector> nvm.
  • [04:13:10] <DarkSector> later
  • [04:13:12] * DarkSector (~pronoy@unaffiliated/pronoy) has left #beagle
  • [04:29:43] * ficode (~ficode@ip-64-250-227-228.lasvegas.net) Quit (Ping timeout: 240 seconds)
  • [04:29:54] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-drkkwvpwlbvpjnns) has joined #beagle
  • [04:30:34] * ficode (~ficode@ip-64-250-227-228.lasvegas.net) has joined #beagle
  • [04:32:32] * zodiac1111 (~zodiac111@123.157.223.146) Quit (Ping timeout: 244 seconds)
  • [04:32:48] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) has joined #beaglebone
  • [04:33:00] * zodiac1111 (~zodiac111@112.213.99.210) has joined #beagle
  • [04:44:14] * DLPeterson (~hazelnuss@73.170.105.50) Quit (Quit: leaving)
  • [04:49:08] * jpirko (~jirka@ip-94-113-123-10.net.upcbroadband.cz) has joined #beagle
  • [04:51:02] * ideletemyself (~delete@24-121-244-192.npg.sta.suddenlink.net) Quit (Remote host closed the connection)
  • [04:53:09] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
  • [05:05:48] * nope3000 (~nope3000@cpe-66-25-66-254.satx.res.rr.com) has joined #beagle
  • [05:09:26] * zodiac1111 (~zodiac111@112.213.99.210) Quit (Ping timeout: 250 seconds)
  • [05:15:03] * emanresu404 (~emanresu4@cpe-76-169-162-214.socal.res.rr.com) has joined #beagle
  • [05:19:07] * mnt_real (~mnt_real@unaffiliated/mnt-real/x-5039713) Quit (Ping timeout: 240 seconds)
  • [05:24:21] * lyakh (~lyakh@xdsl-85-197-17-119.netcologne.de) has joined #beagle
  • [05:24:42] * dwery (~dwery@nslu2-linux/dwery) Quit (Ping timeout: 260 seconds)
  • [05:26:20] * zodiac1111 (~zodiac111@123.157.223.146) has joined #beagle
  • [05:31:06] * Sauvin (~Savinus@about/linux/staff/sauvin) has joined #beagle
  • [05:38:30] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [05:51:03] * nslu2-log (~nslu2-log@140.211.169.184) Quit (Quit: Disconnecting from stoned server.)
  • [05:51:29] * nslu2-log (~nslu2-log@140.211.169.184) has joined #beaglebone
  • [05:51:29] * nslu2-log (~nslu2-log@140.211.169.184) has joined #beagle
  • [05:51:29] * nslu2-log (~nslu2-log@140.211.169.184) has joined #beagleboard
  • [05:53:54] * cyraxjoe (~joe@189.224.4.193) has joined #beagle
  • [05:54:34] * MightyJoe (~joe@189.224.4.193) Quit (Quit: No Ping reply in 180 seconds.)
  • [05:55:26] * symgryph (6362ba64@gateway/web/freenode/ip.99.98.186.100) Quit (Ping timeout: 246 seconds)
  • [05:56:52] * Mio-chan (~Mio-chan@unaffiliated/mio-chan) Quit (Quit: Leaving)
  • [05:58:03] * 17SAA1J7Y (~jaw22@75-172-89-185.tukw.qwest.net) has joined #beagle
  • [05:58:28] * Amperture (~Amperture@107-207-76-17.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [06:04:57] * tema (~tema@178-16-155-142.obit.ru) Quit (Ping timeout: 240 seconds)
  • [06:10:59] * guilhermebr (uid14771@gateway/web/irccloud.com/x-kixkdxjtxlumctdv) Quit (Ping timeout: 260 seconds)
  • [06:11:55] * dys (~user@2a01:1e8:e100:8296:21a:4dff:fe4e:273a) Quit (Ping timeout: 260 seconds)
  • [06:12:51] * edk (edk@unaffiliated/edk) Quit (Ping timeout: 260 seconds)
  • [06:13:42] * edk (edk@2a01:7e00:e001:1515::) has joined #beagle
  • [06:13:47] * edk (edk@2a01:7e00:e001:1515::) Quit (Changing host)
  • [06:13:47] * edk (edk@unaffiliated/edk) has joined #beagle
  • [06:14:28] * guilhermebr (uid14771@gateway/web/irccloud.com/x-pecpplvgipkbepjs) has joined #beagle
  • [06:14:41] * Electric_Monk (~colin@c-24-6-121-109.hsd1.ca.comcast.net) has joined #beagle
  • [06:20:33] * NulL` (~bleh1@46.226.191.223) has joined #beagle
  • [06:23:05] * ruben-ikmaak (~sikko@541A275B.cm-5-3a.dynamic.ziggo.nl) Quit (Remote host closed the connection)
  • [06:25:04] * ruben-ikmaak (~sikko@541A275B.cm-5-3a.dynamic.ziggo.nl) has joined #beagle
  • [06:25:08] * emanresu404 (~emanresu4@cpe-76-169-162-214.socal.res.rr.com) Quit (Quit: Leaving)
  • [06:25:25] * 17SAA1J7Y (~jaw22@75-172-89-185.tukw.qwest.net) has left #beagle
  • [06:25:45] * zodiac1111 (~zodiac111@123.157.223.146) Quit (Read error: Connection reset by peer)
  • [06:26:27] * kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka) has joined #beagle
  • [06:29:42] * mhaberler (~mhaberler@extern-190.stiwoll.mah.priv.at) has joined #beagle
  • [06:29:42] * mhaberler (~mhaberler@extern-190.stiwoll.mah.priv.at) has joined #beaglebone
  • [06:34:57] * nope3000 (~nope3000@cpe-66-25-66-254.satx.res.rr.com) Quit (Quit: Leaving)
  • [06:35:33] * woglinde (~henning@fb-n15-11.unbelievable-machine.net) has joined #beagle
  • [06:37:17] * bearsh|work (~quassel@222-92.77-83.cust.bluewin.ch) has joined #beagle
  • [06:42:01] * zodiac1111 (~zodiac111@27.122.15.91) has joined #beagle
  • [06:44:03] * phant0mas (~quassel@athedsl-267657.home.otenet.gr) has joined #beagle
  • [06:46:50] * zodiac1111 (~zodiac111@27.122.15.91) Quit (Ping timeout: 240 seconds)
  • [06:47:44] * emanresu404 (~emanresu4@cpe-76-169-162-214.socal.res.rr.com) has joined #beagle
  • [06:49:24] * ion (ion@heh.fi) Quit (Excess Flood)
  • [06:51:00] * ion (ion@heh.fi) has joined #beagle
  • [06:55:41] * dys (~user@2a01:1e8:e100:8296:21a:4dff:fe4e:273a) has joined #beagle
  • [06:58:23] * kiwichris (~kiwichris@msc1401703.lnk.telstra.net) Quit ()
  • [06:59:57] * jpfau|away is now known as jpfau
  • [07:01:19] * djerome (~djerome@ip24-251-115-14.ph.ph.cox.net) Quit (Remote host closed the connection)
  • [07:03:52] * linuxnewb2 (~linuxnewb@unaffiliated/linuxnewb2) Quit (Ping timeout: 260 seconds)
  • [07:05:39] * zodiac1111 (~zodiac111@112.213.99.210) has joined #beagle
  • [07:06:20] * tema (~tema@ppp89-110-17-74.pppoe.avangarddsl.ru) has joined #beagle
  • [07:10:43] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-drkkwvpwlbvpjnns) Quit (Quit: Connection closed for inactivity)
  • [07:13:14] * linuxnewb2 (~linuxnewb@unaffiliated/linuxnewb2) has joined #beagle
  • [07:13:36] * melonipoika (~quassel@91-158-65-146.elisa-laajakaista.fi) has joined #beagle
  • [07:15:43] * NulL` (~bleh1@46.226.191.223) Quit (Ping timeout: 255 seconds)
  • [07:17:52] * emanresu404 (~emanresu4@cpe-76-169-162-214.socal.res.rr.com) Quit (Ping timeout: 244 seconds)
  • [07:18:16] * emanresu404 (~emanresu4@cpe-76-169-162-214.socal.res.rr.com) has joined #beagle
  • [07:19:32] * linuxnewb2 (~linuxnewb@unaffiliated/linuxnewb2) Quit (Ping timeout: 250 seconds)
  • [07:20:54] * tema (~tema@ppp89-110-17-74.pppoe.avangarddsl.ru) Quit (Ping timeout: 260 seconds)
  • [07:21:19] * Mounicq1 (~Thunderbi@67.85.89.92.rev.sfr.net) has joined #beagle
  • [07:25:25] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [07:27:41] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Quit: Leaving.)
  • [07:28:08] * k-man (~jason@unaffiliated/k-man) Quit (Read error: Connection reset by peer)
  • [07:29:23] * k-man (~jason@ppp167-253-181.static.internode.on.net) has joined #beagle
  • [07:33:07] * zodiac1111 (~zodiac111@112.213.99.210) Quit (Ping timeout: 240 seconds)
  • [07:35:58] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [07:56:43] * zodiac1111 (~zodiac111@123.157.223.146) has joined #beagle
  • [07:57:54] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [08:00:16] * GusBricker (~GusBricke@cre1513898.lnk.telstra.net) Quit (Ping timeout: 255 seconds)
  • [08:02:04] * emanresu404 (~emanresu4@cpe-76-169-162-214.socal.res.rr.com) Quit (Quit: Leaving)
  • [08:02:25] * dogrocket (dogrocket@pool-72-91-199-13.tampfl.fios.verizon.net) Quit ()
  • [08:12:38] * bizarro_1 (~bizarro_1@159.Red-83-47-147.dynamicIP.rima-tde.net) has joined #beagle
  • [08:18:15] * _chase_ (~a0271661@nat/ti/x-gmeshghecwjsfgxb) Quit (Remote host closed the connection)
  • [08:18:38] * _chase_ (~a0271661@nat/ti/x-psnujcwnpxlodbjm) has joined #beagle
  • [08:24:13] * SiC (~Simon@cpc12-aztw24-2-0-cust193.aztw.cable.virginm.net) has joined #beagle
  • [08:27:07] * Mustek (~Mustek@unaffiliated/mustek) Quit (Ping timeout: 240 seconds)
  • [08:29:44] * Mustek (~Mustek@unaffiliated/mustek) has joined #beagle
  • [08:34:10] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Ping timeout: 260 seconds)
  • [08:38:16] * LordDVG (~LordDVG@unaffiliated/lorddvg) has joined #beagle
  • [08:43:40] * LordDVG (~LordDVG@unaffiliated/lorddvg) Quit (Remote host closed the connection)
  • [08:45:49] * mhaberler (~mhaberler@extern-190.stiwoll.mah.priv.at) Quit (Quit: mhaberler)
  • [08:46:30] * c10ud (~c10ud@emesene/dictator/c10ud) has joined #beagle
  • [08:50:01] <mrpacket_> any one hazzard a guess why a whole reel of Crystal osciallators might have failed.
  • [08:50:51] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) has joined #beagle
  • [08:52:37] <LetoThe2nd> they've been darved out of an odd-coloured crystal ball?
  • [08:52:41] <LetoThe2nd> *carved
  • [08:54:42] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-cwjzeqnbcmjulmrc) has joined #beagle
  • [09:00:21] * contempt (contempt@unaffiliated/contempt) Quit (Ping timeout: 245 seconds)
  • [09:02:28] * baoboa (~baoboa@gw-ics.u-strasbg.fr) Quit (Quit: Leaving)
  • [09:03:15] * fzombie (~gplgeek@pdpc/supporter/student/GPLGeek) Quit (Read error: Connection reset by peer)
  • [09:04:12] * hitlin37 (uid16371@gateway/web/irccloud.com/x-vaotxvejlteptjol) has joined #beagle
  • [09:17:26] * bizarro_1 (~bizarro_1@159.Red-83-47-147.dynamicIP.rima-tde.net) Quit (*.net *.split)
  • [09:17:27] * thurgood (~thurgood@cpe-70-113-204-247.austin.res.rr.com) Quit (*.net *.split)
  • [09:17:27] * pumba (sumeet@gateway/shell/xzibition.com/x-byqpihoccajwtbou) Quit (*.net *.split)
  • [09:17:27] * thews (~thews@unaffiliated/thews) Quit (*.net *.split)
  • [09:17:27] * DJW|Home (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) Quit (*.net *.split)
  • [09:17:27] * Afterster (~Afterster@morkxy.com) Quit (*.net *.split)
  • [09:17:27] * rblackwe_ (~rblackwe@li178-5.members.linode.com) Quit (*.net *.split)
  • [09:17:27] * mazzanet_ (~mazzanet@unaffiliated/mazzanet) Quit (*.net *.split)
  • [09:17:27] * sllide (~yeap@107.170.37.181) Quit (*.net *.split)
  • [09:17:39] * rblackwe (~rblackwe@li178-5.members.linode.com) has joined #beagle
  • [09:17:46] * bizarro_1 (~bizarro_1@159.Red-83-47-147.dynamicIP.rima-tde.net) has joined #beagle
  • [09:17:46] * thurgood (~thurgood@cpe-70-113-204-247.austin.res.rr.com) has joined #beagle
  • [09:17:46] * pumba (sumeet@gateway/shell/xzibition.com/x-byqpihoccajwtbou) has joined #beagle
  • [09:17:46] * thews (~thews@unaffiliated/thews) has joined #beagle
  • [09:17:46] * DJW|Home (~djwillis@cpc2-trow6-2-0-cust204.aztw.cable.virginm.net) has joined #beagle
  • [09:17:46] * Afterster (~Afterster@morkxy.com) has joined #beagle
  • [09:17:46] * mazzanet_ (~mazzanet@unaffiliated/mazzanet) has joined #beagle
  • [09:17:46] * sllide (~yeap@107.170.37.181) has joined #beagle
  • [09:17:48] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) Quit (*.net *.split)
  • [09:17:49] * Electric_Monk (~colin@c-24-6-121-109.hsd1.ca.comcast.net) Quit (*.net *.split)
  • [09:17:49] * nslu2-log (~nslu2-log@140.211.169.184) Quit (*.net *.split)
  • [09:17:49] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) Quit (*.net *.split)
  • [09:17:49] * behanw (~behanw@S0106dc9fdb80cffd.gv.shawcable.net) Quit (*.net *.split)
  • [09:17:49] * Stoob (~steev@krypton.bugfix.in) Quit (*.net *.split)
  • [09:17:49] * tumppu (tumppu@unaffiliated/tumppu) Quit (*.net *.split)
  • [09:17:49] * masta (~jdisnard@unaffiliated/masta) Quit (*.net *.split)
  • [09:17:49] * systemG3002 (drstupid@fileio.net) Quit (*.net *.split)
  • [09:17:49] * XorA (~XorA@www.xora.org.uk) Quit (*.net *.split)
  • [09:17:49] * hahainternet (~yeshello@87.98.174.109) Quit (*.net *.split)
  • [09:17:49] * sakoman (~steve@static-50-53-56-166.bvtn.or.frontiernet.net) Quit (*.net *.split)
  • [09:17:49] * stippeng_ (~quassel@peterbilt.cs.abo.fi) Quit (*.net *.split)
  • [09:17:49] * Luca256 (~luca@88.198.205.34) Quit (*.net *.split)
  • [09:17:49] * buq2_ (~buq2@dsl-trebrasgw2-54f943-197.dhcp.inet.fi) Quit (*.net *.split)
  • [09:17:49] * jbdatko (~jbdatko@fsf/member/jbdatko) Quit (*.net *.split)
  • [09:17:49] * zz_repat (~repat@irc.pommepause.com) Quit (*.net *.split)
  • [09:17:49] * phragment (~blubb@vpn.htu.tu-graz.ac.at) Quit (*.net *.split)
  • [09:17:49] * tariq786 (~user@turtle.ecs.umass.edu) Quit (*.net *.split)
  • [09:17:49] * pdp7 (~pdp7@asciipr0n.com) Quit (*.net *.split)
  • [09:17:49] * daemonstorm (~deamoneye@unaffiliated/daemoneye) Quit (*.net *.split)
  • [09:17:49] * yogi (~florin@server.signbit.net) Quit (*.net *.split)
  • [09:17:49] * mazzoo (~mazzoo@country.muc2.m.ario.land) Quit (*.net *.split)
  • [09:17:49] * isbric (~isbric@c-e49e71d5.036-12-6875761.cust.bredbandsbolaget.se) Quit (*.net *.split)
  • [09:17:49] * ohama (ohama@cicolina.org) Quit (*.net *.split)
  • [09:17:49] * jannau (~janne@soltyk.jannau.net) Quit (*.net *.split)
  • [09:17:49] * billybob1 (~billybob@wulfman.com) Quit (*.net *.split)
  • [09:17:49] * s5fs (s5fs@gateway/shell/jquery.com/x-njlruprnyjqpsvnn) Quit (*.net *.split)
  • [09:17:50] * mixdio (~quassel@quassel.woboq.com) Quit (*.net *.split)
  • [09:19:04] * contempt (contempt@unaffiliated/contempt) has joined #beagleboard
  • [09:19:04] * contempt (contempt@unaffiliated/contempt) has joined #beagle
  • [09:21:52] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) has joined #beagle
  • [09:23:01] * pdp7 (~pdp7@asciipr0n.com) has joined #beagle
  • [09:23:01] * pdp7 (~pdp7@asciipr0n.com) has joined #beagleboard
  • [09:23:01] * pdp7 (~pdp7@asciipr0n.com) has joined #beaglebone
  • [09:23:01] * Luca256 (~luca@88.198.205.34) has joined #beagle
  • [09:23:06] * yogi (~florin@server.signbit.net) has joined #beagle
  • [09:23:06] * isbric (~isbric@c-e49e71d5.036-12-6875761.cust.bredbandsbolaget.se) has joined #beagle
  • [09:23:08] * mazzoo (~mazzoo@country.muc2.m.ario.land) has joined #beagle
  • [09:23:08] * jannau (~janne@soltyk.jannau.net) has joined #beagle
  • [09:23:10] * buq2 (~buq2@dsl-trebrasgw2-54f943-197.dhcp.inet.fi) has joined #beagle
  • [09:23:10] * phant0mas (~quassel@athedsl-267657.home.otenet.gr) Quit (Read error: Connection reset by peer)
  • [09:23:13] * hahainternet (~yeshello@87.98.174.109) has joined #beagle
  • [09:23:33] * ohama (ohama@cicolina.org) has joined #beaglebone
  • [09:23:50] * systemG3002 (drstupid@fileio.net) has joined #beagle
  • [09:24:01] * tumppu^ (tumppu@hilla.kapsi.fi) has joined #beagle
  • [09:24:32] * tumppu^ is now known as Guest83523
  • [09:27:56] * contempt (contempt@unaffiliated/contempt) Quit (Remote host closed the connection)
  • [09:28:03] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) has joined #beagle
  • [09:28:11] * daemonstorm (~deamoneye@ma.sdf.org) has joined #beagle
  • [09:28:20] * contempt (contempt@unaffiliated/contempt) has joined #beagleboard
  • [09:28:20] * contempt (contempt@unaffiliated/contempt) has joined #beagle
  • [09:30:50] * nslu2-log (~nslu2-log@140.211.169.184) has joined #beaglebone
  • [09:30:52] * nslu2-log (~nslu2-log@140.211.169.184) has joined #beagleboard
  • [09:30:53] * Electric_Monk (~colin@c-24-6-121-109.hsd1.ca.comcast.net) has joined #beagle
  • [09:30:53] * nslu2-log (~nslu2-log@140.211.169.184) has joined #beagle
  • [09:30:53] * jbdatko (~jbdatko@fsf/member/jbdatko) has joined #beagle
  • [09:30:53] * behanw (~behanw@S0106dc9fdb80cffd.gv.shawcable.net) has joined #beagle
  • [09:30:53] * Stoob (~steev@krypton.bugfix.in) has joined #beagle
  • [09:30:53] * masta (~jdisnard@unaffiliated/masta) has joined #beagle
  • [09:30:53] * XorA (~XorA@www.xora.org.uk) has joined #beagle
  • [09:30:53] * sakoman (~steve@static-50-53-56-166.bvtn.or.frontiernet.net) has joined #beagle
  • [09:30:53] * stippeng_ (~quassel@peterbilt.cs.abo.fi) has joined #beagle
  • [09:30:53] * zz_repat (~repat@irc.pommepause.com) has joined #beagle
  • [09:30:53] * phragment (~blubb@vpn.htu.tu-graz.ac.at) has joined #beagle
  • [09:30:53] * tariq786 (~user@turtle.ecs.umass.edu) has joined #beagle
  • [09:30:53] * billybob1 (~billybob@wulfman.com) has joined #beagle
  • [09:30:53] * s5fs (s5fs@gateway/shell/jquery.com/x-njlruprnyjqpsvnn) has joined #beagle
  • [09:30:53] * mixdio (~quassel@quassel.woboq.com) has joined #beagle
  • [09:34:25] * stamina (~stamina@83.128.211.177) has joined #beaglebone
  • [09:40:22] * zodiac1111 (~zodiac111@123.157.223.146) Quit (Ping timeout: 250 seconds)
  • [09:44:18] * BM-Newbe (8b061247@gateway/web/freenode/ip.139.6.18.71) has joined #beagle
  • [09:48:01] * KotH_ (~attila@lou-outside.kinali.ch) has joined #beagle
  • [09:48:01] * ChanServ sets mode +o KotH_
  • [09:48:12] * amatecha_ (sid10006@gateway/web/irccloud.com/x-ephohyosfpszvipo) has joined #beagle
  • [09:48:40] <BM-Newbe> Hey there, I started working wit Beaglboard xm and I got a USBtoSerial connection from my computer to the BM-xm and trying to send a simple string with the programm called "CoolTerm", but something's not going right
  • [09:49:30] * indy_ (~indy@84.242.65.172) has joined #beagle
  • [09:50:01] <tbr> what OS have you booted on the board?
  • [09:50:13] <BM-Newbe> someone can help me out?
  • [09:50:56] * chainsawbike_ (~chainsawb@unaffiliated/chainsawbike) has joined #beagle
  • [09:51:08] <BM-Newbe> sry if i ask that, but what is OS ?
  • [09:51:29] * KotH (~attila@lou-outside.kinali.ch) Quit (Ping timeout: 272 seconds)
  • [09:51:29] * amatecha (sid10006@gateway/web/irccloud.com/x-sgbvqjosaszzhorc) Quit (Ping timeout: 272 seconds)
  • [09:51:29] * nandub (~nandub@unaffiliated/nandub) Quit (Ping timeout: 272 seconds)
  • [09:51:29] * indy (~indy@84.242.65.172) Quit (Ping timeout: 272 seconds)
  • [09:51:30] * jpfau is now known as jpfau|away
  • [09:51:30] * chainsawbike (~chainsawb@unaffiliated/chainsawbike) Quit (Ping timeout: 272 seconds)
  • [09:51:30] * Kripton (kripton-fr@staff.kripserver.net) Quit (Ping timeout: 272 seconds)
  • [09:51:30] * terinjokes (~terinjoke@wikinews/Terinjokes) Quit (Ping timeout: 272 seconds)
  • [09:51:30] * yobber (~bismilah@li629-190.members.linode.com) Quit (Excess Flood)
  • [09:51:30] * ogra_ (~ogra_@p5098ed03.dip0.t-ipconnect.de) Quit (Ping timeout: 272 seconds)
  • [09:51:30] * mjgardes (~mjgardes@ec2-54-187-81-171.us-west-2.compute.amazonaws.com) Quit (Ping timeout: 272 seconds)
  • [09:51:30] * chainsawbike_ is now known as chainsawbike
  • [09:51:42] <tbr> Operating System
  • [09:51:46] * spader (~terinjoke@wikinews/Terinjokes) has joined #beagle
  • [09:51:56] * amatecha_ is now known as amatecha
  • [09:52:03] * ogra_ (~ogra_@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [09:52:21] * russell-- (~russell@74.85.245.161) Quit (Ping timeout: 272 seconds)
  • [09:52:26] * russell-1 (~russell@74.85.245.161) has joined #beagle
  • [09:52:32] <BM-Newbe> 115200 8N1, do you mean that?
  • [09:52:42] * yobber (~bismilah@li629-190.members.linode.com) has joined #beagle
  • [09:52:42] * mjgardes (~mjgardes@ec2-54-187-81-171.us-west-2.compute.amazonaws.com) has joined #beagle
  • [09:52:43] <woglinde> oh no
  • [09:52:51] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Remote host closed the connection)
  • [09:52:54] * indy_ is now known as indy
  • [09:53:25] <tbr> ask your supervisor for another project…
  • [09:53:33] * Kripton (kripton-fr@staff.kripserver.net) has joined #beagle
  • [09:53:38] * zmatt (~zmatt@gerbil.xs4all.nl) Quit (Ping timeout: 272 seconds)
  • [09:55:05] * nighty^_ (~nighty@static-68-179-124-161.ptr.terago.net) has joined #beagle
  • [09:55:05] * nighty^_ (~nighty@static-68-179-124-161.ptr.terago.net) has joined #beagleboard
  • [09:55:14] <BM-Newbe> how can I do that? sry when i ask such simple questions, but I'm totaly new and couldnt find any help on google
  • [09:55:30] * baboo__ (~baboo@home.tking.org) has joined #beagle
  • [09:55:51] * BuZ-T (~buzzy@sillywalk.de) has joined #beagle
  • [09:55:51] * BuZ-T (~buzzy@sillywalk.de) Quit (Changing host)
  • [09:55:51] * BuZ-T (~buzzy@unaffiliated/buzz-t) has joined #beagle
  • [09:56:26] <woglinde> BM-Newbe sorry If you even not the term operating system you will ask simple questions the whole day
  • [09:56:33] <woglinde> arsg
  • [09:56:41] <woglinde> +know
  • [09:56:50] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [09:56:52] * steev (sid1383@gentoo/developer/steev) Quit (Ping timeout: 240 seconds)
  • [09:57:06] * x76 (~0x56@sillytitties.com) has joined #beagle
  • [09:57:27] * steev (sid1383@gentoo/developer/steev) has joined #beagle
  • [09:58:06] <tbr> BM-Newbe: I'd suggest to take an introductory course to computing and after that proceed to an embedded course. I'm sure FH Köln offers those…
  • [09:58:11] * djinni (~djinni@192.241.198.49) Quit (Ping timeout: 240 seconds)
  • [09:58:21] * natsukao_ (~natsukao@dynamic-adsl-94-37-164-29.clienti.tiscali.it) has joined #beagleboard
  • [09:58:21] * natsukao_ (~natsukao@dynamic-adsl-94-37-164-29.clienti.tiscali.it) has joined #beagle
  • [09:58:23] * jacekows1i (jacekowski@jacekowski.org) has joined #beagle
  • [09:58:31] * ChickeNES (ChickeNES@2600:3c00::f03c:91ff:fedf:a1f) Quit (Ping timeout: 240 seconds)
  • [09:58:31] * plustwo_ (~quassel@unaffiliated/plustwo) has joined #beagle
  • [09:58:31] * souther_ (~souther@2605:6400:1:fed5:22:1ac:61c0:e24e) has joined #beaglebone
  • [09:58:31] * souther_ (~souther@2605:6400:1:fed5:22:1ac:61c0:e24e) has joined #beagleboard
  • [09:58:31] * souther_ (~souther@2605:6400:1:fed5:22:1ac:61c0:e24e) has joined #beagle
  • [09:58:41] * bhthompson (bhthompson@nat/google/x-czkmuxaknkiubacc) Quit (Ping timeout: 240 seconds)
  • [09:58:45] * zmatt (~zmatt@gerbil.xs4all.nl) has joined #beagle
  • [09:58:52] * chrs___ (~chris@li509-14.members.linode.com) has joined #beaglebone
  • [09:59:32] * JuiceSSH_ (sid17586@gateway/web/irccloud.com/x-qtwnfoxplupkfcgm) has joined #beagle
  • [10:00:09] * ChickeNES (ChickeNES@2600:3c00::f03c:91ff:fedf:a1f) has joined #beagle
  • [10:00:19] <woglinde> tbr I would suggest a programming course too
  • [10:00:53] * gamingrobot_ (sid10990@gateway/web/irccloud.com/x-ixdjmuxxzwysdmqn) has joined #beagle
  • [10:00:56] * nandub (~nandub@unaffiliated/nandub) has joined #beagle
  • [10:01:26] * biot` (~bert@kiutl.biot.com) has joined #beagle
  • [10:01:50] * manjo` (~manjo@2602:301:772c:4d30:9d28:1847:5e49:1f79) has joined #beagle
  • [10:01:50] * manjo` (~manjo@2602:301:772c:4d30:9d28:1847:5e49:1f79) has joined #beaglebone
  • [10:02:01] * piney (piney0@2600:3c03::f03c:91ff:fe93:ac9f) has joined #beagle
  • [10:02:37] * Miklas_ (~Miklas@2001:41d0:52:300::c19) has joined #beagle
  • [10:03:21] * NulL` (~bleh1@46.226.191.223) has joined #beagle
  • [10:03:49] * BM-Newbe (8b061247@gateway/web/freenode/ip.139.6.18.71) Quit (Quit: Page closed)
  • [10:04:26] * pfsmorigo_ (~pfsmorigo@162.243.175.170) has joined #beagle
  • [10:04:42] * awafaa_ (sid716@gateway/web/irccloud.com/x-smeissdmannjvsse) has joined #beagle
  • [10:04:44] * XFaCE_ (XFaCE@unaffiliated/xface) has joined #beagle
  • [10:04:47] * W1N9Zr1 (~w1n9zr0@2605:6400:20:895b:22:0:1c4:4d6a) has joined #beagle
  • [10:05:49] * xnxs (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) has joined #beagle
  • [10:06:17] * Vadtec- (~Vadtec@unaffiliated/vadtec) has joined #beagle
  • [10:09:59] * chrs_ (~chris@li509-14.members.linode.com) Quit (*.net *.split)
  • [10:10:00] * baboo_ (~baboo@home.tking.org) Quit (*.net *.split)
  • [10:10:00] * x56 (~0x56@sillytitties.com) Quit (*.net *.split)
  • [10:10:00] * manjo (~manjo@ubuntu/member/manjo) Quit (*.net *.split)
  • [10:10:00] * Miklas (~Miklas@2001:41d0:52:300::c19) Quit (*.net *.split)
  • [10:10:00] * JuiceSSH (sid17586@gateway/web/irccloud.com/x-lcwbttwrhitwnwwf) Quit (*.net *.split)
  • [10:10:00] * natsukao (~natsukao@dynamic-adsl-94-37-164-29.clienti.tiscali.it) Quit (*.net *.split)
  • [10:10:00] * Sedorox (~Sedorox@smartserv/cna/Sedorox) Quit (*.net *.split)
  • [10:10:00] * W1N9Zr0 (~w1n9zr0@2605:6400:20:895b:22:0:1c4:4d6a) Quit (*.net *.split)
  • [10:10:00] * plustwo (~quassel@unaffiliated/plustwo) Quit (*.net *.split)
  • [10:10:00] * pfsmorigo (~pfsmorigo@162.243.175.170) Quit (*.net *.split)
  • [10:10:00] * souther (~souther@2605:6400:1:fed5:22:1ac:61c0:e24e) Quit (*.net *.split)
  • [10:10:00] * nighty^ (~nighty@static-68-179-124-161.ptr.terago.net) Quit (*.net *.split)
  • [10:10:00] * armin76 (~armin@gentoo/developer/armin76) Quit (*.net *.split)
  • [10:10:00] * awafaa (sid716@gateway/web/irccloud.com/x-kgcnwmjasfindvvm) Quit (*.net *.split)
  • [10:10:00] * chocko_ (uid26816@gateway/web/irccloud.com/x-wftbodmvfolzhvuz) Quit (*.net *.split)
  • [10:10:00] * gamingrobot (sid10990@gateway/web/irccloud.com/x-vexmgssyifigujqa) Quit (*.net *.split)
  • [10:10:00] * xenoxaos (xenoxaos@2600:3c02::f03c:91ff:feae:2da1) Quit (*.net *.split)
  • [10:10:00] * BuZZ-T (~buzzy@unaffiliated/buzz-t) Quit (*.net *.split)
  • [10:10:00] * jacekowski (jacekowski@jacekowski.org) Quit (*.net *.split)
  • [10:10:00] * nyt- (nyt@countercultured.net) Quit (*.net *.split)
  • [10:10:00] * Vadtec (~Vadtec@unaffiliated/vadtec) Quit (*.net *.split)
  • [10:10:00] * XFaCE (XFaCE@unaffiliated/xface) Quit (*.net *.split)
  • [10:10:00] * piney0 (piney0@unaffiliated/piney0) Quit (*.net *.split)
  • [10:10:01] * Gareth (~Gareth@mulder.wiked.org) Quit (*.net *.split)
  • [10:10:01] * biot (~bert@kiutl.biot.com) Quit (*.net *.split)
  • [10:10:01] * souther_ is now known as souther
  • [10:10:01] * BuZ-T is now known as BuZZ-T
  • [10:10:01] * xnxs is now known as xenoxaos
  • [10:10:01] * XFaCE_ is now known as XFaCE
  • [10:10:03] * Vadtec- is now known as Vadtec
  • [10:10:28] * chocko_ (uid26816@gateway/web/irccloud.com/x-kpsamjapekuajnal) has joined #beagle
  • [10:11:02] * armin76 (~armin@175.Red-79-151-170.dynamicIP.rima-tde.net) has joined #beagle
  • [10:11:02] * armin76 (~armin@175.Red-79-151-170.dynamicIP.rima-tde.net) Quit (Changing host)
  • [10:11:02] * armin76 (~armin@gentoo/developer/armin76) has joined #beagle
  • [10:11:05] * bhthompson (bhthompson@nat/google/x-rokwoyibmhtjdfho) has joined #beagle
  • [10:12:10] * awafaa_ is now known as awafaa
  • [10:12:12] * JuiceSSH_ is now known as JuiceSSH
  • [10:13:11] * gamingrobot_ is now known as gamingrobot
  • [10:13:24] * Gareth (~Gareth@mulder.wiked.org) has joined #beagle
  • [10:14:41] * djinni (~djinni@192.241.198.49) has joined #beagle
  • [10:14:54] * nyt- (nyt@countercultured.net) has joined #beagle
  • [10:16:22] * qdk (~qdk@87.72.0.40) Quit (Ping timeout: 260 seconds)
  • [10:26:03] * thweber_ (~thomas@81-89-104-214.blue.kundencontroller.de) has joined #beagle
  • [10:26:37] * tomba_ (tomba@taika.fi) has joined #beagle
  • [10:27:23] * lyakh_ (~lyakh@xdsl-85-197-17-119.netcologne.de) has joined #beagle
  • [10:28:16] * creemj_ (~mjc@60-234-221-162.bitstream.orcon.net.nz) has joined #beagle
  • [10:28:27] * PaulePan1er (~paul@mail.gw90.de) has joined #beagle
  • [10:28:27] * PaulePan1er (~paul@mail.gw90.de) has joined #beagleboard
  • [10:29:09] * pdp7_ (~pdp7@asciipr0n.com) has joined #beagle
  • [10:29:09] * pdp7_ (~pdp7@asciipr0n.com) has joined #beagleboard
  • [10:29:09] * pdp7_ (~pdp7@asciipr0n.com) has joined #beaglebone
  • [10:29:18] * das_ (~das@113.5.80.79.rev.sfr.net) has joined #beagle
  • [10:29:25] * pwillard (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) has joined #beagle
  • [10:29:31] * mrpackethead (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) has joined #beagle
  • [10:29:55] * cbrake1 (~Thunderbi@cable2-pool191-cs-105.doycomm.com) has joined #beagle
  • [10:29:57] * phant0mas (~quassel@athedsl-267657.home.otenet.gr) has joined #beagle
  • [10:30:52] * riot_ (~riot@eris.hackerfleet.org) has joined #beagleboard
  • [10:34:17] * ClarusCogitatio_ (~ClarusCog@23.94.34.174) has joined #beagle
  • [10:34:32] * tumppu^ (tumppu@unaffiliated/tumppu) has joined #beagle
  • [10:34:43] * rob_w (~rob@unaffiliated/rob-w/x-1112029) has joined #beagle
  • [10:34:48] * dieterg (~dieterg@180.253.96.62) Quit (Ping timeout: 244 seconds)
  • [10:34:48] * thweber (~thomas@81-89-104-214.blue.kundencontroller.de) Quit (Ping timeout: 244 seconds)
  • [10:34:48] * creemj (~mjc@60-234-221-162.bitstream.orcon.net.nz) Quit (Ping timeout: 244 seconds)
  • [10:34:48] * tomba (tomba@taika.fi) Quit (Ping timeout: 244 seconds)
  • [10:34:48] * PaulePanter (~paul@mail.gw90.de) Quit (Ping timeout: 244 seconds)
  • [10:34:48] * Guest83523 (tumppu@hilla.kapsi.fi) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * lyakh (~lyakh@xdsl-85-197-17-119.netcologne.de) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * ph4nt0mas (~quassel@athedsl-267657.home.otenet.gr) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * ClarusCogitatio (~ClarusCog@23.94.34.174) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * cbrake (~Thunderbi@cable2-pool191-cs-105.doycomm.com) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * pdp7 (~pdp7@asciipr0n.com) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * mrpacket_ (~mrpacketh@147.200.109.203.static.cust.vf.net.nz) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * das (~das@113.5.80.79.rev.sfr.net) Quit (Ping timeout: 244 seconds)
  • [10:34:49] * riot (~riot@eris.hackerfleet.org) Quit (Ping timeout: 244 seconds)
  • [10:34:56] * tomba_ is now known as tomba
  • [10:36:45] * uv_ (~uv@92-249-207-187.pool.digikabel.hu) has joined #beagle
  • [10:42:19] * dieterg (~dieterg@180.253.96.62) has joined #beagle
  • [10:47:02] * Personenkraftwag (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) has joined #beagle
  • [10:47:15] * Personenkraftwag (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) Quit (Read error: Connection reset by peer)
  • [10:47:22] * zodiac1111 (~zodiac111@219.82.66.170) has joined #beagle
  • [10:48:51] * jackmitchell1 (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) has joined #beagle
  • [10:48:52] * flufmsntr (~fluff@71-84-81-6.dhcp.rvsd.ca.charter.com) has joined #beagle
  • [10:49:51] * BitEvil (~quassel@tor/regular/SpeedEvil) has joined #beagle
  • [10:49:56] * __av500__ (~av500@b2b-46-252-131-98.unitymedia.biz) has joined #beagle
  • [10:50:41] * gamingrobot_ (sid10990@gateway/web/irccloud.com/x-sukslsmkarovkonx) has joined #beagle
  • [10:51:14] * melonipoika_ (~quassel@91-158-65-146.elisa-laajakaista.fi) has joined #beagle
  • [10:51:41] * jacekowski (jacekowski@jacekowski.org) has joined #beagle
  • [10:51:41] * philenot1ound (~phil@zankapfel.net) has joined #beagle
  • [10:51:43] * ft_ (~ft@shell.chaostreff-dortmund.de) has joined #beagle
  • [10:51:46] * Ecco_ (~user@orchid.applidium.net) has joined #beagle
  • [10:51:48] * ficode_ (~ficode@ip-64-250-227-228.lasvegas.net) has joined #beagle
  • [10:51:49] * Steffanx (~steffanx@unaffiliated/steffanx) Quit (Disconnected by services)
  • [10:51:53] * jsst_ (~jsst@cable-233-41.zeelandnet.nl) has joined #beagle
  • [10:51:54] * Steffann (~steffanx@unaffiliated/steffanx) has joined #beagle
  • [10:51:56] * brycebar1l (~bryce@162.243.238.246) has joined #beagle
  • [10:55:34] * Peuc2 (~Peuc@ip-96-43-231-252.dsl.netrevolution.com) has joined #beagle
  • [10:55:35] * keatont_ (~keatont@ip-66-172-11-126.chunkhost.com) has joined #beagle
  • [10:55:43] * Zygo` (foobar@startkeylogger.hungrycats.org) has joined #beagle
  • [10:56:24] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) Quit (Ping timeout: 240 seconds)
  • [10:56:25] * dieterg (~dieterg@180.253.96.62) Quit (Ping timeout: 240 seconds)
  • [10:56:25] * hitlin37 (uid16371@gateway/web/irccloud.com/x-vaotxvejlteptjol) Quit (Ping timeout: 240 seconds)
  • [10:56:25] * Mustek (~Mustek@unaffiliated/mustek) Quit (Ping timeout: 240 seconds)
  • [10:56:26] * ParisDickinson (~ParisDick@ec2-54-201-199-156.us-west-2.compute.amazonaws.com) Quit (Ping timeout: 240 seconds)
  • [10:56:26] * bhthompson____ (sid20637@gateway/web/irccloud.com/x-mamdnpcbcrwprnay) Quit (Ping timeout: 240 seconds)
  • [10:56:26] * keatont (~keatont@ip-66-172-11-126.chunkhost.com) Quit (Ping timeout: 240 seconds)
  • [10:56:26] * gamingrobot (sid10990@gateway/web/irccloud.com/x-ixdjmuxxzwysdmqn) Quit (Ping timeout: 240 seconds)
  • [10:56:26] * jacekows1i (jacekowski@jacekowski.org) Quit (Ping timeout: 240 seconds)
  • [10:56:26] * ft (~ft@shell.chaostreff-dortmund.de) Quit (Ping timeout: 240 seconds)
  • [10:56:26] * Ecco (~user@orchid.applidium.net) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * jsst (~jsst@cable-233-41.zeelandnet.nl) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * tchan (~tchan@lunar-linux/developer/tchan) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * philenotfound (~phil@zankapfel.net) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * melonipoika (~quassel@91-158-65-146.elisa-laajakaista.fi) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * Sauvin (~Savinus@about/linux/staff/sauvin) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * ficode (~ficode@ip-64-250-227-228.lasvegas.net) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * Zygo (foobar@startkeylogger.hungrycats.org) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * thaytan (~thaytan@113.94.233.220.static.exetel.com.au) Quit (Ping timeout: 240 seconds)
  • [10:56:27] * brycebaril (~bryce@162.243.238.246) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * ds2 (noinf@rehut.com) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * pwillard (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * flufmnstr (~fluff@71-84-81-6.dhcp.rvsd.ca.charter.com) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * av500 (~av500@b2b-46-252-131-98.unitymedia.biz) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * SpeedEvil (~quassel@tor/regular/SpeedEvil) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * mag (~mgreer@ip68-3-153-79.ph.ph.cox.net) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * Peuc (~Peuc@ip-96-43-231-252.dsl.netrevolution.com) Quit (Ping timeout: 240 seconds)
  • [10:56:28] * ft_ is now known as ft
  • [10:56:31] * Peuc2 is now known as Peuc
  • [10:56:48] * dieterg (~dieterg@180.253.96.62) has joined #beagle
  • [10:57:12] * thaytan (~thaytan@113.94.233.220.static.exetel.com.au) has joined #beagle
  • [10:57:42] * bhthompson_____ (sid20637@gateway/web/irccloud.com/x-buwjwwkcautwcsjb) has joined #beagle
  • [10:57:50] * hitlin37 (uid16371@gateway/web/irccloud.com/x-frylcjvsyasbqest) has joined #beagle
  • [10:58:27] * Mustek (~Mustek@unaffiliated/mustek) has joined #beagle
  • [10:58:58] * tchan (~tchan@lunar-linux/developer/tchan) has joined #beagle
  • [11:01:16] * BobKitten (~Bob@unaffiliated/bobcat) has joined #beagle
  • [11:01:30] * BobCat (~Bob@unaffiliated/bobcat) Quit (Read error: Connection reset by peer)
  • [11:01:43] * tbr (dm8tbr@cl-790.ham-01.de.sixxs.net) Quit (Ping timeout: 260 seconds)
  • [11:01:44] * Sauvin (~Savinus@about/linux/staff/sauvin) has joined #beagle
  • [11:02:30] * mag (~mgreer@ip68-3-153-79.ph.ph.cox.net) has joined #beagle
  • [11:02:54] * mag is now known as Guest66222
  • [11:04:09] * hitlin37 (uid16371@gateway/web/irccloud.com/x-frylcjvsyasbqest) Quit (Ping timeout: 240 seconds)
  • [11:04:41] * ds2 (noinf@rehut.com) has joined #beagle
  • [11:04:51] * mhaberler (~mhaberler@intern-217.stiwoll.mah.priv.at) has joined #beagle
  • [11:04:51] * mhaberler (~mhaberler@intern-217.stiwoll.mah.priv.at) has joined #beaglebone
  • [11:05:40] * nslu2-log_ (~nslu2-log@140.211.169.184) has joined #beaglebone
  • [11:05:40] * nslu2-log_ (~nslu2-log@140.211.169.184) has joined #beagle
  • [11:05:40] * nslu2-log_ (~nslu2-log@140.211.169.184) has joined #beagleboard
  • [11:06:01] * Sauvin (~Savinus@about/linux/staff/sauvin) Quit (Excess Flood)
  • [11:06:03] * nslu2-log (~nslu2-log@140.211.169.184) Quit (Write error: Connection reset by peer)
  • [11:06:23] * hitlin37 (uid16371@gateway/web/irccloud.com/x-btenfhgouxjdkibg) has joined #beagle
  • [11:06:33] * nslu2-log_ is now known as nslu2-log
  • [11:07:06] * tbr (~dm8tbr@dsl-trebrasgw1-54fa48-216.dhcp.inet.fi) has joined #beagle
  • [11:09:52] * Sauvin (~Savinus@about/linux/staff/sauvin) has joined #beagle
  • [11:11:31] * zodiac1111 (~zodiac111@219.82.66.170) Quit (Ping timeout: 255 seconds)
  • [11:11:59] * zodiac1111 (~zodiac111@112.213.99.210) has joined #beagle
  • [11:16:34] * zodiac1111 (~zodiac111@112.213.99.210) Quit (Remote host closed the connection)
  • [11:17:27] * melonipoika_ is now known as melonipoika
  • [11:17:44] * melonipoika is now known as melonipoika_
  • [11:17:49] * melonipoika_ is now known as melonipoika
  • [11:19:42] * nslu2-log_ (~nslu2-log@140.211.169.184) has joined #beaglebone
  • [11:19:42] * nslu2-log_ (~nslu2-log@140.211.169.184) has joined #beagle
  • [11:19:42] * nslu2-log_ (~nslu2-log@140.211.169.184) has joined #beagleboard
  • [11:20:58] * Sauvin (~Savinus@about/linux/staff/sauvin) Quit (Excess Flood)
  • [11:20:58] * pfsmorigo_ (~pfsmorigo@162.243.175.170) Quit (Ping timeout: 255 seconds)
  • [11:21:32] * pfsmorigo (~pfsmorigo@162.243.175.170) has joined #beagle
  • [11:21:38] * BitEvil is now known as SpeedEvil
  • [11:21:59] * dogui_ (~guido@vanguardiasur.com.ar) has joined #beagle
  • [11:22:00] * fgau_ (~fgau@webbox1220.server-home.net) has joined #beagle
  • [11:22:40] * evil_dan2wik_ (~evil_dan2@unaffiliated/evil-dan2wik/x-0106201) has joined #beagle
  • [11:22:42] * uv_ (~uv@92-249-207-187.pool.digikabel.hu) Quit (Read error: Connection reset by peer)
  • [11:22:51] * av500 (~av500@b2b-46-252-131-98.unitymedia.biz) has joined #beagle
  • [11:22:51] * ChanServ sets mode +o av500
  • [11:22:56] * dogui (~guido@vanguardiasur.com.ar) Quit (Ping timeout: 255 seconds)
  • [11:22:56] * fgau (~fgau@webbox1220.server-home.net) Quit (Ping timeout: 255 seconds)
  • [11:22:56] * nslu2-log (~nslu2-log@140.211.169.184) Quit (Ping timeout: 255 seconds)
  • [11:22:56] * __av500__ (~av500@b2b-46-252-131-98.unitymedia.biz) Quit (Ping timeout: 255 seconds)
  • [11:22:56] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Ping timeout: 255 seconds)
  • [11:22:57] * tumppu^ (tumppu@unaffiliated/tumppu) Quit (Ping timeout: 255 seconds)
  • [11:22:57] * leandrosansilva_ (~quassel@201.86.94.254) Quit (Ping timeout: 255 seconds)
  • [11:22:57] * Bryanstein (~Bryanstei@shellium/admin/bryanstein) Quit (Ping timeout: 255 seconds)
  • [11:22:57] * bzyx (~quassel@178.62.30.8) Quit (Ping timeout: 255 seconds)
  • [11:22:57] * marcheu (~marcheu@annarchy.freedesktop.org) Quit (Ping timeout: 255 seconds)
  • [11:22:58] * Steffann is now known as Steffanx
  • [11:23:17] * marcheu (~marcheu@annarchy.freedesktop.org) has joined #beagle
  • [11:23:35] * tumppu^ (tumppu@unaffiliated/tumppu) has joined #beagle
  • [11:23:36] * nslu2-log_ is now known as nslu2-log
  • [11:23:45] * evil_dan2wik (~evil_dan2@unaffiliated/evil-dan2wik/x-0106201) Quit (Read error: Connection reset by peer)
  • [11:23:45] * evil_dan2wik_ is now known as evil_dan2wik
  • [11:23:53] * bzyx (~quassel@178.62.30.8) has joined #beagle
  • [11:24:12] * Bryanstein (~Bryanstei@shellium/admin/bryanstein) has joined #beagle
  • [11:24:27] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [11:24:32] * leandrosansilva (~quassel@201.86.94.254) has joined #beagle
  • [11:28:00] * psino (~psino@unaffiliated/psino) Quit (Ping timeout: 255 seconds)
  • [11:28:00] * keatont_ (~keatont@ip-66-172-11-126.chunkhost.com) Quit (Ping timeout: 255 seconds)
  • [11:28:01] * jonmasters (~jcm@edison.jonmasters.org) Quit (Ping timeout: 255 seconds)
  • [11:28:01] * dogmatic69 (~dogmatic6@cpc8-telf10-2-0-cust77.wolv.cable.virginm.net) Quit (Excess Flood)
  • [11:28:10] * creemj_ (~mjc@60-234-221-162.bitstream.orcon.net.nz) Quit (Ping timeout: 255 seconds)
  • [11:28:10] * buq2 (~buq2@dsl-trebrasgw2-54f943-197.dhcp.inet.fi) Quit (Ping timeout: 255 seconds)
  • [11:28:10] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) Quit (Ping timeout: 255 seconds)
  • [11:28:10] * preston41 (~preston@ip24-251-197-244.ph.ph.cox.net) Quit (Ping timeout: 255 seconds)
  • [11:28:11] * blahis (~upi@cure.upi.iki.fi) Quit (Ping timeout: 255 seconds)
  • [11:28:17] * blahee (~upi@cure.upi.iki.fi) has joined #beagle
  • [11:28:25] * buq2 (~buq2@dsl-trebrasgw2-54f943-197.dhcp.inet.fi) has joined #beagle
  • [11:28:25] * creemj (~mjc@60-234-221-162.bitstream.orcon.net.nz) has joined #beagle
  • [11:28:28] * dogmatic69 (~dogmatic6@cpc8-telf10-2-0-cust77.wolv.cable.virginm.net) has joined #beagle
  • [11:29:51] * leandrosansilva_ (~quassel@201.86.94.254) has joined #beagle
  • [11:30:19] * tbr_ (~dm8tbr@dsl-trebrasgw1-54fa48-216.dhcp.inet.fi) has joined #beagle
  • [11:30:20] * mthiffau (evelynne@taurine.csclub.uwaterloo.ca) has joined #beagle
  • [11:30:21] * dgilmore_ (~dgilmore@fedora/dgilmore) has joined #beagle
  • [11:30:26] * fmotu_ (~bobb@108.175.206.24) has joined #beagle
  • [11:30:27] * elik_ (~elik@unaffiliated/elik) has joined #beagle
  • [11:30:42] * ladu_ (~pi@h52n6-fk-a12.ias.bredband.telia.com) has joined #beagle
  • [11:30:55] * tbr (~dm8tbr@dsl-trebrasgw1-54fa48-216.dhcp.inet.fi) Quit (Ping timeout: 255 seconds)
  • [11:30:55] * nmschulte (~nmschulte@unaffiliated/reklipz) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * heeen (heeen@endboss.org) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * dgilmore (~dgilmore@fedora/dgilmore) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * mthiffau_ (evelynne@taurine.csclub.uwaterloo.ca) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * elik (~elik@unaffiliated/elik) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * fmotu (~bobb@108.175.206.24) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * leandrosansilva (~quassel@201.86.94.254) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net) Quit (Ping timeout: 255 seconds)
  • [11:30:56] * ladu (~pi@h52n6-fk-a12.ias.bredband.telia.com) Quit (Ping timeout: 255 seconds)
  • [11:31:15] * jonmasters (~jcm@edison.jonmasters.org) has joined #beagle
  • [11:32:18] * daemonstorm is now known as DrDaemonEye
  • [11:32:35] * DrDaemonEye (~deamoneye@ma.sdf.org) Quit (Changing host)
  • [11:32:35] * DrDaemonEye (~deamoneye@unaffiliated/daemoneye) has joined #beagle
  • [11:33:51] * stamina (~stamina@83.128.211.177) Quit (Quit: WeeChat 0.4.3)
  • [11:34:07] * keatont (~keatont@ip-66-172-11-126.chunkhost.com) has joined #beagle
  • [11:34:14] * psino (~psino@unaffiliated/psino) has joined #beagle
  • [11:34:20] * nmschulte (~nmschulte@unaffiliated/reklipz) has joined #beagle
  • [11:35:11] * preston41 (~preston@ip24-251-197-244.ph.ph.cox.net) has joined #beagle
  • [11:36:11] * KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net) has joined #beagle
  • [11:36:40] * NulL` (~bleh1@46.226.191.223) Quit (Ping timeout: 246 seconds)
  • [11:37:58] * kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka) has joined #beagle
  • [11:38:04] * _chase_ (~a0271661@nat/ti/x-psnujcwnpxlodbjm) Quit (Ping timeout: 255 seconds)
  • [11:38:49] * _chase_ (~a0271661@nat/ti/x-qxousrvvwbtqcxyc) has joined #beagle
  • [11:39:33] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Remote host closed the connection)
  • [11:40:35] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [11:42:01] * heeen (heeen@endboss.org) has joined #beagle
  • [11:43:55] * Zygo` (foobar@startkeylogger.hungrycats.org) Quit (Ping timeout: 255 seconds)
  • [11:44:01] * Zygo (foobar@startkeylogger.hungrycats.org) has joined #beagle
  • [11:44:49] * Vadtec (~Vadtec@unaffiliated/vadtec) Quit (Ping timeout: 255 seconds)
  • [11:44:49] * D4v33 (~D4v33@host86-169-207-84.range86-169.btcentralplus.com) Quit (Ping timeout: 255 seconds)
  • [11:44:49] * rxcomm (~rxcomm@apache2-cabo.dorito.dreamhost.com) Quit (Ping timeout: 255 seconds)
  • [11:44:49] * jp0 (~jp0@unaffiliated/jp0) Quit (Ping timeout: 255 seconds)
  • [11:45:00] * tbr_ is now known as tbr
  • [11:45:16] * Blaketh (~solar@c-98-248-223-65.hsd1.ca.comcast.net) Quit (Ping timeout: 255 seconds)
  • [11:47:32] * KotH_ is now known as KotH
  • [11:47:38] * NishanthMenon (~nmenon@nat/ti/x-ecpwuolprcrrbybn) has joined #beagle
  • [11:49:35] * KotH sets mode -o KotH
  • [11:50:21] * rxcomm (~rxcomm@apache2-cabo.dorito.dreamhost.com) has joined #beagle
  • [11:51:57] * Vadtec (~Vadtec@unaffiliated/vadtec) has joined #beagle
  • [11:55:17] * Crofton (~balister@184.13.237.207) has joined #beagle
  • [11:56:30] * Sedorox (~Sedorox@smartserv/cna/Sedorox) has joined #beagle
  • [11:57:47] * jp0 (~jp0@unaffiliated/jp0) has joined #beagle
  • [11:58:45] * D4v33 (~D4v33@host-78-145-8-55.as13285.net) has joined #beagle
  • [12:03:46] * PaulePan1er is now known as PaulePanter
  • [12:08:59] * panto (~panto@195.97.110.117) Quit (Quit: Leaving)
  • [12:10:55] * dgilmore_ is now known as dgilmore
  • [12:13:26] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) Quit (Ping timeout: 264 seconds)
  • [12:14:10] * pfsmorigo (~pfsmorigo@162.243.175.170) Quit (Ping timeout: 246 seconds)
  • [12:14:11] * chrs___ (~chris@li509-14.members.linode.com) Quit (Ping timeout: 246 seconds)
  • [12:14:11] * sllide (~yeap@107.170.37.181) Quit (Quit: No Ping reply in 180 seconds.)
  • [12:14:18] * biot` is now known as biot
  • [12:14:24] * qdk (~qdk@188.120.76.162) has joined #beagle
  • [12:14:38] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) has joined #beagle
  • [12:14:50] * Afterster (~Afterster@morkxy.com) Quit (Ping timeout: 246 seconds)
  • [12:14:54] * sllide (~yeap@107.170.37.181) has joined #beagle
  • [12:15:06] * pfsmorigo (~pfsmorigo@162.243.175.170) has joined #beagle
  • [12:15:24] * chrs_ (~chris@li509-14.members.linode.com) has joined #beaglebone
  • [12:15:48] * Afterster (~Afterster@morkxy.com) has joined #beagle
  • [12:19:22] * mazzanet_ (~mazzanet@unaffiliated/mazzanet) Quit (Ping timeout: 246 seconds)
  • [12:20:04] * _chase_ (~a0271661@nat/ti/x-qxousrvvwbtqcxyc) Quit (Ping timeout: 246 seconds)
  • [12:20:23] * mazzanet (~mazzanet@mazz.me) has joined #beagle
  • [12:20:23] * mazzanet (~mazzanet@mazz.me) Quit (Changing host)
  • [12:20:23] * mazzanet (~mazzanet@unaffiliated/mazzanet) has joined #beagle
  • [12:20:28] * tumppu^ is now known as tumppu
  • [12:20:52] * Crofton (~balister@184.13.237.207) Quit (Ping timeout: 245 seconds)
  • [12:23:49] * mhaberler (~mhaberler@intern-217.stiwoll.mah.priv.at) Quit (Quit: mhaberler)
  • [12:24:43] * _chase_ (~a0271661@nat/ti/x-etgmnnesmmnluati) has joined #beagle
  • [12:25:15] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
  • [12:32:47] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [12:33:25] * deanrock0 (~deanrock0@cpe-178-79-64-48.static.triera.net) has joined #beaglebone
  • [12:33:25] * deanrock0 (~deanrock0@cpe-178-79-64-48.static.triera.net) has joined #beagleboard
  • [12:33:25] * deanrock0 (~deanrock0@cpe-178-79-64-48.static.triera.net) has joined #beagle
  • [12:40:15] * Rickta59 (~Rickta59@cpe-174-106-144-066.ec.res.rr.com) Quit (Quit: leaving)
  • [12:40:29] * AndrevS (~andrevs@2001:982:27e5:1:2e44:fdff:fe65:84ee) has joined #beagle
  • [12:43:37] * pwillard (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) has joined #beagle
  • [12:43:53] * mnt_real (~mnt_real@65.92.85.222) has joined #beagle
  • [12:44:03] * mnt_real (~mnt_real@65.92.85.222) Quit (Changing host)
  • [12:44:03] * mnt_real (~mnt_real@unaffiliated/mnt-real/x-5039713) has joined #beagle
  • [12:44:45] * BobKitten is now known as BobCat
  • [12:49:04] * TooLmaN (~TooLmaN@mx1.thomsonplastics.com) has joined #beagle
  • [12:59:21] * sidbh (~Siddharth@123.201.19.139) Quit (Quit: Leaving)
  • [13:02:15] * c10ud (~c10ud@emesene/dictator/c10ud) Quit (Remote host closed the connection)
  • [13:11:46] * christoffer (~christoff@2a00:865:3b30:c368:d0cf:fce8:8542:b277) has joined #beagle
  • [13:15:01] * tbr is now known as tbr-laptop
  • [13:16:08] * tbr (~dm8tbr@into1.cc.tut.fi) has joined #beagle
  • [13:21:22] * tbr-laptop (~dm8tbr@dsl-trebrasgw1-54fa48-216.dhcp.inet.fi) Quit (Quit: *p00f*)
  • [13:22:28] * bizulk1 (~sli@37.161.52.221) has joined #beagle
  • [13:22:28] * bizulk1 (~sli@37.161.52.221) has joined #beagleboard
  • [13:25:01] * H-H-H (~H-H-H@79-65-13-184.host.pobb.as13285.net) has joined #beagle
  • [13:25:22] * bizulk (~sli@h67.cornut.fr) Quit (Ping timeout: 260 seconds)
  • [13:26:06] * veremit (stt@sttechltd.force9.co.uk) has joined #beagle
  • [13:26:06] * veremit (stt@sttechltd.force9.co.uk) Quit (Changing host)
  • [13:26:06] * veremit (stt@unaffiliated/veremit) has joined #beagle
  • [13:26:11] * firemanxbr (~firemanxb@187.36.51.186) has joined #beagle
  • [13:37:38] * deanrock0 (~deanrock0@cpe-178-79-64-48.static.triera.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  • [13:39:48] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Remote host closed the connection)
  • [13:42:49] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [13:51:27] * kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka) Quit (Ping timeout: 240 seconds)
  • [13:56:15] * bizulk1 (~sli@37.161.52.221) Quit (Read error: Connection reset by peer)
  • [13:58:36] * panto (~panto@athedsl-222698.home.otenet.gr) has joined #beagle
  • [14:03:05] * thurgood (~thurgood@cpe-70-113-204-247.austin.res.rr.com) Quit (Remote host closed the connection)
  • [14:03:38] * thurgood (~thurgood@cpe-70-113-204-247.austin.res.rr.com) has joined #beagle
  • [14:04:21] * bzb (~bzb@192-0-226-240.cpe.teksavvy.com) has joined #beagle
  • [14:04:22] * kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka) has joined #beagle
  • [14:05:35] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Ping timeout: 260 seconds)
  • [14:08:02] * thurgood (~thurgood@cpe-70-113-204-247.austin.res.rr.com) Quit (Ping timeout: 255 seconds)
  • [14:10:47] * dgerlach (~dave@nat/ti/x-nqljsnvjcylfhipz) has joined #beagle
  • [14:12:44] * linuxnewb2 (~linuxnewb@66.55.134.221) has joined #beagle
  • [14:12:44] * linuxnewb2 (~linuxnewb@66.55.134.221) Quit (Changing host)
  • [14:12:44] * linuxnewb2 (~linuxnewb@unaffiliated/linuxnewb2) has joined #beagle
  • [14:12:54] * bizulk (~sli@h67.cornut.fr) has joined #beagle
  • [14:12:54] * bizulk (~sli@h67.cornut.fr) has joined #beagleboard
  • [14:15:14] * H-H-H (~H-H-H@79-65-13-184.host.pobb.as13285.net) Quit (Ping timeout: 246 seconds)
  • [14:15:29] * mhaberler (~mhaberler@intern-217.stiwoll.mah.priv.at) has joined #beagle
  • [14:15:29] * mhaberler (~mhaberler@intern-217.stiwoll.mah.priv.at) has joined #beaglebone
  • [14:18:35] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) has joined #beagle
  • [14:27:00] * uwe_ (~uwe_@dslb-084-057-226-072.084.057.pools.vodafone-ip.de) has joined #beagle
  • [14:27:27] * H-H-H (~H-H-H@79-65-135-172.host.pobb.as13285.net) has joined #beagle
  • [14:28:21] * luastoned (~Gregor@80-121-102-212.adsl.highway.telekom.at) has joined #beagle
  • [14:28:40] * shoragan (~shoragan@debian/developer/shoragan) Quit (Quit: Leaving)
  • [14:28:42] * uwe__ (~uwe_@ipservice-092-211-041-004.092.211.pools.vodafone-ip.de) Quit (Ping timeout: 245 seconds)
  • [14:36:37] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) Quit (Remote host closed the connection)
  • [14:36:38] * SoCo_cpp_ (~soco@gateway/tor-sasl/sococpp/x-93321146) Quit (Write error: Connection reset by peer)
  • [14:36:46] * Vadtec (~Vadtec@unaffiliated/vadtec) Quit (Write error: Connection reset by peer)
  • [14:38:57] * Amperture (~Amperture@107-207-76-17.lightspeed.austtx.sbcglobal.net) Quit (Ping timeout: 240 seconds)
  • [14:40:12] * zoomequipd (~zoomequip@gateway/tor-sasl/zoomequipd) has joined #beagle
  • [14:42:05] * Sedorox_ (~Sedorox@smartserv/cna/Sedorox) has joined #beagle
  • [14:42:43] * bzb (~bzb@192-0-226-240.cpe.teksavvy.com) Quit (Quit: I hate to quit but my bladder's full. :-()
  • [14:43:02] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) has joined #beagle
  • [14:43:41] * luastoned (~Gregor@80-121-102-212.adsl.highway.telekom.at) Quit (Read error: Connection reset by peer)
  • [14:43:47] * Sedorox (~Sedorox@smartserv/cna/Sedorox) Quit (Ping timeout: 245 seconds)
  • [14:44:12] * dwery (~dwery@nslu2-linux/dwery) Quit (Ping timeout: 245 seconds)
  • [14:44:12] * jevin (~jevin@72.12.217.220) Quit (Ping timeout: 245 seconds)
  • [14:44:54] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [14:45:57] * x76 is now known as x56
  • [14:48:11] * veremit (stt@unaffiliated/veremit) Quit (Quit: <Insert witty quit message here>)
  • [14:52:06] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit (Remote host closed the connection)
  • [14:54:05] * jpirko (~jirka@ip-94-113-123-10.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [14:56:09] * SoCo_cpp_ (~soco@gateway/tor-sasl/sococpp/x-93321146) has joined #beagle
  • [14:56:12] * das_ (~das@113.5.80.79.rev.sfr.net) Quit (Ping timeout: 255 seconds)
  • [14:57:50] * phantoxe (~destroy@acarlosss.broker.freenet6.net) has joined #beagle
  • [15:02:18] * rcn-ee (~voodoo@64.77.213.245) has joined #beagle
  • [15:04:46] * kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka) Quit (Read error: Connection reset by peer)
  • [15:11:26] * piney (piney0@2600:3c03::f03c:91ff:fe93:ac9f) Quit (Changing host)
  • [15:11:27] * piney (piney0@unaffiliated/piney0) has joined #beagle
  • [15:17:05] * dieterg (~dieterg@180.253.96.62) Quit (Ping timeout: 250 seconds)
  • [15:18:04] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [15:18:10] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has joined #beaglebone
  • [15:19:20] * woglinde (~henning@fb-n15-11.unbelievable-machine.net) Quit (Ping timeout: 240 seconds)
  • [15:24:08] * emeb (~ericb@ip68-2-121-228.ph.ph.cox.net) has joined #beagle
  • [15:28:41] * Vadtec (~Vadtec@unaffiliated/vadtec) has joined #beagle
  • [15:42:24] * __butch__ (~Adium@169.145.89.206) has joined #beagle
  • [15:44:34] * alexanderhiam (~alexander@c-24-147-39-41.hsd1.nh.comcast.net) has joined #beagle
  • [15:49:13] * DLPeterson (~hazelnuss@73.170.105.50) has joined #beagle
  • [15:49:56] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) Quit (Remote host closed the connection)
  • [15:50:40] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has joined #beaglebone
  • [15:53:21] * Guest66222 (~mgreer@ip68-3-153-79.ph.ph.cox.net) Quit (Ping timeout: 255 seconds)
  • [15:54:24] * Mio-chan (~Mio-chan@unaffiliated/mio-chan) has joined #beagle
  • [15:54:29] * Sauvin (~Savinus@about/linux/staff/sauvin) has joined #beagle
  • [15:55:06] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Client exiting)
  • [15:56:54] * sidbh (~Siddharth@123.201.19.139) has joined #beagle
  • [15:57:00] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) has joined #beagle
  • [15:57:44] * spader is now known as terinjokes
  • [15:58:18] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) Quit (Client Quit)
  • [15:58:39] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) has joined #beagle
  • [16:02:45] * lyakh_ (~lyakh@xdsl-85-197-17-119.netcologne.de) Quit (Quit: thanks, bye)
  • [16:04:16] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) Quit ()
  • [16:05:41] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) has joined #beaglebone
  • [16:08:55] * nofxx (~nofxx@177.106.13.132) has joined #beaglebone
  • [16:09:03] * nofxx (~nofxx@177.106.13.132) Quit (Changing host)
  • [16:09:03] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [16:10:45] * bearsh|work (~quassel@222-92.77-83.cust.bluewin.ch) Quit (Remote host closed the connection)
  • [16:15:49] * DrDaemonEye (~deamoneye@unaffiliated/daemoneye) has left #beagle
  • [16:16:10] * konradoo77 (~debian@78.30.116.219) has joined #beagle
  • [16:19:59] * DrDaemonEye (~deamoneye@unaffiliated/daemoneye) has joined #beagle
  • [16:23:39] * Blaketh (~solar@c-98-248-223-65.hsd1.ca.comcast.net) has joined #beagleboard
  • [16:25:55] * brycebar1l is now known as brycebaril
  • [16:28:07] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [16:31:02] * Mounicq1 (~Thunderbi@67.85.89.92.rev.sfr.net) Quit (Quit: Mounicq1)
  • [16:31:58] * christoffer (~christoff@2a00:865:3b30:c368:d0cf:fce8:8542:b277) Quit (Quit: Leaving)
  • [16:35:06] * Mounicq (~Thunderbi@67.85.89.92.rev.sfr.net) has joined #beagle
  • [16:38:55] * NulL` (~bleh1@178.16.4.222) has joined #beagle
  • [16:40:14] * NishanthMenon (~nmenon@nat/ti/x-ecpwuolprcrrbybn) Quit (Quit: A day for firm decisions!!!!! Or is it?)
  • [16:41:23] * DLPeterson (~hazelnuss@73.170.105.50) Quit (Quit: leaving)
  • [16:44:06] * Mounicq (~Thunderbi@67.85.89.92.rev.sfr.net) Quit (Quit: Mounicq)
  • [16:44:34] * rcn-ee (~voodoo@64.77.213.245) Quit (Quit: Leaving)
  • [16:46:33] * uv (~uv@94-21-35-247.pool.digikabel.hu) has joined #beagle
  • [16:49:53] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) Quit (Quit: Leaving)
  • [16:53:22] * Starduster (~user@unaffiliated/starduster) has joined #beagle
  • [16:54:02] * bizulk (~sli@h67.cornut.fr) Quit (Quit: Leaving.)
  • [16:54:17] * phantoxe (~destroy@acarlosss.broker.freenet6.net) Quit ()
  • [16:55:49] * __butch__ (~Adium@169.145.89.206) Quit (Quit: Leaving.)
  • [16:58:50] * ideletemyself (~delete@24-121-244-192.npg.sta.suddenlink.net) has joined #beagle
  • [16:59:37] * hitlin37 (uid16371@gateway/web/irccloud.com/x-btenfhgouxjdkibg) Quit (Quit: Connection closed for inactivity)
  • [17:01:48] * mag (~mgreer@ip68-3-153-79.ph.ph.cox.net) has joined #beagle
  • [17:04:53] * H-H-H (~H-H-H@79-65-135-172.host.pobb.as13285.net) Quit (Quit: Leaving)
  • [17:05:10] * granito-laptop (~granito@170.98.102.254) has joined #beagle
  • [17:07:34] * __butch__ (~Adium@169.145.89.206) has joined #beagle
  • [17:09:46] * DLPeterson (~hazelnuss@73.170.105.50) has joined #beagle
  • [17:13:04] * konradoo77 (~debian@78.30.116.219) Quit (Ping timeout: 244 seconds)
  • [17:13:08] * shoragan (~shoragan@debian/developer/shoragan) has joined #beagle
  • [17:16:44] * DLPeterson (~hazelnuss@73.170.105.50) Quit (Quit: leaving)
  • [17:17:26] * konradoo77 (~debian@151.248.39.103) has joined #beagle
  • [17:18:20] * jpfau|away is now known as jpfau
  • [17:19:20] * linuxnewb2 (~linuxnewb@unaffiliated/linuxnewb2) Quit (Ping timeout: 246 seconds)
  • [17:20:03] * urlgrey (~urlgrey@199-116-73-2.sfo1.office.zencoderdns.net) Quit ()
  • [17:24:06] * nandub (~nandub@unaffiliated/nandub) Quit (Remote host closed the connection)
  • [17:25:01] * nandub (~nandub@unaffiliated/nandub) has joined #beagle
  • [17:28:03] * nandub (~nandub@unaffiliated/nandub) Quit (Remote host closed the connection)
  • [17:28:05] * nbrosnahan (~nbrosnaha@c-107-3-143-61.hsd1.ca.comcast.net) has joined #beagle
  • [17:29:07] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [17:29:20] * granito-laptop (~granito@170.98.102.254) Quit (Quit: Leaving.)
  • [17:30:52] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [17:31:56] * Rickta59 (~Rickta59@cpe-174-106-144-066.ec.res.rr.com) has joined #beagle
  • [17:37:51] * jpfau is now known as jpfau|away
  • [17:42:58] * dfaught (~dfaught@cpe-72-190-67-145.tx.res.rr.com) has joined #beagle
  • [17:43:18] * nandub (~nandub@unaffiliated/nandub) has joined #beagle
  • [17:53:55] * DLPeterson (~hazelnuss@73.170.105.50) has joined #beagle
  • [17:54:51] * nofxx (~nofxx@unaffiliated/nofxx) Quit (Ping timeout: 255 seconds)
  • [18:03:17] * Gloria_Watsica (~Gloria_Wa@ec2-54-201-199-156.us-west-2.compute.amazonaws.com) has joined #beagle
  • [18:03:38] * NulL`` (~bleh1@46.226.185.228) has joined #beagle
  • [18:03:39] * Gloria_Watsica (~Gloria_Wa@ec2-54-201-199-156.us-west-2.compute.amazonaws.com) Quit (Remote host closed the connection)
  • [18:04:36] * deanrock0 (~deanrock0@cpe-77.38.57.189.cable.t-1.si) has joined #beaglebone
  • [18:04:36] * deanrock0 (~deanrock0@cpe-77.38.57.189.cable.t-1.si) has joined #beagleboard
  • [18:04:36] * deanrock0 (~deanrock0@cpe-77.38.57.189.cable.t-1.si) has joined #beagle
  • [18:06:14] * NulL` (~bleh1@178.16.4.222) Quit (Ping timeout: 246 seconds)
  • [18:12:19] * tema (~tema@178-16-155-142.obit.ru) has joined #beagle
  • [18:14:08] * nandub (~nandub@unaffiliated/nandub) Quit (Remote host closed the connection)
  • [18:14:24] * nandub (~nandub@unaffiliated/nandub) has joined #beagle
  • [18:14:36] * nandub (~nandub@unaffiliated/nandub) Quit (Client Quit)
  • [18:15:47] * nandub (~nandub@unaffiliated/nandub) has joined #beagle
  • [18:17:00] * curlingbiathlon (~curlingbi@ec2-54-201-199-156.us-west-2.compute.amazonaws.com) has joined #beagle
  • [18:18:47] * konradoo77 (~debian@151.248.39.103) Quit (Ping timeout: 245 seconds)
  • [18:19:02] * curlingbiathlon (~curlingbi@ec2-54-201-199-156.us-west-2.compute.amazonaws.com) Quit (Remote host closed the connection)
  • [18:19:06] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) has joined #beagle
  • [18:20:36] * konradoo77 (~debian@93.154.144.120) has joined #beagle
  • [18:21:50] * oconnore (~eric@192.34.80.167) Quit (Quit: leaving)
  • [18:21:55] * radconjon (18f5580a@gateway/web/freenode/ip.24.245.88.10) has joined #beagle
  • [18:22:56] * Sauvin (~Savinus@about/linux/staff/sauvin) Quit (Remote host closed the connection)
  • [18:24:54] * radconjon (18f5580a@gateway/web/freenode/ip.24.245.88.10) Quit (Client Quit)
  • [18:25:06] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) has joined #beagle
  • [18:27:42] * jsst_ (~jsst@cable-233-41.zeelandnet.nl) Quit (Read error: Connection reset by peer)
  • [18:27:50] * radconjon (18f5580a@gateway/web/freenode/ip.24.245.88.10) has joined #beagle
  • [18:29:03] * jsst (~jsst@cable-233-41.zeelandnet.nl) has joined #beagle
  • [18:29:19] <radconjon> Hi all: I am running Ubuntu 14.04 ( 3.14.5-arm7-x8) on my BB-xM. When I attach the Leopard Imaging camera module ( LI5-M03) nothing is created in the /dev subdirectory and if I run motion it does not see the camera. I added the camera = li5m03 line in the uEnv. I tried to get this running in Quantal but can no longer upgrade that version and I cannot install motion under that version although it looks like it sees the camera. An
  • [18:36:14] * rcn-ee (~voodoo@thief-pool2-120-251.mncable.net) has joined #beagle
  • [18:37:33] <radconjon> Hi all: I am running Ubuntu 14.04 ( 3.14.5-arm7-x8) on my BB-xM. When I attach the Leopard Imaging camera module ( LI5-M03) nothing is created in the /dev subdirectory and if I run motion it does not see the camera. I added the camera = li5m03 line in the uEnv. I tried to get this running in Quantal but can no longer upgrade that version and I cannot install motion under that version although it looks like it sees the camera. An
  • [18:40:42] * embedded_kyle (~circuser-@static-72-248-244-194.ny.onecommunications.net) has joined #beagle
  • [18:42:49] <rcn-ee> radconjon, you'll have to to downgrade to a pre-device tree kernel... Unless you want to write up a kernel patch for me..
  • [18:44:03] * Guest5130 (~danw@host-89-241-153-11.as13285.net) has joined #beagle
  • [18:44:10] * fzombie (~gplgeek@pdpc/supporter/student/GPLGeek) has joined #beagle
  • [18:46:42] * fzombie (~gplgeek@pdpc/supporter/student/GPLGeek) Quit (Read error: Connection reset by peer)
  • [18:47:46] * bizarro_1 (~bizarro_1@159.Red-83-47-147.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
  • [18:48:01] * ggherdov (sid11402@gateway/web/irccloud.com/x-wwrvmxkxdlygneyl) Quit (Ping timeout: 250 seconds)
  • [18:48:04] <radconjon> rcn-ee, me witting a patch would be a disaster. I am a newbie, retired from working in the pc world, what version would you suggest.
  • [18:49:21] <rcn-ee> radconjon, give me a moment, (that's like asking, what beer did you have 2 years ago..)
  • [18:49:27] * Guest5130 (~danw@host-89-241-153-11.as13285.net) Quit (Ping timeout: 240 seconds)
  • [18:49:37] * ggherdov (sid11402@gateway/web/irccloud.com/x-wtpsbkbxfyvfawtw) has joined #beagle
  • [18:50:02] <radconjon> rcn-ee, thanks, i appreciate the help, I am sure you are busy.
  • [18:50:31] <rcn-ee> i think the "v3.7.x" branch of: https://github.com/RobertCNelson/stable-kernel/ still builds/works.. for that..
  • [18:51:05] * Nico44 (~Nico44@crb44-1-82-67-127-241.fbx.proxad.net) Quit (Remote host closed the connection)
  • [18:51:20] <rcn-ee> you'll have to coax the bootloader to only load the zImage and not try booting the *.dtb
  • [18:52:30] <radconjon> rcn-ee, thanks I will give it a try, I assume I will have to recompile the u-boot to get the gpio lines working
  • [18:53:12] <rcn-ee> you shouldn't have too.. you just gota pass the camera variable to the kernle, so the gpio lines get enabled for the camera..
  • [18:53:25] * elfphiltrum (~elfphiltr@ec2-54-201-199-156.us-west-2.compute.amazonaws.com) has joined #beagle
  • [18:53:34] * elfphiltrum (~elfphiltr@ec2-54-201-199-156.us-west-2.compute.amazonaws.com) Quit (Remote host closed the connection)
  • [18:54:51] <radconjon> I have some hardware that I control with other lines on the expansion port, I meant those
  • [18:55:09] * fzombie (KiloJuliet@pdpc/supporter/student/GPLGeek) has joined #beagle
  • [18:58:03] * n-st (~n-st@p57AE9BCA.dip0.t-ipconnect.de) has joined #beagle
  • [18:58:41] * NishanthMenon (~nmenon@nat/ti/x-ilgcmgvicjoheixt) has joined #beagle
  • [19:00:41] * jj2baile (~jon@high-fructose-corn-syrup.csclub.uwaterloo.ca) Quit (Ping timeout: 260 seconds)
  • [19:00:53] <embedded_kyle> I'm trying to update an A6A board to Debian. After the kernel is started I get "Welcome to emergency mode". I can login just fine but none of the boot scripts will run saying "system unrecognized". What step am I missing?
  • [19:02:29] * TooLmaN (~TooLmaN@mx1.thomsonplastics.com) Quit (Quit: Off to save the world!)
  • [19:02:33] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [19:04:55] <rcn-ee> embedded_kyle, can you pastebin.com the error for me
  • [19:09:01] * jarvis (0e8bd056@gateway/web/freenode/ip.14.139.208.86) has joined #beagle
  • [19:09:33] * jarvis is now known as Guest73338
  • [19:10:17] <embedded_kyle> http://pastebin.com/aQz0BWdh
  • [19:10:44] <Guest73338> my beaglebone black is not detected the by windows even though drivers installed
  • [19:12:35] * Guest73338 (0e8bd056@gateway/web/freenode/ip.14.139.208.86) Quit (Client Quit)
  • [19:13:24] <rcn-ee> embedded_kyle, you need to fix the rootfs first: fsck.ext4 -f /dev/mmcblk0p2
  • [19:13:53] <rcn-ee> the script isn't running as it's not seeing a perfect rootfs..
  • [19:15:13] * NulL` (~bleh1@178.16.14.206) has joined #beagle
  • [19:15:22] <embedded_kyle> fsck passed. Running the script gives the same result.
  • [19:15:25] <rcn-ee> btw, as it's using the newer "uname_boot" method, once you get the rootfs fixed run: ./tools/eMMC/init-eMMC-flasher-v2.sh instead..
  • [19:15:33] * thews (~thews@unaffiliated/thews) Quit (Read error: Connection reset by peer)
  • [19:15:42] <rcn-ee> (you'll have to still reboot first, after fixing the rootfs)
  • [19:15:47] * Amperture (~Amperture@107-207-76-17.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [19:16:11] <mrpackethead> rcn-ee, how do i get in contact with a PM at Digikey? I've had a reel of crystals arrive and they all appear faulty
  • [19:16:21] <mrpackethead> and i'm geteing the run around by the customer support people
  • [19:16:42] * NulL`` (~bleh1@46.226.185.228) Quit (Ping timeout: 245 seconds)
  • [19:16:59] * thews (~thews@unaffiliated/thews) has joined #beagle
  • [19:17:24] <rcn-ee> usually customer service will get you in contact with a product manager.. i took the afternoon off, so i'm not at work, so i can't get you the correct pm...
  • [19:18:54] * konradoo87 (~debian@93.154.153.160) has joined #beagle
  • [19:19:17] <rcn-ee> blah... embedded_kyle i need to finish that script: https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/init-eMMC-flasher-v2.sh#L34 change to: http://pastebin.com/fNzuzqnP
  • [19:19:42] <rcn-ee> it's was only designed to be called as in "init=xyz" bootarg..
  • [19:20:35] <embedded_kyle> Okay. I'll give that a try.
  • [19:21:13] * konradoo77 (~debian@93.154.144.120) Quit (Ping timeout: 260 seconds)
  • [19:21:29] * phant0mas (~quassel@athedsl-267657.home.otenet.gr) Quit (Ping timeout: 246 seconds)
  • [19:24:59] * jarvisPSN (0e8bd056@gateway/web/freenode/ip.14.139.208.86) has joined #beagle
  • [19:25:12] * woglinde (~henning@e179189058.adsl.alicedsl.de) has joined #beagle
  • [19:26:00] <jarvisPSN> BBB is not detected by my windows machine it wont boot and only power led glows
  • [19:26:23] <jarvisPSN> unable to flash through sd
  • [19:26:36] <jarvisPSN> can any one help
  • [19:26:40] <jarvisPSN> ?
  • [19:26:55] <mrpackethead> https://scontent-a-lax.xx.fbcdn.net/hphotos-xfa1/v/t1.0-9/1932401_10152675627982661_5531161713218875552_n.jpg?oh=dd1cf7f03ec020cbea1059b0519a1b8b&oe=54676ED0
  • [19:27:15] <mrpackethead> https://scontent-a-lax.xx.fbcdn.net/hphotos-xfa1/v/t1.0-9/1932401_10152675627982661_5531161713218875552_n.jpg
  • [19:28:29] <rcn-ee> jarvisPSN, why can't you flash it thru sd?
  • [19:28:30] * radconjon (18f5580a@gateway/web/freenode/ip.24.245.88.10) Quit (Ping timeout: 246 seconds)
  • [19:28:56] <jarvisPSN> i tried but it doesn't simply boot
  • [19:29:19] <rcn-ee> did you hold down the boot button, before plugging in the power?
  • [19:29:30] <jarvisPSN> yup
  • [19:30:05] <rcn-ee> they it's most likely, you messed up flashing the "microSD"... so what image did you use and how did you flash it?
  • [19:33:52] <jarvisPSN> i'm using BBB-eMMC-flasher-debian-7.4-2014-03-04-2gb as my image
  • [19:34:03] <jarvisPSN> anyway i'll try once more
  • [19:34:10] * hitlin37 (uid16371@gateway/web/irccloud.com/x-gptgcwplqztllyyb) has joined #beagle
  • [19:36:09] * tema (~tema@178-16-155-142.obit.ru) Quit (Ping timeout: 260 seconds)
  • [19:37:45] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
  • [19:38:43] <rcn-ee> 2014-03-04? yuck.. probally lots of bugs.. flashing might have been one of them..
  • [19:40:04] * wednesday (~wednesday@c-76-104-145-102.hsd1.wa.comcast.net) has joined #beagle
  • [19:40:05] * wednesday (~wednesday@c-76-104-145-102.hsd1.wa.comcast.net) has joined #beaglebone
  • [19:47:39] * Shadyman (~matthew@unaffiliated/shadyman) has joined #beagle
  • [19:48:50] * tema (~tema@178-16-155-142.obit.ru) has joined #beagle
  • [20:04:10] * bizarro_1 (~bizarro_1@196.Red-83-53-31.dynamicIP.rima-tde.net) has joined #beagle
  • [20:04:23] * mistawright (~mistawrig@static-72-64-155-102.tampfl.fios.verizon.net) Quit (Ping timeout: 260 seconds)
  • [20:09:21] * mistawright (~mistawrig@static-72-64-155-102.tampfl.fios.verizon.net) has joined #beagle
  • [20:11:57] <jarvisPSN> rcn-ee i tried it reflashing again still got nothing
  • [20:13:05] * Guest5130 (~danw@host-89-241-153-11.as13285.net) has joined #beagle
  • [20:14:10] <tbr> jarvisPSN: and you uncompressed the image before preparing the card?
  • [20:15:57] * Shadyman (~matthew@unaffiliated/shadyman) Quit (Ping timeout: 240 seconds)
  • [20:17:30] * jarvisPSN (0e8bd056@gateway/web/freenode/ip.14.139.208.86) Quit (Ping timeout: 246 seconds)
  • [20:18:13] * jarvisPSN (0e8bd056@gateway/web/freenode/ip.14.139.208.86) has joined #beagle
  • [20:18:18] * fgau_ is now known as fgau
  • [20:18:27] * jarvisPSN (0e8bd056@gateway/web/freenode/ip.14.139.208.86) Quit (Client Quit)
  • [20:21:57] * konradoo87 (~debian@93.154.153.160) Quit (Ping timeout: 240 seconds)
  • [20:22:07] * NulL` (~bleh1@178.16.14.206) Quit (Ping timeout: 245 seconds)
  • [20:26:12] * Mustek (~Mustek@unaffiliated/mustek) has left #beagle
  • [20:26:31] * konradoo77 (~debian@37.209.144.158) has joined #beagle
  • [20:29:12] * mistawright (~mistawrig@static-72-64-155-102.tampfl.fios.verizon.net) Quit (Ping timeout: 260 seconds)
  • [20:30:15] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [20:30:31] * eyck (~eyck@u28n61.nowanet.pl) Quit (Ping timeout: 260 seconds)
  • [20:31:09] * eyck (~eyck@u28n61.nowanet.pl) has joined #beagle
  • [20:37:17] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [20:37:54] * johnwalkr (~jules@p3164-ipngn1101aobadori.miyagi.ocn.ne.jp) has joined #beagle
  • [20:38:56] * __butch__ (~Adium@169.145.89.206) Quit (Quit: Leaving.)
  • [20:39:20] * gustavoz (~gustavoz@186.18.128.65) Quit (Quit: Leaving)
  • [20:40:48] * NishanthMenon (~nmenon@nat/ti/x-ilgcmgvicjoheixt) Quit (Quit: Deeply attached to friends and acquaintances.)
  • [20:44:06] * _chase_1 (~a0271661@nat/ti/x-mofmxjkbpcfqdsnp) has joined #beagle
  • [20:45:52] * _chase_ (~a0271661@nat/ti/x-etgmnnesmmnluati) Quit (Ping timeout: 245 seconds)
  • [20:48:08] * behanw (~behanw@S0106dc9fdb80cffd.gv.shawcable.net) Quit (Quit: Leaving)
  • [20:57:33] * behanw (~behanw@S0106dc9fdb80cffd.gv.shawcable.net) has joined #beagle
  • [20:59:36] * sidbh_ (~Siddharth@123.201.19.139) has joined #beagle
  • [20:59:36] * sidbh (~Siddharth@123.201.19.139) Quit (Read error: Connection reset by peer)
  • [21:02:13] * nofxx (~nofxx@unaffiliated/nofxx) has joined #beaglebone
  • [21:02:45] * TheoMurpse (~kylegoetz@cpe-72-191-53-138.satx.res.rr.com) has joined #beaglebone
  • [21:10:39] <embedded_kyle> rcn-ee: The updated script seemed to work. But rebooting without the microSD card in seems to hang in the terminal although USER0 LED is blinking slowly and USER2 LED is blinking quickly.
  • [21:11:05] <embedded_kyle> Here is the script updating the eMMC followed by the hang: http://pastebin.com/JtWYDf0L
  • [21:15:55] * cmicali (~cmicali@50-198-110-41-static.hfc.comcastbusiness.net) has left #beagle
  • [21:17:28] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) Quit (Ping timeout: 240 seconds)
  • [21:19:00] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) has joined #beagle
  • [21:20:28] * jmyer (~jmyer@73.182.183.95) has joined #beagle
  • [21:21:17] * woglinde (~henning@e179189058.adsl.alicedsl.de) Quit (Ping timeout: 245 seconds)
  • [21:22:01] * kuldeepdhaka (~kuldeepdh@unaffiliated/kuldeepdhaka) has joined #beagle
  • [21:22:12] <rcn-ee> embedded_kyle, that's very strange.. everything looks good in the log.. but it doesn't work.. really wish i put more debugging info into u-boot,
  • [21:24:10] <embedded_kyle> Yeah it just hangs like it's looking for something but I can't tell what. The kernel is an image I built myself. Might give a pre-built one a try on Tuesday.
  • [21:24:18] * bkearns (~bkearns@216-75-239-130.static.wiline.com) has joined #beagle
  • [21:24:58] * konradoo77 (~debian@37.209.144.158) Quit (Ping timeout: 240 seconds)
  • [21:25:09] * LordWillO (~LordWillO@cpe-76-188-188-110.neo.res.rr.com) has joined #beagle
  • [21:25:28] * _chase_1 (~a0271661@nat/ti/x-mofmxjkbpcfqdsnp) Quit (Quit: Leaving.)
  • [21:29:02] * pwillard (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) Quit (Quit: Leaving)
  • [21:30:05] * dgerlach (~dave@nat/ti/x-nqljsnvjcylfhipz) Quit (Remote host closed the connection)
  • [21:31:37] * _chase_ (~a0271661@nat/ti/x-puwtfenjjozhwqyf) has joined #beagle
  • [21:31:46] <rcn-ee> embedded_kyle, ah!
  • [21:32:02] <rcn-ee> run : sudo update-initramfs -ck `uname -r`
  • [21:32:27] <rcn-ee> when going over to the eMMC, it uses an uuid, but we need an initrd..
  • [21:33:02] <embedded_kyle> So do this while booted off the microSD then reboot, correct?
  • [21:33:10] * vagrantc waves to rcn-ee
  • [21:33:43] <rcn-ee> embedded_kyle, yeah, then copy the /boot/initrd.img-`uname -r` to the eMMC's /boot/
  • [21:33:49] <rcn-ee> howdy vagrantc
  • [21:34:40] * nbrosnahan (~nbrosnaha@c-107-3-143-61.hsd1.ca.comcast.net) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  • [21:35:13] <rcn-ee> vagrantc, fyi: https://lists.ubuntu.com/archives/kernel-team/2014-August/048015.html (ubuntu's switching location of dtbs's) do you think we can get debian to switch.. (then fedora/ubuntu/debian would be the same location)
  • [21:36:01] <vagrantc> rcn-ee: i could talk to some of the kernel team folks while they're still in town
  • [21:36:29] <rcn-ee> vagrantc, cool! (then we just need mainline to swich and the big 4 are the same!! ;))
  • [21:37:15] * vagrantc was watching a series of arm talks at debconf
  • [21:37:40] * H-H-H (~H-H-H@79-65-135-172.host.pobb.as13285.net) has joined #beagle
  • [21:42:44] * phantom (destroy@a89-154-119-158.cpe.netcabo.pt) has joined #beagle
  • [21:43:08] * phantom is now known as Guest90203
  • [21:43:41] <embedded_kyle> rcn-ee: It's complaining that the file system is read-only. I'm assuming there were errors then, which is how it got mounted ro?
  • [21:44:38] <rcn-ee> oh the "source" is ro while it's flashing the "eMMC"..
  • [21:44:58] <rcn-ee> you'll have to hold the boot button, force it to the boot on the microSD
  • [21:46:03] * dogrocket (dogrocket@pool-72-91-199-13.tampfl.fios.verizon.net) has joined #beagle
  • [21:46:21] * phantomD (destroy@a89-154-119-158.cpe.netcabo.pt) Quit (Ping timeout: 260 seconds)
  • [21:46:24] * stippeng (~quassel@peterbilt.cs.abo.fi) has joined #beagle
  • [21:46:25] * jackmitchell (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) has joined #beagle
  • [21:46:42] * leandrosansilva (~quassel@201.86.94.254) has joined #beagle
  • [21:46:57] * mixdio_ (~quassel@quassel.woboq.de) has joined #beagle
  • [21:48:18] * elik (~elik@unaffiliated/elik) has joined #beagle
  • [21:48:43] * buq2_ (~buq2@dsl-trebrasgw2-54f943-197.dhcp.inet.fi) has joined #beagle
  • [21:48:44] * creemj_ (~mjc@60-234-221-162.bitstream.orcon.net.nz) has joined #beagle
  • [21:49:07] * jsst_ (~jsst@cable-233-41.zeelandnet.nl) has joined #beagle
  • [21:50:51] <embedded_kyle> rcn-ee: Hrm. Still mounted ro. Have a look: http://pastebin.com/N0vFua1h
  • [21:51:11] * manjo` is now known as manjo
  • [21:51:27] * uwe__ (~uwe_@dslb-084-057-226-072.084.057.pools.vodafone-ip.de) has joined #beagle
  • [21:52:03] * jbdatko_ (~jbdatko@fsf/member/jbdatko) has joined #beagle
  • [21:52:18] <vagrantc> rcn-ee: there's definitely reluctance moving to /boot/ just due to boot sizes.
  • [21:52:33] * s5fs_ (s5fs@gateway/shell/jquery.com/x-uzhhyksadkrwjurk) has joined #beagle
  • [21:53:08] * XorA_ (~XorA@www.xora.org.uk) has joined #beagle
  • [21:53:20] * indy_ (~indy@84.242.65.172) has joined #beagle
  • [21:53:27] * H-H-H (~H-H-H@79-65-135-172.host.pobb.as13285.net) Quit (*.net *.split)
  • [21:53:27] * LordWillO (~LordWillO@cpe-76-188-188-110.neo.res.rr.com) Quit (*.net *.split)
  • [21:53:27] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) Quit (*.net *.split)
  • [21:53:27] * jsst (~jsst@cable-233-41.zeelandnet.nl) Quit (*.net *.split)
  • [21:53:28] * uwe_ (~uwe_@dslb-084-057-226-072.084.057.pools.vodafone-ip.de) Quit (*.net *.split)
  • [21:53:28] * panto (~panto@athedsl-222698.home.otenet.gr) Quit (*.net *.split)
  • [21:53:28] * firemanxbr (~firemanxb@187.36.51.186) Quit (*.net *.split)
  • [21:53:28] * qdk (~qdk@188.120.76.162) Quit (*.net *.split)
  • [21:53:28] * KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net) Quit (*.net *.split)
  • [21:53:28] * elik_ (~elik@unaffiliated/elik) Quit (*.net *.split)
  • [21:53:28] * leandrosansilva_ (~quassel@201.86.94.254) Quit (*.net *.split)
  • [21:53:28] * buq2 (~buq2@dsl-trebrasgw2-54f943-197.dhcp.inet.fi) Quit (*.net *.split)
  • [21:53:28] * creemj (~mjc@60-234-221-162.bitstream.orcon.net.nz) Quit (*.net *.split)
  • [21:53:28] * Bryanstein (~Bryanstei@shellium/admin/bryanstein) Quit (*.net *.split)
  • [21:53:28] * jackmitchell1 (~Thunderbi@cbnluk-gw0.cambridgebroadband.com) Quit (*.net *.split)
  • [21:53:29] * armin76 (~armin@gentoo/developer/armin76) Quit (*.net *.split)
  • [21:53:29] * zmatt (~zmatt@gerbil.xs4all.nl) Quit (*.net *.split)
  • [21:53:29] * indy (~indy@84.242.65.172) Quit (*.net *.split)
  • [21:53:29] * Electric_Monk (~colin@c-24-6-121-109.hsd1.ca.comcast.net) Quit (*.net *.split)
  • [21:53:29] * Stoob (~steev@krypton.bugfix.in) Quit (*.net *.split)
  • [21:53:29] * masta (~jdisnard@unaffiliated/masta) Quit (*.net *.split)
  • [21:53:29] * XorA (~XorA@www.xora.org.uk) Quit (*.net *.split)
  • [21:53:29] * sakoman (~steve@static-50-53-56-166.bvtn.or.frontiernet.net) Quit (*.net *.split)
  • [21:53:29] * stippeng_ (~quassel@peterbilt.cs.abo.fi) Quit (*.net *.split)
  • [21:53:29] * jbdatko (~jbdatko@fsf/member/jbdatko) Quit (*.net *.split)
  • [21:53:29] * zz_repat (~repat@irc.pommepause.com) Quit (*.net *.split)
  • [21:53:29] * phragment (~blubb@vpn.htu.tu-graz.ac.at) Quit (*.net *.split)
  • [21:53:29] * tariq786 (~user@turtle.ecs.umass.edu) Quit (*.net *.split)
  • [21:53:29] * billybob1 (~billybob@wulfman.com) Quit (*.net *.split)
  • [21:53:29] * s5fs (s5fs@gateway/shell/jquery.com/x-njlruprnyjqpsvnn) Quit (*.net *.split)
  • [21:53:29] * mixdio (~quassel@quassel.woboq.com) Quit (*.net *.split)
  • [21:53:50] * zz_repat (~repat@irc.pommepause.com) has joined #beagle
  • [21:54:00] * zmatt (~zmatt@gerbil.xs4all.nl) has joined #beagle
  • [21:54:07] * zz_repat is now known as repat
  • [21:54:10] * LordWillO (~LordWillO@cpe-76-188-188-110.neo.res.rr.com) has joined #beagle
  • [21:54:14] <rcn-ee> vagrantc, got "dd MLO/u-boot.img" working on omap4+ (too bad for omap3) http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0#Boot_Partition_.28omap4.2B_.28am335x.29.29
  • [21:54:23] * bkearns (~bkearns@216-75-239-130.static.wiline.com) Quit (Quit: Leaving.)
  • [21:56:17] <vagrantc> rcn-ee: nice!
  • [21:56:30] <embedded_kyle> rcn-ee: It won't remount as rw because it claim the line in fstab is bad. It's copy/paste from your eewiki and it looks fine to me.
  • [21:57:53] <vagrantc> rcn-ee: will test that soonish
  • [21:58:00] * billybob (~billybob@wulfman.com) has joined #beagle
  • [21:58:24] <vagrantc> rcn-ee: my attempts at debian-installer somehow borked the partitioning such that the fat partition methd didn't work
  • [21:58:50] * jj2baile (~jon@high-fructose-corn-syrup.csclub.uwaterloo.ca) has joined #beagle
  • [21:58:54] <rcn-ee> well if we can drop the vfat, that problem will go away. ;0
  • [21:59:09] <vagrantc> exactly
  • [21:59:52] <vagrantc> for sunxi/allwinner and some imx6 boards i've got, i've found dd'ing directly to the device generally works with fewer surprises
  • [22:00:07] * Bryanstein (~Bryanstei@shellium/admin/bryanstein) has joined #beagle
  • [22:00:12] <rcn-ee> it is more reliable, and users break it less often.
  • [22:00:22] * H-H-H (~H-H-H@79-65-135-172.host.pobb.as13285.net) has joined #beagle
  • [22:00:41] <vagrantc> yeah
  • [22:01:02] * qdk (~qdk@188.120.76.162) has joined #beagle
  • [22:01:13] <rcn-ee> it's also easy to generate "one standard" image, but they need dd to flash the bootloader..
  • [22:01:14] <vagrantc> rcn-ee: does it need patches, or was it working all along, just finding the exactly right places to dd to?
  • [22:01:32] <rcn-ee> it's been working all along.. just need the write location.. the fedora guys found it..
  • [22:01:33] * uv (~uv@94-21-35-247.pool.digikabel.hu) Quit (Read error: Connection reset by peer)
  • [22:01:37] * bfederau (~quassel@service.basyskom.com) Quit (Read error: Connection reset by peer)
  • [22:01:58] <rcn-ee> but it's only on omap4 (bootrom) and later.. the omap3's are too buggy..
  • [22:02:01] * sakoman (~steve@static-50-53-56-166.bvtn.or.frontiernet.net) has joined #beagle
  • [22:02:53] * bfederau (~quassel@service.basyskom.com) has joined #beagle
  • [22:03:52] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) has joined #beagle
  • [22:03:58] * panto (~panto@athedsl-222698.home.otenet.gr) has joined #beagle
  • [22:04:15] * SoCo_cpp_ (~soco@gateway/tor-sasl/sococpp/x-93321146) Quit (Quit: Leaving)
  • [22:04:25] * firemanxbr (~firemanxb@187.36.51.186) has joined #beagle
  • [22:06:45] * SiC (~Simon@cpc12-aztw24-2-0-cust193.aztw.cable.virginm.net) Quit (Remote host closed the connection)
  • [22:08:55] * emeb (~ericb@ip68-2-121-228.ph.ph.cox.net) Quit (Read error: Connection reset by peer)
  • [22:10:08] * rcn-ee (~voodoo@thief-pool2-120-251.mncable.net) Quit (Remote host closed the connection)
  • [22:10:45] * emeb (~ericb@ip68-2-121-228.ph.ph.cox.net) has joined #beagle
  • [22:12:03] * masta (~jdisnard@cpe-76-187-152-64.tx.res.rr.com) has joined #beagle
  • [22:12:04] * KimK (~Kim__@ip68-102-30-143.ks.ok.cox.net) has joined #beagle
  • [22:12:04] * elik_ (~elik@unaffiliated/elik) has joined #beagle
  • [22:12:04] * armin76 (~armin@gentoo/developer/armin76) has joined #beagle
  • [22:12:04] * jbdatko (~jbdatko@fsf/member/jbdatko) has joined #beagle
  • [22:12:04] * stippeng_ (~quassel@peterbilt.cs.abo.fi) has joined #beagle
  • [22:12:04] * phragment (~blubb@vpn.htu.tu-graz.ac.at) has joined #beagle
  • [22:12:04] * tariq786 (~user@turtle.ecs.umass.edu) has joined #beagle
  • [22:12:04] * Stoob (~steev@krypton.bugfix.in) has joined #beagle
  • [22:12:33] * phragment_ (~blubb@vpn.htu.tu-graz.ac.at) has joined #beagle
  • [22:13:17] * elik_ (~elik@unaffiliated/elik) Quit (Max SendQ exceeded)
  • [22:13:18] * phragment (~blubb@vpn.htu.tu-graz.ac.at) Quit (Max SendQ exceeded)
  • [22:13:27] * stippeng_ (~quassel@peterbilt.cs.abo.fi) Quit (Ping timeout: 305 seconds)
  • [22:13:27] * jbdatko (~jbdatko@fsf/member/jbdatko) Quit (Ping timeout: 305 seconds)
  • [22:14:43] * chocko_ (uid26816@gateway/web/irccloud.com/x-kpsamjapekuajnal) Quit (Ping timeout: 250 seconds)
  • [22:16:25] * chocko_ (uid26816@gateway/web/irccloud.com/x-mptyebkambxwmeys) has joined #beagle
  • [22:18:26] * gustavoz (~gustavoz@186.18.128.65) has joined #beagle
  • [22:20:16] * mmattice (mmattice@unaffiliated/mmattice) has joined #beagle
  • [22:21:21] * sidbh__ (~Siddharth@123.201.22.148) has joined #beagle
  • [22:21:23] * embedded_kyle (~circuser-@static-72-248-244-194.ny.onecommunications.net) Quit (Quit: embedded_kyle)
  • [22:22:37] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 250 seconds)
  • [22:23:08] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Ping timeout: 246 seconds)
  • [22:23:13] * sidbh_ (~Siddharth@123.201.19.139) Quit (Ping timeout: 260 seconds)
  • [22:30:06] * mrjazzcat (~mrjazzcat@c-24-8-176-66.hsd1.co.comcast.net) Quit (Quit: Leaving)
  • [22:30:34] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [22:30:44] * ssvb (~ssvb@212.16.98.80) Quit (Remote host closed the connection)
  • [22:31:37] * dj_pi (~dj@c-107-5-25-243.hsd1.mi.comcast.net) has joined #beagle
  • [22:35:20] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [22:37:41] * ssvb (~ssvb@212.16.98.80) has joined #beagle
  • [22:39:33] * tema (~tema@178-16-155-142.obit.ru) Quit (Ping timeout: 260 seconds)
  • [22:39:42] * Guest5130 (~danw@host-89-241-153-11.as13285.net) Quit (Ping timeout: 255 seconds)
  • [22:40:03] * nbrosnah_ (~nbrosnaha@c-107-3-143-61.hsd1.ca.comcast.net) has joined #beagle
  • [22:40:08] * nbrosnah_ (~nbrosnaha@c-107-3-143-61.hsd1.ca.comcast.net) Quit (Max SendQ exceeded)
  • [22:40:41] * nbrosnah_ (~nbrosnaha@c-107-3-143-61.hsd1.ca.comcast.net) has joined #beagle
  • [22:42:21] * jmyer (~jmyer@73.182.183.95) Quit (Quit: Leaving)
  • [22:43:02] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) Quit (Remote host closed the connection)
  • [22:43:37] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) has joined #beagle
  • [22:48:16] * thurgood (~thurgood@72-48-76-197.dyn.grandenetworks.net) Quit (Ping timeout: 260 seconds)
  • [22:48:29] * BellinganRoy (~Bellingan@host132-135-dynamic.27-79-r.retail.telecomitalia.it) Quit (Quit: Konversation terminated!)
  • [22:54:35] * veremit (~veremit@88-145-168-177.host.pobb.as13285.net) has joined #beagle
  • [22:54:35] * veremit (~veremit@88-145-168-177.host.pobb.as13285.net) Quit (Changing host)
  • [22:54:35] * veremit (~veremit@unaffiliated/veremit) has joined #beagle
  • [22:57:08] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
  • [22:57:42] * linuxnewb2 (~linuxnewb@unaffiliated/linuxnewb2) has joined #beagle
  • [23:03:17] * vagrantc (~vagrant@freegeek/vagrantc) has joined #beagle
  • [23:04:59] * uwe__ is now known as uwe_
  • [23:13:15] * DLPeterson (~hazelnuss@73.170.105.50) Quit (Quit: leaving)
  • [23:18:59] * H-H-H (~H-H-H@79-65-135-172.host.pobb.as13285.net) Quit (Quit: Leaving)
  • [23:24:34] * dj_pi (~dj@c-107-5-25-243.hsd1.mi.comcast.net) Quit (Ping timeout: 244 seconds)
  • [23:29:11] * Crofton (~balister@184.13.237.207) has joined #beagle
  • [23:32:37] * johnwalkr (~jules@p3164-ipngn1101aobadori.miyagi.ocn.ne.jp) Quit (Quit: johnwalkr)
  • [23:36:56] * pwillard (~SomeRando@c-73-184-136-133.hsd1.ga.comcast.net) has joined #beagle
  • [23:40:50] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 246 seconds)
  • [23:50:44] * Abhishek_ (uid26899@gateway/web/irccloud.com/x-cwjzeqnbcmjulmrc) Quit (Quit: Connection closed for inactivity)
  • [23:52:10] * Guest5130 (~danw@host-89-241-153-11.as13285.net) has joined #beagle
  • [23:52:33] * LordWillO (~LordWillO@cpe-76-188-188-110.neo.res.rr.com) Quit (Quit: Leaving)
  • [23:53:04] * ph4nt0mas (~quassel@athedsl-267657.home.otenet.gr) has joined #beagle
  • [23:56:05] * Crofton (~balister@184.13.237.207) Quit (Ping timeout: 244 seconds)