• [00:02:41] * RobotGuy (~n7pkt@c-24-21-60-205.hsd1.or.comcast.net) Quit (Remote host closed the connection)
  • [00:03:25] * likewise (~likewise@095-097-098-131.static.chello.nl) Quit (Quit: likewise)
  • [00:04:24] <thurbad> htns what are you trying to do with it?
  • [00:05:54] * CMoH (~cipi@unaffiliated/c-moh) Quit (Remote host closed the connection)
  • [00:05:58] * raster (~raster@221.147.71.45) has joined #beagle
  • [00:05:58] * raster (~raster@221.147.71.45) Quit (Changing host)
  • [00:05:58] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [00:06:20] <thurbad> pretty sure the kernel file that assigns the gpio as the reset pin is arch/arm/mach-omap2/board-omap3beagle.c
  • [00:06:36] * lifeeth (~praneeth@1.63.108.93.rev.vodafone.pt) has joined #beagle
  • [00:06:36] * lifeeth (~praneeth@1.63.108.93.rev.vodafone.pt) Quit (Changing host)
  • [00:06:36] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [00:08:02] <thurbad> it probably needs to be configured as gpio in uboot in the file board/ti/beagle/beagle.h
  • [00:08:42] <thurbad> strange imo to be configuring pins in a header file, but that's the convention in uboot
  • [00:11:10] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Remote host closed the connection)
  • [00:11:38] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [00:11:47] <htns> thurbad, thanks, i'm looking to understand how the various devices on beagle-xm get reset
  • [00:12:38] * jayabharath (~jayabhara@nat/ti/x-eozygdfohginmhxb) Quit (Ping timeout: 246 seconds)
  • [00:14:53] <htns> interestingly, what i see in u-boot's beagle.h is MUX_VAL(CP(UART2_RX), (IEN | PTD | DIS | M4)) /*GPIO_147*/ , so it doesn't look like u-boot is using usb2hs_nrst
  • [00:15:08] * jonpry (~jon@199.85.236.239) Quit (Ping timeout: 276 seconds)
  • [00:17:47] * radhermit (~radhermit@gentoo/developer/radhermit) Quit (Remote host closed the connection)
  • [00:20:16] <thurbad> uart2 is the name of the mode 0 setting in uboot
  • [00:20:39] <thurbad> mode 4 is the value that is in comments
  • [00:20:52] <thurbad> (in this specific case)
  • [00:20:59] * jonpry (~jon@199.85.236.239) has joined #beagle
  • [00:21:08] * radhermit (~radhermit@gentoo/developer/radhermit) has joined #beagle
  • [00:21:55] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) has joined #beagle
  • [00:22:35] <thurbad> the gpio pin is assigned as reset in the kernel file that gets compiled and linked in when beagleboard is selected in menuconfig (which it already is by default in the angstrom-setup-scripts repository
  • [00:24:25] <thurbad> you might be able to manually send a reset signal via sysfs
  • [00:24:43] <thurbad> if that's what you're after, not sure why you'd want to though
  • [00:26:14] * _elias_ (~elias@190.234.211.61) has left #beagle
  • [00:26:33] * b7500af1 (~vt@c-71-62-179-50.hsd1.va.comcast.net) has joined #beagle
  • [00:29:13] * Matt_O (~MattOwnby@216.160.243.228) has joined #beagle
  • [00:29:38] <htns> thanks thurbad , you're right, interesting stuff, ok, will read some more of the kernel file now
  • [00:29:53] <Ceriand|work> htns: what are you trying to do?
  • [00:30:50] <damjan> I tried compiling Angstrom x11-image and this is where it failed http://paste.pocoo.org/show/387456/ any hints?
  • [00:31:39] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Ping timeout: 240 seconds)
  • [00:31:39] <thurbad> you're not using bitbake?
  • [00:31:52] <thurbad> it's picking the wrong library location
  • [00:32:17] <damjan> thurbad: me? I AM using bitbake
  • [00:32:28] <damjan> I just installed it yeasterday
  • [00:33:06] <thurbad> did you configure for your board?
  • [00:33:34] <thurbad> are you using bitbake directly or through openembedded?
  • [00:34:08] <damjan> first I got oebb.sh
  • [00:34:32] <damjan> the I run MACHINE=beagleboard ./oebb.sh config beagleboard
  • [00:34:42] <damjan> then MACHINE=beagleboard ./oebb.sh update
  • [00:35:24] <damjan> then I sourced ~/.oe/environment-2008 which put bitbake in my PATH
  • [00:37:24] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [00:38:31] <thurbad> hmm, when it spits out the configuration near after parsing the recipes what does it say?
  • [00:39:24] <damjan> just a sec
  • [00:40:49] <damjan> thurbad: http://paste.pocoo.org/show/387863/
  • [00:48:35] <thurbad> have you tried running ./oebb.sh bitbake x11-image or are you running bitbake directly?
  • [00:49:03] * gdm (~gdm@186.18.175.127) Quit (Remote host closed the connection)
  • [00:50:43] * prpplague (~prpplague@ppp-70-242-121-24.dsl.rcsntx.swbell.net) has joined #beagle
  • [00:51:15] <damjan> I run it directly (I've read somewhere that's recommended)
  • [00:51:28] <damjan> should I try directly?
  • [00:51:53] <damjan> sory. should I try through oebb.sh?
  • [00:53:28] <thurbad> you /should/ be able to run bitbake directly but give it a try with the script as well
  • [00:55:59] <damjan> it's the same
  • [00:57:12] <damjan> when it says 'python setup.py build_ext execution failed.' is it my system Python?
  • [00:59:18] <thurbad> dunno do you have python installed on your system?
  • [01:00:55] * tegila (~tegila@186-210-141-233.xd-dynamic.ctbcnetsuper.com.br) Quit (Quit: Leaving.)
  • [01:02:08] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [01:03:06] <Casavir> Ok.. more on the issue.. It seems that the only V4l, 1 and 2, capture mode that works on the beagle board is V4l_PIX_FMT_YUV420
  • [01:04:26] <damjan> thurbad: yes I have, 2.7.1 though, dunno if that makes difference
  • [01:05:19] <Russ> can a few people grab this file and tell me what your transfer rate was, http://web.mit.edu/cocosci/Papers/tgn-grammar.pdf
  • [01:05:29] <Russ> trying to debug a network problem
  • [01:06:02] * prpplague gives it a try
  • [01:06:45] <prpplague> Russ: average is about 409K/s on my end
  • [01:06:55] <damjan> 138K/s here
  • [01:07:33] <prpplague> Russ: don't have anything more interesting to download?
  • [01:07:42] <Russ> I haven't even looked at it
  • [01:07:59] <Russ> I'm trying to download an olpc image from build.laptop.org
  • [01:08:07] <Russ> its on the same network as web.mit.edu
  • [01:08:18] <Russ> I'm getting around 20kB/sec to both
  • [01:08:27] <Russ> but 6Mbps to a speedtest server in boston
  • [01:09:16] <prpplague> Russ: did you kill a chicken and spread the blood around your router?
  • [01:09:34] <Russ> could the blood leakage be causing the bandwidth issues?
  • [01:09:44] <prpplague> hehe
  • [01:10:10] <prpplague> they probably have the download speed of the server cap'd
  • [01:10:30] <Russ> for me specifically?
  • [01:11:05] <Russ> emeb, can you check?
  • [01:11:27] * prpplague checks the servers notes "damm that Russ guy, cap his bandwidth just for fun"
  • [01:11:44] <emeb> Russ: huh?
  • [01:12:01] <Russ> can you tell me how long it takes you to download http://web.mit.edu/cocosci/Papers/tgn-grammar.pdf
  • [01:12:27] <emeb> Russ: got it in a fraction of a second.
  • [01:12:44] <Russ> damn, it is just me
  • [01:12:50] <emeb> (cable modem in Phx area)
  • [01:13:04] <Russ> er, wait, that works good for me now...hmm
  • [01:13:42] <Russ> heh
  • [01:13:49] <Russ> I paused and restarted my download and all is well
  • [01:14:03] <Russ> 950KB/s is much better than 20KB/s
  • [01:14:17] * openfree (~dennis@116.228.88.131) Quit (Ping timeout: 276 seconds)
  • [01:19:52] * C-o-r-E (~nash@modemcable142.30-178-173.mc.videotron.ca) has joined #beagle
  • [01:23:44] * TheBurrito (~TheBurrit@cpe-74-74-156-89.rochester.res.rr.com) has joined #beagle
  • [01:24:07] * Casavir (9b6204da@gateway/web/freenode/ip.155.98.4.218) Quit (Ping timeout: 252 seconds)
  • [01:28:29] * googol (~matthew@pool-74-100-249-101.lsanca.dsl-w.verizon.net) has joined #beagle
  • [01:40:18] * openfree (~dennis@116.228.88.131) has joined #beagle
  • [01:47:16] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [01:48:44] * jonpry (~jon@199.85.236.239) Quit (Ping timeout: 276 seconds)
  • [01:49:23] * haveahennessy (~mattisaac@c-76-110-77-131.hsd1.fl.comcast.net) Quit (Quit: yawn)
  • [01:58:11] * omsai (~quassel@ip72-209-17-52.ri.ri.cox.net) has joined #beagle
  • [02:01:30] * rsalveti (~rsalveti@business-89-133-214-120.business.broadband.hu) Quit (Read error: Connection reset by peer)
  • [02:02:03] * rsalveti (~rsalveti@business-89-133-214-120.business.broadband.hu) has joined #beagle
  • [02:04:28] * jonpry (~jon@199.85.236.239) has joined #beagle
  • [02:07:35] * rsalveti (~rsalveti@business-89-133-214-120.business.broadband.hu) Quit (Ping timeout: 276 seconds)
  • [02:21:54] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-qtlepzshlccyxffq) has joined #beagle
  • [02:27:05] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-qtlepzshlccyxffq) Quit (Ping timeout: 276 seconds)
  • [02:37:27] * emeb|mac (~ericb@ip70-190-178-49.ph.ph.cox.net) has joined #beagle
  • [02:39:04] * rsalveti (~rsalveti@business-89-133-214-120.business.broadband.hu) has joined #beagle
  • [02:41:23] * jonpry (~jon@199.85.236.239) Quit (Ping timeout: 276 seconds)
  • [02:47:33] * BThompson (~a0193480@nat/ti/x-crmgrbbrfvnxmllm) Quit (Remote host closed the connection)
  • [02:50:00] * TheBurrito (~TheBurrit@cpe-74-74-156-89.rochester.res.rr.com) Quit (Quit: Leaving)
  • [02:50:33] * jonpry (~jon@184.171.165.86) has joined #beagle
  • [02:56:11] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) has joined #beagle
  • [03:03:25] * raster (raster@enlightenment/developer/raster) has joined #beagle
  • [03:05:04] * emeb|mac (~ericb@ip70-190-178-49.ph.ph.cox.net) Quit (Ping timeout: 260 seconds)
  • [03:09:33] * thurbad (~nate@64.132.24.248) Quit (Ping timeout: 258 seconds)
  • [03:11:15] * b7500af1 (~vt@c-71-62-179-50.hsd1.va.comcast.net) Quit (Quit: Leaving)
  • [03:13:53] * dl9pf (~quassel@opensuse/member/dl9pf) Quit (Read error: Operation timed out)
  • [03:15:16] * dl9pf (~quassel@p5B21503F.dip.t-dialin.net) has joined #beagle
  • [03:15:16] * dl9pf (~quassel@p5B21503F.dip.t-dialin.net) Quit (Changing host)
  • [03:15:16] * dl9pf (~quassel@opensuse/member/dl9pf) has joined #beagle
  • [03:31:27] * TheBurrito (~TheBurrit@rrcs-184-74-103-104.nys.biz.rr.com) has joined #beagle
  • [03:45:58] * ghoti_ (~paul@scratch.it.ca) has joined #beagle
  • [03:46:59] * ghoti (~paul@scratch.it.ca) Quit (Ping timeout: 252 seconds)
  • [03:47:50] * GPSFan (~kenm@64.92.145.112) Quit (Remote host closed the connection)
  • [03:52:27] * hgs (~hgs@82.202-63-132.static.qala.com.sg) has joined #beagle
  • [04:00:41] * emeb|mac (~ericb@ip70-190-178-49.ph.ph.cox.net) has joined #beagle
  • [04:13:08] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) Quit (Quit: peabody124)
  • [04:15:18] * hitlin37 (6eea0302@gateway/web/freenode/ip.110.234.3.2) has joined #beagle
  • [04:15:33] <hitlin37> gm all
  • [04:27:04] * thurbad (~nate@rrcs-97-79-173-242.sw.biz.rr.com) has joined #beagle
  • [04:29:05] * emeb (~ericb@ip70-190-178-49.ph.ph.cox.net) Quit (Quit: Leaving.)
  • [04:31:54] * BThompsonGR (~bernie@cpe-76-183-65-93.tx.res.rr.com) Quit (Read error: Connection reset by peer)
  • [04:41:45] * hitlin37 (6eea0302@gateway/web/freenode/ip.110.234.3.2) Quit (Ping timeout: 252 seconds)
  • [04:46:51] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) Quit (Remote host closed the connection)
  • [04:51:38] * l4 (~l4@88.119.128.50) has joined #beagle
  • [04:52:02] * hitlin37_ (6eea0302@gateway/web/freenode/ip.110.234.3.2) has joined #beagle
  • [04:54:52] * TheBurrito2 (~TheBurrit@rrcs-184-74-103-104.nys.biz.rr.com) has joined #beagle
  • [04:55:20] <TheBurrito2> Anyone familiar with getting a slew of end_request: I/O error, dev mtdblockX, sector XXX errors?
  • [04:55:23] <TheBurrito2> on boot up?
  • [04:56:07] <TheBurrito2> is the nand fubar?
  • [04:59:09] <Animule> kinda sounds like flash memory errors
  • [04:59:28] <TheBurrito2> or could I be missing kernel modules?
  • [05:17:17] <thurbad> do you have an xM?
  • [05:18:52] <TheBurrito2> C4
  • [05:19:27] <TheBurrito2> i saw something mentioning jffs2, so I'm putting that back into the kernel now. we'll see how that goes
  • [05:23:47] <thurbad> trying to make the kernel smaller by removing random crap?
  • [05:24:10] <TheBurrito2> precisely
  • [05:24:31] <TheBurrito2> I dont suppose there is a list somewhere of absolutely needed modules for BB C4?
  • [05:29:10] * guest6287 (~guest6287@122.166.11.13) has joined #beagle
  • [05:29:11] * jonpry (~jon@184.171.165.86) Quit (Ping timeout: 276 seconds)
  • [05:29:11] * jpirko (~jirka@ip-89-102-8-193.net.upcbroadband.cz) has joined #beagle
  • [05:32:18] * RobotGuy (~n7pkt@c-24-21-60-205.hsd1.or.comcast.net) has joined #beagle
  • [05:48:19] * its_shri (~shri@122.166.13.141) has joined #beagle
  • [05:52:37] * jonpry (~jon@199.85.236.239) has joined #beagle
  • [05:55:59] * TheBurrito2 (~TheBurrit@rrcs-184-74-103-104.nys.biz.rr.com) Quit ()
  • [05:57:26] * lyakh (~lyakh@dslb-094-221-106-247.pools.arcor-ip.net) has joined #beagle
  • [06:02:53] * jonpry (~jon@199.85.236.239) Quit (Ping timeout: 276 seconds)
  • [06:02:54] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Read error: Connection reset by peer)
  • [06:06:22] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [06:07:24] * _koen_ (~x0115699@nat/ti/x-ouydtufwnroxpqzd) has joined #beagle
  • [06:12:16] * mnt_real (~mnt_real@bas1-montreal43-1177755902.dsl.bell.ca) Quit (Remote host closed the connection)
  • [06:15:04] * jonpry (~jon@96.31.87.231) has joined #beagle
  • [06:15:19] * drakkan1000 (~drakkan@62.123.237.207) has joined #beagle
  • [06:18:22] * rsalveti (~rsalveti@business-89-133-214-120.business.broadband.hu) Quit (Quit: Bye)
  • [06:18:47] * jonpry (~jon@96.31.87.231) Quit (Client Quit)
  • [06:21:20] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [06:22:46] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Remote host closed the connection)
  • [06:34:45] * RobotGuy (~n7pkt@c-24-21-60-205.hsd1.or.comcast.net) Quit (Remote host closed the connection)
  • [06:36:44] * _koen_ (~x0115699@nat/ti/x-ouydtufwnroxpqzd) Quit (Ping timeout: 260 seconds)
  • [06:40:40] * vexorg is now known as vexorg_
  • [06:40:54] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-yahsugannounjewa) has joined #beagle
  • [06:46:04] * kimitake_idle is now known as kimitake
  • [06:46:05] * guest6287 (~guest6287@122.166.11.13) Quit (Read error: Connection reset by peer)
  • [06:46:28] * guest6287 (~guest6287@122.166.11.13) has joined #beagle
  • [06:50:16] * jkridner (~jason@pdpc/supporter/active/jkridner) Quit (Read error: Operation timed out)
  • [06:50:36] * Badiss (~Badiss@LSt-Amand-152-31-12-194.w193-253.abo.wanadoo.fr) has joined #beagle
  • [06:50:43] * jkridner|work (~a0321898@nat/ti/x-lmquzctudlxpuaok) Quit (Ping timeout: 264 seconds)
  • [06:54:11] * jkridner (~jason@adsl-99-35-30-111.dsl.sfldmi.sbcglobal.net) has joined #beagle
  • [06:54:11] * jkridner (~jason@adsl-99-35-30-111.dsl.sfldmi.sbcglobal.net) Quit (Changing host)
  • [06:54:11] * jkridner (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [06:56:04] * googol (~matthew@pool-74-100-249-101.lsanca.dsl-w.verizon.net) Quit (Ping timeout: 246 seconds)
  • [06:57:19] * emeb|mac (~ericb@ip70-190-178-49.ph.ph.cox.net) Quit (Read error: Operation timed out)
  • [07:00:05] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-yahsugannounjewa) Quit (Ping timeout: 276 seconds)
  • [07:11:22] * likewise (~likewise@42-81-ftth.onsneteindhoven.nl) has joined #beagle
  • [07:23:49] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-dcigevpmmdrwnfsj) has joined #beagle
  • [07:25:09] * openfree (~dennis@116.228.88.131) Quit (Ping timeout: 252 seconds)
  • [07:36:54] * _koen_ (~x0115699@nat/ti/x-nnhtupmpgsvzafrn) has joined #beagle
  • [07:43:29] * openfree (~dennis@116.228.88.131) has joined #beagle
  • [07:45:53] * openfree (~dennis@116.228.88.131) Quit (Client Quit)
  • [07:46:13] * openfree (~dennis@116.228.88.131) has joined #beagle
  • [07:50:00] * jpsaman (~jpsaman@videolan/developer/jpsaman) has joined #beagle
  • [07:54:29] * gxk (~gxk@192.91.60.10) Quit (Ping timeout: 252 seconds)
  • [07:55:08] * gxk (~gxk@192.91.60.10) has joined #beagle
  • [07:57:00] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [07:58:40] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-dcigevpmmdrwnfsj) Quit (Ping timeout: 248 seconds)
  • [08:00:27] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-yuzowsyemiyobzbf) has joined #beagle
  • [08:04:54] * guest6287 (~guest6287@122.166.11.13) Quit (Ping timeout: 260 seconds)
  • [08:05:23] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-yuzowsyemiyobzbf) Quit (Ping timeout: 260 seconds)
  • [08:11:40] <koen> libav500!
  • [08:14:08] * openfree (~dennis@116.228.88.131) Quit (Ping timeout: 248 seconds)
  • [08:18:13] <ynezz> oh, another fork?
  • [08:21:00] * jannau (~janne@chybek.jannau.net) Quit (Remote host closed the connection)
  • [08:22:11] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
  • [08:22:56] <dm8tbr> he forked again?
  • [08:24:10] * ZeZu (~null@c-98-227-57-1.hsd1.in.comcast.net) has joined #beagle
  • [08:27:10] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-rwqbcsidysabkinx) has joined #beagle
  • [08:29:34] <koen> rsalveti: did you have someyumolcsleves yet?
  • [08:31:37] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-rwqbcsidysabkinx) Quit (Ping timeout: 246 seconds)
  • [08:40:23] * openfree (~dennis@116.228.88.131) has joined #beagle
  • [08:44:34] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [08:45:29] * jpirko (~jirka@ip-89-102-8-193.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [08:45:29] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Excess Flood)
  • [08:46:00] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [08:48:26] * guest6287 (~guest6287@122.166.11.13) has joined #beagle
  • [08:59:04] * risca (~risca@130.236.250.26) has joined #beagle
  • [08:59:24] * eFfeM_work (~frans@D4B26BC1.static.ziggozakelijk.nl) has left #beagle
  • [09:01:43] * _koen_1 (~x0115699@nat/ti/x-whmequhkmmpkqbvu) has joined #beagle
  • [09:04:31] * _koen_ (~x0115699@nat/ti/x-nnhtupmpgsvzafrn) Quit (Ping timeout: 246 seconds)
  • [09:07:21] * _koen_1 (~x0115699@nat/ti/x-whmequhkmmpkqbvu) Quit (Ping timeout: 240 seconds)
  • [09:17:46] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-spvuuusskcxzcbrq) has joined #beagle
  • [09:18:32] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [09:18:37] <woglinde> jo
  • [09:18:43] * jpirko (~jirka@nat/redhat/x-gyzqyprhbcdzuqqv) has joined #beagle
  • [09:34:24] <_av500_> jo
  • [09:38:11] * guest6287 (~guest6287@122.166.11.13) Quit (Ping timeout: 240 seconds)
  • [09:44:37] * woglinde (~yaaic@217.237.167.130) Quit (Read error: Connection reset by peer)
  • [09:47:59] * [IDC]Dragon (~hohensohn@a89-182-80-243.net-htp.de) has joined #beagle
  • [09:48:35] * tharvey (~tharvey@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) Quit (Ping timeout: 260 seconds)
  • [09:48:35] * awozniak (~awozniak@76.205.222.174) Quit (Ping timeout: 260 seconds)
  • [09:49:58] * awozniak (~awozniak@76.205.222.174) has joined #beagle
  • [09:50:07] * tharvey (~tharvey@76.205.222.174) has joined #beagle
  • [09:52:26] * guest6287 (~guest6287@122.166.11.13) has joined #beagle
  • [09:55:52] * risca (~risca@130.236.250.26) Quit (Remote host closed the connection)
  • [09:59:47] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [10:00:37] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Ping timeout: 246 seconds)
  • [10:04:20] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-spvuuusskcxzcbrq) Quit (Ping timeout: 260 seconds)
  • [10:14:57] * woglinde (~yaaic@217.237.167.130) Quit (Read error: Connection reset by peer)
  • [10:20:53] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [10:21:55] <woglinde> lumdidum
  • [10:24:39] <rick_> hello all, I read the ULPI_FUNCTION_CTRL register but always get 0x0, Is there any steps to perform before read the registers?
  • [10:25:20] <woglinde> uhm whats the register doing?
  • [10:34:46] <rick_> to read the PHY state and control some settings of PHY
  • [10:35:33] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Read error: Operation timed out)
  • [10:38:24] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [10:40:04] * parts (~anonymous@mon75-17-88-175-209-140.fbx.proxad.net) has joined #beagle
  • [10:42:04] <woglinde> hm seems you need to wait for sakoman or jkridner to get an answer
  • [10:43:21] * mpoirier (~quassel@conference/ubuntudevelopersummit/x-cafjoxdbouybweai) has joined #beagle
  • [10:43:42] * mpoirier (~quassel@conference/ubuntudevelopersummit/x-cafjoxdbouybweai) Quit (Remote host closed the connection)
  • [10:53:09] * parts (~anonymous@mon75-17-88-175-209-140.fbx.proxad.net) Quit (Quit: parts)
  • [10:56:10] * parts_ (~anonymous@mon75-17-88-175-209-140.fbx.proxad.net) has joined #beagle
  • [10:56:59] * parts_ (~anonymous@mon75-17-88-175-209-140.fbx.proxad.net) Quit (Client Quit)
  • [10:57:06] * parts (~parts@ns61143.ovh.net) has joined #beagle
  • [10:57:08] * mlip|aw is now known as mlip
  • [10:58:13] <rick_> woglinde, :D thanks
  • [10:58:56] * omsai (~quassel@ip72-209-17-52.ri.ri.cox.net) Quit (Remote host closed the connection)
  • [11:03:31] * likewise (~likewise@42-81-ftth.onsneteindhoven.nl) Quit (Ping timeout: 246 seconds)
  • [11:10:37] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) has joined #beagle
  • [11:13:03] * virals (~viral@122.178.223.187) has joined #beagle
  • [11:18:18] * kkal (~trash@cpc16-walt12-2-0-cust52.13-2.cable.virginmedia.com) Quit (Read error: Operation timed out)
  • [11:19:05] * woglinde (~yaaic@217.237.167.130) Quit (Ping timeout: 252 seconds)
  • [11:21:44] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-ldwfeibdqfyuejah) has joined #beagle
  • [11:26:40] * kkal (~trash@cpc16-walt12-2-0-cust52.13-2.cable.virginmedia.com) has joined #beagle
  • [11:28:33] * likewise (~likewise@42-81-ftth.onsneteindhoven.nl) has joined #beagle
  • [11:31:06] * l4 (~l4@88.119.128.50) Quit (Quit: Leaving.)
  • [11:44:07] * virals (~viral@122.178.223.187) Quit (Ping timeout: 264 seconds)
  • [11:45:35] * risca (~risca@130.236.250.26) has joined #beagle
  • [11:48:19] * kkal (~trash@cpc16-walt12-2-0-cust52.13-2.cable.virginmedia.com) Quit (Ping timeout: 260 seconds)
  • [11:50:59] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-ldwfeibdqfyuejah) Quit (Ping timeout: 240 seconds)
  • [11:51:49] * tegila (~tegila@186-210-141-233.xd-dynamic.ctbcnetsuper.com.br) has joined #beagle
  • [11:52:52] * hitlin37_ (6eea0302@gateway/web/freenode/ip.110.234.3.2) has left #beagle
  • [11:52:52] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-jdanuqueekhkrosa) has joined #beagle
  • [11:55:17] * rcranetx (~rcranetx@nat/ti/x-foelptufcikcehdj) has joined #beagle
  • [12:00:07] * kkal (~trash@cpc16-walt12-2-0-cust52.13-2.cable.virginmedia.com) has joined #beagle
  • [12:02:38] * ghoti_ is now known as ghoti
  • [12:05:48] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-jdanuqueekhkrosa) Quit (Ping timeout: 240 seconds)
  • [12:11:59] * virals (~viral@122.179.51.161) has joined #beagle
  • [12:13:18] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) has joined #beagle
  • [12:14:27] * raster (raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [12:16:03] * borillion_ (~borillion@96.24.74.130) has joined #beagle
  • [12:19:00] * borillion (~borillion@96.24.74.130) has joined #beagle
  • [12:22:13] * borillion_ (~borillion@96.24.74.130) Quit (Ping timeout: 240 seconds)
  • [12:26:45] * its_shri (~shri@122.166.13.141) has left #beagle
  • [12:28:03] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [12:29:43] * zuh (e9c35cab6b@humboldt.pingu.fi) Quit (Ping timeout: 246 seconds)
  • [12:30:56] * kulve (~kulve@humboldt.pingu.fi) Quit (Ping timeout: 276 seconds)
  • [12:31:38] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
  • [12:34:19] * Darthy (~kvirc@p579A9F57.dip.t-dialin.net) has joined #beagle
  • [12:35:41] <Darthy> hi. im not quite familiar wit opkg in angstrom and im having a problem to compile my code. i use ioctls and therefore it needs asm/ioctl.h . can i install the actual kernel sources with a simple opkg install <packaganame>?
  • [12:36:47] * [IDC]Dragon (~hohensohn@a89-182-80-243.net-htp.de) Quit (Quit: Ex-Chat)
  • [12:41:14] <_av500_> kernel_headers
  • [12:45:01] * gustavoz (~gustavoz@host58.186-109-9.telecom.net.ar) has joined #beagle
  • [12:45:40] * likewise (~likewise@42-81-ftth.onsneteindhoven.nl) Quit (Quit: likewise)
  • [12:45:53] * TheBurrito (~TheBurrit@rrcs-184-74-103-104.nys.biz.rr.com) Quit (Ping timeout: 276 seconds)
  • [12:46:29] * kaio (~kaio@27-33-161-52.static.tpgi.com.au) has joined #beagle
  • [12:46:29] * kaio (~kaio@27-33-161-52.static.tpgi.com.au) Quit (Changing host)
  • [12:46:29] * kaio (~kaio@fedora/kaio) has joined #beagle
  • [12:48:07] <Darthy> @_av500 kernel_headers doesnt exist. all i find with a grep is linux-libc-headers-dev .. ill try that
  • [12:49:40] <Darthy> yesterday i had quite a problem to get ubuntu stable.. it produced random segfaults/bus error messages.. sometimes the kernel didnt execute at all.. can this be related to a faulty cpu frequency set within uboot?
  • [12:50:36] <Darthy> i cannot test it right now to check which cpufreq was set within ubuntu by cpufreq utils because i just destroyed the sd-image but i could try later to see which values were set
  • [12:51:31] <Darthy> i have a rev c4 so the cpu should be set at 720mz right?
  • [12:53:51] * drakkan1000 (~drakkan@62.123.237.207) Quit (Quit: Ex-Chat)
  • [12:54:14] * virals (~viral@122.179.51.161) Quit (Ping timeout: 260 seconds)
  • [12:59:43] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) Quit (Quit: Leaving.)
  • [13:01:32] * guest6287 (~guest6287@122.166.11.13) Quit (Quit: Leaving)
  • [13:01:34] * [IDC]Dragon (~hohensohn@a89-182-80-243.net-htp.de) has joined #beagle
  • [13:07:46] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [13:08:44] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) Quit (Ping timeout: 252 seconds)
  • [13:12:25] * Openfree` (~df@61.170.194.228) has joined #beagle
  • [13:12:26] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Quit: Leaving)
  • [13:13:37] * l4 (~l4@88.119.128.50) has joined #beagle
  • [13:14:42] * siji (~siji@triband-mum-120.60.150.7.mtnl.net.in) has joined #beagle
  • [13:17:03] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) has joined #beagle
  • [13:21:15] * mranostay (~mranostay@hsvwanfw1-nat.mentorg.com) has joined #beagle
  • [13:23:16] * l4 (~l4@88.119.128.50) Quit (Quit: Leaving.)
  • [13:26:03] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-sxlzncmjgtwepsec) has joined #beagle
  • [13:30:26] * zuh (9770aae8b8@humboldt.pingu.fi) has joined #beagle
  • [13:30:32] * kulve (c03fa28d00@humboldt.pingu.fi) has joined #beagle
  • [13:31:11] * mranostay (~mranostay@hsvwanfw1-nat.mentorg.com) Quit (Quit: Leaving.)
  • [13:31:33] * mranostay (~mranostay@hsvwanfw1-nat.mentorg.com) has joined #beagle
  • [13:32:30] * CMoH|office (~cipi@89.35.222.158) has joined #beagle
  • [13:32:30] * CMoH|office (~cipi@89.35.222.158) Quit (Changing host)
  • [13:32:30] * CMoH|office (~cipi@unaffiliated/c-moh) has joined #beagle
  • [13:34:05] * rsalveti_ (~rsalveti@conference/ubuntudevelopersummit/x-ouxtqsfdltprhdpj) has joined #beagle
  • [13:34:12] * rsalveti (~rsalveti@conference/ubuntudevelopersummit/x-sxlzncmjgtwepsec) Quit (Read error: No route to host)
  • [13:35:03] * CMoH|office (~cipi@unaffiliated/c-moh) Quit (Remote host closed the connection)
  • [13:35:12] * woglinde (~yaaic@217.237.167.130) Quit (Read error: Connection reset by peer)
  • [13:36:34] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) Quit (Quit: peabody124)
  • [13:37:11] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) has joined #beagle
  • [13:37:11] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) Quit (Client Quit)
  • [13:37:31] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [13:39:30] * jpirko (~jirka@nat/redhat/x-gyzqyprhbcdzuqqv) Quit (Quit: Leaving)
  • [13:41:32] * woglinde (~yaaic@217.237.167.130) Quit (Ping timeout: 240 seconds)
  • [13:42:59] * CMoH-office (~cipi@89.238.251.90) has joined #beagle
  • [13:42:59] * CMoH-office (~cipi@89.238.251.90) Quit (Changing host)
  • [13:42:59] * CMoH-office (~cipi@unaffiliated/c-moh) has joined #beagle
  • [13:46:57] * emeb|mac (~ericb@ip70-190-178-49.ph.ph.cox.net) has joined #beagle
  • [13:56:59] * ZeZu (~null@c-98-227-57-1.hsd1.in.comcast.net) Quit (Ping timeout: 240 seconds)
  • [13:58:45] * rsalveti_ (~rsalveti@conference/ubuntudevelopersummit/x-ouxtqsfdltprhdpj) Quit (Read error: Operation timed out)
  • [14:04:39] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [14:05:29] * n6pfk (~n6pfk__@pool-74-110-218-2.rcmdva.fios.verizon.net) has joined #beagle
  • [14:06:58] * CMoH-office (~cipi@unaffiliated/c-moh) Quit (Read error: Connection reset by peer)
  • [14:07:03] * borillion (~borillion@96.24.74.130) Quit (Ping timeout: 240 seconds)
  • [14:07:37] * Darthy (~kvirc@p579A9F57.dip.t-dialin.net) Quit (Quit: KVIrc 4.0.1 Insomnia http://www.kvirc.net/)
  • [14:11:11] * risca (~risca@130.236.250.26) Quit (Remote host closed the connection)
  • [14:12:59] <[IDC]Dragon> hi, is anybody familiar with the TI OpenGL stuff?
  • [14:19:04] * l4 (~l4@78-62-153-222.static.zebra.lt) has joined #beagle
  • [14:19:05] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [14:19:20] * prpplague^2 (~danders@192.94.94.105) has joined #beagle
  • [14:20:10] * n6pfk (~n6pfk__@pool-74-110-218-2.rcmdva.fios.verizon.net) Quit (Remote host closed the connection)
  • [14:22:43] * katier (~katierh@nat/ti/x-wtccnckymqquiuef) has joined #beagle
  • [14:23:05] * emeb|mac (~ericb@ip70-190-178-49.ph.ph.cox.net) Quit (Ping timeout: 240 seconds)
  • [14:23:10] * likewise (~likewise@ip251-180-209-87.adsl2.static.versatel.nl) has joined #beagle
  • [14:26:34] * likewise (~likewise@ip251-180-209-87.adsl2.static.versatel.nl) Quit (Client Quit)
  • [14:26:53] <mranostay> [IDC]Dragon: rowboat project?
  • [14:27:07] <mranostay> or just general linux?
  • [14:27:18] <[IDC]Dragon> general omap
  • [14:27:41] <mranostay> not really. but what is your question?
  • [14:28:15] <[IDC]Dragon> I'd like to update the GL libs with new stuff from TI, because of a potential bug in the version I'm using
  • [14:29:09] <[IDC]Dragon> from TI, I can download a file "Graphics_SDK_setuplinux_4_03_00_02.bin"
  • [14:29:35] <[IDC]Dragon> but I don't see what to do with it, what is this .bin?
  • [14:30:14] <[IDC]Dragon> ah, found it
  • [14:30:15] * siji (~siji@triband-mum-120.60.150.7.mtnl.net.in) Quit (Quit: Leaving)
  • [14:30:18] <damjan> [IDC]Dragon: I guess you should execute it?
  • [14:30:41] <[IDC]Dragon> yep, sorry
  • [14:30:45] <_av500_> gm [IDC]Dragon
  • [14:30:58] <[IDC]Dragon> greetings
  • [14:31:28] * RobotGuy (~n7pkt@c-24-21-60-205.hsd1.or.comcast.net) has joined #beagle
  • [14:35:12] * jayabharath (~jayabhara@nat/ti/x-mpowbfxwixbqtatk) has joined #beagle
  • [14:38:41] * woglinde (~yaaic@217.237.167.130) Quit (Read error: Connection reset by peer)
  • [14:43:05] * thurbad (~nate@rrcs-97-79-173-242.sw.biz.rr.com) Quit (Ping timeout: 240 seconds)
  • [14:44:56] * BlInK311 (~Ward@ool-44c42324.dyn.optonline.net) has joined #beagle
  • [14:50:48] * borillion (~borillion@adsl-76-211-225-142.dsl.pltn13.sbcglobal.net) has joined #beagle
  • [14:51:10] * emeb (~ericb@ip70-190-178-49.ph.ph.cox.net) has joined #beagle
  • [14:55:08] * borillion_ (~borillion@adsl-76-254-56-11.dsl.pltn13.sbcglobal.net) has joined #beagle
  • [14:56:47] * borillion (~borillion@adsl-76-211-225-142.dsl.pltn13.sbcglobal.net) Quit (Read error: Connection reset by peer)
  • [14:58:38] * borillion_ (~borillion@adsl-76-254-56-11.dsl.pltn13.sbcglobal.net) Quit (Client Quit)
  • [14:58:43] * kaio (~kaio@fedora/kaio) Quit (Ping timeout: 258 seconds)
  • [14:59:13] * borillion (~borillion@adsl-76-254-56-11.dsl.pltn13.sbcglobal.net) has joined #beagle
  • [15:00:41] * prpplague (~prpplague@ppp-70-242-121-24.dsl.rcsntx.swbell.net) Quit (Disconnected by services)
  • [15:00:46] * prpplague^2 is now known as prpplague
  • [15:01:12] * prpplague^2 (~prpplague@ppp-70-242-121-24.dsl.rcsntx.swbell.net) has joined #beagle
  • [15:04:42] * smplman (~speery@64.132.167.18) Quit (Quit: smplman)
  • [15:10:51] * BThompson (~a0193480@nat/ti/x-rpgobamknnkmfxpc) has joined #beagle
  • [15:15:26] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [15:15:26] * jpsaman (~jpsaman@videolan/developer/jpsaman) Quit (Quit: Leaving)
  • [15:19:29] * borillion (~borillion@adsl-76-254-56-11.dsl.pltn13.sbcglobal.net) Quit (Ping timeout: 240 seconds)
  • [15:21:34] * novogrammer (~novogramm@w0109-114-22-183-221.uqwimax.jp) has joined #beagle
  • [15:27:41] * woglinde (~yaaic@217.237.167.130) Quit (Ping timeout: 252 seconds)
  • [15:31:07] * BThompson (~a0193480@nat/ti/x-rpgobamknnkmfxpc) Quit (Remote host closed the connection)
  • [15:33:48] * Badiss (~Badiss@LSt-Amand-152-31-12-194.w193-253.abo.wanadoo.fr) Quit (Quit: Lost terminal)
  • [15:35:52] * Openfree` (~df@61.170.194.228) Quit (Read error: Connection reset by peer)
  • [15:40:05] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [15:49:05] * arun_ (~arun@unaffiliated/sindian) Quit (Ping timeout: 240 seconds)
  • [15:51:32] * mrc3 (~ddiaz@189.157.113.140) Quit (Ping timeout: 252 seconds)
  • [15:51:33] * woglinde (~yaaic@217.237.167.130) has joined #beagle
  • [15:51:44] * mnt_real (~mnt_real@bas1-montreal43-1177755902.dsl.bell.ca) has joined #beagle
  • [15:55:11] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [16:00:37] * katier (~katierh@nat/ti/x-wtccnckymqquiuef) Quit ()
  • [16:05:02] * prpplague (~danders@192.94.94.105) Quit (Quit: Leaving)
  • [16:05:34] * woglinde (~yaaic@217.237.167.130) Quit (Ping timeout: 260 seconds)
  • [16:07:36] * mrc3 (~ddiaz@189.157.109.101) has joined #beagle
  • [16:07:39] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 252 seconds)
  • [16:07:49] * mlip is now known as mlip|aw
  • [16:07:49] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
  • [16:09:28] * cmurillo (~cmurillo@194.230.156.65) has joined #beagle
  • [16:09:32] * thurbad (~nate@64.132.24.248) has joined #beagle
  • [16:09:45] * cmurillo (~cmurillo@194.230.156.65) has left #beagle
  • [16:10:30] * prpplague (~danders@nat/ti/x-silliswbmmvthtme) has joined #beagle
  • [16:13:07] * gdm (~gdm@186.18.175.127) has joined #beagle
  • [16:34:11] * kimitake is now known as kimitake_idle
  • [16:35:39] * jayabharath (~jayabhara@nat/ti/x-mpowbfxwixbqtatk) Quit (Quit: bye)
  • [16:39:04] <emeb> <crickets>
  • [16:41:09] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [16:52:05] * GaunerRasekov (Artanis@152.64.60.213.dynamic.mundo-r.com) has joined #beagle
  • [16:52:05] * Artanis (~nolodigo@152.64.60.213.dynamic.mundo-r.com) Quit (Disconnected by services)
  • [16:52:26] * prpplague (~danders@nat/ti/x-silliswbmmvthtme) Quit (Quit: Leaving)
  • [16:52:47] * GaunerRasekov (Artanis@152.64.60.213.dynamic.mundo-r.com) Quit (Client Quit)
  • [16:56:14] * Artanis (~nolodigo@152.64.60.213.dynamic.mundo-r.com) has joined #beagle
  • [17:03:49] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
  • [17:04:42] * kimitake_idle is now known as kimitake
  • [17:28:00] * katier (~katierh@nat/ti/x-rgvojerepxkmpjze) has joined #beagle
  • [17:30:38] * tegila (~tegila@186-210-141-233.xd-dynamic.ctbcnetsuper.com.br) Quit (Quit: Leaving.)
  • [17:32:21] * BThompson (~a0193480@nat/ti/x-ebgmxalknvcasewx) has joined #beagle
  • [17:34:41] * [IDC]Dragon (~hohensohn@a89-182-80-243.net-htp.de) Quit (Ping timeout: 276 seconds)
  • [17:36:55] * l4 (~l4@78-62-153-222.static.zebra.lt) Quit (Ping timeout: 246 seconds)
  • [17:37:06] * woglinde (~heinold@g230117010.adsl.alicedsl.de) has joined #beagle
  • [17:37:25] * arc_mat (~matze@p50996ded.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [17:38:13] * vikas_ (0117af24@gateway/web/freenode/ip.1.23.175.36) has joined #beagle
  • [17:39:48] <vikas_> hiii... i am a beginner in writing linux device driver, can u plz suggest any device for that i can write driver and help is easily available on internet
  • [17:41:11] <Ceriand|work> vikas_: http://lwn.net/Kernel/LDD3/
  • [17:41:37] * pbansal (~PBansal@nat/ti/x-zzxtlhvwwbiwlukr) has joined #beagle
  • [17:44:56] <vikas_> thank you....i have read the this book and have run examples given in the book..like registering reading and writing...now i want to write device driver on real device
  • [17:45:17] <vikas_> so if could plz suggest me some device for that i can easily write the driver...
  • [17:45:39] * likewise (~likewise@095-097-098-131.static.chello.nl) has joined #beagle
  • [17:51:02] * benmcnelly (~ben@99.38.78.150) has joined #beagle
  • [17:51:17] <Ceriand|work> vikas_: http://www.linuxdriverproject.org/twiki/bin/view/Main/DriversNeeded
  • [17:52:08] <Ceriand|work> vikas_: and PM'ing people unrequested is usually bad form on IRC
  • [17:53:13] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [17:53:25] <Ceriand|work> many people, including myself, idle here in the channel and may not get to your replies immediately, but we do receive them
  • [17:54:18] <vikas_> actually this is the third time i am chatting on IRC so i am sorryy for that
  • [17:55:04] <woglinde> hm and we are normaly not a device driver writing channel
  • [17:56:42] <vikas_> can you plz suggest me how to find linux device driver channel...plz
  • [17:57:13] <woglinde> there is none I know o
  • [17:57:14] <woglinde> f
  • [17:57:14] <Ceriand|work> vikas_: google is very helpful
  • [17:57:15] <woglinde> *g*
  • [17:57:38] <Ceriand|work> vikas_: you could always drink from the firehose that is the LKML
  • [17:57:58] <woglinde> uhm
  • [17:57:59] <woglinde> *g*
  • [17:58:04] <Ceriand|work> hehe
  • [17:58:26] <vikas_> i have googled a lot but could not found much more than simple driver that are giver in the LDD book
  • [17:58:46] <Ceriand|work> most of the simple drivers have already been done
  • [17:59:15] <Ceriand|work> so unless you want to "reinvent the wheel", you'll have to find something on your own
  • [17:59:20] <vikas_> yes book examples i have done
  • [18:03:01] * likewise (~likewise@095-097-098-131.static.chello.nl) Quit (Quit: likewise)
  • [18:05:40] * jayabharath (~jayabhara@nat/ti/x-hcvdzrgurtlyynox) has joined #beagle
  • [18:07:45] * risca (~risca@h241n2-n-a31.ias.bredband.telia.com) has joined #beagle
  • [18:09:43] * vikas_ (0117af24@gateway/web/freenode/ip.1.23.175.36) Quit (Ping timeout: 252 seconds)
  • [18:11:40] * likewise (~likewise@095-097-098-131.static.chello.nl) has joined #beagle
  • [18:18:25] * likewise (~likewise@095-097-098-131.static.chello.nl) Quit (Quit: likewise)
  • [18:23:02] * rcranetx (~rcranetx@nat/ti/x-foelptufcikcehdj) Quit (Quit: Leaving.)
  • [18:23:35] * mctouch_ (~mctouch@cpc17-sgyl28-2-0-cust34.sgyl.cable.virginmedia.com) has joined #beagle
  • [18:25:55] * gdm (~gdm@186.18.175.127) Quit (Ping timeout: 246 seconds)
  • [18:31:36] * rcranetx (~rcranetx@nat/ti/x-sftqedmhfxbptvzs) has joined #beagle
  • [18:32:47] * rcranetx (~rcranetx@nat/ti/x-sftqedmhfxbptvzs) Quit (Client Quit)
  • [18:37:58] * risca (~risca@h241n2-n-a31.ias.bredband.telia.com) Quit (Read error: Connection reset by peer)
  • [18:38:32] * risca (~risca@h241n2-n-a31.ias.bredband.telia.com) has joined #beagle
  • [18:43:46] * l4 (~l4@78-62-153-222.static.zebra.lt) has joined #beagle
  • [18:44:01] * likewise (~likewise@095-097-098-131.static.chello.nl) has joined #beagle
  • [19:00:40] * jayabharath (~jayabhara@nat/ti/x-hcvdzrgurtlyynox) Quit (Quit: jayabharath)
  • [19:04:07] * _zxdx (~zEX0dEx@178.121.214.189) has joined #beagle
  • [19:10:08] * likewise (~likewise@095-097-098-131.static.chello.nl) Quit (Quit: likewise)
  • [19:10:32] * jluisn (~quassel@187.115.172.24) has joined #beagle
  • [19:10:46] * jluisn (~quassel@187.115.172.24) Quit (Remote host closed the connection)
  • [19:15:40] * rcn-ee (~voodoo@12.234.128.131) has joined #beagle
  • [19:21:02] * gdm (~gdm@186.18.175.127) has joined #beagle
  • [19:33:55] * jayabharath (~jayabhara@nat/ti/x-ujvfblbhiqdbiaah) has joined #beagle
  • [19:33:57] * novogrammer (~novogramm@w0109-114-22-183-221.uqwimax.jp) Quit (Remote host closed the connection)
  • [19:37:43] * pcacjr_ (~pcacjr@unaffiliated/pcacjr) Quit (Quit: Lost terminal)
  • [19:40:16] * novogrammer (~novogramm@w0109-114-22-166-33.uqwimax.jp) has joined #beagle
  • [19:40:33] * l4 (~l4@78-62-153-222.static.zebra.lt) Quit (Quit: Leaving.)
  • [19:47:05] * _zxdx (~zEX0dEx@178.121.214.189) Quit (Ping timeout: 276 seconds)
  • [19:47:37] * _zxdx (~zEX0dEx@178.120.69.53) has joined #beagle
  • [19:49:47] * GaunerRasekov (~nolodigo@152.64.60.213.dynamic.mundo-r.com) has joined #beagle
  • [19:49:47] * Artanis (~nolodigo@152.64.60.213.dynamic.mundo-r.com) Quit (Disconnected by services)
  • [19:51:54] * xxiao (~xxiao@li41-126.members.linode.com) Quit (Remote host closed the connection)
  • [19:57:26] * BlInK311 (~Ward@ool-44c42324.dyn.optonline.net) Quit (Quit: Leaving)
  • [20:02:46] * rick_ (~rick@111-251-73-117.dynamic.hinet.net) Quit (Read error: Connection reset by peer)
  • [20:05:27] * smplman (~speery@64.132.167.18) has joined #beagle
  • [20:08:39] * likewise (~likewise@095-097-098-131.static.chello.nl) has joined #beagle
  • [20:10:08] * likewise (~likewise@095-097-098-131.static.chello.nl) Quit (Client Quit)
  • [20:10:42] * GaunerRasekov (~nolodigo@152.64.60.213.dynamic.mundo-r.com) Quit ()
  • [20:11:00] * Artanis (~nolodigo@152.64.60.213.dynamic.mundo-r.com) has joined #beagle
  • [20:13:17] * _zxdx (~zEX0dEx@178.120.69.53) Quit (Ping timeout: 276 seconds)
  • [20:13:25] * __zxdx (~zEX0dEx@178.121.180.25) has joined #beagle
  • [20:13:38] * __zxdx is now known as _zxdx
  • [20:14:11] * pbansal (~PBansal@nat/ti/x-zzxtlhvwwbiwlukr) Quit (Ping timeout: 240 seconds)
  • [20:19:46] * rick_ (~rick@111-251-77-107.dynamic.hinet.net) has joined #beagle
  • [20:19:56] * __zxdx (~zEX0dEx@178.120.42.194) has joined #beagle
  • [20:20:29] * _zxdx (~zEX0dEx@178.121.180.25) Quit (Ping timeout: 260 seconds)
  • [20:26:10] * mrc3 (~ddiaz@189.157.109.101) Quit (Ping timeout: 260 seconds)
  • [20:35:39] * pbansal (~PBansal@nat/ti/x-rqazqfcqaerzizoq) has joined #beagle
  • [20:39:24] * mrc3 (~ddiaz@189.157.117.211) has joined #beagle
  • [20:40:55] * prpplague^2 is now known as prpplague
  • [20:44:29] * mrc3 (~ddiaz@189.157.117.211) Quit (Ping timeout: 276 seconds)
  • [20:47:39] * rcn-ee (~voodoo@12.234.128.131) Quit (Ping timeout: 240 seconds)
  • [20:48:20] * gustavoz (~gustavoz@host58.186-109-9.telecom.net.ar) Quit (Quit: Leaving)
  • [20:53:38] * risca (~risca@h241n2-n-a31.ias.bredband.telia.com) Quit (Quit: L?mnar)
  • [20:55:07] * Artanis (~nolodigo@152.64.60.213.dynamic.mundo-r.com) Quit ()
  • [20:55:16] * smplman (~speery@64.132.167.18) Quit (Quit: smplman)
  • [20:55:35] * mrc3 (~ddiaz@189.157.113.186) has joined #beagle
  • [20:59:25] * __zxdx (~zEX0dEx@178.120.42.194) Quit (Ping timeout: 260 seconds)
  • [21:02:32] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [21:03:08] * mrc3 (~ddiaz@189.157.113.186) Quit (Ping timeout: 276 seconds)
  • [21:06:54] * Pinar (b2e9830f@gateway/web/freenode/ip.178.233.131.15) Quit (Ping timeout: 252 seconds)
  • [21:12:26] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [21:12:50] * jayabharath (~jayabhara@nat/ti/x-ujvfblbhiqdbiaah) Quit (Quit: bye)
  • [21:15:56] * mrc3 (~ddiaz@189.157.115.100) has joined #beagle
  • [21:24:47] * mrc3 (~ddiaz@189.157.115.100) Quit (Ping timeout: 276 seconds)
  • [21:35:25] * thurbad (~nate@64.132.24.248) Quit (Quit: Ex-Chat)
  • [21:36:20] * mrc3 (~ddiaz@189.157.108.54) has joined #beagle
  • [21:38:38] * pcacjr_ (~pcacjr@unaffiliated/pcacjr) has joined #beagle
  • [21:41:38] * mrc3 (~ddiaz@189.157.108.54) Quit (Ping timeout: 248 seconds)
  • [21:46:13] * lyakh (~lyakh@dslb-094-221-106-247.pools.arcor-ip.net) Quit (Quit: thanks, bye)
  • [21:52:16] * woglinde_ (~heinold@f052228110.adsl.alicedsl.de) has joined #beagle
  • [21:53:31] * mrc3 (~ddiaz@189.157.109.240) has joined #beagle
  • [21:54:58] * woglinde (~heinold@g230117010.adsl.alicedsl.de) Quit (Ping timeout: 248 seconds)
  • [21:58:54] * jkridner|work (~a0321898@nat/ti/x-bodntqjanqmkogay) has joined #beagle
  • [22:01:10] * C-o-r-E (~nash@modemcable142.30-178-173.mc.videotron.ca) Quit (Remote host closed the connection)
  • [22:01:13] * mrc3 (~ddiaz@189.157.109.240) Quit (Read error: Operation timed out)
  • [22:04:53] * mranostay (~mranostay@hsvwanfw1-nat.mentorg.com) Quit (Quit: Leaving.)
  • [22:16:05] * awozniak (~awozniak@76.205.222.174) Quit (Quit: Leaving)
  • [22:17:30] * mrc3 (~ddiaz@189.157.114.59) has joined #beagle
  • [22:18:35] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [22:18:56] * jkridner|work1 (~a0321898@nat/ti/x-yvkidwsryjglasad) has joined #beagle
  • [22:19:16] * djlewis_ will soon be knows as "djlewis_sitting_on_porch_drinking_beer"
  • [22:19:56] * jkridner|work (~a0321898@nat/ti/x-bodntqjanqmkogay) Quit (Ping timeout: 258 seconds)
  • [22:21:44] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [22:22:35] * mrc3 (~ddiaz@189.157.114.59) Quit (Ping timeout: 240 seconds)
  • [22:23:35] * awozniak (~awozniak@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) has joined #beagle
  • [22:23:36] * jkridner|work1 (~a0321898@nat/ti/x-yvkidwsryjglasad) Quit (Remote host closed the connection)
  • [22:23:37] * jkridner|work (~a0321898@nat/ti/x-uovznpqlzzwbryga) has joined #beagle
  • [22:24:32] * pcacjr_ (~pcacjr@unaffiliated/pcacjr) Quit (Quit: leaving)
  • [22:27:43] * pbansal (~PBansal@nat/ti/x-rqazqfcqaerzizoq) Quit (Remote host closed the connection)
  • [22:35:14] * gdm (~gdm@186.18.175.127) Quit (Ping timeout: 260 seconds)
  • [22:35:29] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [22:35:59] * pcacjr_ (~pcacjr@unaffiliated/pcacjr) has joined #beagle
  • [22:36:05] * mrc3 (~ddiaz@189.157.121.146) has joined #beagle
  • [22:36:44] * jkridner|work1 (~a0321898@nat/ti/x-zjkjgeffqgdewzhv) has joined #beagle
  • [22:36:45] * jkridner|work (~a0321898@nat/ti/x-uovznpqlzzwbryga) Quit (Remote host closed the connection)
  • [22:37:17] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) has joined #beagle
  • [22:38:59] * jkridner|work1 (~a0321898@nat/ti/x-zjkjgeffqgdewzhv) Quit (Remote host closed the connection)
  • [22:39:22] * jkridner|work (~a0321898@nat/ti/x-oowolyaadrcxohkn) has joined #beagle
  • [22:41:39] * mrc3 (~ddiaz@189.157.121.146) Quit (Ping timeout: 260 seconds)
  • [22:42:52] * jkridner|work1 (~a0321898@nat/ti/x-udoidpiiimgwvqln) has joined #beagle
  • [22:42:53] * jkridner|work (~a0321898@nat/ti/x-oowolyaadrcxohkn) Quit (Remote host closed the connection)
  • [22:44:01] * chase (~chase@nat/ti/x-obnltqeckfvzykbr) Quit ()
  • [22:44:02] * jkridner|work1 (~a0321898@nat/ti/x-udoidpiiimgwvqln) Quit (Remote host closed the connection)
  • [22:45:50] * pbansal (~PBansal@nat/ti/x-cyrfpcozquxmmkza) has joined #beagle
  • [22:49:33] * lyakh (~lyakh@ip-2-200-120-236.web.vodafone.de) has joined #beagle
  • [22:53:16] * mrc3 (~ddiaz@189.157.115.51) has joined #beagle
  • [22:58:19] * woglinde_ (~heinold@f052228110.adsl.alicedsl.de) Quit (Quit: zapp)
  • [23:00:39] * mrc3 (~ddiaz@189.157.115.51) Quit (Ping timeout: 240 seconds)
  • [23:05:30] * BThompson (~a0193480@nat/ti/x-ebgmxalknvcasewx) Quit (Remote host closed the connection)
  • [23:12:49] * mrc3 (~ddiaz@189.157.109.117) has joined #beagle
  • [23:17:25] * katier (~katierh@nat/ti/x-rgvojerepxkmpjze) Quit ()
  • [23:17:54] * pcacjr_ (~pcacjr@unaffiliated/pcacjr) Quit (Quit: Lost terminal)
  • [23:24:40] * mIKEjONES (~mIKEjONES@orbital.rh.rit.edu) Quit (Ping timeout: 260 seconds)
  • [23:29:17] * lyakh (~lyakh@ip-2-200-120-236.web.vodafone.de) Quit (Quit: Leaving)