• [00:15:15] * cody (~cody@dslb-084-056-094-235.pools.arcor-ip.net) Quit (Quit: leaving)
  • [00:30:04] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
  • [00:30:04] * DanaG1 (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Quit: Running with ???. And throwing ?????? at stuff. I ??? Unicode!)
  • [00:32:30] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Disconnected by services)
  • [00:32:30] * DanaG1 (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
  • [00:35:25] * cody (~cody@dslb-084-056-094-235.pools.arcor-ip.net) has joined #beagle
  • [00:38:49] * Gaston|Home (~Miranda@c-012fe353.155-1-64736c11.cust.bredbandsbolaget.se) Quit (Ping timeout: 276 seconds)
  • [01:12:25] * DesktopMa (~DesktopMa@hybellovas250.grm.hia.no) Quit (Ping timeout: 264 seconds)
  • [01:19:33] * DesktopMa (~DesktopMa@hybellovas250.grm.hia.no) has joined #beagle
  • [01:32:58] * DesktopMa (~DesktopMa@hybellovas250.grm.hia.no) Quit (Ping timeout: 256 seconds)
  • [01:38:17] * DesktopMa (~DesktopMa@hybellovas250.grm.hia.no) has joined #beagle
  • [01:52:29] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) has joined #beagle
  • [01:54:15] * tehpola (~Adium@71.20.106.197) has joined #beagle
  • [01:59:17] * tehpola (~Adium@71.20.106.197) Quit (Quit: Leaving.)
  • [02:13:49] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) has joined #beagle
  • [02:15:33] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) Quit (Quit: Leaving.)
  • [02:24:23] * robclark (~robclark@nat/ti/x-fhajglxmakeaiujd) has joined #beagle
  • [02:25:05] * DanaG1 is now known as DanaG
  • [02:43:18] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [02:48:47] * jacques (~fontenot@nslu2-linux/jacques) has joined #beagle
  • [02:50:25] <jacques> I'm following http://code.google.com/p/beagleboard/wiki/BeagleboardRevCValidationv2 but instead of "40V" my board says "40W". Is this why I get "Error: reading boot sector" ?
  • [03:03:53] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) Quit (Ping timeout: 260 seconds)
  • [03:07:11] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) Quit (Quit: Leaving)
  • [03:23:32] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) Quit (Quit: Time to track the dreaded Jabberwocky!)
  • [03:23:38] * alancam (~a-campbel@nat/ti/x-stbiiizejejfxyqq) has joined #beagle
  • [03:25:33] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) Quit (Quit: ppotera)
  • [03:32:04] * alancam_ (~a-campbel@nat/ti/x-dkwvgnjvmaevjjyq) has joined #beagle
  • [03:32:25] * alancam (~a-campbel@nat/ti/x-stbiiizejejfxyqq) Quit (Ping timeout: 240 seconds)
  • [03:35:49] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) has joined #beagle
  • [03:39:19] <Brokie> hello mru
  • [03:40:18] * Brokie is now known as GeneralSpecific
  • [03:40:36] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) has joined #beagle
  • [03:40:46] <GeneralSpecific> hello ppotera
  • [03:40:58] <ppotera> hi
  • [03:41:11] <GeneralSpecific> good day for you today?
  • [03:41:20] <ppotera> ok, I guess
  • [03:41:25] <GeneralSpecific> hmm
  • [03:42:11] <GeneralSpecific> shouldn't guess, could cause subconscious referral to this guess, for when you feel better, and you will feel like you do now....
  • [03:42:42] <ppotera> pondering what to do about newly discovered non-threadsafe static initialization
  • [03:42:53] <GeneralSpecific> in*?
  • [03:43:29] <ppotera> internal use code, sorry :)
  • [03:43:41] <GeneralSpecific> add a mutex, if value == NULL
  • [03:43:51] <GeneralSpecific> during the mutex, clear it
  • [03:44:19] <GeneralSpecific> whilst inside the mutex, check that another user of the mutex, ahs not already initted it
  • [03:44:22] <GeneralSpecific> like
  • [03:44:42] <GeneralSpecific> ThreadLock(me);
  • [03:45:08] <GeneralSpecific> if(myval == NULL)init(myval);
  • [03:45:17] <GeneralSpecific> ThreadRelease(me);
  • [03:45:43] <GeneralSpecific> it is of courrse psuedocode...
  • [03:45:50] <jacques> when I attach my powered 7-port hub to the EHCI port, kernel messages see it and init it, but as soon as I attach a device to the hub, I get errors and the hub disconnects, and it's as if the EHCI port has been disabled by the kernel because until I reboot, I get no further messages about connects/disconnects
  • [03:46:08] <ppotera> these are consts, so I'm just thinking about moving them to a better place
  • [03:46:22] <ppotera> but anyway
  • [03:46:36] <GeneralSpecific> uninted consts?
  • [03:46:39] <GeneralSpecific> yuck
  • [03:46:50] <ppotera> static const a = foo;
  • [03:47:00] <GeneralSpecific> ya
  • [03:47:04] <GeneralSpecific> not threadsafe
  • [03:47:13] <GeneralSpecific> could however do
  • [03:47:26] <ppotera> -fno-threadsafe-statics?
  • [03:47:44] <GeneralSpecific> if you pass thread PID as struct member, and use all structs
  • [03:48:34] <GeneralSpecific> static const uchar * a[PID] = foo'
  • [03:48:54] <ppotera> ugh, no way I'm getting PID awareness
  • [03:49:06] <ppotera> s/getting/adding
  • [03:49:13] <GeneralSpecific> k
  • [03:49:43] <GeneralSpecific> ya, can get oogleh fast
  • [03:51:45] <GeneralSpecific> I had a dream, I was the maytag repair man
  • [03:52:08] <GeneralSpecific> sitting in a room, surrounded by my old products, 1 of each... waiting for the fone to ring
  • [03:52:18] <GeneralSpecific> it was a weird but satisfying dream
  • [03:52:49] <ppotera> plug in the phone :)
  • [03:53:04] <GeneralSpecific> it was a dream
  • [03:53:12] <GeneralSpecific> Maytag repairman
  • [03:53:18] <GeneralSpecific> Remember the commercials?
  • [03:53:31] <GeneralSpecific> He was so lonely cuz the machines never broke?
  • [03:53:50] <ppotera> sure
  • [03:59:46] * hlide (~chaton@vig91-4-82-247-134-92.fbx.proxad.net) Quit (Remote host closed the connection)
  • [04:00:42] * cody_ (~cody@dslb-084-056-117-055.pools.arcor-ip.net) has joined #beagle
  • [04:04:13] * cody (~cody@dslb-084-056-094-235.pools.arcor-ip.net) Quit (Ping timeout: 276 seconds)
  • [04:04:34] * samway (~samway@76.84.51.66) Quit (Quit: samway)
  • [04:08:05] <DanaG> argh, "class driver suspend failed for cpu0"
  • [04:08:21] <GeneralSpecific> LOL
  • [04:08:43] <GeneralSpecific> "Brain failed to set controls for Brain, halting Brain...."
  • [04:13:13] <ppotera> wish some people had a safety trigger like that ;)
  • [04:13:43] <DanaG> hmm, anyone know how to disable the omapfb feature entirely (to save power)?
  • [04:13:55] <DanaG> I don't want to use video, and don't want it wasting power.
  • [04:13:57] <GeneralSpecific> remove the power cord
  • [04:17:07] <DanaG> that doesn't count.
  • [04:20:27] <DanaG> ah, /sys/devices/platform/omapdss
  • [04:23:49] <Animule> should be around 60... if you're getting 120psi on that.... something's wrong
  • [04:26:08] * tehpola (~Adium@71.20.106.197) has joined #beagle
  • [04:27:15] * tomatoes7 (~zztop@76.197.5.22) Quit (Quit: Ex-Chat)
  • [04:28:49] * tehpola (~Adium@71.20.106.197) Quit (Client Quit)
  • [04:29:46] <DanaG> wrong tab?
  • [04:29:52] <DanaG> psi... pounds per square inch?
  • [04:29:53] <DanaG> =??
  • [04:33:00] * gdm (~gdm@190.173.94.177) Quit (Ping timeout: 276 seconds)
  • [04:34:34] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) Quit (Ping timeout: 264 seconds)
  • [04:37:29] <DanaG> hmm, does beagleboard have anything interesting on the i2c busses?
  • [04:38:48] <ppotera> power chip
  • [04:44:58] * GPSFan (~kenm@64.92.145.112) Quit (Quit: Leaving)
  • [04:47:10] * thaytan (~jan@123.200.195.42) has joined #beagle
  • [04:49:22] <DanaG> ARGH
  • [04:49:26] <DanaG> why won't this suspend?
  • [04:52:45] * rkirti (~oespirit@203.199.213.3) has joined #beagle
  • [04:54:32] * tehpola (~Adium@71.20.106.197) has joined #beagle
  • [04:59:58] <Animule> and yes, wrong window :P
  • [05:00:15] <Animule> unless the latest rev of beagleboard is fuel injected :D
  • [05:00:37] <Animule> which actually
  • [05:00:41] <Animule> may happen
  • [05:00:52] <Animule> one of these days, when i get some time
  • [05:00:54] <Animule> and by some
  • [05:00:56] <Animule> i mean months
  • [05:01:02] <Animule> i'd like to put a computer on my sled
  • [05:01:17] <Animule> data acquisition, GPS, EGTfuel map, etc etc... all in one unit
  • [05:07:04] * thaytan (~jan@123.200.195.42) Quit (Read error: Connection reset by peer)
  • [05:17:25] * tehpola (~Adium@71.20.106.197) Quit (Quit: Leaving.)
  • [05:19:15] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [05:22:30] * tehpola (~Adium@71.20.106.197) has joined #beagle
  • [05:24:19] <DanaG> hmm, if I were to battery-power the beagle, does it have a charging interface or at least a current-charge monitoring interface?
  • [05:32:44] * tehpola (~Adium@71.20.106.197) Quit (Quit: Leaving.)
  • [05:42:03] * killring (~killring@adsl-76-234-150-254.dsl.sfldmi.sbcglobal.net) Quit (Quit: killring)
  • [05:42:43] * surferdude (~chatzilla@72.92.86.107) has joined #beagle
  • [05:43:05] <Animule> you'd probably be best off with a regulator/charging circuit
  • [05:44:21] <Animule> charger IC like the BQ24005 or similar... then regulate it to 5 with an LM2937/7805/etc
  • [05:45:53] * surferdude (~chatzilla@72.92.86.107) Quit (Quit: ChatZilla 0.9.85 [Firefox 3.6/20100115144158])
  • [05:53:08] * rkirti (~oespirit@203.199.213.3) Quit (Ping timeout: 258 seconds)
  • [05:55:40] * tehpola (~Adium@70-239-188-140.lightspeed.snantx.sbcglobal.net) has joined #beagle
  • [05:58:27] * rkirti (~oespirit@203.199.213.3) has joined #beagle
  • [06:03:35] * tehpola (~Adium@70-239-188-140.lightspeed.snantx.sbcglobal.net) Quit (Ping timeout: 246 seconds)
  • [06:10:46] * Jefro (~jefro@cust-67-203-89-34.static.o1.com) has joined #beagle
  • [06:14:20] * robclark (~robclark@nat/ti/x-fhajglxmakeaiujd) Quit (Quit: robclark)
  • [06:16:00] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) has joined #beagle
  • [06:16:14] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) has left #beagle
  • [06:19:26] * alancam_ (~a-campbel@nat/ti/x-dkwvgnjvmaevjjyq) Quit ()
  • [06:51:52] * Zoxc (~zoxc@ti0128a340-dhcp0330.bb.online.no) Quit ()
  • [06:58:42] * eFfeM1 (~frans@j200125.upc-j.chello.nl) has joined #beagle
  • [07:37:02] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) Quit (Ping timeout: 246 seconds)
  • [07:39:12] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [07:43:58] * andruk (~chatzilla@unaffiliated/andruk) has joined #beagle
  • [07:50:10] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [07:51:37] * tehpola (~Adium@70-239-188-140.lightspeed.snantx.sbcglobal.net) has joined #beagle
  • [07:53:56] * tehpola (~Adium@70-239-188-140.lightspeed.snantx.sbcglobal.net) Quit (Read error: Connection reset by peer)
  • [08:05:34] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Remote host closed the connection)
  • [08:10:09] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [08:22:29] * yann361 (~yann@ARennes-252-1-63-21.w83-195.abo.wanadoo.fr) has joined #beagle
  • [08:35:19] * aaron_liu (~3af77eae@gateway/web/freenode/x-lgbnialpfrbeuipb) has joined #beagle
  • [08:35:42] <aaron_liu> how to use the rootstock
  • [08:36:18] <aaron_liu> ubuntu:/tmp/tmp.0JtvU7PNST/tmpmount/var/lib/apt/lists# ls
  • [08:36:29] <aaron_liu> debootstrap.invalid_dists_karmic_main_binary-armel_Packages debootstrap.invalid_dists_karmic_Release partial
  • [08:41:32] <kblin> aaron_liu: it's documented on the elinux wiki
  • [08:58:45] * Jefro (~jefro@cust-67-203-89-34.static.o1.com) Quit (Read error: Operation timed out)
  • [09:04:14] * FOM_wknd (~jeffs@rrcs-74-219-98-62.central.biz.rr.com) Quit (Ping timeout: 245 seconds)
  • [09:08:06] * [Bigneko] (~Storekatt@94.145.194.40) has joined #beagle
  • [09:13:25] * yann361 (~yann@ARennes-252-1-63-21.w83-195.abo.wanadoo.fr) has left #beagle
  • [09:14:01] * [DaiNeko] (~Storekatt@94.145.194.40) has joined #beagle
  • [09:15:54] * [Bigneko] (~Storekatt@94.145.194.40) Quit (Ping timeout: 245 seconds)
  • [09:17:19] * FOM_wknd (~jeffs@rrcs-74-219-98-62.central.biz.rr.com) has joined #beagle
  • [09:18:55] * KosiNuss (~tom@p4FD1164D.dip0.t-ipconnect.de) has joined #beagle
  • [09:26:35] * markos_ (~markos@athedsl-426337.home.otenet.gr) has joined #beagle
  • [09:46:20] * 77CAACAU7 (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) has joined #beagle
  • [09:46:20] * 20QAAD298 (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) has joined #beagle
  • [09:46:29] * 77CAACAU7 (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) Quit (Remote host closed the connection)
  • [09:46:45] * 20QAAD298 is now known as Meizirkki
  • [09:47:31] * shoragan (~shoragan@debian/developer/shoragan) Quit (Quit: shoragan)
  • [09:49:33] * shoragan (~shoragan@sicherheitsschwankung.de) has joined #beagle
  • [10:21:47] * aaron_liu (~3af77eae@gateway/web/freenode/x-lgbnialpfrbeuipb) Quit (Quit: Page closed)
  • [10:26:39] * DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com) Quit (Read error: Connection reset by peer)
  • [10:29:07] * jacques (~fontenot@nslu2-linux/jacques) Quit (Quit: WeeChat 0.3.1.1)
  • [10:30:24] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) has joined #beagle
  • [10:40:15] * XorA (~XorA@www.xora.org.uk) has left #beagle
  • [10:48:48] * shoragan (~shoragan@sicherheitsschwankung.de) Quit (Changing host)
  • [10:48:48] * shoragan (~shoragan@debian/developer/shoragan) has joined #beagle
  • [11:21:51] * bitter_ (~3b65b1db@gateway/web/freenode/x-bksdqntuagplhcjk) has joined #beagle
  • [11:27:00] * bitter_ (~3b65b1db@gateway/web/freenode/x-bksdqntuagplhcjk) Quit (Quit: Page closed)
  • [11:28:39] * XorA (~XorA@www.xora.org.uk) has joined #beagle
  • [11:43:30] * mobidev (~mobidev@94.127.205.30) has joined #beagle
  • [11:45:03] <mobidev> hi
  • [11:55:05] * naeg (~naeg@194.208.239.170) has joined #beagle
  • [12:02:45] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [12:02:49] * andruk (~chatzilla@unaffiliated/andruk) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.5/20100126092609])
  • [12:16:23] * mobidev (~mobidev@94.127.205.30) Quit (Ping timeout: 240 seconds)
  • [12:17:20] * mobidev (~mobidev@94.127.205.30) has joined #beagle
  • [12:17:22] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [12:17:43] * Meizirkki (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) Quit (Quit: L?hd?ss?)
  • [12:17:47] * thaytan (~jan@alltit1.lnk.telstra.net) has joined #beagle
  • [12:17:58] * Meizirkki (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) has joined #beagle
  • [12:23:31] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) has joined #beagle
  • [12:28:07] * hlide (~chaton@vig91-4-82-247-134-92.fbx.proxad.net) has joined #beagle
  • [12:48:22] * felipec_ (~felipec@a91-153-253-80.elisa-laajakaista.fi) has joined #beagle
  • [12:48:47] * felipec_ (~felipec@a91-153-253-80.elisa-laajakaista.fi) Quit (Client Quit)
  • [12:53:51] * Animule (~Animal@67-40-45-29.hlrn.qwest.net) Quit (Quit: The computer fell asleep)
  • [12:59:08] * Openfree (~df@222.65.143.236) has joined #beagle
  • [13:00:36] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [13:23:04] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [13:29:24] * kg4giy (~kg4giy@pool-71-114-7-215.washdc.dsl-w.verizon.net) has joined #beagle
  • [13:29:24] * kg4giy (~kg4giy@pool-71-114-7-215.washdc.dsl-w.verizon.net) Quit (Changing host)
  • [13:29:24] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) has joined #beagle
  • [13:53:07] * XorA (~XorA@www.xora.org.uk) has left #beagle
  • [14:04:29] * virals (~viral@122.167.64.122) has joined #beagle
  • [14:21:50] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [14:23:37] * Anunakin (~fazzi@189.82.33.254) has joined #beagle
  • [14:24:59] * martmacfly__ (~52e3fcbc@gateway/web/freenode/x-ismntputhbfvoboa) has joined #beagle
  • [14:29:07] * cody_ (~cody@dslb-084-056-117-055.pools.arcor-ip.net) Quit (Quit: leaving)
  • [14:34:19] * cody (~cody@dslb-084-056-117-055.pools.arcor-ip.net) has joined #beagle
  • [14:41:40] * bearsh (~quassel@adsl-245-48-fixip.tiscali.ch) Quit (Read error: Connection reset by peer)
  • [14:42:48] * bearsh (~quassel@adsl-245-48-fixip.tiscali.ch) has joined #beagle
  • [14:58:53] * Openfree (~df@222.65.143.236) Quit (Remote host closed the connection)
  • [15:01:29] * Zoxc (~zoxc@ti0128a340-dhcp0330.bb.online.no) has joined #beagle
  • [15:06:08] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) Quit (Quit: ppotera)
  • [15:29:32] * Gaston|Home (~Miranda@c-012fe353.155-1-64736c11.cust.bredbandsbolaget.se) has joined #beagle
  • [15:29:40] * kg4giy (~kg4giy@linuxjournal/staff/DavidLane) Quit (Quit: Time to track the dreaded Jabberwocky!)
  • [15:32:14] * gdm (~gdm@190.173.102.97) has joined #beagle
  • [15:37:57] * j_ack (~j_ack@p57A416DD.dip0.t-ipconnect.de) has joined #beagle
  • [15:45:55] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) has joined #beagle
  • [15:46:11] * markos_ (~markos@athedsl-426337.home.otenet.gr) Quit (Remote host closed the connection)
  • [15:49:42] * markos_ (~markos@athedsl-426337.home.otenet.gr) has joined #beagle
  • [16:02:04] * prpplague_afk is now known as prpplague
  • [16:21:51] * robclark (~robclark@nat/ti/x-cryjjbnamybynnxi) has joined #beagle
  • [16:28:24] * martmacfly__ (~52e3fcbc@gateway/web/freenode/x-ismntputhbfvoboa) Quit (Quit: Page closed)
  • [16:32:33] * tlab (~tlab@c-69-243-187-136.hsd1.in.comcast.net) Quit (Quit: Leaving)
  • [16:32:50] * guillaum1 (~gl@AMontsouris-153-1-82-63.w90-2.abo.wanadoo.fr) Quit (Ping timeout: 256 seconds)
  • [16:37:59] <djlewis1> gm
  • [16:42:36] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) Quit (Quit: ppotera)
  • [16:48:29] * guillaum1 (~gl@AMontsouris-153-1-53-226.w86-212.abo.wanadoo.fr) has joined #beagle
  • [16:57:30] * mobidev (~mobidev@94.127.205.30) Quit (Quit: I go offline...)
  • [16:59:37] * sakoman (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (Read error: Connection reset by peer)
  • [17:00:02] * chrisl_ (~4c13b77a@gateway/web/freenode/x-uzzzazlqngttpztt) has joined #beagle
  • [17:05:26] <chrisl_> How is the Rev C debug kernel and rootfs built?
  • [17:06:31] <chrisl_> I thought it was through bitbake beagleboard-demo-image
  • [17:12:19] * chrisll (~a@c-76-19-183-122.hsd1.ct.comcast.net) has joined #beagle
  • [17:12:52] <chrisll> How is the debug kernel and rootfs built?
  • [17:13:16] * chrisll (~a@c-76-19-183-122.hsd1.ct.comcast.net) Quit (Client Quit)
  • [17:15:57] * chrisll (~a@c-76-19-183-122.hsd1.ct.comcast.net) has joined #beagle
  • [17:18:39] * DJWillis (~djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com) has joined #beagle
  • [17:20:24] * chrisll (~a@c-76-19-183-122.hsd1.ct.comcast.net) Quit (Client Quit)
  • [17:20:56] <kerute> anybody does some avr programming here ?
  • [17:24:00] * emeb (~ericb@ip72-223-81-194.ph.ph.cox.net) has joined #beagle
  • [17:25:50] * chrisll (~a@c-76-19-183-122.hsd1.ct.comcast.net) has joined #beagle
  • [17:26:06] <prpplague> kerute: i do some
  • [17:27:09] <kerute> prpplague_, im trying to compile an empty .c file ( just does a return)
  • [17:27:37] <kerute> and the .hex is 5 times the size of a blinking led program made from assembler .S file
  • [17:27:49] <kerute> both are compiled using the same avr-gcc options
  • [17:28:07] <kerute> any idea if this is normal ?
  • [17:31:40] * KosiNuss (~tom@p4FD1164D.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [17:34:17] * GeneralSpecific (~default@2-248.35-65.tampabay.res.rr.com) Quit (Read error: Operation timed out)
  • [17:37:15] * chrislll (~a@c-76-19-183-122.hsd1.ct.comcast.net) has joined #beagle
  • [17:38:19] <emeb> Whee! Finally got off my a** and started fiddling with GPIO. Got a blinky LED via J3-24 using the gpio-sysfs interface.
  • [17:38:45] <emeb> Read through HY'
  • [17:39:23] <emeb> err... Read through HY's pinmux doc last night & finally all the stuff about board init started to make sense.
  • [17:43:56] <djlewis1> emeb, I take it you got your mouse and kybd going?
  • [17:44:02] * _roger_ (~a0740758@nat/ti/x-ythdfedywuetsbww) has joined #beagle
  • [17:44:02] <emeb> Looking through the OE/Angstrom 2.6.29-omap1 kernel source it appears that there are already some stubs in there for the tincan zippy. I see I2C stuff for the RTC and SPI stuff for the enc28j60.
  • [17:45:29] <emeb> djlewis, nope. That still mystifies me. I've got a kbd/mouse hooked to the OTG port via a powered hub. I've got a handful of different SD cards with various versions of kernel & Angstrom. It works on some, not on others.
  • [17:46:11] <emeb> I grabbed a kernel from a working card & put it on a non-working card and that didn't fix it.
  • [17:46:42] <emeb> Must be some sort of init-time configuration thing, but I don't know enough about how the hardware is brought up at boot to figure it out.
  • [17:47:04] <emeb> I'm getting the LED stuff working through the serial port shell.
  • [17:48:03] <djlewis1> emeb, I am thinking the otg usb driver is not running in some later kernels
  • [17:48:09] * GeneralSpecific (~default@2-248.35-65.tampabay.res.rr.com) has joined #beagle
  • [17:48:13] <djlewis1> by default
  • [17:48:28] <djlewis1> I may have this backwards.
  • [17:48:56] <emeb> Hmm. That's an idea. I checked the kernel config and it appears to be enabled though.
  • [17:49:22] <djlewis1> also I assume your setup for host mode on your BB
  • [17:49:30] <emeb> Yep.
  • [17:49:56] <emeb> At least I've got the little mini USB cable with the properly shorted pin5.
  • [17:50:10] <djlewis1> yup. I use the board jumper
  • [17:50:30] <emeb> Ah - the little solder blob on J6?
  • [17:50:56] <djlewis1> tiny little blob
  • [17:52:02] * thurbad (~nathan@cpe-76-175-148-31.socal.res.rr.com) Quit (Ping timeout: 268 seconds)
  • [17:52:16] <emeb> I'm going to try copying a kernel from a non-working card to a working card. That should exonerate the kernel if it still works. Must be a boot command or init thing.
  • [17:54:40] <emeb> I've got an old rev C2 that has an unreliable USB Host port so I always use the OTG as a host. One of these days I need to buy a 22uf 0805 cap and solder it down on C97 to see if that fixes the lockup.
  • [17:55:05] <djlewis1> I use the same version BB
  • [17:55:18] <emeb> Does your Host port work?
  • [17:55:44] <emeb> I tried using my host for an Ethernet dongle. It runs for about a minute and freezes.
  • [17:56:21] <djlewis1> mine is fairly reliable. It will bog with heavy traffic sometimes
  • [17:56:47] <emeb> The perils of the early adopter I guess.
  • [17:57:10] <djlewis1> Hey, I waited several months for the release of the C2
  • [17:57:12] <djlewis1> :)
  • [17:57:47] <emeb> Me too. Felt like forever at the time.
  • [17:58:07] <emeb> Now they're up to C4 and moving on to XM. The march of progress.
  • [17:58:15] <djlewis1> Now I am waiting to see how the bb-XM looks
  • [17:58:22] <emeb> Same here.
  • [17:58:57] <djlewis1> maybe bb-xm-rev-B will do it ;)
  • [17:59:19] <emeb> Yep - never buy rev 1.0 of anything.
  • [18:01:37] <emeb> Slightly OT - Have you seen this: http://www.friendlyarm.net/products/mini2440 ?
  • [18:02:12] * XorA (~XorA@www.xora.org.uk) has joined #beagle
  • [18:02:22] <emeb> You can get those for about $110 in the US. I wonder how hard it would be to get that little LCD + Touchscreen hooked to a Beagle?
  • [18:03:01] <djlewis1> looks interesting
  • [18:03:40] <djlewis1> I expect it is more with the screen
  • [18:04:31] <emeb> Nope - that's with screen included - see here: http://www.mini-box.com/mini2440v2
  • [18:05:02] <emeb> Also on eBay from HK sellers for $85 + $20 shipping.
  • [18:05:33] <emeb> Has a fair amount of GPIO too.
  • [18:05:59] * thurbad (~nathan@cpe-76-175-148-31.socal.res.rr.com) has joined #beagle
  • [18:06:10] <djlewis1> thats a NEC 240x320
  • [18:06:59] <emeb> Yes. Is that significant?
  • [18:06:59] <djlewis1> the other link showed 1024x768
  • [18:07:30] <emeb> Ah - OK. You can get it with a 7.5" display for $149 at that same site.
  • [18:07:33] * yann361 (~yann@ARennes-252-1-63-21.w83-195.abo.wanadoo.fr) has joined #beagle
  • [18:07:45] <djlewis1> well, our first color dieplays on computer monitors were 320x240 and we thought that was great ;)
  • [18:07:48] <prpplague> kerute: sounds like you have something set incorrectly for your compile options
  • [18:09:08] * djlewis1 is off for more coffee and more errands :P
  • [18:09:18] <emeb> prpplague - looks like the board init stuff for your zippy RTC & ethernet is stubbed into the 2.6.29-omap1 kernel. True?
  • [18:14:01] <prpplague> emeb: yea should be
  • [18:14:13] <prpplague> emeb: the angstrom build has it included by default
  • [18:19:17] <emeb> Cool. Shouldn't be to hard to steal the I2C & SPI ports for other purposes then. Just need to study a bit.
  • [18:20:51] <emeb> BTW - there was some talk a while back about using the I2C with a little eeprom to store expansion board ID information. Is that standardized yet? Where to find out more about it?
  • [18:22:46] * Anunakin (~fazzi@189.82.33.254) Quit (Ping timeout: 256 seconds)
  • [18:23:45] * killring (~killring@adsl-76-234-150-254.dsl.sfldmi.sbcglobal.net) has joined #beagle
  • [18:24:29] * yann361 (~yann@ARennes-252-1-63-21.w83-195.abo.wanadoo.fr) Quit (Quit: Leaving.)
  • [18:25:16] * kymara (~kymara@stendhal.game-host.org) has joined #beagle
  • [18:25:42] * ArteK (~artek@80.51.210.90) Quit (Quit: Disconnecting from stoned server.)
  • [18:25:58] * ArteK (~artek@80.51.210.90) has joined #beagle
  • [18:26:32] <prpplague> emeb: http://www.elinux.org/BeagleBoardPinMux
  • [18:26:40] <thurbad> emb, why are you hooking the hub up to the OTG? I think you need a special cable for the OTG to act as a host
  • [18:29:17] * jkridner (~a0321898@pdpc/supporter/active/jkridner) Quit (Ping timeout: 260 seconds)
  • [18:29:19] <emeb> prpplague - thanks.
  • [18:29:34] <prpplague> np
  • [18:29:58] <emeb> thurbad - I've got the special cable. Note that the kbd/mouse work in some cases, not in others.
  • [18:30:15] <emeb> Well - I'm away for a while.
  • [18:40:50] * DanaG (~dana@66-169-236-186.static.snlo.ca.charter.com) has joined #beagle
  • [18:41:32] * Anunakin (~fazzi@189.82.33.254) has joined #beagle
  • [18:42:51] * rkirti (~oespirit@203.199.213.3) Quit (Ping timeout: 252 seconds)
  • [18:47:10] * kanru (~kanru@220-132-104-233.HINET-IP.hinet.net) Quit (Ping timeout: 264 seconds)
  • [18:47:58] * yann361 (~yann@ARennes-252-1-63-21.w83-195.abo.wanadoo.fr) has joined #beagle
  • [18:50:05] * kanru (~kanru@61-228-161-230.dynamic.hinet.net) has joined #beagle
  • [18:51:32] * prpplague is now known as prpplague_afk
  • [18:51:34] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [18:56:06] * hrw|gone is now known as hrw
  • [18:56:06] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) has joined #beagle
  • [18:56:45] <hrw> morning
  • [19:00:59] <djlewis1> hrw, morning
  • [19:03:26] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) Quit (Remote host closed the connection)
  • [19:03:31] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) has joined #beagle
  • [19:04:28] * ppotera__ (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) has joined #beagle
  • [19:05:33] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) has joined #beagle
  • [19:06:02] * ppotera__ (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) Quit (Remote host closed the connection)
  • [19:06:07] * ppotera__ (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) has joined #beagle
  • [19:06:09] * ppotera (~ppotera@c-69-243-130-95.hsd1.il.comcast.net) Quit (Read error: Connection reset by peer)
  • [19:06:09] * ppotera__ is now known as ppotera
  • [19:14:01] <chrislll> Can OE build the beagleboard-diagnostic-kernel?
  • [19:14:21] <topi`> i should reboot my kernel. to get rid of a network problem with this kernel
  • [19:18:00] * jacques (~fontenot@nslu2-linux/jacques) has joined #beagle
  • [19:18:24] <topi`> already 284 days uptime on my beagle :)
  • [19:19:48] <mru> topi`: that beats mine
  • [19:19:52] <mru> I'm at 216
  • [19:20:15] <topi`> Linux uni 2.6.29-omap1 #1 Mon May 25 17:15:11 CEST 2009 armv7l GNU/Linux
  • [19:20:15] <topi`> 21:10:01 up 284 days, 12:29, 3 users, load average: 0.00, 0.00, 0.00
  • [19:22:27] <topi`> mru: have you experienced odd behaviour with a usb ethernet adapter?
  • [19:22:46] <topi`> mine has been running for 260 days without problems, and now last 20 days with packet loss
  • [19:23:09] <topi`> some kernel dumps from skb_alloc() so it's bad
  • [19:23:20] * yann361 (~yann@ARennes-252-1-63-21.w83-195.abo.wanadoo.fr) has left #beagle
  • [19:23:39] <mru> no, mostly because I haven't used a usb ethernet adapter with my beagles
  • [19:26:13] * kymara (~kymara@stendhal.game-host.org) has left #beagle
  • [19:27:16] <topi`> I wish I had a non-usb ethernet... even such a chip that is on SDIO
  • [19:27:22] <topi`> like in Gumstix Tobi
  • [19:29:18] * sakoman (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [19:35:38] * hrw is now known as hrw|gone
  • [19:36:04] <hrw|gone> topi`: buy Zippy2 extension for BB?
  • [19:41:05] * mrc3 (~ddiaz@122.181.11.126) has joined #beagle
  • [19:42:57] <|nfecteD> anyone know if there is a better sound driver for the beagleboard in the future?
  • [19:43:54] <|nfecteD> i think thats what is stopping my project right now :/
  • [19:49:59] * fisch_ (~Thomas@ppp-88-217-120-141.dynamic.mnet-online.de) has joined #beagle
  • [19:51:33] * chrisl_ (~4c13b77a@gateway/web/freenode/x-uzzzazlqngttpztt) Quit (Quit: Page closed)
  • [19:53:13] * Belna_ (~Thomas@ppp-93-104-130-158.dynamic.mnet-online.de) Quit (Ping timeout: 276 seconds)
  • [19:57:51] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
  • [19:57:58] * _roger_ (~a0740758@nat/ti/x-ythdfedywuetsbww) Quit (Ping timeout: 264 seconds)
  • [20:10:46] <eFfeM1> |nfecteD: I don't know what you mean with better, but in open source generally if there is something you do not like or need to have fixed, you are the volunteer to solve it :-)
  • [20:12:01] * cwillu (~cwillu@cwillu.com) has joined #beagle
  • [20:14:43] * thaytan (~jan@alltit1.lnk.telstra.net) Quit (Quit: Ex-Chat)
  • [20:18:18] * Meizirkki_ (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) has joined #beagle
  • [20:21:18] * Meizirkki (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) Quit (Ping timeout: 252 seconds)
  • [20:23:37] * Meizirkki_ (~Meizirkki@bbwirelessgw2-fee1dc00-2.dhcp.inet.fi) Quit (Remote host closed the connection)
  • [20:37:55] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) has joined #beagle
  • [20:38:16] * RoHS (~cruxphoto@c-67-161-139-147.hsd1.co.comcast.net) has left #beagle
  • [20:44:17] * Neithan (~juan@r190-135-45-227.dialup.adsl.anteldata.net.uy) has joined #beagle
  • [20:47:13] <Neithan> I am having the following problem...compiling the omap kernel with the omap3_beagle_defconfig and running it on the beagleboard I cannot see any usb device conected to it..
  • [20:47:27] <Neithan> did anybody had the same problem?
  • [20:49:26] * torusle (~nils@c168209.adsl.hansenet.de) has joined #beagle
  • [20:49:29] <torusle> hiho
  • [20:49:48] * davy (~9a140594@gateway/web/freenode/x-fjaofexfnjjsvkjf) has joined #beagle
  • [20:55:50] * GeneralSpecific (~default@2-248.35-65.tampabay.res.rr.com) Quit (Remote host closed the connection)
  • [20:55:57] * Brokie_ (~default@2-248.35-65.tampabay.res.rr.com) has joined #beagle
  • [20:56:26] <Brokie_> Neithan, what rev of beagle?
  • [21:00:30] <eFfeM1> Neithan: driver loaded? any thing useful in dmesg, otg or host port ?
  • [21:00:54] <Neithan> rev b
  • [21:03:24] <Neithan> dmesg throws no usefull information...
  • [21:04:08] <Neithan> I thought that with the default configuration the module would be integrated with the kernel
  • [21:06:08] <Neithan> (but i migth be wrong...do you know exactly wich modules are required in order to enable de otg port?)
  • [21:09:25] <eFfeM1> not really but guess they are there, are you using a mini-a cable?
  • [21:09:28] <eFfeM1> a good one
  • [21:09:43] <eFfeM1> did it work before ?
  • [21:10:13] <Neithan> yeap...im using the mini-a cable..
  • [21:10:54] <Neithan> it did work before...but with some kernel compiled with a script called rootfs or something like that
  • [21:12:10] <eFfeM1> hm, strange, did you compile with openembedded ?
  • [21:12:52] <Neithan> yes
  • [21:16:08] <eFfeM1> did you copy the modules to your rootfs ?
  • [21:16:58] <Neithan> yes...I used make modules_install INSTALL_MOD_PATH=<root to the filesystem> ARCH=arm CROSS_COMPILE=arm-linux-gnu-
  • [21:17:30] <eFfeM1> ah ok, i'd see if the usb modules are there and if they are loaded otherwise load manually
  • [21:18:31] * naeg (~naeg@194.208.239.170) Quit (Read error: Operation timed out)
  • [21:20:28] <eFfeM1> oops, 2nd thought
  • [21:20:52] <eFfeM1> you said you compiled with openembedded, but that is not a command to make modules with openembedded!
  • [21:23:50] * andruk (~chatzilla@pishpai.Mines.EDU) has joined #beagle
  • [21:24:41] * andruk (~chatzilla@pishpai.Mines.EDU) Quit (Changing host)
  • [21:24:41] * andruk (~chatzilla@unaffiliated/andruk) has joined #beagle
  • [21:25:11] <chrislll> what is the preferred method of building the beagleboard-diagnostic-kernel?
  • [21:31:57] <Brokie_> _koen_, I Compiled Angstrom, and on first boot, the keyboard worked fine, as did the mouse, but on subsequent boots, the keyboard was disabled...
  • [21:32:25] <Brokie_> I thought maybe was the fault of my compile, so I tried the online builder version... same problem
  • [21:32:37] <Brokie_> @ _koen_, is this a known issue?
  • [21:33:26] <Brokie_> Neithan
  • [21:33:38] <Brokie_> Would you be willing to try a kernel I built?
  • [21:36:04] * jacques (~fontenot@nslu2-linux/jacques) Quit (Quit: WeeChat 0.3.1.1)
  • [21:37:22] * ant__ (~andrea@host2-75-dynamic.5-87-r.retail.telecomitalia.it) has joined #beagle
  • [21:40:29] <eFfeM1> Brokie_: it might make a difference if you connect the kbd before boot or after it has booted
  • [21:40:32] * eFfeM1 had issues too
  • [21:40:45] <Brokie_> Either way, same result
  • [21:40:47] <eFfeM1> chrisll what is a diagnostic kernel ?
  • [21:40:59] <eFfeM1> Brokie_: hm, might be a kernel version issue
  • [21:42:55] * fisch_ (~Thomas@ppp-88-217-120-141.dynamic.mnet-online.de) Quit (Quit: Leaving)
  • [21:54:13] <chrislll> eFfeM1: The kernel referenced from http://code.google.com/p/beagleboard/wiki/BeagleboardRevCValidation
  • [21:54:36] <chrislll> eFfeM1: Direct link to the kernel: http://gitorious.org/beagleboard-diagnostic-kernel
  • [21:56:37] <chrislll> eFfeM1: Can this be built using openembedded?
  • [22:00:58] <eFfeM1> chrisll i don't think the diagnostic kernel is an openembedded kernel
  • [22:01:09] <Brokie_> I can build it, if you like
  • [22:01:23] <eFfeM1> btw diagnostic is probalby a test/work name,
  • [22:01:32] <eFfeM1> thee is no diagnostic kernel variant in linux
  • [22:03:09] <eFfeM1> guess this is the same kernelas you can dl in binary for the validation package
  • [22:03:26] <eFfeM1> sry cant help you much further,
  • [22:03:30] <Brokie_> yup
  • [22:03:35] <eFfeM1> calling it a day, need to ge tup early tomorrow
  • [22:03:35] <Brokie_> appears to be
  • [22:03:38] <eFfeM1> cya & have fun
  • [22:04:17] * eFfeM1 (~frans@j200125.upc-j.chello.nl) Quit (Quit: Leaving.)
  • [22:09:54] * Neithan (~juan@r190-135-45-227.dialup.adsl.anteldata.net.uy) Quit (Ping timeout: 276 seconds)
  • [22:11:38] * j_ack (~j_ack@p57A416DD.dip0.t-ipconnect.de) Quit (Quit: Verlassend)
  • [22:14:12] * chrislll (~a@c-76-19-183-122.hsd1.ct.comcast.net) Quit ()
  • [22:19:51] <djlewis1> dd seems to have taken over my wkstn resources.. :P
  • [22:20:29] <Brokie_> diskdupe eatin up your worstation resources?
  • [22:20:42] <Brokie_> workstation*
  • [22:21:18] <djlewis1> so it seems. just tryin to make a sd from narcissus.
  • [22:21:50] <djlewis1> might be I am using the usb 2.0 jack on the card reader for my Sd reader.
  • [22:23:37] <djlewis1> must be losing it in I/O as cpu and mem are ok.
  • [22:29:17] <mru> wtf, none of -Werror=implicit and similar flags actually work
  • [22:30:15] * djlewis (~djlewis@75.15.67.125) has joined #beagle
  • [22:30:43] * djlewis has fired up another wkstn so as to get things done.
  • [22:34:23] * [DaiNeko] (~Storekatt@94.145.194.40) Quit (Quit: Leaving)
  • [22:55:29] * ant__ (~andrea@host2-75-dynamic.5-87-r.retail.telecomitalia.it) Quit (Quit: Leaving)
  • [23:02:22] * djlewis1 decided to abort the dd task
  • [23:09:36] * markos_ (~markos@athedsl-426337.home.otenet.gr) Quit (Ping timeout: 252 seconds)
  • [23:10:19] * Guest32219 (~hitokiri@vc-41-5-13-5.umts.vodacom.co.za) has joined #beagle
  • [23:11:21] <djlewis1> rebooting my BB uptime record of 24D 22:15H
  • [23:15:55] * hlide (~chaton@vig91-4-82-247-134-92.fbx.proxad.net) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.8/20100202165920])
  • [23:15:58] <djlewis1> hmm, with this narcissus image seems no otg
  • [23:16:03] <djlewis1> host mode
  • [23:19:13] <djlewis1> ooh, the orange screen I've heard so much about :)
  • [23:20:09] <djlewis1> cool, the EHCI works
  • [23:21:31] <djlewis1> ok, done with this image. too much needs to be added and no network :P
  • [23:22:44] <djlewis1> pwd
  • [23:22:47] <djlewis1> oops
  • [23:38:06] * kanru (~kanru@61-228-161-230.dynamic.hinet.net) Quit (Quit: WeeChat 0.3.1.1)
  • [23:47:48] * Guest32219 (~hitokiri@vc-41-5-13-5.umts.vodacom.co.za) Quit (Quit: Nettalk6 - www.ntalk.de)
  • [23:58:07] * pablo_ (~pablo@238-199-126-200.fibertel.com.ar) has joined #beagle