• [00:11:22] * raster (raster@enlightenment/developer/raster) has joined #beagle
  • [00:13:22] * robclark (~robclark@nat/ti/x-znznxmvpphfevbzn) Quit (Ping timeout: 246 seconds)
  • [00:29:57] * alancam (~a-campbel@nat/ti/x-zffwtoaiwkteabfn) Quit ()
  • [00:37:49] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [00:38:31] <emeb> got thru base-image with only 1 failure: alsa-utils.
  • [00:39:08] <emeb> due to--->arm-angstrom-linux-gnueabi/bin/ld: cannot find -ltinfo
  • [00:40:10] <ds2> do older versions of alsa-utils build?
  • [00:40:55] <emeb> beats me - this is the first time I've run OE this far on this new machine.
  • [00:41:04] <ds2> i.e directly forcing the BB file or mucking with your preference values
  • [00:41:19] <ds2> HE HE HE... you know what I think of OE ;)
  • [00:41:27] <emeb> nuff said...
  • [00:42:06] <emeb> lack of libtinfo at this stage suggests a missing dependency in the recipe.
  • [00:42:15] <Crofton> yeah
  • [00:42:25] <ds2> so try an older version
  • [00:42:32] <Crofton> there are some emails on the gumstix list about this
  • [00:42:42] <Crofton> but they didn't seem to get to a conclusion
  • [00:43:12] <Crofton> I'm going to attack that issue in the morning
  • [00:43:32] <Crofton> when more of .eu is awake
  • [00:43:34] <emeb> OK - nice to see I'm not just being ignorant here.
  • [00:43:38] <Crofton> heh
  • [00:43:44] <Crofton> yeah, I just ran into it
  • [00:44:07] <ds2> what version of are you building?
  • [00:44:13] <emeb> of what?
  • [00:44:31] <ds2> alsa-utils
  • [00:44:38] <ds2> 1.0.20?
  • [00:44:44] <emeb> alsa-utils_1.0.20.bb
  • [00:44:50] * robclark (~robclark@nat/ti/x-vzcsspqmrzwzcouk) has joined #beagle
  • [00:44:52] * gdm (~gdm@186.19.159.138) Quit (Ping timeout: 246 seconds)
  • [00:45:19] * Crofton (~balister@adsl-76-201-143-217.dsl.pltn13.sbcglobal.net) Quit (Quit: Leaving)
  • [00:45:28] <ds2> i see a completed build of that
  • [00:45:39] <emeb> how old?
  • [00:47:22] <emeb> recipe says
  • [00:47:32] <emeb> inherit gettext
  • [00:47:56] <emeb> so perhaps gettext isn't bringing in libtinfo?
  • [00:48:21] <emeb> or libtinfo is new dependency?
  • [00:48:29] <ds2> my .bb file is at 6fe7cef27069415f2eba36bc64...
  • [00:48:41] <ds2> what version is your .bb file at?
  • [00:48:55] <emeb> n00b here - how to find the hash?
  • [00:49:04] <ds2> cd recipes/alsa
  • [00:49:16] <ds2> git log alsa-utils_1.0.20.bb
  • [00:49:25] <ds2> read off first line that begins with 'commit'
  • [00:49:52] <emeb> 6fe7cef27069...
  • [00:49:56] <emeb> looks identical
  • [00:50:13] <ds2> Hmmm...
  • [00:52:29] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [00:53:28] <emeb> what's gettext_0.18 at?
  • [00:53:43] <emeb> I've got f8f9419d71776...
  • [00:57:20] <emeb> gettext depends on ncurses
  • [00:58:25] <emeb> ncurses pre 5.0 provided tinfo functions but now they're broken out
  • [00:59:12] <emeb> that change happened long ago tho, so this shouldn't be new issue
  • [01:01:20] <ds2> let me look
  • [01:01:49] <ds2> f8f94
  • [01:02:03] <ds2> must be angstrom then :D
  • [01:02:18] <emeb> do you have a libtinfo in your armv7a-angstrom-linux-gnueabi dir?
  • [01:02:56] <ds2> doing a find on all of OEDIR... going to take a moment
  • [01:03:22] <emeb> find rules
  • [01:03:41] <emeb> grep -r is pretty handy too
  • [01:03:59] <ds2> I prefer git grep when available
  • [01:04:08] <emeb> need to learn that
  • [01:04:28] <ds2> it does a grep of only things git knows about so it ignores the .o's and other cruft
  • [01:04:38] <ds2> wow... no matches for libtinfo* in my OEDIR
  • [01:04:42] * Zoxc (~zoxc@ti0128a340-dhcp0032.bb.online.no) Quit ()
  • [01:05:20] <ds2> wonder if you are doing something that cause libtool to suck in crap
  • [01:05:20] <emeb> none here either
  • [01:08:22] * jkridner2 (~a0321898@nat/ti/x-gmyimzcyrdfmzlbw) has joined #beagle
  • [01:09:12] * pcacjr (~pcacjr@unaffiliated/pcacjr) has joined #beagle
  • [01:11:03] * jkridner1 (~a0321898@nat/ti/x-lyyjxvslcgybmsmw) Quit (Ping timeout: 240 seconds)
  • [01:12:14] * kanru (~kanru@61-30-10-70.static.tfn.net.tw) has joined #beagle
  • [01:13:42] * Crofton (~balister@207.47.37.8.static.nextweb.net) has joined #beagle
  • [01:16:55] <ds2> emeb: look at the build logs in $OEDIR/work and see if you can determine why tinfo got sucked in. I suspect libtool
  • [01:17:54] <Crofton> I suspect there is a configure option
  • [01:18:24] <Crofton> from the emails, it was not clear where the proper place to fix it was
  • [01:19:07] <emeb> OK - sounds like there's lotsa eyeballs on this one.
  • [01:19:29] <Crofton> at least it appeared on the gumstix list
  • [01:19:46] <Crofton> I am going to beat the drum in #oe in the morning, when more people are up
  • [01:20:01] <Crofton> you could look at the logs for the als bb fiel and the ncurses one
  • [01:20:11] <emeb> OK
  • [01:20:16] <emeb> see what I can dig up
  • [01:20:59] <ds2> Crofton: if it were a configure option, I'd think it would show up in the recipe
  • [01:21:07] <ds2> Crofton: I can build that .bb file just fine
  • [01:21:55] * radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net) Quit (Read error: Operation timed out)
  • [01:25:50] * radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net) has joined #beagle
  • [01:34:20] * cmurillo (~cmurillo@186.4.15.155) Quit (Quit: Leaving.)
  • [01:35:53] * maria1 (~mrodrigue@186.4.15.155) Quit (Quit: Leaving.)
  • [02:12:32] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) has joined #beagle
  • [02:14:08] <Crofton> ds2, I suspect something changed so clean builds fail
  • [02:14:17] <Crofton> you likely have the library staged already
  • [02:22:23] * GeneralAntilles (~ryan@Maemo/community/council/GeneralAntilles) has joined #beagle
  • [02:22:29] * GeneralAntilles (~ryan@Maemo/community/council/GeneralAntilles) has left #beagle
  • [02:26:55] * duffolonious (~bryan@75-168-65-180.mpls.qwest.net) Quit (Ping timeout: 260 seconds)
  • [02:28:48] * alancam (~a-campbel@nat/ti/x-jlqgidibcdgcahpv) has joined #beagle
  • [02:28:57] * jrmuizel (~jrmuizel@CPE001f5be79d0f-CM0017ee62f8b0.cpe.net.cable.rogers.com) Quit (Quit: jrmuizel)
  • [02:29:07] * duffolonious (~bryan@75-168-65-180.mpls.qwest.net) has joined #beagle
  • [02:32:00] <ds2> Crofton: no, this is a clean build but I am not doing Angstrom
  • [02:36:31] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) has joined #beagle
  • [02:37:23] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) Quit (Client Quit)
  • [02:38:00] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) has joined #beagle
  • [02:38:43] * jkridner (~jason@pdpc/supporter/active/jkridner) Quit (Read error: Connection reset by peer)
  • [02:38:55] * jkridner (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [02:47:33] * drinkcat (~nicolas@nusnet-233-235.dynip.nus.edu.sg) has joined #beagle
  • [03:00:38] * cody_ (~cody@dslb-084-056-082-163.pools.arcor-ip.net) has joined #beagle
  • [03:03:38] * cody (~cody@dslb-084-056-091-125.pools.arcor-ip.net) Quit (Ping timeout: 248 seconds)
  • [03:05:55] * Lurch (47c173ba@gateway/web/freenode/ip.71.193.115.186) has joined #beagle
  • [03:11:40] * Lurch (47c173ba@gateway/web/freenode/ip.71.193.115.186) Quit (Quit: Page closed)
  • [03:16:41] * katie (~katierh@nat/ti/x-dawmaegkzunisiek) has joined #beagle
  • [03:18:18] * theholyduck (~holyduck@ip-89-137-106-77.eidsiva.net) has joined #beagle
  • [03:23:37] * pcacjr (~pcacjr@unaffiliated/pcacjr) Quit (Ping timeout: 265 seconds)
  • [03:24:05] * soman (~somnath@118.102.130.6) has joined #beagle
  • [03:27:36] * pting (~pting@adsl-99-32-245-41.dsl.lsan03.sbcglobal.net) Quit (Quit: Ex-Chat)
  • [03:30:05] * mmkassem (~mmkassem@197.192.81.167) has joined #beagle
  • [03:32:41] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176030254.dsl.bell.ca) Quit (Quit: RobotGrrl)
  • [04:00:40] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) has joined #beagle
  • [04:10:30] * pubba (70875579@gateway/web/freenode/ip.112.135.85.121) has joined #beagle
  • [04:12:09] * pubba (70875579@gateway/web/freenode/ip.112.135.85.121) Quit (Client Quit)
  • [04:18:28] * khasim (~a0393720@192.163.20.231) Quit (Ping timeout: 240 seconds)
  • [04:19:15] <mIKEjONES> how do I write an init script?
  • [04:20:14] <mIKEjONES> or what kind of a script should I write for something I'd like to be executed in the background as soon as the system enters init 3?
  • [04:20:41] * scrp3l (~scrp3l@201.250.190.142) Quit (Quit: Ex-Chat)
  • [04:25:56] * robclark (~robclark@nat/ti/x-vzcsspqmrzwzcouk) Quit (Quit: robclark)
  • [04:26:08] * scrp3l (~scrp3l@201.250.185.1) has joined #beagle
  • [04:30:19] * kunguz (~Kaan@212.156.122.30) has joined #beagle
  • [04:33:39] * kunguz (~Kaan@212.156.122.30) Quit (Remote host closed the connection)
  • [04:36:42] * emeb (~ericb@ip72-223-81-194.ph.ph.cox.net) has left #beagle
  • [04:39:39] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) Quit (Quit: Leaving.)
  • [04:43:36] * gdm (~gdm@186.19.159.138) has joined #beagle
  • [05:03:08] * jonmasters (~jcm@dallas.jonmasters.org) Quit (Ping timeout: 240 seconds)
  • [05:04:42] * mmkassem1 (~mmkassem@41.196.186.220) has joined #beagle
  • [05:05:27] * mmkassem1 (~mmkassem@41.196.186.220) has left #beagle
  • [05:05:46] * katie (~katierh@nat/ti/x-dawmaegkzunisiek) Quit (Remote host closed the connection)
  • [05:05:46] * mrc3_ (~mrc3@nat/ti/x-cyrbglralkfyiptj) Quit (Remote host closed the connection)
  • [05:05:52] * katie (~katierh@nat/ti/x-uikooeosqlsoqabp) has joined #beagle
  • [05:06:34] * mrc3_ (~mrc3@nat/ti/x-avhurtplgnpfdxqt) has joined #beagle
  • [05:07:02] * mmkassem (~mmkassem@197.192.81.167) Quit (Ping timeout: 265 seconds)
  • [05:10:37] * mrc3_ (~mrc3@nat/ti/x-avhurtplgnpfdxqt) Quit (Remote host closed the connection)
  • [05:10:59] * mrc3_ (~mrc3@nat/ti/x-vlnurksvobxabnoh) has joined #beagle
  • [05:12:40] * JoeSchmo (~jciccone@pool-74-102-95-111.nwrknj.fios.verizon.net) Quit (Ping timeout: 240 seconds)
  • [05:14:19] * jonmasters (~jcm@dallas.jonmasters.org) has joined #beagle
  • [05:18:06] * mza (~mza@2001:470:dc88:2:21f:e2ff:fe10:3fa) has joined #beagle
  • [05:18:23] * alancam (~a-campbel@nat/ti/x-jlqgidibcdgcahpv) Quit (Ping timeout: 252 seconds)
  • [05:25:12] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) has joined #beagle
  • [05:32:53] <mza> Anyone using Ubuntu on the beagle?
  • [05:33:34] <ds2> why?
  • [05:34:00] <mza> Because apt is nicer than opkg for example
  • [05:34:35] <ds2> how so?
  • [05:36:23] <mza> ds2: Got tools like aptitude and synaptic etc... anyway, if everyone else is running Angstrom, I am not going to bother
  • [05:37:34] <ds2> *shrug* I don't care for either :D
  • [05:43:46] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [05:50:48] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) Quit (Ping timeout: 240 seconds)
  • [05:54:48] * amitk (~amit@a91-154-124-12.elisa-laajakaista.fi) has joined #beagle
  • [06:04:59] * jpirko (~jirka@ip-89-103-91-100.net.upcbroadband.cz) has joined #beagle
  • [06:05:22] * rbarraud (~rbarraud@118-93-88-14.dsl.dyn.ihug.co.nz) has joined #beagle
  • [06:06:34] * rbarraud__ (~rbarraud@118-92-0-92.dsl.dyn.ihug.co.nz) Quit (Ping timeout: 248 seconds)
  • [06:09:01] <ds2> hmmm
  • [06:10:48] * mpr (mp@aggr.com) Quit (Ping timeout: 240 seconds)
  • [06:10:50] * anderson_s (~anderson@cpe-071-076-030-085.sc.res.rr.com) Quit (Ping timeout: 248 seconds)
  • [06:11:23] <kblin> mza: I do
  • [06:11:27] * cwillu (~cwillu@cwillu.com) Quit (Ping timeout: 240 seconds)
  • [06:11:55] * duffolonious (~bryan@75-168-65-180.mpls.qwest.net) Quit (Ping timeout: 265 seconds)
  • [06:11:55] * waddler (samuli@84.34.147.125) Quit (Ping timeout: 265 seconds)
  • [06:11:55] * zumbi (~zumbi@77.230.237.25) Quit (Ping timeout: 265 seconds)
  • [06:12:40] * jkridner2 (~a0321898@nat/ti/x-gmyimzcyrdfmzlbw) Quit (Remote host closed the connection)
  • [06:12:40] * NishanthMenon (~nmenon@nat/ti/x-pyjhapaqbcxaowqw) Quit (Remote host closed the connection)
  • [06:13:08] * zumbi (~zumbi@77.230.237.25) has joined #beagle
  • [06:13:19] * waddler (samuli@84.34.147.125) has joined #beagle
  • [06:13:25] * NishanthMenon (~nmenon@nat/ti/x-xcautdaoltosksvo) has joined #beagle
  • [06:13:37] * duffolonious (~bryan@75-168-65-180.mpls.qwest.net) has joined #beagle
  • [06:13:52] * Animule (~Animal@70-59-63-121.hlrn.qwest.net) Quit (Ping timeout: 264 seconds)
  • [06:14:24] * cwillu (~cwillu@cwillu.com) has joined #beagle
  • [06:14:54] <kblin> meh, so much for that usb wlan adapter working in linux
  • [06:15:27] <mza> kblin: Do you do any cross compiling? If so, what environment do you use?
  • [06:16:01] * anderson_s (~anderson@cpe-071-076-030-085.sc.res.rr.com) has joined #beagle
  • [06:17:41] <kblin> mza: so far, I've build my stuff natively
  • [06:18:20] <mza> kblin: ok, don't think it'll work out for me, too large a project to build
  • [06:18:50] <mza> takes 15 minutes on my dual core pc :-\
  • [06:18:57] <kblin> ok, I build stuff that needs python, which is a pain to cross-compile
  • [06:19:02] <kblin> ah, so what?
  • [06:19:09] <ds2> so don't use python :D
  • [06:19:24] <kblin> ds2: not an option. Samba4 depends on it
  • [06:19:55] <ds2> don't use samba4 ;)
  • [06:20:12] <kblin> right, that'd make me a really bad samba4 developer though
  • [06:21:10] <kblin> mza: that said, s4 builds in ~5 minutes on my quad-core, takes about 2 hours on my C3 beagle
  • [06:21:44] <kblin> that's still bearable
  • [06:22:04] <ds2> kblin: details... you could rewrite it to not use python though ;)
  • [06:22:07] * mpr (mp@aggr.com) has joined #beagle
  • [06:22:34] <kblin> ds2: whatever
  • [06:30:19] * BThompsonGR (~bernie@cpe-76-183-65-93.tx.res.rr.com) Quit (Read error: Connection reset by peer)
  • [06:33:13] * jkridner1 (~a0321898@nat/ti/x-mbrewzmlqfyuenak) has joined #beagle
  • [06:40:37] * heathkid (~heathkid2@173-122-129-58.pools.spcsdns.net) has joined #beagle
  • [06:41:24] * heathkid (~heathkid2@173-122-129-58.pools.spcsdns.net) has left #beagle
  • [06:49:57] * hvaibhav (~a0393758@192.163.20.231) Quit (Remote host closed the connection)
  • [06:49:58] * khasim (~a0393720@192.163.20.231) Quit (Remote host closed the connection)
  • [06:50:20] * hvaibhav (~a0393758@192.163.20.231) has joined #beagle
  • [06:50:59] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [06:51:48] * calculus (~calculus@gentoo/user/calculus) Quit (Read error: Operation timed out)
  • [07:10:13] * radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net) Quit (Quit: WeeChat 0.3.3-dev)
  • [07:15:43] * thaytan (~jan@ppp59-167-167-201.static.internode.on.net) Quit (Ping timeout: 265 seconds)
  • [07:17:47] * jpirko (~jirka@ip-89-103-91-100.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [07:17:57] * radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net) has joined #beagle
  • [07:19:57] * courville (~courville@archos.rain.fr) has joined #beagle
  • [07:29:08] * rbarraud (~rbarraud@118-93-88-14.dsl.dyn.ihug.co.nz) Quit (Ping timeout: 265 seconds)
  • [07:31:58] * Animule (~Animal@70-59-63-121.hlrn.qwest.net) has joined #beagle
  • [07:40:20] * ceyusa (~vjaquez@155.99.117.91.static.mundo-r.com) has joined #beagle
  • [07:48:11] * MI (c0648207@gateway/web/freenode/ip.192.100.130.7) has joined #beagle
  • [07:48:39] * MI is now known as Guest22631
  • [07:57:38] * jpirko (~jirka@nat/redhat/x-fyibxgyqfqblyvje) has joined #beagle
  • [07:57:46] * jacekowski (jacekowski@jacekowski.org) Quit (Ping timeout: 252 seconds)
  • [07:57:50] * rbarraud (~rbarraud@118-93-88-14.dsl.dyn.ihug.co.nz) has joined #beagle
  • [08:05:04] * katie (~katierh@nat/ti/x-uikooeosqlsoqabp) Quit (Ping timeout: 276 seconds)
  • [08:06:36] * xitrumch (9b4595a0@gateway/web/freenode/ip.155.69.149.160) has joined #beagle
  • [08:08:16] <xitrumch> hi guys,I have a BeagleLCD2 Expansion Board (LB043WQ1) and a BeagleBoard RevC4, I was trying to load the beagle-eclair-0x5_no_sgx from Oxdroid
  • [08:08:27] <xitrumch> but cannot see anything on the screen
  • [08:08:48] <xitrumch> do I need to do any configuration to the kernel image?
  • [08:08:53] <ds2> yes
  • [08:09:00] <ds2> you need to tell the kernel about the LCD + touch screen
  • [08:09:09] <dm8tbr> wow, he didn't say the p-word!
  • [08:09:11] <xitrumch> may I know where can I get the information abt that?
  • [08:09:40] <ds2> check the bb mailing list archive, I have posted the specs you need to put into the kernel
  • [08:09:53] <ds2> just model it after the SDP or EVM and it should just work
  • [08:10:52] <xitrumch> thanks a lot, but may I know where is the bb mailing list archive...? since I'm new to this place...
  • [08:12:01] <ds2> check beagleboard.org, there should be a link off that
  • [08:12:38] <xitrumch> thanks a lot,I'll check and update with you later
  • [08:28:10] * florian_kc (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [08:28:30] * florian_kc is now known as florian
  • [08:33:49] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Read error: Connection reset by peer)
  • [08:41:04] * davidc__ (~davidc__@S0106000f662a10a4.vc.shawcable.net) Quit (Quit: davidc__)
  • [08:54:13] * raster (raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [08:54:46] * ant_work (~andrea@host214-85-static.34-85-b.business.telecomitalia.it) has joined #beagle
  • [09:05:30] * madjid (3edc7715@gateway/web/freenode/ip.62.220.119.21) has joined #beagle
  • [09:05:54] <madjid> hi
  • [09:07:44] <madjid> could you please tell me how can install the X11 on the beagleboard
  • [09:07:58] <madjid> ?
  • [09:08:38] <madjid> i have file .tar
  • [09:09:13] <madjid> random-72fbeec1-image-a780.tar.bz2
  • [09:13:03] <madjid> hello Armin
  • [09:15:35] <madjid> i want to made a local VoIP with beagleboard
  • [09:16:08] <madjid> one main station and some client station plus some wirless station
  • [09:16:59] <madjid> to make
  • [09:20:35] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [09:23:34] * jacekowski (jacekowski@jacekowski.org) has joined #beagle
  • [09:24:53] <madjid> hello
  • [09:31:14] * kanru (~kanru@61-30-10-70.static.tfn.net.tw) Quit (Quit: WeeChat 0.3.2)
  • [09:42:22] * rbarraud (~rbarraud@118-93-88-14.dsl.dyn.ihug.co.nz) Quit (Read error: Connection reset by peer)
  • [09:45:16] * screwgoth (~raseel@122.169.68.161) has joined #beagle
  • [09:52:27] * Guest22631 (c0648207@gateway/web/freenode/ip.192.100.130.7) Quit (Quit: Page closed)
  • [09:56:08] <madjid> hello
  • [09:56:44] * DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com) has joined #beagle
  • [09:57:19] * XorA|gone is now known as XorA
  • [09:59:26] * drinkcat (~nicolas@nusnet-233-235.dynip.nus.edu.sg) Quit (Ping timeout: 264 seconds)
  • [10:03:55] <madjid> hello
  • [10:04:31] <madjid> any VoIP designer here?
  • [10:05:39] * Entasis (~Jarred@ppp118-210-10-169.lns20.adl2.internode.on.net) has joined #beagle
  • [10:08:34] * ddd (8bb30dc4@gateway/web/freenode/ip.139.179.13.196) Quit (Quit: Page closed)
  • [10:09:51] * rbarraud (~rbarraud@118-93-88-14.dsl.dyn.ihug.co.nz) has joined #beagle
  • [10:10:35] * thaytan (~jan@ppp59-167-167-201.static.internode.on.net) has joined #beagle
  • [10:13:14] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) Quit (Ping timeout: 264 seconds)
  • [10:14:21] <madjid> hi
  • [10:21:05] * madjid (3edc7715@gateway/web/freenode/ip.62.220.119.21) Quit (Quit: Page closed)
  • [10:27:16] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
  • [10:41:25] <jkridner1> my beagleboard-test-image is going past what can fit on a 64MB ramdisk and moving to a 128MB ramdisk didn't work cleanly. here is the list of biggest consumers: http://pastebin.com/cLjpbnf7
  • [10:42:54] <jkridner1> I'm not sure why this is actually going beyond 64MB... and it could be an Angstrom configuration issue.
  • [10:43:18] <jkridner1> it seemed that even when I tried to bump it up to 128MB, I still got the same complaints.
  • [10:43:52] <jkridner1> the complaints from the kernel are: [ 967.957092] ram0: rw=0, want=137178, limit=131072
  • [10:44:19] * jkridner1 wonders if that limit is in 512 byte blocks
  • [10:44:20] <mru> make it a bit smaller
  • [10:44:35] <mru> 131072 == 128k
  • [10:44:48] <mru> I guess it's in kB
  • [10:45:04] <mru> only disks are measured in 512-byte blocks
  • [10:45:07] <mru> and maybe tapes
  • [10:45:10] <jkridner1> but, I booted with ramdisk_size=65536
  • [10:45:27] <mru> hmm
  • [10:45:34] <mru> right, it _is_ a disk of sorts
  • [10:45:53] <mru> find whatever prints that message and see what it is
  • [10:55:12] <jkridner1> http://lxr.free-electrons.com/source/block/blk-core.c?v=2.6.26#L1228 looks to give info in blocks.
  • [10:55:35] <jkridner1> er, sectors.
  • [10:55:53] * JamieBennett (~JamieBenn@Maemo/community/contributor/JamieBennett) has joined #beagle
  • [10:56:05] * JamieBennett (~JamieBenn@Maemo/community/contributor/JamieBennett) has left #beagle
  • [10:58:47] * JoeSchmo (~jciccone@pool-173-63-171-199.nwrknj.fios.verizon.net) has joined #beagle
  • [11:19:16] * rbarraud (~rbarraud@118-93-88-14.dsl.dyn.ihug.co.nz) Quit (Ping timeout: 245 seconds)
  • [11:19:49] * eAndrius (~andrius@88-222-169-44.meganet.lt) has joined #beagle
  • [11:20:17] * Ralph_ (86e25636@gateway/web/freenode/ip.134.226.86.54) has joined #beagle
  • [11:26:26] * khasim (~a0393720@192.163.20.231) Quit (Quit: Leaving.)
  • [11:30:09] * ant_work (~andrea@host214-85-static.34-85-b.business.telecomitalia.it) Quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716])
  • [11:38:49] * Ralph_ (86e25636@gateway/web/freenode/ip.134.226.86.54) Quit (Quit: Page closed)
  • [11:40:45] * ddd (8bb30dc4@gateway/web/freenode/ip.139.179.13.196) has joined #beagle
  • [11:41:19] <ddd> anyone knows the following compiling issue "error: symbol _rshift_rnd_us_sf is defined multiple times:" when using CE, thx
  • [11:51:49] * hvaibhav (~a0393758@192.163.20.231) Quit (Quit: Leaving.)
  • [12:05:22] * gustavoz (~gustavoz@host5.201-253-237.telecom.net.ar) has joined #beagle
  • [12:09:24] <koen> florian: can you kick apache2 please?
  • [12:15:35] * pcacjr (~pcacjr@unaffiliated/pcacjr) has joined #beagle
  • [12:16:09] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176030254.dsl.bell.ca) has joined #beagle
  • [12:16:09] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176030254.dsl.bell.ca) Quit (Excess Flood)
  • [12:16:49] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176030254.dsl.bell.ca) has joined #beagle
  • [12:19:22] * jkridner1 (~a0321898@nat/ti/x-mbrewzmlqfyuenak) Quit (Ping timeout: 248 seconds)
  • [12:19:24] <florian> koen: done
  • [12:24:07] <koen> florian: thanks
  • [12:25:37] * niclas (~niclas@nat/ti/x-aanwznpktnbnkork) Quit ()
  • [12:26:35] * calculus (~calculus@gentoo/user/calculus) has joined #beagle
  • [12:27:27] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176030254.dsl.bell.ca) Quit (Quit: RobotGrrl)
  • [12:28:19] * mrc3 (~ddiaz@189.157.111.231) Quit (Ping timeout: 265 seconds)
  • [12:29:14] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176030254.dsl.bell.ca) has joined #beagle
  • [12:29:15] * RobotGrrl (~RobotGrrl@bas2-montreal50-1176030254.dsl.bell.ca) Quit (Excess Flood)
  • [12:31:27] * jkridner|work (~a0321898@nat/ti/x-agehyeuxtouvksbv) has joined #beagle
  • [12:31:45] * jkridner1 (~a0321898@nat/ti/x-rtwvvidximsiqvfj) has joined #beagle
  • [12:32:01] * jkridner1 (~a0321898@nat/ti/x-rtwvvidximsiqvfj) Quit (Client Quit)
  • [12:32:09] * jkridner|work (~a0321898@nat/ti/x-agehyeuxtouvksbv) has left #beagle
  • [12:32:17] * jkridner|work (~a0321898@nat/ti/x-agehyeuxtouvksbv) has joined #beagle
  • [12:36:44] * mrc3 (~ddiaz@189.157.120.99) has joined #beagle
  • [12:52:44] * ben_kludged (~ben@65-122-139-147.dia.static.qwest.net) has left #beagle
  • [13:04:37] * chcat (485d9f5a@gateway/web/freenode/ip.72.93.159.90) has joined #beagle
  • [13:04:49] <koen> | /OE/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/X11/Xdefs.h:53: error: previous declaration of 'pointer' was here
  • [13:04:53] * koen stabs x11vnc
  • [13:09:44] * robclark (~robclark@nat/ti/x-rgytwgwaconjfvtp) has joined #beagle
  • [13:11:27] * tasslehoff (~Mich@147.84-49-231.nextgentel.com) Quit (Ping timeout: 240 seconds)
  • [13:13:13] * jconnolly|away is now known as jconnolly
  • [13:13:33] * Redb3ard (~SF0010MAC@lbb-dslst.69616810.amaonline.com) has joined #beagle
  • [13:16:49] * rcranetx (~rcranetx@nat/ti/x-rgpjfkoiidobcpbq) has joined #beagle
  • [13:21:56] * niclas (~niclas@nat/ti/x-vmostyowsvypydmx) has joined #beagle
  • [13:22:08] * rodrigo_golive (~rodrigo_g@nat/mandriva/x-zxtembwxdkhgauql) has joined #beagle
  • [13:23:36] * niclas (~niclas@nat/ti/x-vmostyowsvypydmx) Quit (Client Quit)
  • [13:24:00] * niclas (~niclas@nat/ti/x-aelfjwfnbamfrvxc) has joined #beagle
  • [13:28:29] * chcat (485d9f5a@gateway/web/freenode/ip.72.93.159.90) Quit (Quit: Page closed)
  • [13:28:48] * Mike (~Crazymik3@CPE00259c601d5d-CM00080da43848.cpe.net.cable.rogers.com) has joined #beagle
  • [13:29:13] * Mike is now known as Guest68060
  • [13:30:37] * niclas (~niclas@nat/ti/x-aelfjwfnbamfrvxc) Quit ()
  • [13:30:49] * niclas (~niclas@nat/ti/x-scpezzdzaslaaijc) has joined #beagle
  • [13:32:26] * kevinsc (~a0214685@nat/ti/x-pfsnsurcznyituks) has joined #beagle
  • [13:35:25] <jamuraa> arg, I still can't get i2c working. I'm seriously considering wiring to the I2C3 pins on the other headers because I can't get these timeout errors to go away :(
  • [13:35:45] * niclas (~niclas@nat/ti/x-scpezzdzaslaaijc) Quit (Client Quit)
  • [13:36:05] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [13:37:30] <jamuraa> wait, is u-boot still muxed with those to GPIO pins? am I needing to recompile u-boot?
  • [13:37:53] * niclas (~niclas@nat/ti/x-bkdsgkwmxacsfplo) has joined #beagle
  • [13:37:55] * niclas (~niclas@nat/ti/x-bkdsgkwmxacsfplo) Quit (Client Quit)
  • [13:41:47] * cmurillo (~cmurillo@186.4.15.155) has joined #beagle
  • [13:47:05] * mpoirier (~quassel@S0106002369de4dac.cg.shawcable.net) has joined #beagle
  • [13:53:33] * sjhill (~sjhill@home.bethel-hill.org) has joined #beagle
  • [13:54:38] * mpoirier_ (~quassel@S0106002369de4dac.cg.shawcable.net) has joined #beagle
  • [13:56:42] * mza (~mza@2001:470:dc88:2:21f:e2ff:fe10:3fa) Quit (Remote host closed the connection)
  • [13:58:57] <eFfeM_work> jkridner, nice publicity on the xM on linuxdevices!
  • [13:59:35] <jkridner> just need to get more boards out the door!
  • [13:59:44] <eFfeM_work> :-)
  • [13:59:47] <eFfeM_work> sw done?
  • [13:59:55] <jkridner> still building the demo image.
  • [14:00:03] <jkridner> and having problems with the ramdisk image.
  • [14:00:20] <jkridner> you can try building beagleboard-test-image and tell me what you think there...
  • [14:00:31] <jkridner> I need to submit a patch for beagleboard-demo-image still.
  • [14:01:06] <jkridner> there is a bug in 'ramroot' in the default u-boot environment... not sure if I will fix it or not.
  • [14:01:12] <eFfeM_work> might try to kick off a build tonight
  • [14:01:33] <eFfeM_work> does the test image also work on a rev C ?
  • [14:01:41] <jkridner> getting on a call with Digi-Key now to discuss the status.
  • [14:01:47] <jkridner> it should.
  • [14:01:56] <eFfeM_work> ok, will try
  • [14:02:13] <jkridner> I haven't tried, but it is certainly supposed to.
  • [14:02:53] <eFfeM_work> i'll try to kick off the build tonight, but probably won't have time to test it before tomorrow evening
  • [14:07:12] * mmadrigal (~mmadrigal@186.4.15.155) has joined #beagle
  • [14:09:46] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) has joined #beagle
  • [14:10:26] * DesktopMM (~DesktopMa@grm-lovas-128-39-61-215.studby.uia.no) has joined #beagle
  • [14:11:46] * DesktopMa (~DesktopMa@grm-lovas-128-39-61-215.studby.uia.no) Quit (Ping timeout: 265 seconds)
  • [14:15:23] * Zoxc (~zoxc@ti0128a340-dhcp0032.bb.online.no) has joined #beagle
  • [14:17:14] * khasim (~a0393720@192.163.20.231) Quit (Ping timeout: 248 seconds)
  • [14:18:15] * BThompson (~a0193480@nat/ti/x-xxxzrmdigewuzaqf) has joined #beagle
  • [14:18:26] * zodttd (~me@user-0c90n1c.cable.mindspring.com) has joined #beagle
  • [14:18:37] * dl9pf (~quassel@p5B21378D.dip.t-dialin.net) has joined #beagle
  • [14:18:37] * dl9pf (~quassel@p5B21378D.dip.t-dialin.net) Quit (Changing host)
  • [14:18:37] * dl9pf (~quassel@opensuse/member/dl9pf) has joined #beagle
  • [14:19:30] * dl9pf_ (~quassel@p5B2155AE.dip.t-dialin.net) Quit (Ping timeout: 265 seconds)
  • [14:22:41] * jayabharath (~a0866114@nat/ti/x-tfcmlacbivshukoi) has joined #beagle
  • [14:23:12] * likewise (~likewise@82-170-243-215.ip.telfort.nl) has joined #beagle
  • [14:23:12] * likewise (~likewise@82-170-243-215.ip.telfort.nl) Quit (Excess Flood)
  • [14:26:03] * ghexpert (~ghexpert@87-194-17-20.bethere.co.uk) has joined #beagle
  • [14:26:11] * ghexpert (~ghexpert@87-194-17-20.bethere.co.uk) has left #beagle
  • [14:26:32] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [14:27:03] * alancam (~a-campbel@nat/ti/x-mmfyjvzmufvjjqur) has joined #beagle
  • [14:27:17] * niclas (~niclas@nat/ti/x-obbrwskoxoisgkou) has joined #beagle
  • [14:29:19] * soman (~somnath@118.102.130.6) Quit (Ping timeout: 240 seconds)
  • [14:30:31] <jamuraa> okay, I'm trying to debug my I2C problem. With just pull-up resistors connected between pin 1 and pin 23-24 of the expansion header, I get this in u-boot: http://pastie.org/1097754
  • [14:32:10] <jamuraa> is there something broken in my hardware? I'm trying to get this to succeed in u-boot first, before I expect it to work in linux
  • [14:34:20] * khasim (~a0393720@192.163.20.231) Quit (Remote host closed the connection)
  • [14:34:22] * brijesh (~brijesh@nat/ti/x-guoqgxmelfhgneik) has joined #beagle
  • [14:35:28] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [14:38:59] * jkridner (~jason@pdpc/supporter/active/jkridner) Quit (Read error: Connection reset by peer)
  • [14:39:01] * jkridner_ (~jason@c-98-250-141-144.hsd1.mi.comcast.net) has joined #beagle
  • [14:39:13] * jkridner_ (~jason@c-98-250-141-144.hsd1.mi.comcast.net) Quit (Changing host)
  • [14:39:13] * jkridner_ (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [14:39:50] * prpplague (~danders@nat/ti/x-ypkcrhuimkgbbaxm) has joined #beagle
  • [14:42:24] * jrmuizel (~jrmuizel@mozca02.ca.mozilla.com) has joined #beagle
  • [14:43:10] * emeb|mac (~ericb@ip72-223-81-194.ph.ph.cox.net) Quit (Ping timeout: 240 seconds)
  • [14:43:36] * soman (~somnath@118.102.130.6) has joined #beagle
  • [14:46:34] * mchua_afk is now known as mchua
  • [14:53:32] * alancam_ (~a-campbel@nat/ti/x-bfwxdtdhucaklaqm) has joined #beagle
  • [14:55:51] * alancam (~a-campbel@nat/ti/x-mmfyjvzmufvjjqur) Quit (Ping timeout: 265 seconds)
  • [14:56:28] * khasim (~a0393720@192.163.20.231) Quit (Ping timeout: 252 seconds)
  • [15:00:35] * jpirko (~jirka@nat/redhat/x-fyibxgyqfqblyvje) Quit (Quit: Leaving)
  • [15:02:33] * eFfeM (~frans@j200125.upc-j.chello.nl) has joined #beagle
  • [15:04:06] * emeb (~ericb@ip72-223-81-194.ph.ph.cox.net) has joined #beagle
  • [15:04:55] * khasim (~a0393720@192.163.20.231) has joined #beagle
  • [15:07:40] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) has joined #beagle
  • [15:08:11] * soman (~somnath@118.102.130.6) Quit (Ping timeout: 255 seconds)
  • [15:08:59] * pcacjr (~pcacjr@unaffiliated/pcacjr) Quit (Ping timeout: 260 seconds)
  • [15:10:18] * jconnolly is now known as jconnolly|bbiab
  • [15:12:22] * arun_ (~arun@unaffiliated/sindian) Quit (Ping timeout: 258 seconds)
  • [15:14:48] * lifeeth (~praneeth@unaffiliated/lifeeth) has joined #beagle
  • [15:19:01] * cmurillo (~cmurillo@186.4.15.155) Quit (Read error: No route to host)
  • [15:19:23] * kunguz (~Kaan@212.175.32.130) has joined #beagle
  • [15:20:00] * cmurillo (~cmurillo@186.4.15.155) has joined #beagle
  • [15:20:36] * kunguz (~Kaan@212.175.32.130) Quit (Remote host closed the connection)
  • [15:22:07] * b7500af1 (~GH@c-71-62-125-191.hsd1.va.comcast.net) has joined #beagle
  • [15:25:39] * arun_ (~arun@unaffiliated/sindian) has joined #beagle
  • [15:28:48] <jkridner|work> mru: have you played with https://launchpad.net/gcc-linaro/ yet?
  • [15:28:57] <mru> no
  • [15:28:59] <mru> why would I?
  • [15:29:07] <mru> linaro is for suits
  • [15:29:18] <jkridner|work> no added functional value?
  • [15:29:44] <jkridner|work> I'm curious because people are working on it.
  • [15:30:09] <mru> I haven't really paid attention to linaro
  • [15:30:40] <mru> when they launched all they had was a photo of some grinning suits
  • [15:30:41] * mmadrigal (~mmadrigal@186.4.15.155) Quit (Read error: Connection reset by peer)
  • [15:30:57] * mmadrigal (~mmadrigal@186.4.15.155) has joined #beagle
  • [15:31:15] <ynezz> :)
  • [15:31:50] <jkridner|work> I had low hopes initially, but they seem to be working on code.
  • [15:32:00] <koen> do they crosscompile yet?
  • [15:32:10] <koen> or are they still wasting time on native stuff only?
  • [15:32:20] * jpirko (~jirka@ip-89-103-91-100.net.upcbroadband.cz) has joined #beagle
  • [15:34:52] <ynezz> well, I think it's better then patch hell :)
  • [15:38:44] * _don_ (~don@nat/ti/x-pbvbdbkfqkafyboy) has joined #beagle
  • [15:39:41] * gdm (~gdm@186.19.159.138) Quit (Remote host closed the connection)
  • [15:39:50] <jamuraa> woo! okay apparently one of my BBs is broken, or my soldering skills are subpar. my spare bb has working i2c
  • [15:40:30] * gdm (~gdm@186.19.159.138) has joined #beagle
  • [15:40:59] <mru> ynezz: building on beagle is hell, patches or not
  • [15:43:52] * Crofton (~balister@207.47.37.8.static.nextweb.net) Quit (Quit: Leaving)
  • [15:47:39] * amitk is now known as amitk-afk
  • [15:47:44] <ynezz> mru: well, as I see it, linaro isn't for hobbyist with one beagle :)
  • [15:48:02] <mru> even less reason to build native
  • [15:50:00] * prpplague (~danders@nat/ti/x-ypkcrhuimkgbbaxm) has left #beagle
  • [15:50:41] * alancam (~a-campbel@nat/ti/x-rkewqjgvsrijapac) has joined #beagle
  • [15:50:52] <ynezz> really?
  • [15:53:04] <ynezz> I see your point I do crosscompile also as I understand the reasons for native compilation
  • [15:53:23] * alancam_ (~a-campbel@nat/ti/x-bfwxdtdhucaklaqm) Quit (Ping timeout: 258 seconds)
  • [15:54:57] <mru> the "reasons" for native builds seem to be a cross between masochism and some bizarre sense of purity
  • [15:55:00] <mru> aka debian
  • [15:58:21] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [15:59:29] * drinkcat (~nicolas@119.56.3.26) has joined #beagle
  • [16:00:01] * davidc__ (~davidc__@S0106000f662a10a4.vc.shawcable.net) has joined #beagle
  • [16:02:00] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Client Quit)
  • [16:02:17] * Entasis (~Jarred@ppp118-210-10-169.lns20.adl2.internode.on.net) Quit (Quit: Leaving)
  • [16:04:53] * mpoirier (~quassel@S0106002369de4dac.cg.shawcable.net) Quit (Ping timeout: 255 seconds)
  • [16:04:58] * mpoirier_ (~quassel@S0106002369de4dac.cg.shawcable.net) Quit (Ping timeout: 265 seconds)
  • [16:07:52] * prpplague (~danders@nat/ti/x-ypkcrhuimkgbbaxm) has joined #beagle
  • [16:11:40] * alancam (~a-campbel@nat/ti/x-rkewqjgvsrijapac) Quit (Remote host closed the connection)
  • [16:14:39] * scrp3l (~scrp3l@201.250.185.1) Quit (Quit: Ex-Chat)
  • [16:16:20] * Darren (~darreneth@nat/ti/x-fxaxfvoegntunxjh) has joined #beagle
  • [16:19:27] * theholyduck (~holyduck@ip-89-137-106-77.eidsiva.net) Quit (Ping timeout: 258 seconds)
  • [16:20:02] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [16:20:47] * Crofton (~balister@adsl-76-201-143-217.dsl.pltn13.sbcglobal.net) has joined #beagle
  • [16:21:56] * sjhill (~sjhill@home.bethel-hill.org) Quit (Quit: leaving)
  • [16:26:58] * mmadrigal1 (~mmadrigal@186.4.15.155) has joined #beagle
  • [16:28:31] * drinkcat (~nicolas@119.56.3.26) Quit (Ping timeout: 240 seconds)
  • [16:30:10] * mmadrigal2 (~mmadrigal@186.4.15.155) has joined #beagle
  • [16:30:31] * mmadrigal (~mmadrigal@186.4.15.155) Quit (Ping timeout: 240 seconds)
  • [16:31:35] * mchua is now known as mchua_afk
  • [16:31:39] * amitk-afk (~amit@a91-154-124-12.elisa-laajakaista.fi) Quit (Quit: leaving)
  • [16:32:09] * jconnolly|bbiab is now known as jconnolly
  • [16:32:54] * mmadrigal1 (~mmadrigal@186.4.15.155) Quit (Ping timeout: 265 seconds)
  • [16:37:55] * Darren (~darreneth@nat/ti/x-fxaxfvoegntunxjh) Quit (Ping timeout: 246 seconds)
  • [16:38:16] * cmurillo (~cmurillo@186.4.15.155) Quit (Quit: Leaving.)
  • [16:42:29] * kerute (~kerute@kerunix.com) Quit (Remote host closed the connection)
  • [16:42:54] * kerute (~kerute@kerunix.com) has joined #beagle
  • [16:42:55] <Crofton> koen, ping
  • [16:46:28] <koen> Crofton: pong
  • [16:48:32] <Crofton> did you see the alsa-utils thread?
  • [16:48:43] <Crofton> emeb and I both see this on Angstrom
  • [16:48:49] <Crofton> on F13
  • [16:48:56] * emeb hasn't made any progress on that yet
  • [16:49:08] <Crofton> are you on the oe list?
  • [16:49:13] <emeb> no
  • [16:49:32] <emeb> might be a good idea tho...
  • [16:50:05] <emeb> you said there was some discussion about it on the gumstix list / chl
  • [16:50:21] * ben_kludged (~ben@65-122-139-147.dia.static.qwest.net) has joined #beagle
  • [16:50:34] <Crofton> http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg06852.html
  • [16:51:16] <Crofton> I need to go do actual work this morning
  • [16:51:31] <emeb> me too
  • [16:51:43] <emeb> but that looks like they've traced it to the source
  • [16:51:56] <Crofton> yeah
  • [16:52:05] <Crofton> I'd like to get the fix at the source :)
  • [16:56:06] <emeb> basically boils down to OE using an old ncurses and hosts w/ newer ncurses bringing in deps that OE doesn't have.
  • [16:58:03] <emeb> so either mod the ncurses 5.4 recipe to hack out the host stuff, or update to newer ncurses?
  • [16:58:05] <koen> it's a bit more insiduous
  • [16:58:14] <koen> it's the cross packages using the host ncurses config
  • [16:58:47] <emeb> hard to avoid that...
  • [17:00:31] <koen> sort of
  • [17:00:39] <koen> newer ncurses support pkgconfig
  • [17:01:01] <koen> Crofton: martins suggesting of moving to 5.7 and doing the PR bump again seems the easiest way
  • [17:01:08] <Crofton> yeah
  • [17:01:17] <Crofton> no sense sticking with old stuff
  • [17:01:22] <Crofton> unless needed
  • [17:01:42] * Darren (~darreneth@nat/ti/x-juypwidscbroowel) has joined #beagle
  • [17:02:08] <Crofton> is there a bb file for it already?
  • [17:02:19] * Crofton really needs to move to other room
  • [17:02:25] <Crofton> ah the guruof quality is here
  • [17:03:01] <emeb> a dog-eared copy of "Zen and the Art of Motorcycle Maintenance" in his pocket?
  • [17:03:40] <koen> Crofton: there is, and martin already bumped PR once to force rebuilds
  • [17:05:06] * Crofton has just vnc'd into the sig gen because it has no knobs
  • [17:05:49] * Crazymik3 (~Crazymik3@CPE00259c601d5d-CM00080da43848.cpe.net.cable.rogers.com) has joined #beagle
  • [17:07:19] * Guest68060 (~Crazymik3@CPE00259c601d5d-CM00080da43848.cpe.net.cable.rogers.com) Quit (Ping timeout: 246 seconds)
  • [17:07:50] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) Quit (Ping timeout: 264 seconds)
  • [17:12:55] * mmadrigal (~mmadrigal@186.4.15.155) has joined #beagle
  • [17:13:42] <Crofton> so basically, un def pref 5.7 ....
  • [17:14:58] <koen> PREF_VERSION it at this point
  • [17:16:18] <Crofton> k
  • [17:16:24] * mmadrigal2 (~mmadrigal@186.4.15.155) Quit (Ping timeout: 265 seconds)
  • [17:16:30] <Crofton> doing a test with it un def prefd atm
  • [17:16:42] <Crofton> so add to the angstrom version file
  • [17:19:37] <Crofton> well, I added to the angstrom version file
  • [17:20:16] * mmadrigal1 (~mmadrigal@186.4.15.155) has joined #beagle
  • [17:20:52] <koen> package names changed due to the new split, so ncurses using apps need to get rebuilt
  • [17:21:10] <Crofton> rm -rf tmp ....
  • [17:22:18] <Crofton> so that mean bump 5.7 PR also?
  • [17:22:35] <Crofton> if we change version, does that force rebuild?
  • [17:23:10] * mmadrigal (~mmadrigal@186.4.15.155) Quit (Ping timeout: 265 seconds)
  • [17:24:49] * courville (~courville@archos.rain.fr) Quit (Ping timeout: 276 seconds)
  • [17:25:17] <koen> no, bump PR on all ncurses using stuff
  • [17:25:37] * rodrigo_golive (~rodrigo_g@nat/mandriva/x-zxtembwxdkhgauql) Quit (Remote host closed the connection)
  • [17:27:01] * rodrigo_golive (~rodrigo_g@nat/mandriva/x-yhuzileekeekzmih) has joined #beagle
  • [17:34:44] * kerute (~kerute@kerunix.com) Quit (Remote host closed the connection)
  • [17:34:51] <Crofton> lovely
  • [17:34:54] <Crofton> ok
  • [17:35:08] <Crofton> emeb, you following?
  • [17:35:25] <Crofton> I can give the the diff to get the correct version to build
  • [17:35:35] <Crofton> I'll need some slow time to do the PR bump
  • [17:35:55] * kerute (~kerute@kerunix.com) has joined #beagle
  • [17:37:14] <emeb> Crofton: trying to.
  • [17:37:27] <emeb> not up on all the OE-related jargon tho...
  • [17:37:33] * ben_kludged (~ben@65-122-139-147.dia.static.qwest.net) has left #beagle
  • [17:38:15] <Crofton> http://pastebin.com/aCZsmyBR
  • [17:38:25] <Crofton> do that, then rm tmp and start over
  • [17:38:33] <Crofton> that should solve the build problem for now
  • [17:38:38] <emeb> whee! starting over... :)
  • [17:38:48] <Crofton> I need to push a more long term solution that avoids starting over :)
  • [17:39:01] <Crofton> this will work, but break stuff using binary feeds
  • [17:39:33] <emeb> ah - so no more opkg from the repos?
  • [17:41:19] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Client exiting)
  • [17:45:19] * PBansal (~pbansal@nat/ti/x-eepkddmddkedweyn) Quit (Ping timeout: 260 seconds)
  • [17:46:04] * alancam (~a-campbel@nat/ti/x-xuyzpkjkfvuylpdt) has joined #beagle
  • [17:46:30] <Crofton> well
  • [17:46:42] <Crofton> if it a ncurses related package it will break
  • [17:46:46] <emeb> yep
  • [17:46:51] <Crofton> the ultimate fis will not have this isse
  • [17:47:07] <Crofton> since we bump PR on everything that uses ncurses, so they will all update
  • [17:47:36] <emeb> ah - ultimate fix is to push the 5.7 pref to the binary feeds & rebuild 'em all?
  • [17:50:17] <koen> where "all" is "ncurses users", yes
  • [17:55:15] <Crofton> we force packages that depend on ncurses to rebuild via a PR increase
  • [17:56:03] <Crofton> | * opkg_install_cmd: Cannot install package kernel-module-rtc-twl4030.
  • [17:56:03] <Crofton> | * resolve_conffiles: Existing conffile /home/balister/oe/tmp/rootfs/console-image/etc/device_table is different from the conffile in the new package. The new conffile will be placed at /home/balister/oe/tmp/rootfs/console-image/etc/device_table-opkg.
  • [17:56:16] <Crofton> trying to build console-image for the beagle
  • [17:57:25] <koen> why is the kernel module missing?
  • [17:57:31] <Crofton> not sure
  • [17:57:49] <Crofton> it is the psp kernel I think
  • [17:58:38] <Crofton> this is a background task atm
  • [17:58:52] <Crofton> apparently I have to explain how we use the stagecoach in a bit :)
  • [17:59:49] * trendzetter (~joris@d51522B76.access.telenet.be) has joined #beagle
  • [18:00:22] <trendzetter> Anyone able to play flash video?
  • [18:00:56] <koen> Crofton: how are you liking the stagecoach?
  • [18:00:59] <Crofton> yes
  • [18:01:01] <Crofton> well
  • [18:01:07] * davidc__ (~davidc__@S0106000f662a10a4.vc.shawcable.net) Quit (Ping timeout: 276 seconds)
  • [18:01:09] <Crofton> it does speed large native compiles
  • [18:01:13] <Crofton> and it is cool
  • [18:01:28] * koen has been looking after distcc for some years now
  • [18:01:38] <Crofton> yes, that works well
  • [18:02:03] <koen> Crofton: but why are you using debian?
  • [18:02:37] * brijesh (~brijesh@nat/ti/x-guoqgxmelfhgneik) Quit (Quit: Leaving)
  • [18:05:17] <trendzetter> would it be possible to use the flashplayer distributed for android on angstrom?
  • [18:07:52] * joeR (80f40909@gateway/web/freenode/ip.128.244.9.9) has joined #beagle
  • [18:10:22] <koen> just wait for the TI port for flash 10 to get released
  • [18:21:20] * mpoirier (~quassel@S0106002369de4dac.cg.shawcable.net) has joined #beagle
  • [18:21:45] * mpoirier_ (~quassel@S0106002369de4dac.cg.shawcable.net) has joined #beagle
  • [18:21:50] * mpoirier (~quassel@S0106002369de4dac.cg.shawcable.net) Quit (Remote host closed the connection)
  • [18:26:06] <joeR> Hi guys
  • [18:26:34] <joeR> has anybody used the trainerboard from tincan tools
  • [18:26:42] <koen> aye
  • [18:26:54] <koen> only the gpios, though, not the avr
  • [18:27:08] <joeR> I'm after the SPI
  • [18:27:21] <joeR> on the beagle side
  • [18:27:41] * koen points to SPI master emeb
  • [18:28:36] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [18:28:43] * emeb hides
  • [18:29:01] * emeb peeks out
  • [18:29:06] <emeb> what do you need to do?
  • [18:29:07] <joeR> I see the kernel knows that the trainerboard is on teh expansion port (Beagle expansionboard: trainer)
  • [18:29:53] <emeb> yep
  • [18:29:59] <joeR> but do I need to do all the kernel patching to use spidev?
  • [18:30:41] <emeb> depends if the board setup file has the spi stuff turned on for the trainer via the beaglebuddy parameter
  • [18:31:42] <joeR> I used the stock angstrom files from http://www.angstrom-distribution.org/demo/beagleboard
  • [18:32:26] <emeb> Looks like the current board init file only sets up GPIO
  • [18:32:48] * kunguz (~Kaan@212.156.122.30) has joined #beagle
  • [18:32:50] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) has joined #beagle
  • [18:33:01] <emeb> so, yeah - you'll need to tweak it for your application and rebuild the kernel.
  • [18:33:28] <joeR> gotcha
  • [18:33:47] <emeb> and you'll probably have to tweak u-boot too so that it sets up the pinmux for SPI instead of GPIO
  • [18:34:05] <joeR> I've been looking at http://elinux.org/BeagleBoard/SPI
  • [18:34:21] <emeb> that's a good start for what needs to be done
  • [18:34:39] <emeb> bear in mind that it's a bit out of date w/ respect to the latest kernel & u-boot tho
  • [18:34:55] <joeR> yes, that is were I am getting tripped up
  • [18:35:01] <emeb> doesn't have anything in it about the new I2C ID proms & beaglebuddy stuff
  • [18:35:30] <emeb> because of those there is a lot of code in u-boot & board setup that you can borrow from now
  • [18:35:59] * GrizzlyAdams (~Grizzly@ip98-184-88-41.mc.at.cox.net) has joined #beagle
  • [18:36:18] <joeR> I am some what new to OE, but have it building the base image
  • [18:36:40] <emeb> the trick to building custom kernels w/ OE is this:
  • [18:37:15] <emeb> 1) comment out the line in local.conf that forces removal of source after successful build
  • [18:37:28] <emeb> 2) force a build of the kernel (to bring in & patch the source)
  • [18:37:35] <emeb> 3) make your mods
  • [18:37:55] <emeb> 4) rebuild the kernel w/ 'bitbake -c compile virtual/kernel'
  • [18:38:17] <emeb> now you've got a new uImage you can play with.
  • [18:38:24] <emeb> Do the same with u-boot
  • [18:41:29] <joeR> Thanks, I will give it a try.
  • [18:46:56] * ceyusa (~vjaquez@155.99.117.91.static.mundo-r.com) Quit (Quit: leaving)
  • [18:47:18] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [18:50:11] <joeR> emeb :Alright, I don't see anything that explicitly states #1 in my local.conf
  • [18:51:33] <emeb> comment out the line: INHERIT += " rm_work "
  • [18:54:21] <koen> don't complain about diskspace if you do that
  • [18:56:33] <koen> heh
  • [18:56:44] <koen> I thought "sweet, Puma5 on engadget"
  • [18:57:03] <koen> then I read the actual article that TI is spinning of that department to intel
  • [18:59:26] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) Quit (Ping timeout: 264 seconds)
  • [19:00:25] <joeR> ah, that seemed to obvious. Thanks. koen: don't worry got a nice fresh HD to fill up ;)
  • [19:00:46] <koen> it's not so bad if you do a normal build with rm_work first
  • [19:08:22] * lifeeth (~praneeth@unaffiliated/lifeeth) Quit (Quit: Up and at 'em, Atom Ant!)
  • [19:09:20] * mchua_afk is now known as mchua
  • [19:22:28] <joeR> koen/emeb: do I want distro to be "angstrom-2008.1", that seems out of date.
  • [19:26:50] <emeb> Pay no attention to the date. That's the current unstable branch AFAIK.
  • [19:28:08] * koen uses http://gitorious.org/angstrom/angstrom-setup-scripts
  • [19:33:30] <ds2> hmmmmm
  • [19:34:21] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) has joined #beagle
  • [19:35:57] * tconant (~tconant@68.111.35.226) has joined #beagle
  • [19:38:14] <Crofton> I had the module in ANGSTROM_EXTRA_INSTALL
  • [19:41:26] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) Quit (Ping timeout: 264 seconds)
  • [19:42:42] * kunguz (~Kaan@212.156.122.30) Quit (Remote host closed the connection)
  • [19:44:55] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) has joined #beagle
  • [19:49:18] * mikey_w (~mike@pool-173-53-57-150.rcmdva.fios.verizon.net) Quit (Quit: Leaving)
  • [19:50:18] * sjhill (~sjhill@home.bethel-hill.org) has joined #beagle
  • [19:50:22] * mikey_w (~mike@pool-173-53-57-150.rcmdva.fios.verizon.net) has joined #beagle
  • [19:52:19] <Redb3ard> Hey guys, which was the serial port again on a c4? It's not /dev/ttyS0 I remember, was it s1 or s2?
  • [19:52:36] <koen> 2
  • [19:52:49] <koen> same as on revA, revB, revC and xM
  • [19:55:27] <Redb3ard> Thanks.
  • [19:57:09] * davidc__ (~davidc__@S0106000f662a10a4.vc.shawcable.net) has joined #beagle
  • [20:00:16] * gustavoz (~gustavoz@host5.201-253-237.telecom.net.ar) Quit (Quit: Leaving)
  • [20:02:33] <mru> http://26-26-54.hardwarebug.org/?id=30
  • [20:04:27] * jkridner_ is now known as jkridner
  • [20:10:36] * trendzetter (~joris@d51522B76.access.telenet.be) Quit (Ping timeout: 258 seconds)
  • [20:10:49] <emeb> mru: so the 'fortunes' are individually addressable now?
  • [20:11:14] <mru> by popular demand
  • [20:11:15] * Darren is now known as Guest79205
  • [20:11:31] * emeb starts indexing thru
  • [20:16:37] <emeb> sweet - I'm in there too...
  • [20:22:58] * trendzetter (~joris@d51522B76.access.telenet.be) has joined #beagle
  • [20:23:38] <_av500_> mru: rss feed?
  • [20:30:50] <mru> there are limits
  • [20:37:52] * cwillu_at_work stops mid-rss-scraper
  • [20:38:30] * maria2 (~mrodrigue@186.4.15.155) has joined #beagle
  • [20:39:21] * mru contemplates adding some scrape-detection and randomising results
  • [20:40:38] * cwillu_at_work obliges, having read his jaynes recently
  • [20:41:05] <jamuraa> emeb: that 4-step thing is really nice to know for modifying the kernel and/or reconfiguring too (although you can also remember to copy your config to defconfig for future builds), thanks
  • [20:41:58] * jpirko (~jirka@ip-89-103-91-100.net.upcbroadband.cz) Quit (Remote host closed the connection)
  • [20:42:12] <kblin> mru: great, then maybe the site would finally get a decent random number generator ;)
  • [20:44:11] * screwgoth (~raseel@122.169.68.161) has left #beagle
  • [20:48:02] * mpoirier_ (~quassel@S0106002369de4dac.cg.shawcable.net) Quit (Ping timeout: 264 seconds)
  • [20:52:51] * niclas (~niclas@nat/ti/x-obbrwskoxoisgkou) Quit ()
  • [21:00:13] <Crofton> 158 instances of DEPENDS with ncurses in them
  • [21:01:40] <mru> now you know why it has that name
  • [21:04:05] <mru> kblin: who needs and rng when we have av500?
  • [21:04:34] * rcranetx (~rcranetx@nat/ti/x-rgpjfkoiidobcpbq) Quit (Quit: Leaving.)
  • [21:04:41] * trendzetter (~joris@d51522B76.access.telenet.be) Quit (Ping timeout: 245 seconds)
  • [21:05:21] * mmadrigal (~mmadrigal@186.4.15.155) has joined #beagle
  • [21:05:28] * Guest79205 is now known as DarrenE
  • [21:06:01] * trendzetter (~joris@d51522B76.access.telenet.be) has joined #beagle
  • [21:07:26] * mmadrigal1 (~mmadrigal@186.4.15.155) Quit (Ping timeout: 265 seconds)
  • [21:07:44] * PBansal (~pbansal@nat/ti/x-rjuisjvwwvkqxhae) has joined #beagle
  • [21:11:24] * rodrigo_golive (~rodrigo_g@nat/mandriva/x-yhuzileekeekzmih) Quit (Read error: Connection reset by peer)
  • [21:20:38] * Crazymik3 (~Crazymik3@CPE00259c601d5d-CM00080da43848.cpe.net.cable.rogers.com) Quit (Ping timeout: 240 seconds)
  • [21:21:15] * Mike__ (~Crazymik3@CPE00259c601d5d-CM00080da43848.cpe.net.cable.rogers.com) has joined #beagle
  • [21:24:08] * ant_ (~andrea@host20-251-dynamic.8-87-r.retail.telecomitalia.it) has joined #beagle
  • [21:27:07] * ant___ (~andrea@host78-189-dynamic.60-82-r.retail.telecomitalia.it) has joined #beagle
  • [21:30:17] * ant_ (~andrea@host20-251-dynamic.8-87-r.retail.telecomitalia.it) Quit (Ping timeout: 252 seconds)
  • [21:34:14] <_av500_> 54!
  • [21:35:07] <djlewis_> he may not be the fastest rng but, hey!
  • [21:36:42] * sakoman remembers 54
  • [21:37:21] <sakoman> that was a great age, not yet eligible for those 55 & older discounts
  • [21:37:28] <sakoman> ;-)
  • [21:37:35] * mmadrigal1 (~mmadrigal@186.4.15.155) has joined #beagle
  • [21:38:17] <sakoman> now 56, well _av500_ knows all about 56!
  • [21:39:49] * mmadrigal (~mmadrigal@186.4.15.155) Quit (Ping timeout: 265 seconds)
  • [21:44:05] <djlewis_> dang, i'm a year older than the oldest person on the channel :P
  • [21:44:35] <Crofton> you fossils
  • [21:46:23] * ceyusa (~vjaquez@95.61.238.167) has joined #beagle
  • [21:47:01] <djlewis_> you little whooper snapper, if I knew where you were, boy would you be in trouble :P
  • [21:47:07] <djlewis_> :)
  • [21:47:36] * ceyusa (~vjaquez@95.61.238.167) Quit (Client Quit)
  • [21:50:28] * trendzetter (~joris@d51522B76.access.telenet.be) Quit (Ping timeout: 246 seconds)
  • [21:58:10] <emeb> all this talk about age and DEPENDS: http://www.us.depend.com/
  • [22:02:36] * gdm (~gdm@186.19.159.138) Quit (Ping timeout: 245 seconds)
  • [22:05:25] * flo_lap (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [22:05:37] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Disconnected by services)
  • [22:05:43] * flo_lap is now known as florian
  • [22:06:01] * joeR (80f40909@gateway/web/freenode/ip.128.244.9.9) Quit (Quit: Page closed)
  • [22:07:00] * Redb3ard (~SF0010MAC@lbb-dslst.69616810.amaonline.com) Quit (Quit: Redb3ard)
  • [22:09:02] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) Quit (Ping timeout: 264 seconds)
  • [22:10:12] * BThompson (~a0193480@nat/ti/x-xxxzrmdigewuzaqf) Quit (Remote host closed the connection)
  • [22:12:13] * sakoman is still trying to figure out djlewis_'s "year older than the oldest person on the channel" comment
  • [22:12:31] * prpplague (~danders@nat/ti/x-ypkcrhuimkgbbaxm) Quit (Quit: Leaving)
  • [22:13:37] * buZz (~buzz@bydogen.stoned-it.com) Quit (Ping timeout: 240 seconds)
  • [22:15:51] <ds2> isn't open embedded suppose to figure out all the DEPENDs? :)
  • [22:16:33] * ceyusa (~vjaquez@95.61.238.167) has joined #beagle
  • [22:16:39] * ceyusa (~vjaquez@95.61.238.167) Quit (Client Quit)
  • [22:19:47] * jayabharath (~a0866114@nat/ti/x-tfcmlacbivshukoi) has left #beagle
  • [22:20:03] <mru> sakoman: it must mean he's either infinitely old or not a person
  • [22:20:55] <sakoman> mru: makes sense. now I can stop wondering what he meant :-)
  • [22:21:18] <mru> no, you still have to wonder which of those he meant
  • [22:21:38] * DarrenE (~darreneth@nat/ti/x-juypwidscbroowel) Quit (Ping timeout: 264 seconds)
  • [22:24:58] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Verlassend)
  • [22:26:19] * fauxreigner (80f40909@gateway/web/freenode/ip.128.244.9.9) has joined #beagle
  • [22:27:23] <emeb> that's the verbal equivalent of this: http://bit.ly/adC2NG
  • [22:30:38] <fauxreigner> hey guys - I'm trying to make some kernel hacks to bring out my SPI ports, but I'm not sure what to do with openembedded. Any SPI wizards who can help?
  • [22:34:10] <emeb> check the log for this channel from 4 hours ago. We covered this then
  • [22:34:37] <fauxreigner> actually - I have - I'm working on the same project with joeR
  • [22:34:58] <emeb> so what's the question
  • [22:35:08] * NishanthMenon (~nmenon@nat/ti/x-xcautdaoltosksvo) Quit (Quit: Ex-Chat)
  • [22:36:01] <djlewis_> sakoman: iirc you once said you were the oldest on the channel ;)
  • [22:36:58] * Summeli (summeli@irc.summeli.fi) Quit (Ping timeout: 248 seconds)
  • [22:37:27] <fauxreigner> I'm trying to rebuild the kernel to get the source so I can make my mods - I tried "bitbake -f -c build kernel" but it failed saying there wasn't a kernel recipe... the same command but for linux fetches a newer version of the kernel than is used in the angstrom base-image. How do I fetch down just the 2.6.32 kernel to make mods on the source?
  • [22:38:09] * Summeli (summeli@irc.summeli.fi) has joined #beagle
  • [22:38:10] <emeb> instead of 'kernel' use 'virtual/kernel'
  • [22:40:46] <fauxreigner> okay - when I want to rebuild the base-image after making the mods, can I just use "bitbake -f -c compile base-image?"
  • [22:41:10] <emeb> why would you need to rebuild base-image?
  • [22:41:17] <emeb> all you've changed is the uImage
  • [22:41:25] <emeb> just grab that & copy to your BB
  • [22:42:08] <fauxreigner> oh, okay - I thought the base-image would change if I made changes to the kernel.
  • [22:42:49] <fauxreigner> thanks emeb
  • [22:44:04] <emeb> np
  • [22:44:07] * rbarraud (~rbarraud@118-93-88-14.dsl.dyn.ihug.co.nz) has joined #beagle
  • [22:48:37] * BThompson (~a0193480@nat/ti/x-hpmmryfmtgoaxass) has joined #beagle
  • [22:51:01] * Redb3ard (~SF0010MAC@75.110.202.83) has joined #beagle
  • [22:52:05] * trendzetter (~joris@d51522B76.access.telenet.be) has joined #beagle
  • [22:53:17] * mmadrigal1 (~mmadrigal@186.4.15.155) Quit (Quit: Leaving.)
  • [22:53:19] * mmadrigal (~mmadrigal@186.4.15.155) has joined #beagle
  • [22:53:35] * pting (~pting@adsl-99-32-245-41.dsl.lsan03.sbcglobal.net) has joined #beagle
  • [22:54:17] <trendzetter> can I get the video performance of omapfbplay in an other player so the audio works?
  • [22:57:27] * duffolonious (~bryan@75-168-65-180.mpls.qwest.net) Quit (Ping timeout: 240 seconds)
  • [22:58:27] <djlewis_> later guys...
  • [22:58:54] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [22:59:26] * duffolonious (~bryan@75-168-65-180.mpls.qwest.net) has joined #beagle
  • [23:00:14] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) has joined #beagle
  • [23:04:40] * robclark (~robclark@nat/ti/x-rgytwgwaconjfvtp) Quit (Ping timeout: 276 seconds)
  • [23:12:23] * trendzetter (~joris@d51522B76.access.telenet.be) Quit (Ping timeout: 255 seconds)
  • [23:21:03] * trendzetter (~joris@d51522B76.access.telenet.be) has joined #beagle
  • [23:24:38] * trendzetter (~joris@d51522B76.access.telenet.be) Quit (Client Quit)
  • [23:26:27] * maria2 (~mrodrigue@186.4.15.155) Quit (Quit: Leaving.)
  • [23:36:36] * ant___ (~andrea@host78-189-dynamic.60-82-r.retail.telecomitalia.it) Quit (Quit: Ex-Chat)
  • [23:40:31] * Mike__ (~Crazymik3@CPE00259c601d5d-CM00080da43848.cpe.net.cable.rogers.com) Quit (Ping timeout: 245 seconds)
  • [23:40:37] * b7500af1 (~GH@c-71-62-125-191.hsd1.va.comcast.net) Quit (Quit: Leaving)
  • [23:42:13] * Mike__ (~Crazymik3@CPE00259c601d5d-CM00080da43848.cpe.net.cable.rogers.com) has joined #beagle
  • [23:51:00] * robclark (~robclark@ppp-70-129-131-147.dsl.rcsntx.swbell.net) has joined #beagle
  • [23:55:14] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) Quit (Ping timeout: 264 seconds)
  • [23:55:47] * fauxreigner (80f40909@gateway/web/freenode/ip.128.244.9.9) Quit (Quit: Page closed)
  • [23:58:51] * PBansal (~pbansal@nat/ti/x-rjuisjvwwvkqxhae) Quit (Ping timeout: 245 seconds)
  • [23:59:13] * Artanis (Artanis@159.108.165.83.dynamic.mundo-r.com) has joined #beagle