• [00:05:19] * awozniak (~awozniak@74.82.132.35) Quit (Quit: Ex-Chat)
  • [00:08:56] * lomahongva (~grantdrap@ip70-173-58-191.lv.lv.cox.net) has joined #beagle
  • [00:20:40] <lomahongva> Having some problems following the instructions for installing debian on the beagle board.( http://elinux.org/BeagleBoardDebian ) When i try to do *** git clone git://github.com/RobertCNelson/netinstall.git *** all i get is *** sh: git: not found ***. Total noob here any help would be appreciated.
  • [00:38:13] * ka6sox-gone is now known as ka6sox
  • [00:38:58] * photex (~photex@216.3.125.130) Quit (Quit: Computer has gone to sleep.)
  • [00:42:08] <thurbad> have you installed the git application?
  • [00:46:40] * dj_pi (~asd@c-107-5-25-243.hsd1.mi.comcast.net) has joined #beagle
  • [00:51:26] * veneco (c81077f7@gateway/web/freenode/ip.200.16.119.247) Quit (Quit: Page closed)
  • [00:52:01] * emeb (~ericb@75-171-70-66.phnx.qwest.net) has joined #beagle
  • [00:57:45] * imyogesh (~yogesh@host-76-11-182-132.newwavecomm.net) has joined #beagle
  • [00:57:58] * rcf (~rcf@178-117-158-72.access.telenet.be) Quit (Quit: This war is mine)
  • [00:59:38] * grummund (~user@unaffiliated/grummund) Quit (Ping timeout: 240 seconds)
  • [01:11:00] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Excess Flood)
  • [01:12:09] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [01:13:01] * Riastradh (~riastradh@fsf/member/riastradh) has joined #beagle
  • [01:15:36] * Daniel___ (~Daniel@nat/ti/x-uwveetnwosngozcr) has joined #beagle
  • [01:15:39] * Daniel___ (~Daniel@nat/ti/x-uwveetnwosngozcr) Quit (Client Quit)
  • [01:18:58] * guanucoluis (~luis@200.127.180.65) has joined #beagle
  • [01:19:05] * guanucoluis (~luis@200.127.180.65) has left #beagle
  • [01:25:53] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [01:47:06] * CMoH (~cipi@unaffiliated/c-moh) Quit (Quit: Konversation terminated!)
  • [01:48:16] <alan_o> koen: cpsw, w00t!
  • [01:48:16] * emeb (~ericb@75-171-70-66.phnx.qwest.net) Quit (Read error: Connection reset by peer)
  • [01:48:30] * emeb (~ericb@75-171-70-66.phnx.qwest.net) has joined #beagle
  • [01:50:07] <alan_o> koen: I guess that's still not going to actually work without DMA, but good to have DT in. One step closer....
  • [01:50:58] * prpplague (~prpplague@ppp-70-242-127-81.dsl.rcsntx.swbell.net) has joined #beagle
  • [01:51:21] * lomahongva (~grantdrap@ip70-173-58-191.lv.lv.cox.net) Quit (Quit: lomahongva)
  • [01:56:49] * prp^2 (~prpplague@ppp-70-242-122-117.dsl.rcsntx.swbell.net) has joined #beagle
  • [01:57:35] * prpplague (~prpplague@ppp-70-242-127-81.dsl.rcsntx.swbell.net) Quit (Read error: Connection reset by peer)
  • [02:00:29] * prp^2 is now known as prpplague
  • [02:31:01] * NishanthMenon (~nmenon@192.91.66.186) Quit (Quit: Ex-Chat)
  • [02:42:08] <mdp> alan_o, cpsw has its own dma...the "missing" dma is the edma dmaengine support
  • [02:43:04] * hwkiller-netbook (~hwkiller-@24-159-0-56.dhcp.smrt.tn.charter.com) has joined #beagle
  • [02:43:04] <alan_o> mdp: hmm.. so is SPI tied to the edma dmaengine?
  • [02:43:27] <mdp> alan_o, that only blocks use of spi-omap2-mcspi and omap_hsmmc.c, among the notable drivers.
  • [02:43:28] <alan_o> mdp: I assume USB also has its own DMA, because it's hard to imagine USB without DMA, yet the USB is working.
  • [02:43:41] <mdp> alan_o, yes, but it can be patched to run pio only easily
  • [02:43:57] <alan_o> so what's in there right now is PIO for USB?
  • [02:44:08] <alan_o> and by "in there" I mean beaglebone-3.6 branch
  • [02:44:19] <mdp> well, the peripheral blocks use different DMA engines by design.
  • [02:44:54] <mdp> for musb, it has it's own cppi 4.1 dma block on this part
  • [02:44:59] <alan_o> oh ok, so mcspi and hsmmc are closer to the core then.
  • [02:45:05] <mdp> cpsw has its own integrated dma
  • [02:45:14] <mdp> not really
  • [02:45:35] <hwkiller-netbook> Hello to all. I am not yet an owner of a beagle device, but I'm quite interested in making a very ghetto, but very functional tablet. My idea is thus: Netbook screen with a touchscreen overlay (or netbook touchscreen, if I can find one) hooked up to the beagle via LVDS and usb. A usbhub to extend usb ports. Arch arm as the OS. I'm a bit stuck on the best way to supply power, but for the time being, I was
  • [02:45:36] <mdp> but the edma services many peripherals with the dma support
  • [02:45:38] <hwkiller-netbook> thinking of using a portable phone charger. I realize it wouldn't be pretty, but it'd be a really fun pet project. 1) Is this feasible? 2) Any advice? 3) Any advice on powering such a device?
  • [02:46:17] <mdp> alan_o, just like the sdma engine on OMAP (aka "omap dma" when rmk talks about it) services many peripherals
  • [02:47:11] <alan_o> hwkiller-netbook: http://beagleboardtoys.com/wiki/index.php?title=BeagleBone_LCD7 Im sure there are others
  • [02:47:42] <mdp> alan_o, no need to imagine USB without DMA, you can try it with the PIO only config option ;)
  • [02:48:06] <mdp> there are certain use cases where that has to be used, unfortunately
  • [02:49:01] <alan_o> mdp: interesting. Well, I guess I mean it's hard to imagine it not being supported, since even a PIC18 has DMA for USB :) But yeah, I know what you mean. Sometimes you have to make do with simpler stuff.
  • [02:49:06] <hwkiller-netbook> Ooh, thanks alan_o. I also found one over at www.chalk-elec.com; I'm still stuck on how to power the entire thing without a wall though.
  • [02:50:14] * novogrammer (~novogramm@w0109-49-134-66-185.uqwimax.jp) has joined #beagle
  • [02:50:41] <mdp> alan_o, oh, it's there...just there's some "issues" unfortunately
  • [02:50:46] <mdp> they'll be fixed
  • [02:50:59] <alan_o> mdp: I appreciate the work you guys are doing on getting the bone going on a mainline kernel. I'm already able to use it to work on my SPI driver, so it's already of benefit
  • [02:52:05] <mdp> anyway, check out section 11.3.20 of the TRM for a list of the peripherals that are serviced by EDMA
  • [02:52:46] * novogrammer (~novogramm@w0109-49-134-66-185.uqwimax.jp) Quit (Remote host closed the connection)
  • [02:52:46] <alan_o> oh, one thing I'm not sure you've seen is that I get messages about trying to suspend the USB bus while active. I figured out that it's because I'm using the USB device part but not the host part, and something in the host part is trying to suspend it every 2 seconds. No worries though. I just put a USB stick in and it stopped. I'll take a look when I get a chance but it may be a while.
  • [02:53:50] <mdp> alan_o, np, lots of people of involved. hopefully I'll have the rfc series for the mach-davinci/ compatible edma dmaengine driver up in a week or two, then I'll move it to am335x after that. that will fix the mcspi and hsmmc issue in mainline
  • [02:54:58] <mdp> there has been extra time needed to convert existing users of the non-dmaengine edma "driver" in davinci-land.
  • [02:55:22] <prpplague> mdp: hey are you doing a virtual 6502 or using an actual 6502 component?
  • [02:55:44] <mdp> prpplague: should I revise my wording?...it's a real 6502!
  • [02:55:55] <mdp> I like real h/w ;)
  • [02:55:58] <prpplague> mdp: hehe me too
  • [02:56:14] <prpplague> mdp: i found a nice batch of 8048's i was thinking of ordering
  • [02:56:15] <alan_o> mdp: got a link for this 6502 project?
  • [02:56:45] <mdp> alan_o, not yet, I have some stuff prototyped...will post blog entries as I document it
  • [02:56:46] <prpplague> mdp: hehe, i have to be very careful - retro computing is like alcohol for an alcoholic.....
  • [02:56:50] <mdp> hehe
  • [02:57:34] <alan_o> It's funny how some people are drawn to old stuff... sometimes just because it's old, but other times because we can see how much we did with so little back then. I'm one of those people.
  • [02:57:54] <alan_o> Makes me sick to think about the CPU in my phone and how it can possibly be slow :(
  • [02:59:10] <mdp> prpplague, I have the modern WDC parts...the 14mhz capable 6502 and 6522 via
  • [02:59:30] <prpplague> mdp: ahh nice
  • [02:59:50] <mdp> prpplague: and I'm tinkering with a cpld-based spi controller that's retro made for 65xx
  • [03:00:02] <mdp> opens up a huge world of peripherals, of course
  • [03:00:30] <mdp> somebody else's design..let me grab the link
  • [03:01:26] <mdp> http://www.6502.org/users/andre/hwinfo/spi/spi65b/index.html
  • [03:02:03] <mdp> prpplague: the other useful benefit of the WDC parts versus grabbing old pulls is they run at 3.3V
  • [03:02:20] <mdp> which is great for my application
  • [03:02:47] <prpplague> mdp: ahh dandy
  • [03:02:50] <mdp> you did mention that retro-computing is like some people's alcohol/crack, right? ;)
  • [03:03:00] <mdp> bed..bbt
  • [03:03:13] * kkeller pulls out his Apple ][ diskettes for mdp
  • [03:03:50] <alan_o> kkeller: yeah, me too :) Just looking at those links makes me want to buy some chips and start hacking :)
  • [03:03:57] <alan_o> Contiki runs on 6502
  • [03:04:18] * prpplague tries to stop trolling ebay for old parts
  • [03:04:21] <mdp> kkeller, stop that! I was looking at some Disk II monitor code the other day, wondering if I could drive that and read some old disks from the bone with this coprocessor...more useless things I consider doing
  • [03:04:30] * mdp really goes
  • [03:10:41] * djerome (~djerome@ip68-2-20-108.ph.ph.cox.net) has joined #beagle
  • [03:11:46] * kkeller (~Ken_Kelle@97-124-103-107.phnx.qwest.net) Quit (Quit: Leaving.)
  • [03:13:23] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [03:21:42] * emeb (~ericb@75-171-70-66.phnx.qwest.net) has left #beagle
  • [03:22:02] * imyogesh (~yogesh@host-76-11-182-132.newwavecomm.net) has left #beagle
  • [03:28:01] * bhthompson (~bhthompso@c-98-234-177-179.hsd1.ca.comcast.net) has joined #beagle
  • [03:30:09] * GPSFan (~kenm@64.92.145.112) Quit (Quit: Leaving)
  • [03:31:53] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [03:36:21] * ghoti (~paul@scratch.it.ca) Quit (Remote host closed the connection)
  • [03:36:44] * photex (~photex@cpe-75-84-98-52.socal.res.rr.com) has joined #beagle
  • [03:43:59] * ka6sox (ka6sox@nasadmin/ka6sox) Quit (Quit: ZNC - http://znc.sourceforge.net)
  • [03:45:16] * ka6sox (znc@nasadmin/ka6sox) has joined #beagle
  • [04:03:24] * ghoti (~paul@scratch.it.ca) has joined #beagle
  • [04:03:25] * alan_o (~alan@c-68-62-240-236.hsd1.fl.comcast.net) Quit (Read error: Connection reset by peer)
  • [04:03:30] * Crofton|work (~balister@pool-96-240-160-48.ronkva.east.verizon.net) Quit (Ping timeout: 260 seconds)
  • [04:03:45] * Crofton (~balister@pool-96-240-160-48.ronkva.east.verizon.net) Quit (Ping timeout: 272 seconds)
  • [04:06:15] <ds2> he he he he MUSB and DMA he he he he he
  • [04:07:54] * peabody124 (~peabody12@128.249.96.21) Quit (Ping timeout: 264 seconds)
  • [04:10:13] * bhthompson (~bhthompso@c-98-234-177-179.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [04:15:44] * Crofton|work (~balister@pool-71-171-25-17.nwrknj.east.verizon.net) has joined #beagle
  • [04:17:10] * Crofton (~balister@pool-71-171-25-17.nwrknj.east.verizon.net) has joined #beagle
  • [04:18:37] * scubasonar (~Matt@99-108-165-58.lightspeed.mtryca.sbcglobal.net) has joined #beagle
  • [04:19:30] <hwkiller-netbook> Do Li-Po batteries/chargers output any information to the beagle, or is a controller required for that?
  • [04:20:00] <hwkiller-netbook> I think I'm going to get a Li-Po charger and a few cells; it'll be chargable via usb or solar.
  • [04:20:13] <hwkiller-netbook> but I have no idea how the beagle will know % of battery left
  • [04:24:40] * bhthompson (~bhthompso@c-98-234-177-179.hsd1.ca.comcast.net) has joined #beagle
  • [04:26:25] * Vitus (827b6816@gateway/web/freenode/ip.130.123.104.22) has joined #beagle
  • [04:26:36] * Vitus (827b6816@gateway/web/freenode/ip.130.123.104.22) Quit (Client Quit)
  • [04:27:06] * KeatonT (~KeatonT@unaffiliated/keatont) has joined #beagle
  • [04:33:15] * tema (~tema@81-197-131-114.elisa-mobile.fi) Quit (Ping timeout: 260 seconds)
  • [04:33:42] * tema (~tema@81-197-131-114.elisa-mobile.fi) has joined #beagle
  • [04:36:27] * calculus (~calculus@gentoo/user/calculus) Quit (Ping timeout: 244 seconds)
  • [04:38:24] * calculus (~calculus@gentoo/user/calculus) has joined #beagle
  • [04:39:30] * bhthompson (~bhthompso@c-98-234-177-179.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [04:40:49] * tangmo (~AndChat15@58.22.113.200) has joined #beagle
  • [04:41:34] * mranostay checks in
  • [04:44:44] * bhthompson (~bhthompso@2002:62ea:b25f:0:9440:4b46:3682:73c3) has joined #beagle
  • [04:46:10] * bhthompson (~bhthompso@2002:62ea:b25f:0:9440:4b46:3682:73c3) Quit (Remote host closed the connection)
  • [04:47:43] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) has joined #beagle
  • [04:49:32] * scubasonar (~Matt@99-108-165-58.lightspeed.mtryca.sbcglobal.net) Quit (Read error: Connection reset by peer)
  • [04:50:37] * RITRedbeard (~redbeard@c-68-37-165-37.hsd1.nj.comcast.net) Quit (Ping timeout: 240 seconds)
  • [04:50:42] * Matt_O (~MattOwnby@216.160.243.228) has joined #beagle
  • [04:51:33] * RITRedbeard (~redbeard@c-68-37-165-37.hsd1.nj.comcast.net) has joined #beagle
  • [04:52:12] * peabody124 (~peabody12@108-77-9-54.lightspeed.hstntx.sbcglobal.net) has joined #beagle
  • [04:53:44] * ka6sox is now known as portculis
  • [04:54:29] * emeb_mac (~ericb@ip72-223-89-137.ph.ph.cox.net) has joined #beagle
  • [04:58:11] * portculis is now known as ka6sox
  • [05:02:21] * KeatonT (~KeatonT@unaffiliated/keatont) Quit (Ping timeout: 252 seconds)
  • [05:02:51] * photex (~photex@cpe-75-84-98-52.socal.res.rr.com) Quit (Quit: Computer has gone to sleep.)
  • [05:10:36] * photex (~photex@cpe-75-84-98-52.socal.res.rr.com) has joined #beagle
  • [05:11:07] <mranostay> ka6sox: portculis?
  • [05:11:49] <ka6sox> mranostay, finding a bot name
  • [05:20:37] <hwkiller-netbook> Has anyone here used a lithium battery (not the AA formfactor) setup to power beagles?
  • [05:30:22] * KeatonT (~KeatonT@unaffiliated/keatont) has joined #beagle
  • [05:32:07] <KeatonT> Hello :)
  • [05:40:18] * Riastradh (~riastradh@fsf/member/riastradh) Quit (Ping timeout: 276 seconds)
  • [05:46:45] * KeatonT (~KeatonT@unaffiliated/keatont) Quit (Quit: Textual IRC Client: http://www.textualapp.com/)
  • [05:48:20] * photex (~photex@cpe-75-84-98-52.socal.res.rr.com) Quit (Quit: Computer has gone to sleep.)
  • [05:49:19] * hitlin37 (~chatzilla@182.71.144.118) has joined #beagle
  • [05:53:10] * dj_pi (~asd@c-107-5-25-243.hsd1.mi.comcast.net) Quit (Ping timeout: 260 seconds)
  • [06:01:34] * djerome (~djerome@ip68-2-20-108.ph.ph.cox.net) Quit (Remote host closed the connection)
  • [06:01:52] * hattwick (~hattwick@68-184-17-253.dhcp.unas.ma.charter.com) Quit (Ping timeout: 255 seconds)
  • [06:04:22] * emeb_mac (~ericb@ip72-223-89-137.ph.ph.cox.net) Quit (Quit: emeb_mac)
  • [06:11:09] * lyakh (~lyakh@dslb-094-221-105-105.pools.arcor-ip.net) has joined #beagle
  • [06:20:53] * hwkiller-netbook (~hwkiller-@24-159-0-56.dhcp.smrt.tn.charter.com) has left #beagle
  • [06:22:02] * Guest42214 (~bleh1@92.39.205.108) has joined #beagle
  • [06:37:32] * damir__ (~damir@217-72-91-162.ipv4.tusmobil.si) has joined #beagle
  • [06:38:31] * tasslehoff (~tasslehof@84.49.231.147) has joined #beagle
  • [06:52:15] * jpirko (~jirka@ip-89-102-8-67.net.upcbroadband.cz) has joined #beagle
  • [06:55:17] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) has joined #beagle
  • [06:55:18] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) Quit (Changing host)
  • [06:55:18] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [07:04:36] * stuk_gen (~quassel@151.65.11.63) has joined #beagle
  • [07:07:54] * tangmo (~AndChat15@58.22.113.200) Quit (Ping timeout: 264 seconds)
  • [07:12:41] * jkridner__ (~jason@pdpc/supporter/active/jkridner) Quit (Read error: Connection reset by peer)
  • [07:12:59] * jkridner_ (~jason@c-68-61-13-123.hsd1.mi.comcast.net) has joined #beagle
  • [07:12:59] * jkridner_ (~jason@c-68-61-13-123.hsd1.mi.comcast.net) Quit (Changing host)
  • [07:12:59] * jkridner_ (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [07:16:09] * Guest42214 (~bleh1@92.39.205.108) Quit (Ping timeout: 255 seconds)
  • [07:24:55] * fusion94 (~fusion94@pdpc/supporter/student/fusion94) Quit (Quit: Linkinus - http://linkinus.com)
  • [07:25:07] * yegorich (3e911ef2@gateway/web/freenode/ip.62.145.30.242) has joined #beagle
  • [07:25:15] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [07:37:40] * ndec|away is now known as ndec
  • [07:39:17] * Openfree` (~Openfreer@116.228.88.131) Quit (Ping timeout: 246 seconds)
  • [07:45:28] * kiilo (~kiilo@84-73-26-194.dclient.hispeed.ch) has joined #beagle
  • [07:47:06] <_av500_> prpplague: ping
  • [07:50:05] * jvcleave (~jvcleave@74.83.250.220) Quit (Quit: jvcleave)
  • [07:58:32] * Openfree` (~Openfreer@64.191.99.80) has joined #beagle
  • [08:18:05] * ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it) has joined #beagle
  • [08:20:37] * kiilo (~kiilo@84-73-26-194.dclient.hispeed.ch) Quit (Quit: ciao)
  • [08:20:41] * panto (~panto@195.97.110.117) has joined #beagle
  • [08:21:01] * kiilo (~kiilo@84-73-26-194.dclient.hispeed.ch) has joined #beagle
  • [08:25:44] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) has joined #beagle
  • [08:29:30] * tema (~tema@81-197-131-114.elisa-mobile.fi) Quit (Ping timeout: 260 seconds)
  • [08:30:13] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) Quit (Ping timeout: 248 seconds)
  • [08:33:28] * tema (~tema@84-231-59-43.elisa-mobile.fi) has joined #beagle
  • [08:35:35] * phantoxe (~destroy@a95-92-89-24.cpe.netcabo.pt) has joined #beagle
  • [08:43:11] * hattwick (~hattwick@68-184-17-253.dhcp.unas.ma.charter.com) has joined #beagle
  • [08:50:30] * tema (~tema@84-231-59-43.elisa-mobile.fi) Quit (Ping timeout: 264 seconds)
  • [08:56:02] <stuk_gen> damned...every rebuild is a hell...
  • [08:56:29] <stuk_gen> build angstrom...run on bb...all its ok...now i reboot but i can't log in...i get Cannot make/remove an entry for the specified session
  • [09:01:32] * _roger_ (~a0740758@nat/ti/x-tnfbbcdmxkfchpve) has joined #beagle
  • [09:02:17] <stuk_gen> anybody have some workaround?
  • [09:08:25] * alinrus (~alinrus@unaffiliated/alinrus) has joined #beagle
  • [09:08:26] <thurbad> need more info, are you shutting down cleanly?
  • [09:08:32] * Anduck (~Anduck@212-226-67-211-nat.elisa-mobile.fi) has joined #beagle
  • [09:09:51] <stuk_gen> thurbad: the last command was reboot
  • [09:10:17] <stuk_gen> thurbad: and the board reboot correct, now i can't login and i don't know if there another way to login
  • [09:10:33] <thurbad> can you log in as root?
  • [09:10:38] <stuk_gen> thurbad: no
  • [09:10:46] <stuk_gen> thurbad: its says Cannot make/remove an entry for the specified session
  • [09:11:04] <thurbad> is this from the terminal?
  • [09:11:08] <stuk_gen> thurbad: yes
  • [09:12:31] <thurbad> can you fsck the rootfs on another system?
  • [09:13:05] <stuk_gen> can i try the sd card on ubuntu
  • [09:17:13] <stuk_gen> thurbad: its clean
  • [09:17:38] <thurbad> hmmm, did you install anything after rebuilding?
  • [09:17:45] <stuk_gen> nothing
  • [09:17:55] <stuk_gen> thurbad: i only run a qtdemo example
  • [09:18:03] <stuk_gen> and reboot
  • [09:18:26] * jakeday (~jakeday@97-81-54-114.dhcp.kgpt.tn.charter.com) has joined #beagle
  • [09:20:42] <thurbad> do you have any other users on the system?
  • [09:20:58] <stuk_gen> thurbad: nothing is a normal angstrom i think there's only root
  • [09:24:02] * Driim (5be68502@gateway/web/freenode/ip.91.230.133.2) has joined #beagle
  • [09:25:23] <thurbad> which kernel?
  • [09:27:00] * kroon (~jkroon@89-253-118-72.customers.ownit.se) has joined #beagle
  • [09:27:54] <stuk_gen> 3.2.18
  • [09:28:27] * einball (einball@gateway/shell/c-base/x-hhqlmyysfdwbadhk) has left #beagle
  • [09:28:38] <thurbad> have you tried any older kernels?
  • [09:28:42] * kroon (~jkroon@89-253-118-72.customers.ownit.se) Quit (Client Quit)
  • [09:29:10] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 265 seconds)
  • [09:29:37] <stuk_gen> thurbad: no...but the last build of oe ...i think one month ago is ok... with 3.2.18...
  • [09:29:55] <stuk_gen> before i recreate the sd is there something that i have to look?
  • [09:30:00] <stuk_gen> pam module?
  • [09:32:03] <thurbad> does it have network connectivity?
  • [09:32:56] <stuk_gen> thurbad: yes but i can't know the ip of the board
  • [09:34:17] * jpirko (~jirka@ip-89-102-8-67.net.upcbroadband.cz) Quit (Quit: Leaving)
  • [09:35:34] <thurbad> you didn't do anything like opkg upgrade, did you?
  • [09:37:55] <stuk_gen> thurbad: no nothing
  • [09:37:58] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [09:42:49] * lSDriim (~1@91.230.133.2) has joined #beagle
  • [09:47:05] * Driim (5be68502@gateway/web/freenode/ip.91.230.133.2) Quit (Ping timeout: 245 seconds)
  • [09:57:41] <stuk_gen> ok
  • [09:57:45] <stuk_gen> there's a bug
  • [09:57:47] * koen (~koen@cl-267.ams-05.nl.sixxs.net) Quit (Ping timeout: 272 seconds)
  • [09:57:48] <stuk_gen> -.-
  • [09:58:13] * koen (~koen@cl-267.ams-05.nl.sixxs.net) has joined #beagle
  • [09:58:36] <stuk_gen> thurbad: i recreate the sd... start first boot...login is ok...reboot...and login get me the error cannot make/remove an entry for the specified session
  • [10:02:42] <mru> trololol http://www.raspberrypi.org/archives/1700
  • [10:03:29] <LetoThe2nd> mru: applause, applause
  • [10:03:46] <stuk_gen> i think the problem is pam
  • [10:05:56] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [10:29:50] * jpirko (jirka@nat/redhat/x-rgsqppgeyftcwail) has joined #beagle
  • [10:30:25] * Openfree` (~Openfreer@64.191.99.80) Quit (Ping timeout: 246 seconds)
  • [10:42:14] * Anduck (~Anduck@212-226-67-211-nat.elisa-mobile.fi) Quit (Read error: Connection reset by peer)
  • [10:48:14] * Openfree` (~Openfreer@116.228.88.131) has joined #beagle
  • [10:48:55] * RITRedbeard (~redbeard@c-68-37-165-37.hsd1.nj.comcast.net) Quit (Ping timeout: 260 seconds)
  • [10:51:09] * Anduck (~Anduck@212-226-67-211-nat.elisa-mobile.fi) has joined #beagle
  • [11:03:56] * kalem (~kalem@unaffiliated/kalem) Quit (Ping timeout: 255 seconds)
  • [11:06:23] * parana (~quassel@95.9.177.49) has joined #beagle
  • [11:08:13] * RITRedbeard (~redbeard@c-68-37-165-37.hsd1.nj.comcast.net) has joined #beagle
  • [11:11:57] * Daniel___ (~Daniel@nat/ti/x-yqpiwavgjgpuizef) has joined #beagle
  • [11:17:08] * guanucoluis (~luis@190.123.120.234) has joined #beagle
  • [11:17:16] * guanucoluis (~luis@190.123.120.234) has left #beagle
  • [11:17:43] * Daniel___ (~Daniel@nat/ti/x-yqpiwavgjgpuizef) has left #beagle
  • [11:18:17] * Anduck (~Anduck@212-226-67-211-nat.elisa-mobile.fi) Quit (Ping timeout: 240 seconds)
  • [11:22:53] * CMoH (~cipi@78.96.83.205) has joined #beagle
  • [11:22:53] * CMoH (~cipi@78.96.83.205) Quit (Changing host)
  • [11:22:53] * CMoH (~cipi@unaffiliated/c-moh) has joined #beagle
  • [11:25:09] * antoniodariuh_ (~antonioda@nat-sta-slph1.tvu.ac.uk) has joined #beagle
  • [11:26:44] * antoniodariuh_ (~antonioda@nat-sta-slph1.tvu.ac.uk) Quit (Client Quit)
  • [11:28:06] * lSDriim (~1@91.230.133.2) Quit (Remote host closed the connection)
  • [11:30:42] * CMoH (~cipi@unaffiliated/c-moh) Quit (Quit: Konversation terminated!)
  • [11:31:26] * lSDriim (~1@91.230.133.2) has joined #beagle
  • [11:42:33] * Anduck (~Anduck@212-226-67-211-nat.elisa-mobile.fi) has joined #beagle
  • [11:43:55] * rcf (~rcf@178-117-158-72.access.telenet.be) has joined #beagle
  • [12:01:53] * _roger_ (~a0740758@nat/ti/x-tnfbbcdmxkfchpve) Quit (Quit: Leaving.)
  • [12:02:35] * _roger_ (~a0740758@nat/ti/x-efrstovhuqblldaa) has joined #beagle
  • [12:03:20] * flo_lap (~fuchs@p5B23C3F9.dip.t-dialin.net) has joined #beagle
  • [12:03:20] * flo_lap (~fuchs@p5B23C3F9.dip.t-dialin.net) Quit (Changing host)
  • [12:03:20] * flo_lap (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [12:06:00] * _roger_ (~a0740758@nat/ti/x-efrstovhuqblldaa) Quit (Remote host closed the connection)
  • [12:10:04] * rcranetx (~rcranetx@nat/ti/x-xlwmuoobhwjmgbkh) has joined #beagle
  • [12:10:24] * stuk_gen_ (~quassel@151.65.11.63) has joined #beagle
  • [12:21:59] * stuk_gen_ (~quassel@151.65.11.63) Quit (Remote host closed the connection)
  • [12:26:12] * mgburr (~quassel@75-145-200-241-Jacksonville.hfc.comcastbusiness.net) has joined #beagle
  • [12:27:09] * dj_pi (~asd@c-107-5-25-243.hsd1.mi.comcast.net) has joined #beagle
  • [12:27:25] <stuk_gen> koen: i see you build yesterday the image for beaglebone, have you build demo image for beagleboard?
  • [12:29:45] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Quit: thurbad)
  • [12:35:05] * dj_pi (~asd@c-107-5-25-243.hsd1.mi.comcast.net) Quit (Ping timeout: 260 seconds)
  • [12:45:30] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) has joined #beagle
  • [12:45:32] * kalem (~kalem@host185-195-static.104-82-b.business.telecomitalia.it) Quit (Changing host)
  • [12:45:32] * kalem (~kalem@unaffiliated/kalem) has joined #beagle
  • [12:46:39] * grummund (~user@unaffiliated/grummund) has joined #beagle
  • [12:50:22] * rfc (31ceab59@gateway/web/freenode/ip.49.206.171.89) has joined #beagle
  • [12:51:28] * lSDriim (~1@91.230.133.2) Quit (Remote host closed the connection)
  • [12:52:10] * lSDriim (~1@91.230.133.2) has joined #beagle
  • [12:52:42] * gurgalof (~gurgalof@dhcp-237-178.nomad.chalmers.se) has joined #beagle
  • [12:53:31] <rfc> Hi any one help me please .I have interfaces GPS Bluetooth reciever to Beagleboard and iam getting NMEA data successfully (GGA,GRMC),getting valid data i want to map on maps like open street or google maps
  • [12:55:04] <rfc> i have successfully installed "gpsd" maps are showing but excat point (marker/pointer) not showing on the OSM maps
  • [12:58:03] * tasslehoff (~tasslehof@84.49.231.147) Quit (Quit: WeeChat 0.3.7)
  • [12:59:09] * flavioMcBit (~quassel@213.187.30.4) has joined #beagle
  • [12:59:10] * davidhallberg (47fdc508@gateway/web/freenode/ip.71.253.197.8) has joined #beagle
  • [12:59:48] <rfc> please anyone response me
  • [13:00:17] <agmlego> What are you using to view the maps?
  • [13:00:26] <phh> you realize it's not linked to beagle board at all, but to the only thing you're not talking about ie the software you're using ?
  • [13:00:56] <agmlego> gpsd is just a daemon that provides GPS data to interested bits of software--if your OSM viewer does not ask gpsd for data, it will not get it.
  • [13:01:25] <rfc> yeah i agree with u
  • [13:01:31] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Excess Flood)
  • [13:01:56] <rfc> iam using Tangogps package
  • [13:02:45] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [13:04:35] <agmlego> Well, since I cannot access the TangoGPS page at http://www.tangogps.org (all I get is a loading bar for a bit, then nothing), I think you ought to link to the place you got the software.
  • [13:04:43] <rfc> agmlego : iam using Foxtrotgps software
  • [13:05:15] <agmlego> Foxtrotgps != Tangogps.
  • [13:05:19] <agmlego> Which are you using?
  • [13:05:29] <rfc> tangogps
  • [13:05:43] <agmlego> So why did you say you were using FoxtrotGPS?
  • [13:06:17] * George_H (~GeorgeH@75-150-151-121-Philadelphia.hfc.comcastbusiness.net) has joined #beagle
  • [13:06:23] <rfc> foxtrotgps is upgraded than tangogps
  • [13:06:29] <George_H> Hey, quick question - will the beaglebone decode MPEG2?
  • [13:06:33] <rfc> they look almost same
  • [13:06:49] <agmlego> Also, what types of queries have you mad on Google to find help with this issue? Have you tried the IRC channel for the software you are using? How about the gpsd IRC channel or mailing list?
  • [13:07:08] <agmlego> rfc: But they are not the same. FoxtrotGFPS is a fork of TangoGPS, so it matters which you are using.
  • [13:07:19] <agmlego> George_H: If you have an MPEG2 decoder, yes.
  • [13:07:49] <agmlego> George_H: I believe there exists one in the gstreamer plugins, or maybe in ffmpeg.
  • [13:08:10] <mru> George_H: to be more specific, the cpu is perfectly capable of decoding standard definition mpeg2 (DVD) in realtime
  • [13:08:15] <rfc> imostly iam using tangogps
  • [13:09:01] <rfc> Iam doing this in Angstrom OS
  • [13:09:01] <George_H> awesome, thanks guys!
  • [13:09:51] <agmlego> rfc: Then I suggest you look at the TangoGPS FAQ, and maybe ask in the TangoGPS IRC channel or mailing list. THis is not really the place for the question, because it does not really seem to be an issue of the BeagleBoard itself.
  • [13:10:01] * thurbad (~natesewel@64.132.24.36) has joined #beagle
  • [13:11:05] <rfc> ok
  • [13:14:03] * thaytan (~thaytan@113.94.233.220.static.exetel.com.au) Quit (Ping timeout: 252 seconds)
  • [13:17:04] * kiilo (~kiilo@84-73-26-194.dclient.hispeed.ch) Quit (Quit: ciao)
  • [13:17:18] * kiilo (~kiilo@84-73-26-194.dclient.hispeed.ch) has joined #beagle
  • [13:17:20] * thurbad (~natesewel@64.132.24.36) Quit (Read error: Operation timed out)
  • [13:19:56] * thurbad (~natesewel@64.132.24.36) has joined #beagle
  • [13:20:24] * thaytan (~thaytan@113.94.233.220.static.exetel.com.au) has joined #beagle
  • [13:21:58] * rfc (31ceab59@gateway/web/freenode/ip.49.206.171.89) Quit (Quit: Page closed)
  • [13:23:53] * jkridner_work (c05e5c0e@gateway/web/freenode/ip.192.94.92.14) has joined #beagle
  • [13:24:45] <jkridner_work> koen: did the EEPROM discussion go on at all without me?
  • [13:24:51] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [13:25:05] <jkridner_work> I seem to be having some calendar problem.
  • [13:25:39] <koen> jkridner_work: it was set at 9am my time
  • [13:25:49] <koen> I guess you ment 9am your time
  • [13:25:49] <jkridner_work> hmmm.... no joelagnel. :(
  • [13:25:52] <koen> "floating tz"
  • [13:25:52] <jkridner_work> 9am *your* time?!?
  • [13:26:05] <jkridner_work> oh. :(
  • [13:26:18] <jkridner_work> should I schedule it again for tomorrow?
  • [13:26:32] <koen> we can have the discussion right here
  • [13:26:43] <koen> it's all minor stuff
  • [13:26:53] <koen> 1) agree on where to put the extra pins in the struct
  • [13:26:57] <koen> 2) make that a2
  • [13:27:03] <koen> 3) automux in kernel for a2
  • [13:27:09] <koen> (3) being for non-dt kernels)
  • [13:27:15] <koen> oh
  • [13:27:23] <koen> 4) update bonescript
  • [13:28:15] <jkridner_work> 1) can we put them at the end in the order of the pins they connect or do we want to put them next to the existing pins?
  • [13:31:56] <jkridner_work> I'd want to leave the existing pins where they are.
  • [13:34:49] <koen> in both cases the rest of the struct moves
  • [13:36:05] <jkridner_work> hmmm... I guess I need to pull up the doc.
  • [13:36:14] * Anduck (~Anduck@212-226-67-211-nat.elisa-mobile.fi) Quit (Read error: Connection reset by peer)
  • [13:36:39] <koen> jkridner_work: some stuff is going to break, which is why I didn't want to make the call :)
  • [13:37:11] <jkridner_work> well, avoiding breakage is good.
  • [13:38:37] <koen> if we want to avoid breakage those pins will go at the very end
  • [13:38:46] <jkridner_work> k, let's do that then.
  • [13:38:50] <koen> of the struct, not the eeprom
  • [13:39:15] * thaytan (~thaytan@113.94.233.220.static.exetel.com.au) Quit (Ping timeout: 260 seconds)
  • [13:41:52] <koen> jkridner_work: should we hold technical meetings with the entire community invited (under a strict irc meeting process like meego set up) on #beagle-meetings from now on?
  • [13:41:56] <jkridner_work> I'm looking at the bonescript code now...
  • [13:42:02] <jkridner_work> aren't the pins at the end of the eeprom?
  • [13:42:12] <koen> we have 32k of eeprom
  • [13:42:21] <koen> we only use the bottom 1k or so
  • [13:42:23] <koen> maybe even less
  • [13:43:06] <jkridner_work> I think having official meetings for technical issues would be great, as long as we can still move quickly.
  • [13:43:24] <jkridner_work> I mean put them at the end of the existing pin list.
  • [13:44:19] <koen> the powerconsumption stuff is at the end, no?
  • [13:44:20] <jkridner_work> is the version really 'a1'?
  • [13:44:28] <jkridner_work> that is kinda dumb not to have an integral version.
  • [13:45:01] <jkridner_work> ah, so it is. that was kinda dumb too.
  • [13:45:17] <jkridner_work> I guess we'll put the new pins right after that.
  • [13:45:25] * thaytan (~thaytan@113.94.233.220.static.exetel.com.au) has joined #beagle
  • [13:45:40] <koen> our thinking back then was "no way to put more pins on the headers"
  • [13:46:14] <agmlego> What happened to change that thinking?
  • [13:46:23] <wmat> jkridner_work: I'd love to lurk in those meetings; possibly log them and publish minutes?
  • [13:47:22] <jkridner_work> sounds like a lot of work.
  • [13:47:32] <jkridner_work> this discussion is already being logged.
  • [13:47:50] <agmlego> And indexed by Google.
  • [13:47:52] <wmat> fair enough
  • [13:48:26] <koen> agmlego: more pins were added :)
  • [13:49:13] <agmlego> koen: Well, OK. But I am wondering about how that was done? Is there a different set of muxes (or mux options onchip) that you are using, or what?
  • [13:50:09] <koen> agmlego: have a look at the schematics: https://github.com/CircuitCo/BeagleBone-RevA6 :)
  • [13:50:17] * hitlin37 (~chatzilla@182.71.144.118) Quit (Ping timeout: 240 seconds)
  • [13:50:18] <koen> (which is code speak for "I don't know")
  • [13:50:37] <koen> jkridner_work: is the getting-started repo up to date for a6?
  • [13:51:17] <jkridner_work> well, more *device* pins were connected to *existing* header pins.
  • [13:51:51] <jkridner_work> koen: I think so, but the SRM and hardware docs might be out of date.
  • [13:51:52] <agmlego> koen: I figured as much.
  • [13:52:32] <agmlego> jkridner_work: OK, that makes sense. So this is fundamentally a new hardware revision needing different EEPROM data, rather than a software-only change to existing boards.
  • [13:52:42] <koen> jkridner_work: yesterday it was out of date
  • [13:52:46] <jkridner_work> agmlego: yes
  • [13:52:56] <jkridner_work> then it still is.
  • [13:53:44] <agmlego> jkridner_work: OK, thanks.
  • [13:54:25] <koen> jkridner_work: when you update it, can you move it to the beagleboard github account as well?
  • [13:54:39] <mdp> jkridner_work: less work than you'd think...most projects that do this use MeetBot to make it simple and record notes,actions,decisions. Meego, I hate to say, used this pretty effectively
  • [13:56:27] * jkridner_work is updating hardware docs
  • [13:56:46] <jkridner_work> koen: I can move it over, yes.
  • [13:57:02] <mdp> koen, yeah, the problem with these standards is they are always wrong at the beginning...no surprise that something happen that you didn't plan on
  • [13:57:14] <mdp> koen, I feel like we even had this conversation once before ;)
  • [13:57:25] * emeb_mac (~ericb@ip72-223-89-137.ph.ph.cox.net) has joined #beagle
  • [14:01:23] * rcranetx (~rcranetx@nat/ti/x-xlwmuoobhwjmgbkh) Quit (Quit: Leaving.)
  • [14:03:28] * may (c05b4b1d@gateway/web/freenode/ip.192.91.75.29) has joined #beagle
  • [14:04:55] <jkridner_work> koen: k, it is up on the beagleboard account on github now.
  • [14:05:22] <jkridner_work> I will look up MeetBot then.
  • [14:05:42] <jkridner_work> should we look at doing these weekly?
  • [14:05:48] * prpplague (~prpplague@ppp-70-242-122-117.dsl.rcsntx.swbell.net) Quit (Quit: Later Folks!)
  • [14:05:53] <jkridner_work> I think we want to move faster than monthly.
  • [14:07:01] * rcranetx (~rcranetx@nat/ti/x-oxcbllvjzggvuttf) has joined #beagle
  • [14:07:07] <jkridner_work> koen: do you have the list of new device pins and to which header pins they connect?
  • [14:09:13] <jkridner_work> koen: ping?
  • [14:09:36] * damir__ (~damir@217-72-91-162.ipv4.tusmobil.si) Quit (Quit: Leaving.)
  • [14:09:58] * ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it) Quit (Quit: Leaving)
  • [14:12:07] <jkridner_work> may: shall we chat about ECE497 stuff until koen gets back?
  • [14:13:40] <may> jkridner_work: Sounds good.
  • [14:20:17] <smplman> do anyone know of a language that uses 'or' as an operator instead of |?
  • [14:21:33] * joelagnel (~joel@nat/ti/x-dlhwrvlcwpbmhghk) has joined #beagle
  • [14:24:09] * Gerald (c05b42bd@gateway/web/freenode/ip.192.91.66.189) has joined #beagle
  • [14:28:22] * rcranetx (~rcranetx@nat/ti/x-oxcbllvjzggvuttf) Quit (Quit: Leaving.)
  • [14:29:42] * emeb_mac (~ericb@ip72-223-89-137.ph.ph.cox.net) Quit (Quit: emeb_mac)
  • [14:30:03] * rcranetx (~rcranetx@nat/ti/x-kqjxpziilbkaxuiv) has joined #beagle
  • [14:34:40] * rcranetx (~rcranetx@nat/ti/x-kqjxpziilbkaxuiv) Quit (Ping timeout: 260 seconds)
  • [14:35:10] * zxoch (~x@148.244.79.133) has joined #beagle
  • [14:38:32] * rcranetx (~rcranetx@nat/ti/x-gbknuxnwmydirrzg) has joined #beagle
  • [14:39:12] * juhsis (~quassel@95.9.177.49) has joined #beagle
  • [14:39:49] * rcranetx (~rcranetx@nat/ti/x-gbknuxnwmydirrzg) Quit (Client Quit)
  • [14:39:55] * parana (~quassel@95.9.177.49) Quit (Ping timeout: 260 seconds)
  • [14:41:41] * rcranetx (~rcranetx@nat/ti/x-bitacntiaunifzqr) has joined #beagle
  • [14:44:33] * rcranetx (~rcranetx@nat/ti/x-bitacntiaunifzqr) Quit (Client Quit)
  • [14:45:32] <mdp> smplman, English
  • [14:45:57] <smplman> speak engrish
  • [14:45:58] <koen> python, applescript, etc
  • [14:46:09] <smplman> pretty sure its a sql injection
  • [14:46:16] <smplman> or asp
  • [14:46:54] * juhsis (~quassel@95.9.177.49) Quit (Remote host closed the connection)
  • [14:47:09] <mru> perl
  • [14:47:13] * riskable (~quassel@c-69-180-64-152.hsd1.fl.comcast.net) Quit (Read error: Connection reset by peer)
  • [14:47:22] <mru> well, not instead of |, but it's an operator
  • [14:47:50] <mdp> smplman, and the greatest language ever, Modula-2 ;)
  • [14:49:06] <smplman> will have to look
  • [14:49:26] <mru> if you're trying to avoid some kind of code injection attack, you're doing it wrong
  • [14:49:48] <smplman> i used to make animated scenes in basic, i was the shit
  • [14:50:08] <smplman> yes, i know
  • [14:50:18] <mdp> you were probably the peek and poke wizard too!
  • [14:50:19] <smplman> i just wanted to make sure it wasn't some weird JS failing
  • [14:51:41] <zxoch> riskable: Thank you very much for your advice. Yesterday at home, I succeeded to connect the bone trough the internet router. As a newbie, I am pretty happy :P.
  • [14:54:12] * mdp apparently needs a .ics plugin for mutt :(
  • [14:57:50] * mythos (~mythos@unaffiliated/mythos) Quit (Ping timeout: 265 seconds)
  • [14:59:06] <jkridner_work> prpplague must know I'm looking for him.
  • [15:00:20] <koen> jkridner_work: suppose someone sends a pull request to add the missing pruv2 stuff, what would you do?
  • [15:00:55] <jkridner_work> very good question.
  • [15:01:10] <koen> I know :)
  • [15:01:37] <jkridner_work> I'd try to find some way to take it.
  • [15:01:45] * toofar (~toobluesc@rrcs-24-153-174-218.sw.biz.rr.com) has joined #beagle
  • [15:02:19] <jkridner_work> I'd recommend a fork and a pull request...
  • [15:02:39] <jkridner_work> then, I can figure if I want to take it.
  • [15:03:21] <jkridner_work> koen: will you put the current assembler into the distro?
  • [15:04:03] <koen> not sure
  • [15:06:15] * flavioMcBit (~quassel@213.187.30.4) Quit (Read error: Connection reset by peer)
  • [15:06:38] <jkridner_work> why not?
  • [15:06:53] <koen> it's unsupported
  • [15:06:54] <jkridner_work> is the pru loader already there?
  • [15:07:02] <koen> and I haven' looked at the license
  • [15:07:11] <koen> only the kernel driver is there
  • [15:07:36] <koen> which will be missing on the <censored> because it isn't in mainline
  • [15:09:04] * jpirko (jirka@nat/redhat/x-rgsqppgeyftcwail) Quit (Quit: Leaving)
  • [15:09:25] <mdp> heh
  • [15:20:25] * may (c05b4b1d@gateway/web/freenode/ip.192.91.75.29) Quit (Ping timeout: 245 seconds)
  • [15:22:41] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) has joined #beagle
  • [15:23:15] * fusion94 (~fusion94@pdpc/supporter/student/fusion94) has joined #beagle
  • [15:28:25] * emeb (~ericb@ip72-223-89-137.ph.ph.cox.net) has joined #beagle
  • [15:29:28] * prpplague (~danders@192.91.66.189) has joined #beagle
  • [15:30:05] * kiilo (~kiilo@84-73-26-194.dclient.hispeed.ch) Quit (Ping timeout: 252 seconds)
  • [15:30:43] * Riastradh (~riastradh@fsf/member/riastradh) has joined #beagle
  • [15:33:01] * daurnimator (~daurnimat@unaffiliated/daurn) Quit (Ping timeout: 252 seconds)
  • [15:33:17] * daurnimator (~daurnimat@freenode.sequestered.net) has joined #beagle
  • [15:33:53] * mythos (~mythos@unaffiliated/mythos) has joined #beagle
  • [15:37:20] * kkeller (~Ken_Kelle@97-124-103-107.phnx.qwest.net) has joined #beagle
  • [15:40:10] * photex (~photex@216.3.125.130) has joined #beagle
  • [15:54:46] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) Quit (Remote host closed the connection)
  • [15:55:21] * lSDriim (~1@91.230.133.2) has left #beagle
  • [16:00:10] * lbljeffmo (~anonymous@76.14.40.229) has joined #beagle
  • [16:01:59] * awozniak (~awozniak@74.82.132.35) has joined #beagle
  • [16:02:55] * arcanescu (925706ef@gateway/web/freenode/ip.146.87.6.239) Quit (Ping timeout: 245 seconds)
  • [16:12:11] <jkridner_work> koen: well, I'd find it more useful to use the PRU if the assembler was there, whatever the state of the kernel driver.
  • [16:12:20] * tema (~tema@80-186-231-30.elisa-mobile.fi) has joined #beagle
  • [16:12:29] <jkridner_work> taking the mode of "releasing it will just generate questions" seems to me it just gets in people's way
  • [16:14:22] <mdp> koen, is somebody working on a mainline pru solution?
  • [16:16:14] * ka6sox is now known as ka6sox-away
  • [16:18:10] <koen> mdp: TI is, no?
  • [16:18:32] <mdp> koen, it's not officially tracked with the mainline team in any way shape or form
  • [16:19:00] * jsabeaudry (~jsabeaudr@242.161.18.64.static.oricom.ca) has joined #beagle
  • [16:20:26] <mdp> koen, I'm not in the loop though, because of the special status of the PRU, there could be a sekrit project going on
  • [16:20:56] <mdp> koen, everything being done openly in on that wiki page
  • [16:21:02] <mdp> s/in/is
  • [16:21:04] * Russ (~russ@pool-108-0-0-124.lsanca.fios.verizon.net) Quit (Ping timeout: 246 seconds)
  • [16:21:08] <mdp> hence my question ;)
  • [16:23:03] <koen> mdp: the wiki without links to actual code, that one?
  • [16:23:32] * Daniel___ (~Daniel@nat/ti/x-eyyeztuzzyvxqgjl) has joined #beagle
  • [16:23:32] * Daniel___ (~Daniel@nat/ti/x-eyyeztuzzyvxqgjl) Quit (Client Quit)
  • [16:23:44] <mdp> koen, ooofff...hey, I don't control other people..just me
  • [16:25:00] * lbljeffmo (~anonymous@76.14.40.229) Quit (Quit: lbljeffmo)
  • [16:25:20] <bradfa> mdp, do you control firewall at TI? :) make secret change to publicize git repos?
  • [16:25:54] <bradfa> no people involved in firewall...
  • [16:26:18] <mdp> lol
  • [16:27:53] * tema (~tema@80-186-231-30.elisa-mobile.fi) Quit (Ping timeout: 252 seconds)
  • [16:28:21] * stuk_gen (~quassel@151.65.11.63) Quit (Remote host closed the connection)
  • [16:30:15] * ka6sox-away is now known as zz_ka6sox-away
  • [16:32:11] <mdp> koen, before my task changed, I had links to am35x/am37x codez..but those tables have bitrotted
  • [16:33:46] <mdp> koen, anyway, I know you often have better contacts at TI than I do, so I was hoping you knew of somebody restarting a run at mainline for that piece
  • [16:35:08] * krajo1 (~krajo1@ip4-83-240-125-22.cust.nbox.cz) has joined #beagle
  • [16:38:29] * Guest42214 (~bleh1@92.39.205.108) has joined #beagle
  • [16:39:30] * RITRedbeard (~redbeard@c-68-37-165-37.hsd1.nj.comcast.net) Quit (Ping timeout: 260 seconds)
  • [16:46:03] * bradfa (~bradfa@173.225.52.244) Quit (Quit: Ex-Chat)
  • [16:52:30] * jkridner_work (c05e5c0e@gateway/web/freenode/ip.192.94.92.14) Quit (Ping timeout: 245 seconds)
  • [16:52:55] * kalem (~kalem@unaffiliated/kalem) Quit (Ping timeout: 260 seconds)
  • [16:55:09] * zz_ka6sox-away is now known as ka6sox
  • [16:55:13] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) has joined #beagle
  • [16:59:25] * bhthompson (~bhthompso@c-98-234-178-95.hsd1.ca.comcast.net) Quit (Ping timeout: 244 seconds)
  • [17:02:58] * jkridner2 (c05b42bd@gateway/web/freenode/ip.192.91.66.189) has joined #beagle
  • [17:03:01] * zxoch (~x@148.244.79.133) Quit (Quit: Leaving)
  • [17:05:42] * sre-su_ (~sre-su@unaffiliated/sre-su) has joined #beagle
  • [17:07:07] <sre-su_> Hello! I'm using BB XM and tied connecting it to monitor using HDMI cable but it didn't work. How can I test or can get it working? Do I have to change uEnv.txt file in SD card?
  • [17:07:26] <sre-su_> s/tied/tried*
  • [17:08:31] <jkridner2> sre-su_: there is a default resolution specified that should work with most monitors.
  • [17:08:49] <jkridner2> sre-su_: if you need to change the resolution, you can typically do so using the uEnv.txt file.
  • [17:09:39] <sre-su_> jkridner2: But usually does it work out of the box without the need of changing anything?
  • [17:12:36] <jkridner2> yes
  • [17:13:15] * lbljeffmo (~anonymous@76.14.40.229) has joined #beagle
  • [17:14:26] <sre-su_> jkridner2: Thanks, I also would like to confirm my hardware setup .. BB is powered using 5V 3A adapter and HDMI cable is connected directly from BB to the monitor. Is that right?
  • [17:15:14] <jkridner2> yes
  • [17:15:24] * guanucoluis (~luis@190.123.120.234) has joined #beagle
  • [17:15:29] <jkridner2> your monitor might have multiple inputs, so you might need to cycle through them.
  • [17:15:46] <jkridner2> uSD card should have a valid Angstrom image and be inserted ahead of applying power.
  • [17:15:58] <sre-su_> But I always get " Unsupported signal please check input device...
  • [17:16:16] <sre-su_> Yes, I've done what you said above
  • [17:16:30] <jkridner2> k. could be your monitor doesn't like the default resolution generated by the BB-xM...
  • [17:16:38] <jkridner2> so, you can edit uEnv.txt to change the resolution.
  • [17:18:01] <sre-su_> Umm, its a 42inch screen (I don't have any other monitor supporting HDMI input).. I'm not sure about the resolution
  • [17:18:52] * guanucoluis (~luis@190.123.120.234) has left #beagle
  • [17:19:01] * gustavoz (~gustavoz@host201.190-227-59.telecom.net.ar) Quit (Quit: Leaving)
  • [17:24:23] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) has joined #beagle
  • [17:32:34] <smplman> sre-su_: try a hdmi dvi adapter
  • [17:32:55] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [17:33:33] <smplman> i have a TV that doesn't like hdmi - hdmi but on my 60" it runs fine
  • [17:35:02] <sre-su_> smplman: So, on your TV it worked only after using hdmi-dvi? hdmi-hdmi didn't work even after changing res?
  • [17:35:09] * scubasonar (~Matt@99-108-165-58.lightspeed.mtryca.sbcglobal.net) has joined #beagle
  • [17:35:19] <smplman> on one tv
  • [17:35:32] <smplman> the other worked straight hdmi - hdmi
  • [17:35:44] <smplman> the one that didn't I used hdmi - dvi
  • [17:36:11] * jayabharath (~jayabhara@192.91.60.10) has joined #beagle
  • [17:36:16] * phantoxe (~destroy@a95-92-89-24.cpe.netcabo.pt) Quit ()
  • [17:36:55] <koen> mdp: it's pretty self containted as uio driver
  • [17:37:04] <koen> mdp: but rpmsg would be better
  • [17:37:23] <sre-su_> Alright, I'll try that. I think default res of my monitor is 1920x1080 so I should be changing uEnv.txt line from "dvimode="hd720 omapfb.vram=0:8M,1:4M,2:4M" " to "dvimode="hd1080 omapfb.vram=0:8M,1:4M,2:4M"" ?
  • [17:37:34] <mdp> yeah, well, I was hoping somebody might be writing a sane driver
  • [17:37:44] <sre-su_> smplman: ^ And then I plan on trying hdmi-dvi
  • [17:39:54] <smplman> yea i was always under the assumption that straight hdmi - hdmi never worked
  • [17:40:07] <smplman> until my buddy suggested i try it one day on my TV and it worked
  • [17:40:46] <smplman> then I played super mario for a bit
  • [17:52:30] * jkridner2 (c05b42bd@gateway/web/freenode/ip.192.91.66.189) Quit (Ping timeout: 245 seconds)
  • [17:54:23] <sre-su_> Thanks smplman jkridner2
  • [17:55:22] * lbljeffmo (~anonymous@76.14.40.229) Quit (Quit: lbljeffmo)
  • [17:56:05] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) Quit (Quit: Leaving.)
  • [17:56:14] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) has joined #beagle
  • [17:58:33] * flavioMcBit (~quassel@host21-4-dynamic.10-188-r.retail.telecomitalia.it) has joined #beagle
  • [17:58:48] * burris (~burris@199-83-221-155.PUBLIC.monkeybrains.net) has joined #beagle
  • [18:00:02] * Daniel___ (~Daniel@nat/ti/x-ugzozlllsboluxct) has joined #beagle
  • [18:00:41] * Daniel___ (~Daniel@nat/ti/x-ugzozlllsboluxct) Quit (Client Quit)
  • [18:02:03] <burris> mikeg I'm interested in RT_PREEMPT for Bone, I tried compiling rcn's psp kernel with vanilla preempt and it booted but ethernet didn't work
  • [18:07:00] * qrz7 (~pku@ppp-88-217-103-156.dynamic.mnet-online.de) has joined #beagle
  • [18:10:36] * tema (~tema@81-197-20-145.elisa-mobile.fi) has joined #beagle
  • [18:16:23] * emeb (~ericb@ip72-223-89-137.ph.ph.cox.net) has left #beagle
  • [18:24:22] * emeb_mac (~ericb@ip72-223-89-137.ph.ph.cox.net) has joined #beagle
  • [18:24:26] * emeb_mac (~ericb@ip72-223-89-137.ph.ph.cox.net) Quit (Client Quit)
  • [18:27:46] <jsabeaudry> burris, I think there was a patch in koen's repo for that a few months ago, might want to give that kernel a try with preempt enabled
  • [18:34:31] <burris> jsabeaudry do you know which repo that is?
  • [18:38:31] * CMoH (~cipi@unaffiliated/c-moh) has joined #beagle
  • [18:39:07] <jsabeaudry> burris, https://github.com/koenkooi/linux/
  • [18:39:08] * Anduck (~Anduck@212-226-66-115-nat.elisa-mobile.fi) has joined #beagle
  • [18:39:55] <jsabeaudry> burris, as for the branch, hmmmm, I think it was around 11d
  • [18:40:37] <jsabeaudry> burris, I'd like to check but github is throwing 500s at me
  • [18:43:23] <jsabeaudry> ya pretty sure it was r11d or r11f, not sure if the patch is in the later branches
  • [18:45:40] * joppefan (~joppefan@c-bdf770d5.09-16-67626721.cust.bredbandsbolaget.se) has joined #beagle
  • [18:49:35] <mdp> jsabeaudry, github does that a lot for me
  • [18:52:45] <jsabeaudry> mdp, mostly with koen's repo or generally?
  • [18:53:12] <jsabeaudry> (for me it's almost exclusively koen's repo)
  • [18:53:35] <mdp> generally when I click on the branches link on various repos
  • [18:53:54] * alan_o (~alan@c-68-62-240-236.hsd1.fl.comcast.net) has joined #beagle
  • [18:54:15] <mdp> if I click enough or try later, it'll eventually work
  • [18:54:21] * stcuser (~Yogesh@50.44.200.186) has joined #beagle
  • [18:57:30] * Guest42214 (~bleh1@92.39.205.108) Quit (Ping timeout: 255 seconds)
  • [18:57:40] * stcuser (~Yogesh@50.44.200.186) has left #beagle
  • [19:00:03] * RITRedbeard (~redbeard@c-68-37-165-37.hsd1.nj.comcast.net) has joined #beagle
  • [19:12:50] * jkridner_ (~jason@pdpc/supporter/active/jkridner) Quit (Read error: Connection reset by peer)
  • [19:12:53] * jkridner__ (~jason@c-68-61-13-123.hsd1.mi.comcast.net) has joined #beagle
  • [19:12:53] * jkridner__ (~jason@c-68-61-13-123.hsd1.mi.comcast.net) Quit (Changing host)
  • [19:12:53] * jkridner__ (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [19:17:50] * jawilson (~jawilson@einstein.jeffalwilson.com) has joined #beagle
  • [19:18:07] <jawilson> I've build a couple angstrom images for the BB this week, and they all eventually give me "Cannot make/remove an entry for the specified session" when I try to log in, and re-prompt. Any ideas?
  • [19:24:45] * filipp_k (bc86223c@gateway/web/freenode/ip.188.134.34.60) has joined #beagle
  • [19:30:47] * NishanthMenon (~nmenon@192.94.92.14) has joined #beagle
  • [19:31:22] * lbljeffmo (~anonymous@173.252.71.7) has joined #beagle
  • [19:38:42] * Guest42214 (~bleh1@92.39.205.108) has joined #beagle
  • [19:39:04] * jawilson (~jawilson@einstein.jeffalwilson.com) Quit (Quit: Leaving)
  • [19:39:10] * davidhallberg (47fdc508@gateway/web/freenode/ip.71.253.197.8) Quit (Ping timeout: 245 seconds)
  • [19:40:02] <smplman> sre-su_: any luck?
  • [19:40:27] * t11230 (43343483@gateway/web/freenode/ip.67.52.52.131) has joined #beagle
  • [19:40:48] <t11230> sup?
  • [19:42:23] <t11230> i've got a question about the beaglebone
  • [19:43:21] <t11230> I'm looking for some assistance with the D_can module
  • [19:43:51] <t11230> Currently, I'm running the TI SDK kernel with the necessary D_can patches
  • [19:43:59] * ericb2 (~X@unaffiliated/ericb2) Quit (Read error: Operation timed out)
  • [19:44:13] <t11230> The can device is recognized and instantiated as can0
  • [19:44:38] <t11230> and i can use canutils to start loopback mode and comminucate with itself
  • [19:44:50] * alan_o (~alan@c-68-62-240-236.hsd1.fl.comcast.net) Quit (Quit: Leaving)
  • [19:45:13] <t11230> but the thing is, when i switch out of loopback mode. the D_can device refuses to send data
  • [19:45:48] <t11230> I call the cansend command, and I watch the dcan0_tx pin with a scope, there is no activity
  • [19:45:54] <t11230> same with the rc pin
  • [19:45:56] <t11230> rx*
  • [19:46:12] <t11230> I've also scoped both busses with the mux set correctly
  • [19:46:24] <t11230> both d_can busses that is
  • [19:46:54] * tema (~tema@81-197-20-145.elisa-mobile.fi) Quit (Ping timeout: 264 seconds)
  • [19:48:36] * jakeday (~jakeday@97-81-54-114.dhcp.kgpt.tn.charter.com) Quit (Ping timeout: 246 seconds)
  • [19:51:18] * GeorgeH_work (~GeorgeH@75-150-151-121-Philadelphia.hfc.comcastbusiness.net) has joined #beagle
  • [19:51:42] * rcranetx (~rcranetx@nat/ti/x-wsserzlgyxkgzdwg) has joined #beagle
  • [19:54:20] * George_H (~GeorgeH@75-150-151-121-Philadelphia.hfc.comcastbusiness.net) Quit (Ping timeout: 260 seconds)
  • [19:55:00] * kiilo (~kiilo@84-73-26-194.dclient.hispeed.ch) has joined #beagle
  • [19:57:00] * sre-su_ (~sre-su@unaffiliated/sre-su) has left #beagle
  • [20:00:00] * Gerald (c05b42bd@gateway/web/freenode/ip.192.91.66.189) Quit (Ping timeout: 245 seconds)
  • [20:00:32] * guanucoluis (~luis@2001:470:e450:0:225:56ff:fea1:2064) has joined #beagle
  • [20:00:41] * guanucoluis (~luis@2001:470:e450:0:225:56ff:fea1:2064) has left #beagle
  • [20:07:17] * dwery (~dwery@nslu2-linux/dwery) Quit (Ping timeout: 246 seconds)
  • [20:08:52] * jakeday (~jakeday@97-81-54-114.dhcp.kgpt.tn.charter.com) has joined #beagle
  • [20:15:56] * jakeday (~jakeday@97-81-54-114.dhcp.kgpt.tn.charter.com) Quit (Ping timeout: 240 seconds)
  • [20:17:09] * Riastradh (~riastradh@fsf/member/riastradh) Quit (Ping timeout: 276 seconds)
  • [20:17:55] * t11230 (43343483@gateway/web/freenode/ip.67.52.52.131) Quit (Ping timeout: 245 seconds)
  • [20:19:15] * kblin (~kai@samba/team/kai) Quit (Ping timeout: 265 seconds)
  • [20:19:17] * jakeday (~jakeday@97-81-54-114.dhcp.kgpt.tn.charter.com) has joined #beagle
  • [20:19:30] * Riastradh (~riastradh@fsf/member/riastradh) has joined #beagle
  • [20:19:46] * kblin (~kai@kblin.org) has joined #beagle
  • [20:20:19] * phantoneD (~destroy@a95-92-89-24.cpe.netcabo.pt) has joined #beagle
  • [20:22:56] * phantoxeD (~destroy@a95-92-89-24.cpe.netcabo.pt) Quit (Ping timeout: 240 seconds)
  • [20:23:52] * flo_lap is now known as florian
  • [20:28:05] * phantoneD (~destroy@a95-92-89-24.cpe.netcabo.pt) Quit (Ping timeout: 248 seconds)
  • [20:29:01] * peabody124 (~peabody12@108-77-9-54.lightspeed.hstntx.sbcglobal.net) Quit (Quit: peabody124)
  • [20:32:22] * dwery (~dwery@nslu2-linux/dwery) has joined #beagle
  • [20:33:45] * phantoxeD (~destroy@a95-92-89-24.cpe.netcabo.pt) has joined #beagle
  • [20:39:29] * Russ (~russ@206.29.182.247) has joined #beagle
  • [20:39:35] <prpplague> _av500_: ping
  • [20:39:41] <prpplague> _av500_: did you need something earlier?
  • [20:41:56] * gurgalof (~gurgalof@dhcp-237-178.nomad.chalmers.se) Quit (Read error: Connection reset by peer)
  • [20:56:21] * Russ (~russ@206.29.182.247) Quit (Read error: Connection reset by peer)
  • [20:56:46] * bhthompson (~bhthompso@2002:62ea:b25f:0:14e1:2cc6:94b:b58b) has joined #beagle
  • [20:56:56] * jawilson (~jawilson@c-98-231-154-147.hsd1.md.comcast.net) has joined #beagle
  • [20:57:55] * filipp_k (bc86223c@gateway/web/freenode/ip.188.134.34.60) Quit (Ping timeout: 245 seconds)
  • [20:58:03] <djlewis> cool, i had plenty of screws left over this time after reassembling an old laptop.
  • [20:58:53] <W1N9Zr0> with enough practice, you can put it back together without using any screws!
  • [20:58:57] * prpplague avoids making a number of jokes about that comment
  • [20:59:32] <djlewis> :)
  • [20:59:45] <mdp> hehe
  • [21:00:13] * Anduck (~Anduck@212-226-66-115-nat.elisa-mobile.fi) has left #beagle
  • [21:00:52] * bhthompson (~bhthompso@2002:62ea:b25f:0:14e1:2cc6:94b:b58b) Quit (Ping timeout: 245 seconds)
  • [21:08:23] * qrz7 (~pku@ppp-88-217-103-156.dynamic.mnet-online.de) Quit (Quit: Leaving.)
  • [21:12:07] * panto (~panto@195.97.110.117) Quit (Quit: Leaving)
  • [21:19:05] * tema (~tema@80-186-74-210.elisa-mobile.fi) has joined #beagle
  • [21:21:45] * alan_o (~alan@c-68-62-240-236.hsd1.fl.comcast.net) has joined #beagle
  • [21:22:32] * mgburr (~quassel@75-145-200-241-Jacksonville.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
  • [21:39:31] <djlewis> prpplague: you made your trip to the island yet?
  • [21:39:42] * Riastradh (~riastradh@fsf/member/riastradh) Quit (Ping timeout: 276 seconds)
  • [21:42:36] <prpplague> djlewis: which island?
  • [21:43:04] <djlewis> i was thinking i needed an s on that island word ;)
  • [21:43:27] <wmat> Monitoulin Island?
  • [21:43:38] <wmat> Manitoulin even.
  • [21:44:22] * GeorgeH_work (~GeorgeH@75-150-151-121-Philadelphia.hfc.comcastbusiness.net) Quit (Quit: Leaving)
  • [21:45:33] * prpplague wonders which islands djlewis is referring to
  • [21:46:00] <prpplague> djlewis: if you are asking about Barbados, i have no plans to visit any time soon
  • [21:46:05] <djlewis> prpplague: i just recall you travel to some island and drink rum in the summer
  • [21:46:13] <prpplague> djlewis: hehe
  • [21:46:26] <prpplague> djlewis: my wife is from Barbados, she was there visiting family
  • [21:46:34] <prpplague> djlewis: i got to stay home and work
  • [21:46:54] <djlewis> well, someone has to pay for her vacation ;)
  • [21:47:08] <prpplague> indeed
  • [21:48:07] <mru> prpplague: I spotted a bottle of extra old barbados rum at the local pub
  • [21:48:34] * Guest42214 (~bleh1@92.39.205.108) Quit (Ping timeout: 255 seconds)
  • [21:49:21] <prpplague> mru: hehe
  • [21:49:25] <prpplague> mru: good stuff
  • [21:52:03] * krajo1 (~krajo1@ip4-83-240-125-22.cust.nbox.cz) Quit (Quit: Konversation terminated!)
  • [21:56:39] <mikeg> burris: rcn's psp kernel? I can send you the patch I have for OpenEmbedded's meta-ti repository tomorrow
  • [21:58:30] <mdp> prpplague: you know what, somebody should buy you a trip to Barcelona so you can relax too.
  • [21:58:53] <prpplague> mdp: hehe
  • [21:59:07] <prpplague> mdp: someone already did
  • [21:59:13] <mdp> aha!
  • [21:59:28] <mdp> and here I was just picking random vacation spots for you
  • [22:02:38] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 246 seconds)
  • [22:07:28] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [22:15:37] <prpplague> mdp: hehe
  • [22:15:43] <prpplague> mdp: well it is for ELC-E , hehe
  • [22:21:33] * prpplague (~danders@192.91.66.189) has left #beagle
  • [22:25:42] * flavioMcBit (~quassel@host21-4-dynamic.10-188-r.retail.telecomitalia.it) Quit (Remote host closed the connection)
  • [22:36:34] * peabody124 (~peabody12@128.249.96.21) Quit (Ping timeout: 246 seconds)
  • [22:38:20] <mdp> heh
  • [22:41:19] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Excess Flood)
  • [22:42:32] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [22:44:01] * prpplague (~danders@192.91.66.189) has joined #beagle
  • [22:48:16] * tema (~tema@80-186-74-210.elisa-mobile.fi) Quit (Ping timeout: 240 seconds)
  • [22:56:16] * rcranetx (~rcranetx@nat/ti/x-wsserzlgyxkgzdwg) Quit (Quit: Leaving.)
  • [22:57:15] * rcranetx (~rcranetx@nat/ti/x-hhnafofuaoftvmqp) has joined #beagle
  • [23:00:02] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [23:02:07] * rcranetx (~rcranetx@nat/ti/x-hhnafofuaoftvmqp) Quit (Ping timeout: 244 seconds)
  • [23:06:27] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [23:09:17] * lyakh (~lyakh@dslb-094-221-105-105.pools.arcor-ip.net) Quit (Quit: thanks, bye)
  • [23:17:36] * jawilson (~jawilson@c-98-231-154-147.hsd1.md.comcast.net) Quit (Remote host closed the connection)
  • [23:20:52] * GeorgeH (~George@c-69-141-105-145.hsd1.nj.comcast.net) has joined #beagle
  • [23:24:05] * prpplague (~danders@192.91.66.189) Quit (Quit: Leaving)
  • [23:24:19] * damir__ (~damir@tm.213.143.72.147.lc.telemach.net) Quit (Quit: Leaving.)
  • [23:27:04] * fusion94 (~fusion94@pdpc/supporter/student/fusion94) Quit (Quit: Leaving...)
  • [23:29:57] * jayabharath (~jayabhara@192.91.60.10) Quit (Quit: Leaving)
  • [23:37:20] * dj_pi (~asd@c-107-5-25-243.hsd1.mi.comcast.net) has joined #beagle
  • [23:37:54] * thurbad (~natesewel@64.132.24.36) Quit (Quit: thurbad)
  • [23:38:35] * atlanta800 (~atlanta80@c-98-231-154-147.hsd1.md.comcast.net) has joined #beagle