• [00:01:10] <housel> OK, so the rt73usb module should support that
  • [00:02:07] <housel> It also requires a firmware module included in the linux-firmware project
  • [00:02:16] <muriani> That's likely what you're missing
  • [00:02:31] <muriani> Most of these USB sticks do.
  • [00:02:50] <muriani> SUrprising that's not mentioned on the page.
  • [00:03:44] <matitai> xD, ok, so i need to get the rt73usb module and some firmware?
  • [00:04:08] <matitai> sorry about my ignorace...
  • [00:04:31] <muriani> yes, the firmware for that usb stick
  • [00:04:41] <muriani> the linux-firmware project should include it
  • [00:06:10] <damjan> matitai: it would be much easier if you make it work on your computer first
  • [00:07:04] <matitai> I plugged in my computer and works
  • [00:08:27] <damjan> so analyze how it works
  • [00:08:40] <damjan> see what drivers it loaded, what the messages in dmesg say
  • [00:08:54] <damjan> rmmod the driver if needed and try again
  • [00:08:58] <muriani> is your main computer windows or linux?
  • [00:09:16] <matitai> linux!
  • [00:09:22] <muriani> just checking :)
  • [00:09:29] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [00:09:43] <damjan> modinfo rt73usb says it's using firmware: rt73.bin
  • [00:09:46] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [00:10:06] <damjan> so you should be able to find that on your desktop in /lib/firmware
  • [00:10:22] <matitai> i get ubuntu a few mounth ago and love it! the thing is that i'm a begginer in those things
  • [00:10:49] <matitai> ok, i'll look there!
  • [00:13:16] <matitai> when connecting to my computer get Bus 002 Device 004: ID 050d:705a Belkin Components F5D7050 Wireless G Adapter v3000 [Ralink RT2573]
  • [00:13:22] <matitai> in lsusb
  • [00:13:41] <matitai> i guess it's ussing RT2573
  • [00:14:51] * dm8tbr (dm8tbr@gw.bfst.de) Quit (*.net *.split)
  • [00:16:03] <muriani> what's in /lib/firmware on your desktop?
  • [00:16:36] <muriani> or rather, run dmesg | grep rt on your desktop after plugging in the usb stick
  • [00:16:45] <muriani> it should tell you exactly what file it's loading
  • [00:17:49] <matitai> [ 7954.209984] usbcore: registered new interface driver rt73usb
  • [00:17:56] <matitai> that could help?
  • [00:18:05] <matitai> it shows lot of things!
  • [00:18:23] * prpplague (~danders@nat/ti/x-pzhuyitjpndpnmji) Quit (Quit: Leaving)
  • [00:18:40] <muriani> ok, is there rt37usb in /lib/firmware somewhere?
  • [00:19:07] <muriani> there's a lot of things yes, it's dmesg. The trick is to read through them and figure out which is the firmware file.
  • [00:19:21] <housel> rt73.bin
  • [00:19:31] <muriani> ok then
  • [00:19:34] <djlewis> lsmod would show if it loaded
  • [00:19:44] <matitai> yes! its rt73.bin!
  • [00:19:48] <muriani> lsmod shows the loaded firmware?
  • [00:19:52] * denix0 (~denix@pool-71-191-138-237.washdc.fios.verizon.net) Quit (Quit: http://arago-project.org)
  • [00:19:55] * muriani makes a note
  • [00:20:03] <housel> lsmod shows the loaded kernel modules
  • [00:20:22] <muriani> right, the issue is that he needs the firmware for the module to work
  • [00:20:26] <muriani> so we think
  • [00:20:32] * dm8tbr (dm8tbr@gw.bfst.de) has joined #beagle
  • [00:20:48] <djlewis> i'll go back to my project :)
  • [00:20:57] <muriani> come baaaaaack :)
  • [00:21:23] <matitai> it apears to be loaded, yes, it says somewhere : rt73usb 27406 0
  • [00:22:38] <muriani> on the desktop or the beagle?
  • [00:23:03] <matitai> on the desktop...
  • [00:23:06] <muriani> ok
  • [00:23:34] <muriani> now to get it running on the beagle :)
  • [00:23:49] <muriani> you need the /lib/firmware/rt73.bin on your xM
  • [00:23:50] * dm8tbr (dm8tbr@gw.bfst.de) Quit (*.net *.split)
  • [00:23:56] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) Quit (Ping timeout: 245 seconds)
  • [00:24:02] <matitai> just copy ?
  • [00:24:09] <muriani> yup
  • [00:24:26] <matitai> great! let??s try!
  • [00:24:36] <muriani> the firmware gets loaded on the stick itself when you plug it in, it doesn't rely on the host architecture.
  • [00:29:21] <matitai> ok, i put it in /media/Angstrom/lib/firmware and boot BB
  • [00:31:36] <matitai> but nothing! wlan0 doesn't apear
  • [00:33:31] * zz_ka6sox-away is now known as ka6sox
  • [00:34:20] * dm8tbr (dm8tbr@gw.bfst.de) has joined #beagle
  • [00:35:38] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [00:35:49] <housel> Try "modprobe rt73usb"
  • [00:36:21] * mranosta1 (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) has joined #beagle
  • [00:36:23] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) Quit (Read error: Connection reset by peer)
  • [00:36:42] <muriani> and you're looking in iwconfig for wlan0 right?
  • [00:36:45] <muriani> or ifconfig?
  • [00:38:09] <matitai> modprobe rt73usb gets module not found
  • [00:38:54] <matitai> iwconfig gets "no wireless extensions"
  • [00:39:28] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [00:39:39] <matitai> i found this link: https://help.ubuntu.com/community/WifiDocs/Device/Belkin_F5D7050_ver_3000_(Ralink_rt73_driver)
  • [00:39:50] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [00:39:55] <matitai> it would help me right?
  • [00:40:44] <muriani> I don't think so
  • [00:41:04] <housel> You need to compile a custom kernel with CONFIG_RT73USB=m set
  • [00:41:07] <muriani> you're using angstrom on the beagle?
  • [00:41:21] <matitai> yes!
  • [00:42:08] <muriani> lko
  • [00:42:15] <muriani> there was an easier way to do this then
  • [00:42:23] <matitai> i've been looking something like that to generate PWM module, is it in defconfig file?
  • [00:42:27] <muriani> opkg update
  • [00:42:41] <muriani> opkg install kernel-module-rt73usb
  • [00:42:48] <muriani> opkg install rt73-firmware
  • [00:43:23] <muriani> the module and firmware are already in the angstrom package feeds
  • [00:43:24] * dm8tbr (dm8tbr@gw.bfst.de) Quit (*.net *.split)
  • [00:43:27] <matitai> to do that i should connect my BB via ethernet? or do it in my desktop?
  • [00:43:31] <muriani> ethernet
  • [00:43:38] <muriani> you would do this directly on the beagle
  • [00:43:43] <matitai> great!
  • [00:44:18] <matitai> i'll try it now!! hey thanks a lot!
  • [00:44:22] <muriani> there's another one that's supposedly an "enhanced" driver, also in the feeds
  • [00:44:29] <muriani> but I don't know what it "enhances"
  • [00:44:36] <matitai> xD
  • [00:44:45] <muriani> so I recommend trying this first, should get you up and running.
  • [00:46:41] * phantoxe (~destroy@a95-92-86-197.cpe.netcabo.pt) Quit ()
  • [00:53:51] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) has joined #beagle
  • [00:53:59] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) has left #beagle
  • [00:54:56] <matitai> i ran it but nothing happens :(
  • [00:56:10] <housel> Did you try the modprobe again?
  • [00:56:44] * benmcnelly (~ben@99.38.78.150) Quit (Quit: Leaving.)
  • [00:56:55] <matitai> yes, what i supossed to get?
  • [00:57:00] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [00:57:06] <matitai> i get nothing..
  • [00:57:54] <matitai> before doing that, i got module not found...
  • [00:58:05] <matitai> so something happens
  • [01:02:15] <muriani> the opkg commands were successful?
  • [01:05:35] <matitai> i think so that. I really have an other problem with codification so i get garbage characters and sometimes it's dificult to read but i think it was all right
  • [01:06:53] <housel> Does dmesg show anything when you plug in the adapter now?
  • [01:07:36] <matitai> when i plug it it shows lots of things, for exampleADDRCONF(NETDEV_UP)z ???lan0z link is no??? ready
  • [01:07:49] * mranosta1 (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) Quit (Quit: leaving)
  • [01:08:00] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [01:08:00] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) has joined #beagle
  • [01:08:18] <matitai> USB de???ice found, idVendor=050d, idProd???c???=?05a
  • [01:08:32] <matitai> Prod???ct: Belkin 54o USB Net???ork Ada??????er
  • [01:08:43] <muriani> does lsmdo show rt73usb?
  • [01:08:43] <djlewis> sounds like now he needs to wrestle with connman or networkmanager
  • [01:08:45] <muriani> lsmod
  • [01:08:45] <matitai> as you can see i get some garbage characters
  • [01:08:55] <muriani> oh
  • [01:09:10] <muriani> that's not buggered copy/paste, that's actually garbage
  • [01:09:13] <muriani> huh
  • [01:09:18] <djlewis> bad serial
  • [01:09:19] <muriani> is this over serial console?
  • [01:09:20] <muriani> yeah
  • [01:09:24] <muriani> that's what it looks like
  • [01:09:45] <matitai> i'm using serial-usb adapter
  • [01:09:49] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [01:09:53] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [01:09:59] <matitai> maybe a bad adapter
  • [01:10:26] <muriani> possible, but likely irrelevant to the issue
  • [01:10:38] <matitai> yes, of course
  • [01:10:43] <muriani> run lsmod and see if rt73usb is there
  • [01:11:01] <matitai> it apears rt2x00lib
  • [01:11:07] <matitai> rt2x00}.,
  • [01:11:13] <muriani> no rt73?
  • [01:11:15] <matitai> rt?3}.,
  • [01:11:21] * djlewis hates that cross compiling is in my near future for my beagleboard
  • [01:11:22] <matitai> the last one could be
  • [01:11:25] <muriani> that's probably it
  • [01:11:29] <muriani> yeah
  • [01:11:34] <muriani> looks like the right character count
  • [01:11:44] <matitai> yeah xD
  • [01:11:54] <muriani> it's probably there
  • [01:12:01] <muriani> now you need to bring up the interface and configure it
  • [01:12:19] <matitai> something like ifup?
  • [01:15:03] <muriani> yup
  • [01:18:26] <matitai> i did ifdown wlan0, iwconfig wlan0 essid MY_ESSID_HERE, iwconfig wlan0 enc MY_WEP_KEY_HERE open, ifup wlan0
  • [01:18:46] <matitai> is it right?
  • [01:19:15] <muriani> I think I do iwconfig essid <essid> key <wep key>
  • [01:19:19] <muriani> and then ifup wlan0
  • [01:19:22] <muriani> should be alright though
  • [01:19:23] * Russ (~russ@206.29.182.251) Quit (Read error: Connection reset by peer)
  • [01:19:35] <muriani> if you look at iwconfig, is wlan0 listed, just to be sure>
  • [01:19:53] <muriani> and then you'll likely need to dhclient wlan0 after it's up
  • [01:20:12] <muriani> you'll also need to look at iwconfig to make sure it's associating with your AP
  • [01:20:16] <muriani> I have that issue sometimes
  • [01:20:34] <matitai> lan0 IEEE x02.11bo ModezManaoed Access Point: No???-A???socia???ed
  • [01:20:42] <muriani> ok
  • [01:20:49] <muriani> looks like you've got it
  • [01:20:55] <muriani> oh
  • [01:20:57] <muriani> wait
  • [01:21:01] <matitai> no-associated
  • [01:21:01] <muriani> that says not associated
  • [01:21:09] <muriani> yeah
  • [01:21:32] <muriani> try iwconfig wlan0 essid <essid> key <wep key>
  • [01:22:01] <muriani> the other method of association is going to require you to run ssh over ethernet so you have a clean console
  • [01:22:23] <muriani> becuase you'll be associating with the AP's MAC address, basically
  • [01:22:38] <muriani> and you'll never get that right over your buggered serial link :P
  • [01:25:19] <matitai> oh god! my beaglejuice is empty and BB cant boot with USB supply
  • [01:26:05] <matitai> we were almost there!
  • [01:26:19] <muriani> doh
  • [01:27:22] <matitai> You were very helpful man!!
  • [01:27:40] <muriani> no prob
  • [01:27:56] <muriani> I've had to fight through some of these things before, although with different chipsets
  • [01:28:14] <matitai> Yeah, can imagine
  • [01:28:22] <muriani> good old zd1211
  • [01:28:23] <matitai> sorry about my ignorance
  • [01:28:28] <muriani> no biggie
  • [01:28:30] <matitai> xD
  • [01:28:40] <muriani> I lurked here for months before I even bought my beagle C3
  • [01:29:11] <matitai> xDD
  • [01:29:34] <muriani> and even then I'm relaly only a moderate user, I don't know uboot that well and stuff
  • [01:29:38] <matitai> ok, thanks you a lot again!! I appreciate
  • [01:29:43] <muriani> no prob
  • [01:30:11] <matitai> for me, expert! xD
  • [01:30:26] <matitai> ok, i'm leaving! Thanks!!
  • [01:31:38] <pupnik> have a nice day matitai
  • [01:35:00] * matitai (ba31ead2@gateway/web/freenode/ip.186.49.234.210) Quit (Ping timeout: 252 seconds)
  • [01:35:47] * benmcnelly (~ben@173-22-51-91.client.mchsi.com) has joined #beagle
  • [01:39:55] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [01:39:56] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [01:45:08] * CMoH-notebook (~cipi@unaffiliated/c-moh) Quit (Remote host closed the connection)
  • [02:07:44] * peabody124_ (~peabody12@128.249.96.123) has joined #beagle
  • [02:09:28] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [02:09:54] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [02:11:29] * peabody124 (~peabody12@128.249.96.21) Quit (Ping timeout: 256 seconds)
  • [02:12:28] * peabody124_ (~peabody12@128.249.96.123) Quit (Ping timeout: 276 seconds)
  • [02:19:35] * peabody124 (~peabody12@c-98-201-161-152.hsd1.tx.comcast.net) has joined #beagle
  • [02:29:43] * Matt_O2 (~MattOwnby@216.160.243.228) has joined #beagle
  • [02:29:49] * perter-jim (~mike@183.62.141.147) has joined #beagle
  • [02:33:35] * Matt_O1 (~MattOwnby@nat.myfamilyinc.com) Quit (Ping timeout: 256 seconds)
  • [02:39:46] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [02:39:56] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [02:43:44] * thweber_ (~thomas@ppp-93-104-177-45.dynamic.mnet-online.de) has joined #beagle
  • [02:47:00] * thweber (~thomas@ppp-188-174-10-7.dynamic.mnet-online.de) Quit (Ping timeout: 260 seconds)
  • [02:47:19] * DavideV (44cc793f@gateway/web/freenode/ip.68.204.121.63) has left #beagle
  • [03:09:51] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [03:09:56] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [03:11:33] * raster (raster@enlightenment2.osuosl.org) has joined #beagle
  • [03:11:34] * raster (raster@enlightenment2.osuosl.org) Quit (Changing host)
  • [03:11:34] * raster (raster@enlightenment/developer/raster) has joined #beagle
  • [03:13:13] * GPSFan (~kenm@64.92.145.112) Quit (Remote host closed the connection)
  • [03:34:22] * emeb (~ericb@ip72-223-85-60.ph.ph.cox.net) Quit (Quit: Leaving.)
  • [03:37:50] * emeb_mac (~ericb@ip72-223-85-60.ph.ph.cox.net) has joined #beagle
  • [03:39:53] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [03:40:00] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [04:09:59] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [04:10:01] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [04:13:01] * emeb_mac (~ericb@ip72-223-85-60.ph.ph.cox.net) Quit (Quit: emeb_mac)
  • [04:24:11] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) Quit (Quit: leaving)
  • [04:24:26] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) has joined #beagle
  • [04:31:26] * virals (~viral@122.175.17.116) Quit (Ping timeout: 256 seconds)
  • [04:34:22] * benmcnelly (~ben@173-22-51-91.client.mchsi.com) Quit (Read error: Connection reset by peer)
  • [04:34:41] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) has joined #beagle
  • [04:36:12] * peabody124 (~peabody12@c-98-201-161-152.hsd1.tx.comcast.net) Quit (Read error: Connection reset by peer)
  • [04:36:50] * Rubenz (~bla@77.109.100.221) has joined #beagle
  • [04:39:56] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [04:40:00] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [04:42:19] * novogrammer (~novogramm@w0109-49-134-85-187.uqwimax.jp) has joined #beagle
  • [04:51:47] * l4_ (~marius@88.119.128.50) has joined #beagle
  • [04:52:31] * Rubenz (~bla@77.109.100.221) Quit (Ping timeout: 248 seconds)
  • [04:52:55] * mnt_real (~mnt_real@bas1-montreal43-1177755867.dsl.bell.ca) Quit (Quit: Leaving)
  • [04:55:08] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) has joined #beagle
  • [04:56:44] * peabody124 (~peabody12@c-98-201-161-152.hsd1.tx.comcast.net) has joined #beagle
  • [05:03:11] * peabody124 (~peabody12@c-98-201-161-152.hsd1.tx.comcast.net) Quit (Ping timeout: 248 seconds)
  • [05:10:01] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [05:10:01] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [05:10:01] * thurbad_ is now known as thurbad
  • [05:14:20] * emeb_mac (~ericb@ip72-223-85-60.ph.ph.cox.net) has joined #beagle
  • [05:15:47] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Read error: Connection reset by peer)
  • [05:21:55] <hitlin37> gm
  • [05:22:15] <hitlin37> friday :)
  • [05:25:40] * NotTooDumb3 (~vayavya@122.166.13.141) has joined #beagle
  • [05:40:02] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [05:40:02] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [05:40:03] * thurbad_ is now known as thurbad
  • [05:47:27] * joelagnel (~joel@cpe-76-184-244-226.tx.res.rr.com) Quit (Ping timeout: 248 seconds)
  • [05:50:56] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) Quit (Ping timeout: 252 seconds)
  • [05:55:50] * joelagnel (~joel@cpe-76-184-244-226.tx.res.rr.com) has joined #beagle
  • [06:10:02] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [06:10:06] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [06:13:38] * joelagnel (~joel@cpe-76-184-244-226.tx.res.rr.com) Quit (Ping timeout: 260 seconds)
  • [06:14:02] * tasslehoff (~tasslehof@145.79-161-31.customer.lyse.net) has joined #beagle
  • [06:23:58] * ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi) Quit (Quit: Leaving)
  • [06:24:24] * zxdx (~Admin@86.57.155.106) has joined #beagle
  • [06:26:22] * emeb_mac (~ericb@ip72-223-85-60.ph.ph.cox.net) Quit (Quit: emeb_mac)
  • [06:29:31] * lyakh (~lyakh@dslb-088-076-018-215.pools.arcor-ip.net) has joined #beagle
  • [06:32:22] * damjan (~damjan@unaffiliated/damjan) Quit (Ping timeout: 258 seconds)
  • [06:38:56] * damjan (~damjan@unaffiliated/damjan) has joined #beagle
  • [06:39:09] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) has joined #beagle
  • [06:40:07] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [06:40:07] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [06:40:36] * Gaston|Home (Gaston@ua-83-227-239-139.cust.bredbandsbolaget.se) Quit (Read error: Connection reset by peer)
  • [06:47:05] <perter-jim> hi
  • [06:51:43] <NotTooDumb3> Hi
  • [06:51:49] * siji (~siji@triband-mum-120.60.130.48.mtnl.net.in) has joined #beagle
  • [06:55:36] * scrp3l_ (~scrp3l@201.250.175.193) Quit (Ping timeout: 245 seconds)
  • [06:59:13] * Gaston|Home (Gaston@ua-83-227-239-139.cust.bredbandsbolaget.se) has joined #beagle
  • [07:00:10] * balestrino_ (~balestrin@illegal-use-181-112.dimnp.unipi.it) has joined #beagle
  • [07:00:11] * balestrino (~balestrin@illegal-use-181-112.dimnp.unipi.it) has joined #beagle
  • [07:10:06] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [07:10:10] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [07:18:36] * Gaston|Home (Gaston@ua-83-227-239-139.cust.bredbandsbolaget.se) Quit (Ping timeout: 256 seconds)
  • [07:19:41] * devanand (75d3564b@gateway/web/freenode/ip.117.211.86.75) has joined #beagle
  • [07:27:37] <perter-jim> beagle play mp4 abnormal,video??width??is not??divisible by 16?
  • [07:32:32] * balestrino (~balestrin@illegal-use-181-112.dimnp.unipi.it) Quit (Remote host closed the connection)
  • [07:32:55] * balestrino_ (~balestrin@illegal-use-181-112.dimnp.unipi.it) Quit (Remote host closed the connection)
  • [07:34:26] * Gaston|Home (Gaston@c-ec2de353.155-1-64736c11.cust.bredbandsbolaget.se) has joined #beagle
  • [07:39:37] * ant_work (~andrea@host6-80-static.42-85-b.business.telecomitalia.it) has joined #beagle
  • [07:39:54] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [07:40:11] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [07:46:22] * siji (~siji@triband-mum-120.60.130.48.mtnl.net.in) Quit (Ping timeout: 256 seconds)
  • [07:48:41] * dm8tbr (dm8tbr@2001:41b8:0:f010::2) has joined #beagle
  • [07:51:33] <av500> perter-jim: I have seen the omap3 play some really abnormal videos :)
  • [07:51:51] <av500> and mp4 is a contrainer, not a codec
  • [07:51:54] <av500> -r
  • [07:53:00] <perter-jim> call /dev/omap_resizer
  • [07:53:58] <perter-jim> use RSZ_INTYPE_YCBCR422_16BIT,so in_hsize and out_hsize % 16 == 0
  • [07:54:34] <perter-jim> not??divisible by 16,play abnormal
  • [07:55:38] <NotTooDumb3> av500, Hi..any idea, why is mplayer -vo omapfb file.mp4, complaining that there is no /dev/fb1, while /dev/fb0 exists..why is it searching for /dev/fb1 though i did not mention it anywhere?
  • [07:55:40] <av500> well, then pad the video frames to the next 16 pixels
  • [07:55:50] <av500> NotTooDumb3: no
  • [07:55:56] <av500> NotTooDumb3: but you know, its open source
  • [07:56:01] <NotTooDumb3> ok
  • [07:56:03] <av500> that means you can read the source code
  • [07:57:07] <perter-jim> no idea
  • [07:57:08] <perter-jim> ?
  • [07:57:15] <perter-jim> solve
  • [07:58:01] <perter-jim> don't call /dev/omap_resizer,may be play ok
  • [07:58:59] * siji (~siji@triband-mum-120.60.155.159.mtnl.net.in) has joined #beagle
  • [08:00:23] * kaio (~kaio@27-33-161-52.static.tpgi.com.au) Quit (Remote host closed the connection)
  • [08:02:01] <av500> perter-jim: pad the video frames to the next 16 pixels
  • [08:02:45] <perter-jim> ?
  • [08:04:39] <av500> if your video is 628 pixels video, make the buffer 640 pixels wide
  • [08:05:03] <av500> since the resizer only accepts buffers that are N*16 wide
  • [08:07:40] * drakkan1000 (~drakkan@82.84.126.57) has joined #beagle
  • [08:10:10] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [08:10:11] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [08:10:11] * thurbad_ is now known as thurbad
  • [08:10:21] <perter-jim> I??have already done
  • [08:11:04] <perter-jim> But the display is??a problem
  • [08:11:26] <perter-jim> Split??into pieces
  • [08:12:19] <perter-jim> in_hsize -= in_hsize % 16; out_hsize -= out_hsize % 16
  • [08:16:36] <av500> well, you need to handle stride correctly
  • [08:16:40] <av500> stride != width
  • [08:18:21] * juhsis (5f09b131@gateway/web/freenode/ip.95.9.177.49) has joined #beagle
  • [08:19:44] <juhsis> how to update codec-engine from version 6.1.17 to 7.3.0
  • [08:20:02] <av500> dont
  • [08:20:26] <juhsis> why?
  • [08:22:58] <perter-jim> stride?
  • [08:23:12] <av500> width = 628, stride = 640
  • [08:23:19] <av500> juhsis: why?
  • [08:25:42] <juhsis> i still didnt understand :/
  • [08:26:21] <juhsis> it gives this error : ti/ti-cgt6x-tree/bin/cl6x: No such file or directory
  • [08:26:31] <perter-jim> about in_pitch and out_pitch?
  • [08:27:00] <juhsis> i've searched everywhere.. One maybe solution i saw and it is codec update
  • [08:28:00] <av500> juhsis: nonsense
  • [08:28:10] <av500> your issue is to find the compiler
  • [08:28:19] <av500> a ce update wont help you there at all
  • [08:28:48] <juhsis> come on i found th compiler
  • [08:28:56] <av500> ti/ti-cgt6x-tree/bin/cl6x: No such file or directory
  • [08:29:00] <av500> obviously not
  • [08:29:01] <juhsis> what else can i do?
  • [08:29:12] <juhsis> cl6x nowhere
  • [08:29:19] <juhsis> search it at google
  • [08:29:23] <av500> then it did not get unpacked/installed
  • [08:29:31] <av500> its inside that .bin file
  • [08:29:34] <juhsis> it must be generated by ti-codec-engine
  • [08:29:40] <av500> nonsense
  • [08:29:46] <av500> its the compiler
  • [08:30:06] <av500> its in here: ti_cgt_c6000_6.1.17_setup_linux_x86.bin
  • [08:30:13] <juhsis> generated by ti-codec-engine from .bin file?
  • [08:30:19] <juhsis> yes i know
  • [08:30:21] <av500> juhsis: I dont know
  • [08:30:25] <av500> read the recipe
  • [08:30:35] <juhsis> i have it in my sources/downloads directory
  • [08:30:43] <juhsis> with md5 file
  • [08:30:59] <juhsis> in recipe there is the path for reaching it
  • [08:31:08] <juhsis> it finds that bin file
  • [08:31:16] <av500> and?
  • [08:31:20] <juhsis> it compiled some files with that .bin
  • [08:31:40] <juhsis> but stacked at there: ti/ti-cgt6x-tree/bin/cl6x: No such file or directory
  • [08:32:11] <av500> then something went wrong
  • [08:32:18] <av500> but updating codec engine is not the answer
  • [08:32:55] <juhsis> but no answer, i can find at google :/
  • [08:32:56] * florian (~fuchs@port-217-146-132-69.static.qsc.de) has joined #beagle
  • [08:32:56] * florian (~fuchs@port-217-146-132-69.static.qsc.de) Quit (Changing host)
  • [08:32:56] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [08:38:58] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) Quit (Excess Flood)
  • [08:40:12] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [08:40:12] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [08:40:13] * thurbad_ is now known as thurbad
  • [08:40:37] * ogra_ (~ogra@p5098ed03.dip0.t-ipconnect.de) has joined #beagle
  • [08:56:51] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
  • [09:01:42] * CMoH-notebook (~cipi@unaffiliated/c-moh) has joined #beagle
  • [09:01:51] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 245 seconds)
  • [09:03:04] * devanand (75d3564b@gateway/web/freenode/ip.117.211.86.75) Quit (Ping timeout: 252 seconds)
  • [09:09:51] * florian (~fuchs@port-217-146-132-69.static.qsc.de) has joined #beagle
  • [09:09:51] * florian (~fuchs@port-217-146-132-69.static.qsc.de) Quit (Changing host)
  • [09:09:51] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [09:09:51] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [09:10:11] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [09:18:24] <NotTooDumb3> why is this written for omapfb mmap error? echo 4000000 > /sys/class/graphics/fb1/size and why not to /sys/class/graphics/fb0/size?
  • [09:20:16] <tasslehoff> because the mplayer -vo omapfb wants to use /dev/fb1 like you said, and then that's the frame buffer you must increase the size of.
  • [09:22:44] <NotTooDumb3> isn't there any way to tell mplayer that i want mplayer to use /dev/fb0 and not /dev/fb1?
  • [09:26:05] <koen> see you guys again on tuesday
  • [09:26:13] * koen heads out towards germany
  • [09:26:20] <tasslehoff> have a nice weekend koen
  • [09:26:45] <tasslehoff> NotTooDumb3: don't know. fb0 is used for graphics by default I think. you only have that one?
  • [09:27:18] <NotTooDumb3> yes, i only have fb0
  • [09:27:28] <juhsis> ja have a nice weekend
  • [09:27:37] <tasslehoff> NotTooDumb3: compile your kernel with CONFIG_FB_OMAP2_NUM_FBS=2
  • [09:28:01] * tasslehoff hopes the beagle-wizards correct him if he gives the wrong advice :)
  • [09:28:40] <NotTooDumb3> tasslehoff, actually what i am testing is not original Angstrom demo image, but frame buffer driver i changed it a bit. can't we play a video on graphics(GFX) window?
  • [09:31:34] <tasslehoff> NotTooDumb3: that I do not know. take a look at http://gitorious.org/linux-omap-dss2/linux/blobs/master/Documentation/arm/OMAP/DSS to understand the framebuffers.
  • [09:33:34] <tasslehoff> hmm. was it you that was trying to get rid of DSS2 to use DSS1 instead?
  • [09:33:41] <av500> tasslehoff: dss0
  • [09:34:47] * rOxx (3eced31d@gateway/web/freenode/ip.62.206.211.29) has joined #beagle
  • [09:34:51] <tasslehoff> which is something that predates what above docs call DSS1?
  • [09:36:53] <NotTooDumb3> yes
  • [09:37:21] * tasslehoff backs slowly away towards the door
  • [09:37:22] <av500> tasslehoff: no
  • [09:37:34] <av500> tasslehoff: dss1 is the original one
  • [09:37:50] <av500> dss0 I call his attempt to write his own fb driver
  • [09:37:58] <tasslehoff> :)
  • [09:38:10] <rOxx> hello, i??m using beagleboard xm with an rtc battery and now i want to change the time epoch from 1970 to 2010, but with "sudo hwclock --setepoch --epoch=2010" i get the message "The kernel keeps an epoch value for the hardweare clock only on alpha machine. This copy of hwclock was build for a maschine other than alpha. No action taken." someone can help me to change the epoch ?
  • [09:38:46] <tasslehoff> NotTooDumb3: then you need to check the documentation you have written for dss0 ;)
  • [09:40:15] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [09:40:15] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [09:40:16] * thurbad_ is now known as thurbad
  • [09:40:20] <NotTooDumb3> i am trying to understand the way dss2 works..why is video displayed on vid1 and not on gfx, incase of dss2? if any idea..
  • [09:41:00] <av500> because vid1/2 can by YUV
  • [09:41:04] <av500> GFX Can only be RGB
  • [09:41:19] <NotTooDumb3> oh..ok
  • [09:41:22] <av500> so go and compile your kernel to have fb1....
  • [09:41:30] <av500> and stop wasting our time
  • [09:41:34] <NotTooDumb3> ok
  • [09:42:55] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [09:51:28] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) Quit (Ping timeout: 252 seconds)
  • [09:53:17] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Remote host closed the connection)
  • [09:53:33] * NotTooDumb3 (~vayavya@122.166.13.141) Quit (Quit: Leaving)
  • [09:56:19] * perter-jim (~mike@183.62.141.147) has left #beagle
  • [09:59:47] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) has joined #beagle
  • [10:05:52] * olsen (~sesselast@130.60.75.105) has joined #beagle
  • [10:09:15] * novogrammer (~novogramm@w0109-49-134-85-187.uqwimax.jp) Quit (Remote host closed the connection)
  • [10:10:16] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [10:10:17] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [10:10:17] * thurbad_ is now known as thurbad
  • [10:20:38] * zxdx (~Admin@86.57.155.106) Quit (Ping timeout: 276 seconds)
  • [10:23:29] * rsv (7aa60de8@gateway/web/freenode/ip.122.166.13.232) has joined #beagle
  • [10:30:48] * NotTooDumb3 (~vayavya@122.166.13.141) has joined #beagle
  • [10:31:54] <NotTooDumb3> any help with this error while making kernel for beagle board? http://pastebin.com/Xkj9839Y
  • [10:36:15] <av500> probably a bad config
  • [10:36:20] <av500> enable the wifi driver
  • [10:40:14] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [10:40:18] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [10:40:27] <tasslehoff> have you configured your kernel to not have networking? think I got a similar error when doing that while debugging suspend
  • [10:41:18] <NotTooDumb3> i just had run omap2plus_defconfig for default config, i did not disable anything..CONFIG_MWIFIEX is disabled in .config now
  • [10:41:41] <tasslehoff> for me it was a block of code in board-omap3beagle.c that sets up an expansion board. I #if 0'ed it.
  • [10:42:03] <NotTooDumb3> oh..
  • [10:43:14] <NotTooDumb3> #if 0'ed a function or something? do you remember which one you had if 0'ed?
  • [10:43:37] <tasslehoff> check the line it complains about in your compilation
  • [10:45:16] <NotTooDumb3> wl12xx_set_platform_data(&omap_beagle_wlan_data), platform_device_register(&wl12xx_device);platform_device_register(&omap_vwlan_device); these lines are causing errors for me
  • [10:46:06] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) Quit (Ping timeout: 252 seconds)
  • [10:47:19] <NotTooDumb3> i too have commented that part, let me see if it compiles..thank you.
  • [10:48:13] <tasslehoff> the setup for bbtoys-wifi doesn't check on CONFIG_WL12XX like it should.
  • [10:49:09] <NotTooDumb3> CONFIG_WL12XX saying y to this was asking for something, so i just reverted to original..and commenting those lines, is giving new errors for me
  • [10:51:08] <tasslehoff> in omap3_beagle_init. comment out the block that sets up bbtoys-wifi. then it should compile without CONFIG_WL12XX
  • [10:51:21] <tasslehoff> at least that particular error should be gone..
  • [10:55:12] * htns (~htns@175.139.208.57) Quit (Read error: Connection timed out)
  • [11:02:14] * mlip|aw (~mlip@85.127.60.103) Quit (Ping timeout: 258 seconds)
  • [11:05:17] * negril (~negril@31-16-117-198-dynip.superkabel.de) Quit (Read error: Connection reset by peer)
  • [11:05:56] * raster (raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [11:08:49] * negril (~negril@31-16-117-198-dynip.superkabel.de) has joined #beagle
  • [11:10:22] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [11:10:22] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [11:10:55] * rOxx (3eced31d@gateway/web/freenode/ip.62.206.211.29) Quit (Quit: Page closed)
  • [11:11:40] * negril (~negril@31-16-117-198-dynip.superkabel.de) Quit (Read error: Connection reset by peer)
  • [11:12:44] * zxdx (~Admin@86.57.155.106) has joined #beagle
  • [11:19:48] <NotTooDumb3> that particular error is gone by commenting those lines and i got new errors
  • [11:20:08] * jluisn (~quassel@187.115.172.24) has joined #beagle
  • [11:20:51] <NotTooDumb3> tasslehoff, this is the new error: http://pastebin.com/bgnCGxY2 if you also would have got
  • [11:22:02] <tasslehoff> nope. never seen that one.
  • [11:22:02] * juhsis (5f09b131@gateway/web/freenode/ip.95.9.177.49) Quit (Ping timeout: 252 seconds)
  • [11:22:13] <NotTooDumb3> oh..ok
  • [11:22:36] <NotTooDumb3> ok thank you..bye
  • [11:22:44] * NotTooDumb3 (~vayavya@122.166.13.141) Quit (Quit: Leaving)
  • [11:23:55] <tasslehoff> kthxbye
  • [11:24:33] <av500> he will be back
  • [11:24:44] <av500> tasslehoff: got the musb to suspend?
  • [11:26:17] <tasslehoff> av500: haven't tried yet. working from home without any boards today. the day is dedicated to going from oe-classic to oe-core.
  • [11:26:38] <av500> that wont solve the suspend :)
  • [11:26:47] <tasslehoff> will take on musb on monday I think/fear/guess.
  • [11:36:20] * rsv (7aa60de8@gateway/web/freenode/ip.122.166.13.232) Quit (Ping timeout: 252 seconds)
  • [11:37:10] * jluisn (~quassel@187.115.172.24) Quit (Read error: Connection reset by peer)
  • [11:39:46] * jluisn (~quassel@187.115.172.24) has joined #beagle
  • [11:40:02] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [11:40:19] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [11:42:53] * panto (~panto@athedsl-296333.home.otenet.gr) has joined #beagle
  • [11:45:05] * Rubenz (~bla@77.109.100.221) has joined #beagle
  • [11:45:44] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [12:05:47] * derirremitderwaf (~derirremi@HSI-KBW-109-192-158-105.hsi6.kabel-badenwuerttemberg.de) has joined #beagle
  • [12:10:24] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [12:10:25] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [12:10:25] * thurbad_ is now known as thurbad
  • [12:30:50] * derirremitderwaf (~derirremi@HSI-KBW-109-192-158-105.hsi6.kabel-badenwuerttemberg.de) has left #beagle
  • [12:31:16] * derirremitderwaf (~derirremi@HSI-KBW-109-192-158-105.hsi6.kabel-badenwuerttemberg.de) has joined #beagle
  • [12:31:36] * DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com) Quit (Read error: Connection reset by peer)
  • [12:43:28] * Balestrino (~SB@host106-163-dynamic.59-82-r.retail.telecomitalia.it) has joined #beagle
  • [12:43:28] * Balestrino (~SB@host106-163-dynamic.59-82-r.retail.telecomitalia.it) has joined #beagleboard
  • [12:48:19] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Quit: thurbad)
  • [12:51:54] * woglinde (~heinold@f052065150.adsl.alicedsl.de) has joined #beagle
  • [12:56:13] * htns (~htns@175.139.208.57) has joined #beagle
  • [13:03:43] * negril (~negril@31-16-117-198-dynip.superkabel.de) has joined #beagle
  • [13:04:03] * DarrenE (~darreneth@nat/ti/x-zpzytsnbzcbxmhng) has joined #beagle
  • [13:07:30] * zxdx (~Admin@86.57.155.106) Quit (Remote host closed the connection)
  • [13:07:57] * zxdx (~Admin@86.57.155.106) has joined #beagle
  • [13:18:04] * chrisw957__ (~chris@mail.tacticalelectronics.com) Quit (Ping timeout: 276 seconds)
  • [13:18:13] * CMoH (~cipi@95.76.68.223) has joined #beagle
  • [13:18:13] * CMoH (~cipi@95.76.68.223) Quit (Changing host)
  • [13:18:13] * CMoH (~cipi@unaffiliated/c-moh) has joined #beagle
  • [13:22:53] * mnt_real (~mnt_real@bas1-montreal43-1177755867.dsl.bell.ca) has joined #beagle
  • [13:25:45] * l4_ (~marius@88.119.128.50) Quit (Quit: l4_)
  • [13:25:56] * thurbad (~natesewel@64.132.24.248) has joined #beagle
  • [13:26:50] * chrisw957__ (~chris@mail.tacticalelectronics.com) has joined #beagle
  • [13:30:11] * Balestrino (~SB@host106-163-dynamic.59-82-r.retail.telecomitalia.it) Quit (Ping timeout: 245 seconds)
  • [13:31:57] * emeb_mac (~ericb@ip72-223-85-60.ph.ph.cox.net) has joined #beagle
  • [13:41:38] * joelagnel (~joel@nat/ti/x-nrzieufutyhyiwtt) has joined #beagle
  • [13:46:01] * siji (~siji@triband-mum-120.60.155.159.mtnl.net.in) Quit (Ping timeout: 245 seconds)
  • [13:57:27] * l4 (~marius@36.249.117.89.static.mezon.lt) has joined #beagle
  • [14:00:05] * siji (~siji@triband-mum-120.60.156.228.mtnl.net.in) has joined #beagle
  • [14:06:54] * benmcnelly (~ben@adsl-99-38-78-150.dsl.spfdmo.sbcglobal.net) has joined #beagle
  • [14:09:22] * ssvb (~ssvb@a88-114-220-213.elisa-laajakaista.fi) has joined #beagle
  • [14:15:31] * emeb_mac (~ericb@ip72-223-85-60.ph.ph.cox.net) Quit (Quit: emeb_mac)
  • [14:19:22] * siji (~siji@triband-mum-120.60.156.228.mtnl.net.in) Quit (Read error: Connection reset by peer)
  • [14:28:20] * jluisn (~quassel@187.115.172.24) Quit (Quit: No Ping reply in 180 seconds.)
  • [14:28:42] * jluisn (~quassel@187.115.172.24) has joined #beagle
  • [14:37:02] * kaio (~kaio@fedora/kaio) has joined #beagle
  • [14:41:28] * olsen (~sesselast@130.60.75.105) Quit (Read error: Operation timed out)
  • [14:50:34] * Matt_O2 (~MattOwnby@216.160.243.228) Quit (Quit: Leaving)
  • [14:51:26] * ant_work (~andrea@host6-80-static.42-85-b.business.telecomitalia.it) Quit (Quit: Leaving)
  • [15:02:27] * tharvey (~tharvey@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) Quit (Remote host closed the connection)
  • [15:06:22] * smplman (~speery@64.132.167.18) has joined #beagle
  • [15:07:16] * juhsis (5f09b131@gateway/web/freenode/ip.95.9.177.49) has joined #beagle
  • [15:07:53] <pupnik> http://convergence.io also see 'certpatrol'... the government is using 'certificate authority' to man-in-the-middle attack people and view their https sessions
  • [15:08:50] * av500 dons his tinfoil hat
  • [15:09:27] * XShocK_ (~XShocK@static-67-62-51-170.dsl.cavtel.net) Quit (Ping timeout: 260 seconds)
  • [15:09:35] <mru> http://www.timecube.com/
  • [15:09:42] * tharvey (~tharvey@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) has joined #beagle
  • [15:11:11] <muriani> mru: that man is a visionary.
  • [15:11:17] <muriani> he will bring us THE FUTURE
  • [15:11:27] <muriani> ...IN A CUBE
  • [15:16:29] * emeb (~ericb@ip72-223-85-60.ph.ph.cox.net) has joined #beagle
  • [15:16:35] * av500 prefers chesee cubes in the present
  • [15:18:19] <av500> hmm, t-shirt anybody: http://www.timecube.com/rotate.gif
  • [15:18:51] <mru> animated t-shirt?
  • [15:19:09] * pupnik_ (~pupnik@p5486696F.dip.t-dialin.net) has joined #beagle
  • [15:19:55] * zxdx (~Admin@86.57.155.106) Quit (Quit: Leaving.)
  • [15:20:03] <av500> mru: wear 4 of them at once
  • [15:20:22] <mru> 2 is enough, they have front and back
  • [15:21:10] * mike_ (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) has joined #beagle
  • [15:21:36] * mike_ is now known as Guest68028
  • [15:23:31] * pupnik (~pupnik@p5486717F.dip.t-dialin.net) Quit (Ping timeout: 276 seconds)
  • [15:24:51] * Guest68028 (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) Quit (Client Quit)
  • [15:27:26] * DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com) has joined #beagle
  • [15:29:10] * juhsis (5f09b131@gateway/web/freenode/ip.95.9.177.49) Quit (Ping timeout: 252 seconds)
  • [15:29:29] <Crofton> Any reason these won't work with Beagle/Overo?
  • [15:29:31] <Crofton> http://www.xenarc.com/
  • [15:29:39] * max91_ (~quassel@87.248.174.170) has joined #beagle
  • [15:30:11] <max91_> hi, I need some help: I've created an angstrom image using the online builder and have successfully booted it on my Beagleboard XM. I have connected both a serial cable (via Minicom) and a DVI screen. It took some time while it configured all the packages, and now the progress bar on the DVI monitor has reached about 75% and on my serial consol I have been asked to log in. After doing so I've waited about an hour but nothing changed neither on the dvi
  • [15:30:11] <max91_> screen(my progress bar is still 75%), nor on my serial console. Could you help me with this issue? thanks in advance
  • [15:30:43] <Crofton> log in on the serial port if you can
  • [15:30:48] <Crofton> and reboot from there :)
  • [15:31:48] <max91_> I have allready logged in. Thanks, I'll give it a try
  • [15:32:23] <av500> Croftonno
  • [15:32:27] <av500> Crofton: no
  • [15:35:08] <max91_> Crofton, I've done this now and it asked me to log in again in the serial console, I've logged as root and now nothing happens
  • [15:35:11] * DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com) Quit (Ping timeout: 248 seconds)
  • [15:35:31] <max91_> the difference is that thi time the bar on the DVi screen is about 60
  • [15:35:36] <max91_> 60%
  • [15:35:40] <jkridner> koen: I've started to create an official github repo for BeagleBoard and for use in publishing our staging kernel (aligned with meta-ti).
  • [15:36:51] <jkridner> koen: also, I have a cloud9 recipe now, but I accidentally got everything put into the 'doc', because I wanted to put most of it under /usr/share
  • [15:37:37] <max91_> any other ideas?
  • [15:39:05] * prpplague (~danders@nat/ti/x-jytcwcqnjjviqgbw) has joined #beagle
  • [15:40:19] <jkridner> Crofton: I've used xenarc with Beagle. I never got the touchscreen enabled, but I know people have.
  • [15:41:22] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Remote host closed the connection)
  • [15:42:03] * mike__ (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) Quit (Remote host closed the connection)
  • [15:43:11] * mike__ (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) has joined #beagle
  • [15:46:51] * mike__ (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) Quit (Remote host closed the connection)
  • [15:47:47] * mike__ (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) has joined #beagle
  • [15:49:55] * mike__ (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) Quit (Remote host closed the connection)
  • [15:58:19] * Rubenz333 (~bla@77.109.102.134) has joined #beagle
  • [15:59:05] * DarrenE (~darreneth@nat/ti/x-zpzytsnbzcbxmhng) Quit (Ping timeout: 255 seconds)
  • [15:59:32] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [16:01:12] * Balestrino (~SB@host106-163-dynamic.59-82-r.retail.telecomitalia.it) has joined #beagle
  • [16:01:12] * Balestrino (~SB@host106-163-dynamic.59-82-r.retail.telecomitalia.it) has joined #beagleboard
  • [16:01:38] * Rubenz (~bla@77.109.100.221) Quit (Ping timeout: 260 seconds)
  • [16:11:23] * benmcnelly (~ben@adsl-99-38-78-150.dsl.spfdmo.sbcglobal.net) Quit (Read error: Connection reset by peer)
  • [16:13:47] * l4 (~marius@36.249.117.89.static.mezon.lt) Quit (Quit: l4)
  • [16:18:49] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) has joined #beagle
  • [16:25:28] * ka6sox is now known as zz_ka6sox
  • [16:27:34] * dl9pf (~quassel@p5B2126D1.dip.t-dialin.net) has joined #beagle
  • [16:27:34] * dl9pf (~quassel@p5B2126D1.dip.t-dialin.net) Quit (Changing host)
  • [16:27:34] * dl9pf (~quassel@opensuse/member/dl9pf) has joined #beagle
  • [16:27:49] * dl9pf_ (~quassel@p5B2122B7.dip.t-dialin.net) Quit (Ping timeout: 240 seconds)
  • [16:38:50] * Balestrino (~SB@host106-163-dynamic.59-82-r.retail.telecomitalia.it) Quit (Remote host closed the connection)
  • [16:44:28] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) Quit (Quit: Lost terminal)
  • [16:44:29] * tharvey (~tharvey@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) Quit (Read error: Connection reset by peer)
  • [16:44:34] * tharvey (~tharvey@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) has joined #beagle
  • [16:53:17] * djlewis (~djlewis@75.15.65.19) Quit (Quit: Leaving.)
  • [16:55:14] * cbrake (~cbrake@oh-69-34-21-229.sta.embarqhsd.net) has joined #beagle
  • [17:07:15] <tasslehoff> jkridner: koen said "see you tuesday" and "off to Germany" some hours ago, so I suspect he won't respond in a while.
  • [17:08:03] <tasslehoff> but, he could have meant that he would see some of you IRL on tuesday, and then he could still be here
  • [17:08:15] * tasslehoff will shut up now
  • [17:08:15] <woglinde> uhm what is he doing here
  • [17:08:25] <tasslehoff> he's coming for you!
  • [17:11:03] * woglinde_ (~heinold@g230117215.adsl.alicedsl.de) has joined #beagle
  • [17:12:08] <jkridner> tasslehoff thanks. :)
  • [17:12:29] * scrp3l_ (~scrp3l@201.250.175.193) has joined #beagle
  • [17:13:38] <woglinde_> hi jkrinder
  • [17:14:08] <woglinde_> hm ibm released a jdk7
  • [17:14:14] * woglinde (~heinold@f052065150.adsl.alicedsl.de) Quit (Ping timeout: 255 seconds)
  • [17:14:54] <woglinde_> but only x86/amd64/ppc/z only
  • [17:15:07] * CMoH-notebook (~cipi@unaffiliated/c-moh) Quit (Read error: Connection reset by peer)
  • [17:15:13] <mru> hmm, only the systems they sell, what a surprise
  • [17:15:21] <woglinde_> *g*
  • [17:16:48] <jkridner> hi woglinde_
  • [17:31:26] * Russ (foobar@ip70-176-251-1.ph.ph.cox.net) Quit (Ping timeout: 245 seconds)
  • [17:33:04] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [17:34:38] * Xerion (~xerion@5419A766.cm-5-2c.dynamic.ziggo.nl) has joined #beagle
  • [17:35:38] * Crofton (~balister@pool-74-107-170-211.ronkva.east.verizon.net) Quit (Quit: Leaving)
  • [17:39:15] * DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com) has joined #beagle
  • [17:42:10] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [17:45:24] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [17:47:23] <djlewis> gm :)
  • [17:50:30] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [17:54:04] * Bestia (c995fe22@gateway/web/freenode/ip.201.149.254.34) has joined #beagle
  • [17:56:40] * Bestia (c995fe22@gateway/web/freenode/ip.201.149.254.34) has left #beagle
  • [17:57:57] * BestiaV (c995fe22@gateway/web/freenode/ip.201.149.254.34) has joined #beagle
  • [18:03:27] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 248 seconds)
  • [18:04:33] * BestiaV_ (c995fe22@gateway/web/freenode/ip.201.149.254.34) has joined #beagle
  • [18:05:18] * BestiaV_ (c995fe22@gateway/web/freenode/ip.201.149.254.34) has left #beagle
  • [18:07:34] * BestiaV (c995fe22@gateway/web/freenode/ip.201.149.254.34) Quit (Ping timeout: 252 seconds)
  • [18:09:43] * tharvey (~tharvey@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) Quit (Quit: Leaving)
  • [18:09:56] * tharvey (~tharvey@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) has joined #beagle
  • [18:10:42] * kunguz (~kaan@78.172.221.71) has joined #beagleboard
  • [18:11:50] <kunguz> Assume I have an ADC connected to my beagleboard via I2C. I am curious to know how fast beagleboard can read from it. (Assume the adc is fast enough)
  • [18:17:43] * DarrenE (~darreneth@nat/ti/x-almlrfdscxsugdtd) has joined #beagle
  • [18:18:19] * mnt_real_ (~sinan@MTRLPQ43-1176263953.sdsl.bell.ca) has joined #beagleboard
  • [18:21:54] * chrisw957__ (~chris@mail.tacticalelectronics.com) Quit (Read error: Connection reset by peer)
  • [18:22:12] * chrisw957__ (~chris@mail.tacticalelectronics.com) has joined #beagle
  • [18:22:30] * HokieTux (~bhilburn@157.22.28.13) Quit (Ping timeout: 260 seconds)
  • [18:23:12] <jkridner> kunguz please use #beagle
  • [18:23:17] * kunguz (~kaan@78.172.221.71) has joined #beagle
  • [18:23:28] <kunguz> jkridner: thank you
  • [18:23:33] <kunguz> Assume I have an ADC connected to my beagleboard via I2C. I am curious to know how fast beagleboard can read from it. (Assume the adc is fast enough)
  • [18:24:48] <jkridner> kunguz you can run the I2C at at least 400kHz, then you have to look at the protocol overhead. You can get up to 1Mbit, but I think signal integrity could be a challenge.
  • [18:25:01] <jkridner> er, 1MHz.
  • [18:25:37] <kunguz> jkridner: what would be a good choice to use if I want to go up to 10 Mhz of sampling frequency?
  • [18:27:35] <mru> how many bits per sample?
  • [18:28:22] <jacekowski> kunguz: SPI
  • [18:28:36] <mru> not fast enough
  • [18:28:38] <jacekowski> kunguz: and after that, you need something better
  • [18:28:51] <jacekowski> well, SPI can run at iirc 100MHz on BB
  • [18:28:52] <mru> that's limited to some 40Mbps
  • [18:29:02] <jacekowski> or maybe it was 40
  • [18:29:34] <jacekowski> but at that rate i would go for faster chip with faster parallel interface
  • [18:29:38] <jacekowski> or fpga
  • [18:29:42] <mru> there's gpmc
  • [18:29:53] <mru> and isochronous usb might be an option
  • [18:30:01] <mru> but that's full of nightmares
  • [18:30:31] <kunguz> jacekowski: mru what I want to have at the end is to monitor a 12 bit data in 10 Mhz and display it on some screen, and a little more processing may be required.
  • [18:31:09] <jacekowski> not on bb
  • [18:31:19] <mru> bull
  • [18:31:24] <kunguz> jacekowski: mru the processing can be done after acquiring 0.3 second of data. So first I need to collect that much to process it.
  • [18:31:42] <jacekowski> mru: 120mbits stream
  • [18:31:55] <mru> easy on gpmc
  • [18:32:01] <jacekowski> just sampling will take a bit of cpu
  • [18:32:03] <jacekowski> and then processing
  • [18:32:11] <mru> use dma
  • [18:32:18] <mru> talk to Crofton|work, he's doing such things
  • [18:33:21] <kunguz> jacekowski: mru for FPGA solution, I have found something and even tried it. The problem there is the streaming cache is limited therefore when I receive data there are delays in between every 32Kb of data which causes jumps in timeline and all I got is some data that are not consecutive
  • [18:33:52] <mru> then you are holding it wrong
  • [18:33:55] <kunguz> mru: what is a gpmc? is it an ARM based product, can I have linux on it?
  • [18:33:56] <jacekowski> then you've been doing it wrong
  • [18:34:04] <jacekowski> kunguz: it's interface
  • [18:35:01] * HokieTux (~bhilburn@157.22.28.13) has joined #beagle
  • [18:35:08] <kunguz> jacekowski: mru the problem is what I have in hand is an already built device which I can not do more on it. It has its on software. I want to imigrate to some board I can adjust myself.
  • [18:35:16] <mru> kunguz: general-purpose memory controller or something like that
  • [18:35:30] <mru> it can interface an fpga easily
  • [18:37:12] <kunguz> mru: thank you for the suggestion, I will look for it and try to see if I can add a gpmc module to increase the buffer.
  • [18:38:37] <kunguz> mru: jacekowski is it ok to conclude that a well enough arm based product with an adc with SPI interface is good enough to sample 12bit and 10Mhz sampling frequency?
  • [18:38:50] <jacekowski> no
  • [18:38:51] * phantoxe (~destroy@a95-92-86-197.cpe.netcabo.pt) has joined #beagle
  • [18:39:11] <jacekowski> for something like that you need parallel interface
  • [18:39:25] <mru> or a faster serial interface
  • [18:39:34] <kunguz> jacekowski: hmm I do have a parallel interface adc.
  • [18:39:35] <djlewis> or a new design
  • [18:39:58] <mru> use the csi input :)
  • [18:40:21] <kunguz> jacekowski: how about in that condition? what about beagleboard + parallel adc?
  • [18:41:56] <mru> csi supports rates up to 2Gbps
  • [18:42:04] <jacekowski> better, but where would you connect that adc on bb?
  • [18:42:21] <jacekowski> bb doesn't really have anything that can be used as fast parallel interface
  • [18:42:26] <mru> it could be connected to the gpmc with some glue logic
  • [18:45:11] <kunguz> thank you very much to all of you guys, now I have an better understanding of the situation.
  • [18:45:31] <kunguz> jacekowski: mru djlewis jkridner thanks
  • [18:46:43] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [18:48:53] * negril (~negril@31-16-117-198-dynip.superkabel.de) Quit (Quit: Shutting down.)
  • [18:54:31] * kunguz (~kaan@78.172.221.71) Quit (Remote host closed the connection)
  • [19:01:50] * mnt_real_ (~sinan@MTRLPQ43-1176263953.sdsl.bell.ca) Quit (Quit: Ex-Chat)
  • [19:09:10] <tasslehoff> has linux-omap been merged into "plain linux" in 3.0/3.1?
  • [19:13:15] * negril (~negril@31-16-117-198-dynip.superkabel.de) has joined #beagle
  • [19:14:07] * peabody124_ (~peabody12@128.249.95.15) has joined #beagle
  • [19:17:15] <tasslehoff> so it seems
  • [19:17:16] * peabody124 (~peabody12@128.249.96.21) Quit (Ping timeout: 245 seconds)
  • [19:17:16] * peabody124_ is now known as peabody124
  • [19:24:06] <woglinde_> tasselhoff yes a lot of patches gone upstream
  • [19:27:07] <tasslehoff> woglinde_: I'm moving to oe-core. Had prepared a nice linux-omap_2.6.39.bbappend, and all of a sudden it wanted linux_3.1.bb instead :)
  • [19:27:31] <tasslehoff> av500: so I must chase further. tis my destiny.
  • [19:43:56] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) Quit (Ping timeout: 245 seconds)
  • [19:46:13] <tasslehoff> have a nice weekend beagloids.
  • [19:46:15] * tasslehoff (~tasslehof@145.79-161-31.customer.lyse.net) Quit (Quit: WeeChat 0.3.5)
  • [19:46:31] * djlewis will be out tonight looking for falling busses
  • [19:47:09] <woglinde_> hehe
  • [19:47:43] * zz_ka6sox is now known as ka6sox
  • [19:47:58] * likewise (~chatzilla@095-097-098-131.static.chello.nl) has joined #beagle
  • [19:48:03] * joelagnel (~joel@nat/ti/x-nrzieufutyhyiwtt) Quit (Quit: class)
  • [19:48:10] <likewise> gm
  • [19:49:37] <djlewis> likewise: hello
  • [19:50:44] <ka6sox> gm likewise
  • [19:50:55] <woglinde_> hi ka6sox
  • [19:50:58] <woglinde_> hi likewise
  • [19:51:03] <likewise> hi woglinde_
  • [19:51:11] <likewise> (hi broadcast flood)
  • [19:51:54] <ka6sox> hehe
  • [19:56:07] <_av500_> gm
  • [19:56:18] * pfefferz_ (~pfefferz@linaro/pfefferz) Quit (Quit: Leaving)
  • [19:59:43] <woglinde_> hi av500
  • [19:59:59] <woglinde_> bussatellite flood
  • [20:00:54] <likewise> que?
  • [20:01:29] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) has joined #beagle
  • [20:01:29] * ericb2 (~X@aud25-1-88-166-8-11.fbx.proxad.net) Quit (Changing host)
  • [20:01:29] * ericb2 (~X@unaffiliated/ericb2) has joined #beagle
  • [20:01:46] <woglinde_> likewise the old nasa satellit comes down today
  • [20:02:15] <likewise> ah that explains the background noise :)
  • [20:02:46] <woglinde_> chance was 1:300000 it hits buildings
  • [20:02:52] <woglinde_> or so
  • [20:02:54] <woglinde_> or is
  • [20:03:01] <likewise> "The good news is the satellite has an estimated 3,200-to-one chance of killing or injuring someone."
  • [20:03:14] <woglinde_> ah was 1:3000
  • [20:03:21] <likewise> Sorry, but I read that as 320000% chance :)
  • [20:03:59] <likewise> shouldn't that be "one-to-3200" chance??
  • [20:04:02] * djlewis says its only fitting we launch it and we get it back :)
  • [20:04:39] <likewise> at least it gets back using existing powers, instead of fosil fuel :)
  • [20:05:06] <djlewis> assuming it doesnt start any forest fires
  • [20:05:09] <woglinde_> dish waits
  • [20:05:11] <woglinde_> till later
  • [20:05:18] <likewise> satellite dish? :)
  • [20:05:28] <likewise> bon apetit
  • [20:06:01] * pfefferz (~pfefferz@76-205-172-172.lightspeed.austtx.sbcglobal.net) has joined #beagle
  • [20:07:39] * negril (~negril@31-16-117-198-dynip.superkabel.de) Quit (Read error: Connection reset by peer)
  • [20:08:01] * negril (~negril@31-16-117-198-dynip.superkabel.de) has joined #beagle
  • [20:10:57] * radarping (63ebd27e@gateway/web/freenode/ip.99.235.210.126) has joined #beagle
  • [20:12:17] <radarping> I have a 2 week old bbxm. It worked great out of the box. Then I did the upgrade over the net command and that seamed to work as well but after doing a reboot it's now a brick.
  • [20:12:24] * negril (~negril@31-16-117-198-dynip.superkabel.de) Quit (Client Quit)
  • [20:13:19] * ericb2 (~X@unaffiliated/ericb2) Quit (Quit: Success !!)
  • [20:13:21] <radarping> I connected a serial cable and only get crap. It's setup correct as per manuals... (serial port that is) I only see the power led
  • [20:13:35] <radarping> This thing on? Anyone really here?
  • [20:14:09] <thurbad> where?
  • [20:14:18] <radarping> right
  • [20:14:49] <thurbad> what did you update?
  • [20:15:01] * gratz (~gratz@unaffiliated/gratz) has joined #beagleboard
  • [20:15:35] <radarping> I"m very very new to linux i'm afraid. I did the "general" update I belive where it goes and updates everything.
  • [20:15:38] * gratz (~gratz@unaffiliated/gratz) Quit (Client Quit)
  • [20:15:59] <thurbad> which flavor of linux?
  • [20:16:16] <mru> strawberry
  • [20:16:19] <radarping> Can I install a new, Angstrum build just as it came from the bb factory using a windows machine?
  • [20:16:55] <thurbad> you can do the boot partition that way
  • [20:17:12] <jkridner> radarping yes, http://circuitco.com/support
  • [20:17:15] <radarping> Should I be able to see the contends of the sd with a windows machine?
  • [20:17:34] * derirremitderwaf (~derirremi@HSI-KBW-109-192-158-105.hsi6.kabel-badenwuerttemberg.de) has left #beagle
  • [20:17:35] <jkridner> no
  • [20:17:41] <thurbad> if you're not even seeing anything but garbage at boot, it's probably the boot partition that's screwed
  • [20:17:42] <radarping> Thanks very much jkridner
  • [20:17:46] * negril (~negril@31-16-117-198-dynip.superkabel.de) has joined #beagle
  • [20:18:00] <radarping> thats what I was thinking thurbad
  • [20:18:01] <jkridner> radarping well, actually, you should only be able to see a small part of them as there are 2 partitions on the card.
  • [20:18:24] <radarping> Ok guys I will try the Circuitco web site.
  • [20:19:54] <djlewis> never run update
  • [20:20:01] <djlewis> sorry, upgrade
  • [20:20:06] <djlewis> update is necessary
  • [20:21:05] <radarping> k. Thanks for the tip
  • [20:21:38] <djlewis> update refreshes the package list for opkg.
  • [20:36:06] * plasmab (~stephen@client-86-31-205-77.oxfd.adsl.virginmedia.com) has joined #beagle
  • [20:39:49] * muriani (~james@internal.directron.us) Quit (Ping timeout: 252 seconds)
  • [20:42:30] * jluisn (~quassel@187.115.172.24) Quit (Remote host closed the connection)
  • [20:52:10] <radarping> Thanks very much guys. All better now.
  • [21:13:26] * muriani (~james@internal.directron.us) has joined #beagle
  • [21:14:16] * drakkan1000 (~drakkan@82.84.126.57) Quit (Quit: Ex-Chat)
  • [21:15:00] * ka6sox is now known as zz_ka6sox
  • [21:16:54] * HokieTux (~bhilburn@157.22.28.13) Quit (Quit: Ex-Chat)
  • [21:17:23] * HokieTux (~bhilburn@157.22.28.13) has joined #beagle
  • [21:17:41] * likewise (~chatzilla@095-097-098-131.static.chello.nl) Quit (Quit: ChatZilla 0.9.87 [Firefox 3.6.18/20110628230241])
  • [21:20:18] <cbrake> jkridner: is there a full featured image based on oe-core that you would recommend for the beagleboard?
  • [21:20:55] <cbrake> jkridner: looking for a bells-n-whistles demo image that builds
  • [21:24:48] * DarrenE (~darreneth@nat/ti/x-almlrfdscxsugdtd) Quit (Ping timeout: 260 seconds)
  • [21:31:27] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 248 seconds)
  • [21:34:13] * panto (~panto@athedsl-296333.home.otenet.gr) Quit (Quit: Leaving)
  • [21:36:16] * peabody124 (~peabody12@128.249.95.15) Quit (Remote host closed the connection)
  • [21:36:29] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [21:47:05] * kevinsc (~a0214685@nat/ti/x-vfuoijhmuobtaxjc) Quit (Remote host closed the connection)
  • [21:49:49] * negril (~negril@31-16-117-198-dynip.superkabel.de) Quit (Ping timeout: 240 seconds)
  • [21:52:00] * negril (~negril@31-16-117-198-dynip.superkabel.de) has joined #beagle
  • [21:54:18] * jonpry (~jon@unaffiliated/jonpry) has joined #beagleboard
  • [21:54:30] * jonpry (~jon@unaffiliated/jonpry) Quit (Quit: Leaving)
  • [21:54:38] * thurbad (~natesewel@64.132.24.248) Quit (Quit: thurbad)
  • [21:54:58] * jonpry (~jon@unaffiliated/jonpry) has joined #beagle
  • [21:55:35] <jonpry> is there some sample code or an existing driver that uses dma?
  • [21:56:14] <mru> use the usual kernel dma interfaces
  • [21:58:13] * _av500_ searches for the DMA channel jumpers for his ISA card
  • [21:58:44] <woglinde_> soundblaster sb16?
  • [22:00:10] * ninksink (~ninksink@fl-71-3-238-222.dhcp.embarqhsd.net) has joined #beagle
  • [22:00:10] * ninksink (~ninksink@fl-71-3-238-222.dhcp.embarqhsd.net) Quit (Client Quit)
  • [22:01:25] <jonpry> trying to get large bursts out of the gpmc
  • [22:02:33] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [22:10:25] * madan (480bfa9a@gateway/web/freenode/ip.72.11.250.154) has joined #beagle
  • [22:10:58] <djlewis> later
  • [22:11:05] * djlewis (~djelwis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [22:11:10] <madan> Hii everyone
  • [22:11:45] <madan> i am trying to install Angstrom onto Beagleboard
  • [22:12:51] <madan> when i am putting New X-Loader into Beagleboard NAND Flash Memory i am getting errors
  • [22:13:21] <madan> i am following this link to install. http://code.google.com/p/beagleboard/wiki/HowToGetAngstromRunning
  • [22:13:38] <madan> in the section 3 i am getting error
  • [22:13:45] <madan> mmcinit
  • [22:14:16] <madan> when i type this command i am getting error
  • [22:14:25] <madan> can someone help me with this
  • [22:14:29] <madan> thank you
  • [22:14:55] * Matt_O (~MattOwnby@216.160.243.228) has joined #beagle
  • [22:15:06] <woglinde_> use sdcard instead of nand
  • [22:15:12] <woglinde_> lessens the pain
  • [22:15:29] * woglinde_ (~heinold@g230117215.adsl.alicedsl.de) Quit (Quit: zapp)
  • [22:15:59] * plasmab (~stephen@client-86-31-205-77.oxfd.adsl.virginmedia.com) Quit (Read error: Connection reset by peer)
  • [22:18:36] * max91_ (~quassel@87.248.174.170) Quit (Remote host closed the connection)
  • [22:20:10] * plasmab (~Stephen@client-86-31-205-77.oxfd.adsl.virginmedia.com) has joined #beagle
  • [22:22:19] * madan (480bfa9a@gateway/web/freenode/ip.72.11.250.154) Quit (Quit: Page closed)
  • [22:23:55] * peabody124_ (~peabody12@128.249.95.15) has joined #beagle
  • [22:27:59] * peabody124 (~peabody12@128.249.96.21) Quit (Ping timeout: 248 seconds)
  • [22:27:59] * peabody124_ is now known as peabody124
  • [22:38:41] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [22:40:03] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [22:41:00] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [22:41:00] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [22:41:00] * thurbad_ is now known as thurbad
  • [22:49:42] * Russ (~russ@206.29.182.132) has joined #beagle
  • [23:00:31] * prpplague (~danders@nat/ti/x-jytcwcqnjjviqgbw) Quit (Quit: Leaving)
  • [23:02:12] * peabody124 (~peabody12@128.249.95.15) Quit (Remote host closed the connection)
  • [23:02:29] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [23:11:05] * thurbad_ (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [23:11:06] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [23:11:06] * thurbad_ is now known as thurbad
  • [23:40:10] * CMoH (~cipi@unaffiliated/c-moh) Quit (Remote host closed the connection)
  • [23:41:03] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) Quit (Read error: Connection reset by peer)
  • [23:41:08] * thurbad (~natesewel@cpe-70-124-80-154.austin.res.rr.com) has joined #beagle
  • [23:42:22] * radarping (63ebd27e@gateway/web/freenode/ip.99.235.210.126) Quit (Quit: Page closed)