• [00:09:08] * robtow (~rob@nat/ti/x-hrdocgszilbilmul) Quit (Ping timeout: 252 seconds)
  • [00:10:25] * jkridner|work (~a0321898@nat/ti/x-srchfnsuiqjzhjiy) Quit (Quit: Leaving.)
  • [00:11:56] * Openfree^ (~Openfree`@116.237.91.156) Quit (Remote host closed the connection)
  • [00:12:28] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) has joined #beagle
  • [00:19:15] * awozniak_ (~awozniak@adsl-76-205-222-174.dsl.snlo01.sbcglobal.net) Quit (Quit: Leaving)
  • [00:27:14] * mikecsh (~mikecsh@113.28.74.33) has joined #beagle
  • [00:28:57] * tconant (~tconant@68.111.35.226) Quit (Quit: tconant)
  • [00:37:36] * Tectu (~quassel@221-112.195-178.cust.bluewin.ch) Quit (Remote host closed the connection)
  • [00:44:40] * djlewis (~djlewis@75.15.65.123) has joined #beagleboard
  • [00:44:40] * djlewis (~djlewis@75.15.65.123) has joined #beagle
  • [00:50:04] * phantoxe (~destroy@a95-92-86-197.cpe.netcabo.pt) Quit ()
  • [01:08:53] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [01:09:22] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) has joined #beagle
  • [01:19:09] * jkridner|work (~a0321898@nat/ti/x-ehuqtqckhotthdst) has joined #beagle
  • [01:20:46] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) Quit (Ping timeout: 246 seconds)
  • [01:56:28] * jconnolly (~jconnolly@66.43.64.66) has joined #beagle
  • [01:59:04] * espindola (~espindola@CPE30469af9ce48-CM001225dd5348.cpe.net.cable.rogers.com) has joined #beagle
  • [02:00:16] * BThompson (~a0193480@nat/ti/x-wipxqikanbnylfbx) Quit (Remote host closed the connection)
  • [02:01:48] * omsai (~quassel@ip68-14-14-15.ri.ri.cox.net) Quit (Remote host closed the connection)
  • [02:22:01] * tegila (~tegila@189-015-142-067.xd-dynamic.ctbcnetsuper.com.br) has joined #beagle
  • [02:38:01] * djlewis (~djlewis@75.15.65.123) Quit (Ping timeout: 252 seconds)
  • [02:39:10] * mikecsh (~mikecsh@113.28.74.33) Quit (Quit: mikecsh)
  • [02:42:14] * prpplague (~prpplague@ppp-70-242-126-3.dsl.rcsntx.swbell.net) has joined #beagle
  • [02:42:17] * BThompsonGR (~bernie@cpe-76-183-65-93.tx.res.rr.com) has joined #beagle
  • [02:49:03] * tegila (~tegila@189-015-142-067.xd-dynamic.ctbcnetsuper.com.br) Quit (Quit: Leaving.)
  • [02:56:57] * benmcnelly1 (~ben@173-22-51-91.client.mchsi.com) has joined #beagle
  • [02:59:11] * GPSFan (~kenm@64.92.145.112) Quit (Remote host closed the connection)
  • [03:08:34] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) has joined #beagle
  • [03:08:44] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) has left #beagle
  • [03:22:19] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) has joined #beagle
  • [03:22:53] * djerome (~djerome@ip24-251-138-141.ph.ph.cox.net) has left #beagle
  • [03:26:31] * kevinsc (~a0214685@nat/ti/x-zjrbdrekjujeycqe) has joined #beagle
  • [03:50:12] * kevinsc (~a0214685@nat/ti/x-zjrbdrekjujeycqe) Quit (Remote host closed the connection)
  • [04:12:57] * espindola (~espindola@CPE30469af9ce48-CM001225dd5348.cpe.net.cable.rogers.com) Quit (Quit: Ex-Chat)
  • [04:37:03] * deadaim (~alfred@c-67-161-92-22.hsd1.wa.comcast.net) has joined #beagle
  • [04:37:41] <deadaim> With a beagle board, would I be able to make a service call using a Java client to a web service on the internet?
  • [04:39:36] <dm8tbr> maybe
  • [04:40:06] * BThompsonGR (~bernie@cpe-76-183-65-93.tx.res.rr.com) Quit (Read error: Connection reset by peer)
  • [04:42:03] <deadaim> My use case: I want to design a physical system that listens to an input. Upon detecting the input, it needs to publish a service call over the internet to an external service. Ideally, I would like to use Java to do the service call because it facilitates encryption/ssl certification of the service call.
  • [04:42:23] <deadaim> How "basic" is this and what board should I be using?
  • [04:44:33] <prpplague> deadaim: pretty much doable, but it doesn't have to be java for encryption , plenty of c/c++ utilities for that kind of thing
  • [04:44:48] <deadaim> like axis, right?
  • [04:45:42] <deadaim> prpplague: if c++ is suitable, what board should I be focusing on. arduino, beagle, another? I guess the better question would be what processor, huh?
  • [04:46:12] <prpplague> deadaim: something beagle will be easier to do the internet connectivity than on something like arduino
  • [04:47:25] <deadaim> prpplague: well, I was thinking about using the ethernet shield on the arduino. Wouldn't that be suitable?
  • [04:47:54] <prpplague> deadaim: much more difficult to implement the encryption you want to do
  • [04:48:21] <deadaim> prpplague: interesting, what makes the beagleboard easier?
  • [04:48:25] <_av500_> ardiuno+netshield will cost as much a beagle
  • [04:49:17] <deadaim> _av500_: does a basic beagleboard support internet connectivity?
  • [04:49:39] <prpplague> deadaim: all the tcp/ip stack and network connectivity is already done for you
  • [04:51:02] <deadaim> what are some good resources for looking into the beagleboard? Is there a good book you guys would recommend?
  • [04:51:34] <dm8tbr> deadaim: it's basically a linux system
  • [04:51:51] <_av500_> so read a book about linux
  • [04:51:52] <dm8tbr> deadaim: in your case you could pretty much prototype the whole thing on your desktop
  • [04:52:09] * smp4488 (~smp4488@96-28-92-54.dhcp.insightbb.com) has joined #beagle
  • [04:52:41] <deadaim> interesting. Reading my use case above, would you guys use a processor designed for an OS or one for bare metal?
  • [04:52:59] <ds2> depends
  • [04:53:01] <dm8tbr> we answered that question
  • [04:53:18] <smp4488> i have a fresh install ubuntu on my XM with xorg running openbox on a usb monitor. Is there a way to launch a gui application from ssh? i have no input methods.
  • [04:54:07] <dm8tbr> smp4488: like on pretty much every linux
  • [04:54:22] <dm8tbr> set DISPLAY, execute
  • [04:54:33] <ds2> xterm -display ....
  • [04:54:35] <smp4488> dm8tbr: tried with no luck
  • [04:54:42] <ds2> rebuild app so it explicitly opens the display
  • [04:54:53] <ds2> panic() and call the system admin
  • [04:55:43] * l4 (~l4@88.119.128.50) has joined #beagle
  • [04:56:02] <deadaim> dm8tbr: sorry, where was it answered?
  • [04:56:14] <dm8tbr> 04:46:11< prpplague> deadaim: something beagle will be easier to do the internet connectivity than on something like arduino
  • [04:56:55] <deadaim> dm8tbr: ah okay. :) what processor does the beagle use?
  • [04:57:12] <deadaim> OMAP, got it
  • [04:57:16] <smp4488> ive use a gsm shield with an arduino, not sure what easier means.
  • [04:57:26] <deadaim> i'll rtfm for the basics :)
  • [04:57:59] <smp4488> i used it to remote start my car
  • [04:58:20] <deadaim> dm8tbr: you said I could prototype the whole thing on my system. What if I want to read from an rfid reader? I can't exactly "connect" that to my desktop?
  • [04:58:42] <ds2> sure you could
  • [04:58:46] <dm8tbr> ofc you can
  • [04:58:58] <dm8tbr> they come with serial ports
  • [04:59:04] <dm8tbr> (or USB)
  • [04:59:17] <ds2> even GPIO's if you use the right card
  • [04:59:21] <deadaim> not this one though, right? http://www.sparkfun.com/products/8628
  • [04:59:30] <deadaim> ah, i need one with a serial port..
  • [04:59:36] <dm8tbr> what it runs on telekinesis?
  • [04:59:48] <dm8tbr> 9600bps TTL and RS232 output
  • [04:59:55] <dm8tbr> pls do your homework...
  • [05:00:33] <deadaim> deal. thanks for the help! :)
  • [05:00:55] <ds2> can we please record an F until you can prove otherwise ;)
  • [05:01:27] <deadaim> lol, I can't say hardware is my thing -- software definitely is, i love it :)
  • [05:02:53] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) has joined #beagle
  • [05:08:32] <_av500_> google was used in this assigment, so no pass
  • [05:11:49] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [06:03:57] * mnt_real (~mnt_real@bas1-montreal43-1177820190.dsl.bell.ca) Quit (Ping timeout: 250 seconds)
  • [06:05:01] * Cubi_ (~cubi@static-87-79-65-72.netcologne.de) has joined #beagle
  • [06:18:05] * W1N9Zr0 (~W1N9Zr0@69-165-245-171.cable.teksavvy.com) Quit (Ping timeout: 260 seconds)
  • [06:20:38] <ds2> ARRG
  • [06:24:41] * W1N9Zr0 (~W1N9Zr0@69.165.245.171) has joined #beagle
  • [06:28:39] * cwillu (~cwillu@cwillu.com) Quit (Ping timeout: 252 seconds)
  • [06:30:23] * mnt_real (~mnt_real@bas1-montreal43-2925255969.dsl.bell.ca) has joined #beagle
  • [06:30:50] * lyakh (~lyakh@dslb-178-001-227-112.pools.arcor-ip.net) has joined #beagle
  • [06:36:29] * thaytan (~jan@58.145.148.115) has joined #beagle
  • [06:42:12] <thurbad> you guys are harsh sometimes :P
  • [06:46:16] * siji (~siji@triband-mum-120.60.163.80.mtnl.net.in) has joined #beagle
  • [06:51:40] <dm8tbr> life's a bitch, and it will screw you when you least expect it. ;)
  • [06:51:54] <_av500_> harsh?
  • [06:56:14] <ds2> _av500_: cheap?
  • [07:10:20] * raster (raster@enlightenment/developer/raster) has joined #beagle
  • [07:13:59] * W1N9Zr0 (~W1N9Zr0@69.165.245.171) Quit (Ping timeout: 240 seconds)
  • [07:15:08] * W1N9Zr0 (~W1N9Zr0@69-165-245-171.cable.teksavvy.com) has joined #beagle
  • [07:16:08] * florian (~fuchs@port-217-146-132-69.static.qsc.de) has joined #beagle
  • [07:16:08] * florian (~fuchs@port-217-146-132-69.static.qsc.de) Quit (Changing host)
  • [07:16:08] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [07:17:00] * thaytan (~jan@58.145.148.115) Quit (Ping timeout: 260 seconds)
  • [07:45:41] * thaytan (~jan@58.145.148.115) has joined #beagle
  • [07:53:11] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
  • [07:55:41] * bgamari (~ben@gamari.physics.umass.edu) Quit (Ping timeout: 240 seconds)
  • [07:57:41] <l4> hi, is it "legal" to pass cmem allocated memory to v4l2 as user-ptr buffer?
  • [07:57:56] <l4> giving that it's outside kernel address space...
  • [08:18:30] <_av500_> yes
  • [08:21:03] <_av500_> i did that in the past
  • [08:22:47] <koen> _av500_: you win!
  • [08:22:51] <l4> i get a crash in v7_dma_inv_range with "Unable to handle kernel paging request" when i try to do that
  • [08:23:16] <l4> it's on overo with .34 though, are they that different?
  • [08:23:45] <_av500_> l4: i did that last time 2ys ago, so it could have changed
  • [08:24:06] <_av500_> on some .20ish kernels back then
  • [08:24:16] <_av500_> and maybe I needed to patch them slightly :)
  • [08:24:18] <l4> i think it worked on .32 with beagle for me too...
  • [08:24:24] <_av500_> ok
  • [08:24:30] <_av500_> then you have a base to compare against
  • [08:27:13] * ant_work (~andrea@host6-80-static.42-85-b.business.telecomitalia.it) has joined #beagle
  • [08:28:10] <l4> i suspect "fix for speculative prefetching", not sure if i could just remove that...
  • [08:30:05] <l4> at least i know it should work, thanks :)
  • [08:37:26] * jeybop (~jerome@wmh38-4-88-179-49-159.fbx.proxad.net) has joined #beagle
  • [08:37:28] <jeybop> hi
  • [08:43:15] <jeybop> is there a recommended distribution for XBMC on the beagleboard? is there a distribution more uptodate with graphical accelerator?
  • [08:43:59] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Ping timeout: 240 seconds)
  • [08:44:41] <koen> jeybop: only angstrom has the accelerated xbmc
  • [08:57:19] <_av500_> koen: used the IVA dsp acceleration?
  • [08:57:23] <_av500_> using
  • [09:00:30] * jpirko (~jirka@ip-89-102-9-203.net.upcbroadband.cz) has joined #beagle
  • [09:01:00] * jpirko (~jirka@ip-89-102-9-203.net.upcbroadband.cz) Quit (Remote host closed the connection)
  • [09:03:18] * topfs2 (~topfs2@xbmc/staff/topfs2) has joined #beagle
  • [09:06:45] * _koen_ (~x0115699@nat/ti/x-yrmlwihvrmsqctng) has joined #beagle
  • [09:08:28] <jeybop> hi topfs2 do you confirm that angstrom is the recommended distribution for xbmc?
  • [09:08:56] <topfs2> for beagle yeah I'd say its the best
  • [09:09:02] <_av500_> jeybop: you dont trust koen's word?
  • [09:09:07] <topfs2> its more about the hw than about xbmc
  • [09:09:20] <topfs2> angstrom rocks on the beagle IMO :)
  • [09:09:46] * chainsawbike (~chainsawb@chainsawbike-1-pt.tunnel.tserv25.sin1.ipv6.he.net) Quit (Ping timeout: 260 seconds)
  • [09:10:38] <jeybop> _av500_, it is not about trust, I saw that topfs2 is the main contributor for XBMC on the beagleboard
  • [09:11:36] <topfs2> not sure thats correct but sure. I did gsoc on it and I do xbmc dev but looots of devs contribute for xbmc on arm :)
  • [09:11:53] * chainsawbike (~chainsawb@chainsawbike-1-pt.tunnel.tserv25.sin1.ipv6.he.net) has joined #beagle
  • [09:11:54] <topfs2> I haven't had the time to play with the beagle in a long time sadly
  • [09:12:35] <jeybop> ok thanks
  • [09:12:48] <jeybop> and thanks too _koen_
  • [09:15:24] * cwillu (~cwillu@cwillu.com) has joined #beagle
  • [09:28:32] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) has joined #beagle
  • [09:44:18] * Ceriand|desktop (~Ceriand@unaffiliated/ceriand) Quit (Quit: Leaving.)
  • [09:47:17] * kunguz (~kaan@212.175.32.132) has joined #beagle
  • [09:50:08] * jpirko (~jirka@nat/redhat/x-vadtxxwyemzfwlwa) has joined #beagle
  • [09:51:21] * Electric_Monk (~colin@87-194-159-227.bethere.co.uk) Quit (Ping timeout: 255 seconds)
  • [09:56:50] * mnt_real (~mnt_real@bas1-montreal43-2925255969.dsl.bell.ca) Quit (Remote host closed the connection)
  • [10:23:02] * Tectu (~quassel@221-112.195-178.cust.bluewin.ch) has joined #beagle
  • [10:40:00] * raster (raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [10:57:11] * sundar_ (7aae0424@gateway/web/freenode/ip.122.174.4.36) has joined #beagle
  • [11:08:00] <sundar_> can somebody help me on getting pvr drivers for bbxm?
  • [11:08:33] <siji> sundar_, which OS u are using
  • [11:08:49] <sundar_> siji, linux
  • [11:08:58] <siji> :)
  • [11:09:01] <koen> sundar_: if you use angstrom, it's jsut opkg install libgles-omap3
  • [11:09:07] <siji> which distro ?
  • [11:09:40] <sundar_> koen, i have necessity to install custom kernel modules, i need kernel headers for the distro
  • [11:10:13] * woglinde (~henning@fb-n15-11.unbelievable-machine.net) has joined #beagle
  • [11:10:27] <sundar_> siji, i use angstrom at the moment. i need qws with sgx acceleration which is why i am after pvr compilation
  • [11:10:29] <woglinde> hiho
  • [11:10:51] <sundar_> hi woglinde!!
  • [11:11:35] <siji> sundar_, as koen said opkg install libgles-omap3 will take care of those drrvers
  • [11:11:41] <siji> *drivers
  • [11:11:59] * jluisn (~quassel@187.115.172.24) has joined #beagle
  • [11:12:01] <sundar_> siji, i have drivers currently installed.
  • [11:12:29] <sundar_> it gives me acceleration to x11 not Qt's qws
  • [11:12:58] <siji> your pvr is running ?
  • [11:13:06] <siji> have you tested ?
  • [11:13:14] <sundar_> I have to compile qtembedded against a _compiled_ pvr source to get the gfx libraries for qws
  • [11:13:52] <woglinde> sundar yes
  • [11:14:00] <woglinde> but oe should be doing for you
  • [11:14:33] <sundar_> woglinde, the other day i tried your suggestion to compile the linux-omap-2.6 kernel
  • [11:14:38] <sundar_> that was done
  • [11:14:51] <sundar_> but the sgx drivers were not
  • [11:15:18] <sundar_> keep getting some more compilation issues after applying the gfx-patch for .38
  • [11:15:24] <woglinde> qt4-embedded-gles_4.7.3.bb
  • [11:15:25] <woglinde> QT_GLFLAGS = "-opengl es2 -depths 16,24,32 -plugin-gfx-powervr"
  • [11:15:50] <woglinde> why you need .38 again?
  • [11:16:20] <sundar_> i have linux-omap-2.6 kernel which seems to be 2.6.39
  • [11:17:00] <sundar_> but in the Makefile i could see 3.0.0 rc6 O.o
  • [11:17:12] <sundar_> is omap following a different version convention?
  • [11:18:42] <woglinde> which oe are you using?
  • [11:19:38] <sundar_> woglinde, i use angstrom
  • [11:20:15] <sundar_> sorry if i confuse you but am a beginner
  • [11:20:28] <siji> sundar_, you mean angstrom from narcissus (online builder) ?
  • [11:20:54] <hitlin37> http://www.engadget.com/2011/07/20/the-ultimate-kirf-fake-apple-store-spotted-in-china/
  • [11:21:01] <sundar_> siji, i first tried from sakoman.com
  • [11:21:03] <hitlin37> this one raises the bar in KIRF
  • [11:21:57] <sundar_> ill be back in an hour. thanks for the help so far..
  • [11:24:58] * Tectu (~quassel@221-112.195-178.cust.bluewin.ch) Quit (Remote host closed the connection)
  • [11:25:05] <woglinde> angstroem is distribution
  • [11:25:32] <woglinde> angstroem is build with oe
  • [11:26:02] <koen> sundar_: for qt, just install qt4-embedded-plugin-gfxdriver-gfxpvregl
  • [11:26:23] <sundar_> koen, can i install that with opkg?
  • [11:26:31] <woglinde> o.O
  • [11:26:39] <woglinde> yes take a wirless cable
  • [11:26:49] <sundar_> :)
  • [11:26:58] <sundar_> woglinde, am not that dumb :D
  • [11:27:17] <siji> sundar_, opkg install qt4-embedded-plugin-gfxdriver-gfxpvregl
  • [11:27:43] <siji> sundar_, I suggest you to refer some of the basic documentations about OE , Angstrom etc..
  • [11:27:58] <woglinde> siji -> < sundar_> woglinde, am not that dumb :D
  • [11:28:15] <woglinde> he proably need opkg update
  • [11:28:20] <siji> woglinde, :)
  • [11:28:29] <woglinde> and opkg list | grep pvr
  • [11:30:51] <siji> am not getting the logic behind to build everything from scratch even ready-made & easy solutions are available like narcissus
  • [11:31:03] <koen> 3.0 on beagle?
  • [11:31:04] <koen> http://pastebin.com/R6qNjWTt
  • [11:31:28] * sundar_ (7aae0424@gateway/web/freenode/ip.122.174.4.36) Quit (Ping timeout: 252 seconds)
  • [11:31:30] <koen> siji: apparently it's the braindamage you get when using qt
  • [11:31:52] <koen> siji: pretty much everyone I meet that wants to use qt tries to build it on their own (and fail)
  • [11:32:08] <siji> koen, ok
  • [11:32:25] <Crofton|work> any chance of making qt with gl and not having to hack yet?
  • [11:33:06] <siji> koen, anyway i hant tired qt yet
  • [11:43:10] * panto (~panto@vfppp062038104093.dsl.hol.gr) has joined #beagle
  • [11:48:19] <koen> Crofton|work: that's the plan for meta-ti in oe-core
  • [11:48:39] <Crofton|work> fix qt-gles?
  • [11:49:07] <koen> no, enable opengl globally for TI socs if you have meta-ti in your bblayers.conf
  • [11:49:42] <Crofton|work> I assumem that is code for I can build qt and it will have gl support
  • [11:50:02] <Crofton|work> I really need to figure out what in gnuradio sucked in gl
  • [11:50:04] * Darren (~darreneth@nat/ti/x-hlnsfiotijukqarp) has joined #beagle
  • [11:50:29] <koen> Crofton|work: dunno if *you* can build it, but others can :)
  • [11:50:55] * koen looks at the if(user==balister) code block in the recipe
  • [11:51:41] <Crofton|work> heh
  • [12:00:04] * kevinsc (~a0214685@nat/ti/x-djokqfevpgajenfj) has joined #beagle
  • [12:08:03] <woglinde> lol
  • [12:09:06] <woglinde> crofton um some gui?
  • [12:09:12] <woglinde> for gnuradio
  • [12:09:57] <Crofton> yeah
  • [12:10:17] <woglinde> and gl
  • [12:10:53] <woglinde> with mesa-softgl, gles stuff comes a major pain in the ass
  • [12:11:28] * siji (~siji@triband-mum-120.60.163.80.mtnl.net.in) Quit (Ping timeout: 252 seconds)
  • [12:16:47] * klaus (563d4689@gateway/web/freenode/ip.86.61.70.137) has joined #beagle
  • [12:19:50] * klaus (563d4689@gateway/web/freenode/ip.86.61.70.137) Quit (Client Quit)
  • [12:22:18] * Openfree^ (~Openfree`@116.237.91.156) has joined #beagle
  • [12:24:22] * siji (~siji@triband-mum-120.60.148.167.mtnl.net.in) has joined #beagle
  • [12:38:15] * W1N9Zr0 (~W1N9Zr0@69-165-245-171.cable.teksavvy.com) Quit (Ping timeout: 252 seconds)
  • [12:38:45] * benmcnelly1 (~ben@173-22-51-91.client.mchsi.com) Quit (Read error: Connection reset by peer)
  • [12:39:51] * benmcnelly (~ben@173-22-51-91.client.mchsi.com) has joined #beagle
  • [12:40:59] * sundar (7aae0424@gateway/web/freenode/ip.122.174.4.36) has joined #beagle
  • [12:41:16] * tegila (~tegila@189-015-142-067.xd-dynamic.ctbcnetsuper.com.br) has joined #beagle
  • [12:41:50] * Openfree^ (~Openfree`@116.237.91.156) Quit (Remote host closed the connection)
  • [13:02:24] * kevinsc (~a0214685@nat/ti/x-djokqfevpgajenfj) Quit (Quit: Leaving.)
  • [13:02:45] * kevinsc (~a0214685@nat/ti/x-zyksbihmgnlngycf) has joined #beagle
  • [13:11:40] * thaytan (~jan@58.145.148.115) Quit (Ping timeout: 260 seconds)
  • [13:15:37] * novogrammer (~novogramm@w0109-114-22-180-110.uqwimax.jp) has joined #beagle
  • [13:22:12] * hitlin37 (7ab02209@gateway/web/freenode/ip.122.176.34.9) Quit (Ping timeout: 252 seconds)
  • [13:29:22] * plm (~plm@65.111.170.40) Quit (Quit: window)
  • [13:29:37] * plm (~plm@65.111.170.40) has joined #beagle
  • [13:35:04] * bgamari (~ben@gamari.physics.umass.edu) has joined #beagle
  • [13:36:26] * woglinde (~henning@fb-n15-11.unbelievable-machine.net) Quit (Quit: till later)
  • [13:40:35] * howlymowly (~quassel@tubsat.fb12.tu-berlin.de) Quit (Ping timeout: 252 seconds)
  • [13:41:19] * howlymowly (~quassel@tubsat.fb12.tu-berlin.de) has joined #beagle
  • [13:41:19] * howlymowly (~quassel@tubsat.fb12.tu-berlin.de) has joined #beagleboard
  • [13:41:35] * djlewis (~djlewis@75.15.65.123) has joined #beagleboard
  • [13:41:35] * djlewis (~djlewis@75.15.65.123) has joined #beagle
  • [13:41:37] * howlymowly (~quassel@tubsat.fb12.tu-berlin.de) Quit (Remote host closed the connection)
  • [13:42:01] * mnt_real (~mnt_real@bas1-montreal43-2925255969.dsl.bell.ca) has joined #beagle
  • [13:45:58] * _koen_ (~x0115699@nat/ti/x-yrmlwihvrmsqctng) Quit (Ping timeout: 258 seconds)
  • [13:51:18] * l4 (~l4@88.119.128.50) Quit (Quit: Leaving.)
  • [13:52:04] * jefferai (~quassel@kde/amarok/mitchell) Quit (Ping timeout: 246 seconds)
  • [13:53:00] * jefferai (~quassel@kde/amarok/mitchell) has joined #beagle
  • [13:57:48] * jefferai (~quassel@kde/amarok/mitchell) Quit (Ping timeout: 252 seconds)
  • [13:59:37] * jefferai (~quassel@quassel.jefferai.org) has joined #beagle
  • [13:59:41] * jefferai (~quassel@quassel.jefferai.org) Quit (Changing host)
  • [13:59:41] * jefferai (~quassel@kde/amarok/mitchell) has joined #beagle
  • [14:03:43] * jefferai (~quassel@kde/amarok/mitchell) Quit (Excess Flood)
  • [14:05:10] * jefferai (~quassel@kde/amarok/mitchell) has joined #beagle
  • [14:06:28] * jefferai (~quassel@kde/amarok/mitchell) Quit (Excess Flood)
  • [14:06:47] * jefferai (~quassel@kde/amarok/mitchell) has joined #beagle
  • [14:09:18] * BThompson (~a0193480@nat/ti/x-xjbmxqztkeghgdkp) has joined #beagle
  • [14:11:20] * arcanescu (925706ef@gateway/web/freenode/ip.146.87.6.239) Quit (Ping timeout: 252 seconds)
  • [14:11:23] * jefferai (~quassel@kde/amarok/mitchell) Quit (Excess Flood)
  • [14:11:45] * jefferai (~quassel@kde/amarok/mitchell) has joined #beagle
  • [14:23:41] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [14:30:48] * icepeda (~israel@189.152.116.54) Quit (Ping timeout: 255 seconds)
  • [14:31:00] * jeybop (~jerome@wmh38-4-88-179-49-159.fbx.proxad.net) Quit (Remote host closed the connection)
  • [14:33:34] * joelagnel (~joel@nat/ti/x-mucxfbdrdzwtncpk) has joined #beagle
  • [14:37:33] * emeb (~ericb@ip72-223-93-59.ph.ph.cox.net) has joined #beagle
  • [14:38:21] * DesertZ (~quassel@tc-2405.cscm.Informatik.UniBw-Muenchen.de) has joined #beagleboard
  • [14:38:24] * DesertZ (~quassel@tc-2405.cscm.Informatik.UniBw-Muenchen.de) Quit (Remote host closed the connection)
  • [14:42:46] * bgamari (~ben@gamari.physics.umass.edu) Quit (Ping timeout: 264 seconds)
  • [14:43:01] * raster (~raster@enlightenment/developer/raster) has joined #beagle
  • [14:43:13] * Cubi_ (~cubi@static-87-79-65-72.netcologne.de) Quit (Quit: Verlassend)
  • [14:43:59] * bgamari (~ben@physicsnat56.physics.umass.edu) has joined #beagle
  • [14:50:51] * prpplague is now known as prpplague^2
  • [14:56:07] * bgamari (~ben@physicsnat56.physics.umass.edu) Quit (Ping timeout: 240 seconds)
  • [14:58:15] * bgamari (~ben@gamari.physics.umass.edu) has joined #beagle
  • [14:58:53] * icepeda (~israel@187.172.26.128) has joined #beagle
  • [15:02:32] * raster (~raster@enlightenment/developer/raster) Quit (Quit: Gettin' stinky!)
  • [15:03:52] * ozk (~ozk@pool-71-170-15-185.dllstx.fios.verizon.net) has joined #beagle
  • [15:10:17] * jorge__ (~chr@77.209.92.140) has joined #beagle
  • [15:13:11] * chr9 (~chr@77.209.72.34) Quit (Ping timeout: 260 seconds)
  • [15:21:35] * peabody124 (~peabody12@c-98-196-22-185.hsd1.tx.comcast.net) Quit (Quit: peabody124)
  • [15:23:11] * jayabharath (~jayabhara@nat/ti/x-xaddniriqpspfntf) has joined #beagle
  • [15:40:16] * kunguz (~kaan@212.175.32.132) Quit (Remote host closed the connection)
  • [15:40:31] * ant_work (~andrea@host6-80-static.42-85-b.business.telecomitalia.it) Quit (Quit: ChatZilla 0.9.87 [Firefox 5.0/20110615151330])
  • [15:47:55] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Quit: Client exiting)
  • [15:53:03] * djlewis (~djlewis@75.15.65.123) Quit (Quit: Leaving.)
  • [15:53:11] * djlewis (~djlewis@75.15.65.123) has joined #beagleboard
  • [15:53:11] * djlewis (~djlewis@75.15.65.123) has joined #beagle
  • [15:53:31] * DJW|Home (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com) has joined #beagle
  • [15:54:39] <mru> koen: http://www.evilmadscientist.com/article.php/candyfab
  • [15:55:21] * prpplague (~danders@nat/ti/x-cvotjngfnljuyxos) has joined #beagle
  • [15:56:45] * DJWillis (djwillis@cpc3-bath5-2-0-cust220.aztw.cable.virginmedia.com) Quit (Ping timeout: 255 seconds)
  • [16:00:25] * jpirko (~jirka@nat/redhat/x-vadtxxwyemzfwlwa) Quit (Quit: Leaving)
  • [16:11:07] * siji (~siji@triband-mum-120.60.148.167.mtnl.net.in) Quit (Quit: Leaving)
  • [16:14:16] * Ceriand|work (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [16:14:52] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [16:23:30] * Darren (~darreneth@nat/ti/x-hlnsfiotijukqarp) Quit (Ping timeout: 258 seconds)
  • [16:26:16] * sundar (7aae0424@gateway/web/freenode/ip.122.174.4.36) Quit (Ping timeout: 252 seconds)
  • [16:27:33] <koen> mru: I would get way too fat with such a machine on my desk
  • [16:28:39] <mru> they should make a machine that prints shapes from doughnut material
  • [16:32:41] * emeb (~ericb@ip72-223-93-59.ph.ph.cox.net) Quit (Quit: Leaving.)
  • [16:36:08] * jkridner|work (~a0321898@nat/ti/x-ehuqtqckhotthdst) Quit (Quit: Leaving.)
  • [16:38:46] * chr9 (~chr@77.209.98.213) has joined #beagle
  • [16:41:49] * jorge__ (~chr@77.209.92.140) Quit (Ping timeout: 250 seconds)
  • [16:44:06] * rcf (~rcf@155.201-243-81.adsl-dyn.isp.belgacom.be) has joined #beagle
  • [16:46:24] <joelagnel> koen, it seems Gerald's issue with totem is pulseaudio again
  • [16:47:08] <joelagnel> ** Message: Error: Failed to connect stream: No such entity pulsesink.c(930)
  • [16:47:49] <joelagnel> killing pulseaudio makes the video play
  • [16:48:02] <joelagnel> jkridner, ^
  • [16:49:02] * arcanescu (925706ef@gateway/web/freenode/ip.146.87.6.239) has joined #beagle
  • [16:50:16] <arcanescu> im trying to display a received stream .... i keep getting http://pastebin.com/pYAYC20K .... i just do a simple testsrc to sink it works fine....
  • [16:50:20] * djlewis (~djlewis@75.15.65.123) Quit (Quit: Leaving.)
  • [16:53:04] <koen> joelagnel: logging in as root or as a normal user?
  • [16:53:20] <joelagnel> koen, root
  • [16:53:33] <joelagnel> the built image had only root
  • [16:53:46] <joelagnel> logging in as a normal "root" user :p
  • [16:55:36] * topfs2 (~topfs2@xbmc/staff/topfs2) Quit (Ping timeout: 276 seconds)
  • [16:55:54] <_av500_> joelagnel: "killing pulseaudio makes the video play" - the answer is part of the question
  • [16:56:12] <joelagnel> ;)
  • [16:57:38] <koen> joelagnel: try as a normal user
  • [17:00:23] * Darren (~darreneth@nat/ti/x-eknhjklzcnvtxrqo) has joined #beagle
  • [17:02:59] * jconnolly (~jconnolly@66.43.64.66) Quit (Quit: leaving)
  • [17:03:07] * jconnolly (~jconnolly@66.43.64.66) has joined #beagle
  • [17:03:33] * sakoman__ (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) Quit (Remote host closed the connection)
  • [17:12:19] * sakoman (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagle
  • [17:12:19] * sakoman (~sakoman@static-74-41-60-154.dsl1.pco.ca.frontiernet.net) has joined #beagleboard
  • [17:36:00] * Xerion (~xerion@5419A766.cm-5-2c.dynamic.ziggo.nl) Quit (Quit: )
  • [17:38:20] * tlab (~tlab@c-98-223-20-100.hsd1.in.comcast.net) Quit (Quit: Leaving)
  • [17:40:58] * av500 (~av500@p50996ded.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
  • [17:41:14] * av500 (~av500@p50996ded.dip0.t-ipconnect.de) has joined #beagle
  • [17:42:52] * tlab (~tlab@c-98-223-20-100.hsd1.in.comcast.net) has joined #beagle
  • [17:48:45] * Gaston|Home (Gaston@c-e92fe353.155-1-64736c11.cust.bredbandsbolaget.se) Quit (Ping timeout: 260 seconds)
  • [17:50:56] * Xerion (~xerion@5419A766.cm-5-2c.dynamic.ziggo.nl) has joined #beagle
  • [18:27:33] <Crofton|work> http://pastebin.com/F4c8bWER
  • [18:29:24] <Crofton|work> oops
  • [18:31:02] * jkridner|work (~a0321898@nat/ti/x-lbhksprvlavylced) has joined #beagle
  • [18:33:08] * drky (4f831d24@gateway/web/freenode/ip.79.131.29.36) Quit (Ping timeout: 252 seconds)
  • [18:35:07] * kike_mp (4de1136b@gateway/web/freenode/ip.77.225.19.107) has joined #beagle
  • [18:36:57] * florian (~fuchs@Maemo/community/contributor/florian) has joined #beagle
  • [18:43:50] <kike_mp> Hi everybody, I have an issue with de BB xM rev C. The USB ports don??t work. I have used xM rev B and they worked fine. Someone could help me with this trouble? Thanks!
  • [18:44:51] <kike_mp> I am using the same mmc in both BB rev B and rev C
  • [18:44:54] <koen> kike_mp: update your mlo/uboot/kernel
  • [18:46:09] <kike_mp> ok, and where I can find the latest stable versions of mlo/uboot/kernel?
  • [18:46:51] <koen> if you're using angstrom it should just by an opkg upgrade away
  • [18:48:37] <kike_mp> aam...that is another problem for me, because I am working at University of Cantabria, and they filter the mac address, so I am not be able to conect ethernet yet
  • [18:49:07] <kike_mp> I can??t fix the mac yet (I??m trying it)
  • [18:49:08] <ds2> and that is a hurdle?
  • [18:49:09] * Electric_Monk (~colin@87-194-159-227.bethere.co.uk) has joined #beagle
  • [18:49:23] <ds2> throw in some gNATs
  • [18:49:50] <ds2> let them lock down all the lower layers of the 7 layer burrito and just play with the upper ones
  • [18:54:59] <kike_mp> sorry, but if I can??t conect on the Internet where can I find the latest mlo/uboot/kernel?
  • [18:55:20] <_av500_> you are on irc
  • [18:55:26] <_av500_> ic is on the internet
  • [18:55:29] <_av500_> irc
  • [18:55:39] <_av500_> thus you can connect to the internet
  • [18:55:48] <_av500_> thus you can download mlo etc
  • [18:55:54] <_av500_> do you need a formal proof?
  • [18:58:00] <kike_mp> I can??t conect with the beagle I mean, I??m using mi PC
  • [18:58:08] <kike_mp> my PC
  • [19:00:12] <_av500_> and?
  • [19:00:19] <_av500_> downalod to pc and write to the sd card
  • [19:02:11] <kike_mp> that is what I want, my question is where can I find the newest files
  • [19:02:24] <kike_mp> I am new with the BB
  • [19:06:19] <arcanescu> whenever i try to use my v4l2src I get http://pastebin.com/pvGqjcu7 .... any clues to what migth be causing this?
  • [19:11:15] <_av500_> tvp514x?
  • [19:11:21] <arcanescu> yes
  • [19:11:33] <arcanescu> tvp5146
  • [19:12:00] <_av500_> make sure a simple v4l2 test app works
  • [19:12:04] <_av500_> before you move to gst
  • [19:12:11] <arcanescu> where can i find that?
  • [19:12:26] <_av500_> the internet
  • [19:13:02] <arcanescu> i thought it might be with the dvsdk
  • [19:13:09] <_av500_> maybe
  • [19:13:19] <_av500_> I have no clue what is in the dvsdk
  • [19:13:47] * tegila (~tegila@189-015-142-067.xd-dynamic.ctbcnetsuper.com.br) Quit (Quit: Leaving.)
  • [19:19:47] <kike_mp> could someone explain the reason why the USB ports don??t work in xM revC?
  • [19:24:28] * tegila (~tegila@189-015-142-067.xd-dynamic.ctbcnetsuper.com.br) has joined #beagle
  • [19:27:20] <thurbad> they do, you just need to get a kernel that is rev c aware and takes the polarity switch from rev b to rev c into account
  • [19:42:46] <kike_mp> ok thanks, could you tell me where can I download the latest version of kernel and mlo?
  • [19:49:06] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) Quit (Ping timeout: 260 seconds)
  • [19:52:48] * phantoxe (~destroy@a95-92-86-197.cpe.netcabo.pt) has joined #beagle
  • [19:59:54] * ceeo (82405793@gateway/web/freenode/ip.130.64.87.147) has joined #beagle
  • [20:01:06] <ceeo> Hi I have a BB-XM rev C and i am trying to applay the patch to fix the random mac address but when i type patch -p1 < kernel.patch it is asking me "File to patch:" and I don't know which file I must patch
  • [20:02:41] <spacecolonyone> I think it is /drivers/net/usb/smsc95xx.c
  • [20:03:22] <spacecolonyone> based on either of the patches listed here: http://www.electronsonradio.com/2011/07/angstrom-on-the-beagleboard-fixing-your-mac-address/
  • [20:03:35] <spacecolonyone> ceeo are you using bitbake?
  • [20:03:47] <ceeo> Yes that's exactly the website i am reading
  • [20:03:54] <ceeo> what is bitbake
  • [20:04:04] * jbrown__ is now known as puppeh
  • [20:04:06] * bgamari (~ben@gamari.physics.umass.edu) Quit (Ping timeout: 276 seconds)
  • [20:04:10] * puppeh is now known as |puppeh|
  • [20:04:25] <ceeo> Because it seems that the file drivers/net/usb/smsc95xx.c doesn't exist
  • [20:04:36] <spacecolonyone> the cross platform build toolchain that is part of openembedded
  • [20:05:06] * bgamari (~ben@physicsnat56.physics.umass.edu) has joined #beagle
  • [20:05:44] <ceeo> I am not using it sorry
  • [20:06:26] <ceeo> Because i thought i could just put the file on the beagleboard and apply directly the patch
  • [20:06:36] <spacecolonyone> oh well. I was hoping you'd succeed where I've been failing and then could teach me
  • [20:06:50] * spacecolonyone goes to look for mystery file
  • [20:06:57] <ceeo> sorry
  • [20:08:37] <spacecolonyone> no worries. I'm still very interested in the steps you end up taking. I might be able to piece it together.
  • [20:08:47] <ceeo> does someone know how to apply the patch for the mac address?
  • [20:08:53] <spacecolonyone> The file is listed in the linux-omap tree
  • [20:08:54] <spacecolonyone> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=tree;f=drivers/net/usb;h=7f513e25de7feeb3995a2864ce2f3101cef178d3;hb=HEAD
  • [20:10:07] <ceeo> I don't know i just dowmloaded an Angstrom Image from narcissus and i don't know where to find this thing
  • [20:12:13] <spacecolonyone> Ahh, I don't know much of anything about patching the compiled kernel. I think you need the headers used (at a minimum). If you can get the sdk from Narcissus as well then that should have what you need
  • [20:13:17] <spacecolonyone> Yo, Ben!
  • [20:15:43] <_av500_> ceeo: you need to patch the kernel and recompile it
  • [20:16:27] <spacecolonyone> av500: isn't it "theoretically" possible to patch a compiled kernel image
  • [20:17:45] <ceeo> yes but the problem is that in /usr/src I don't have any files so I can't patch anything
  • [20:18:27] * jkridner_ (~jason@99.150.142.196) has joined #beagle
  • [20:18:27] * jkridner_ (~jason@99.150.142.196) Quit (Changing host)
  • [20:18:27] * jkridner_ (~jason@pdpc/supporter/active/jkridner) has joined #beagle
  • [20:18:35] * jkridner_ (~jason@pdpc/supporter/active/jkridner) has joined #beagleboard
  • [20:18:43] <_av500_> spacecolonyone: "theoretically"
  • [20:19:00] <_av500_> ceeo: of course not
  • [20:19:09] <_av500_> you patch it on the host and recompile there
  • [20:19:22] * jkridner (~jason@pdpc/supporter/active/jkridner) Quit (Ping timeout: 264 seconds)
  • [20:19:22] * jkridner_ is now known as jkridner
  • [20:20:05] <_av500_> ceeo: http://www.xora.org.uk/2009/12/10/openembeddedangstrom-kernel-workflow/
  • [20:20:06] <ceeo> _av500 ok thanks for this because i didn'i know that and is the patch creating a file or something?
  • [20:20:25] <_av500_> the patch is patching files
  • [20:20:27] * ahmad (d8ea22c2@gateway/web/freenode/ip.216.234.34.194) has joined #beagle
  • [20:20:36] <_av500_> ceeo: step 1) recompile the kernel
  • [20:20:44] <_av500_> step 2) patch it and recompile it
  • [20:21:01] * ahmad (d8ea22c2@gateway/web/freenode/ip.216.234.34.194) Quit (Client Quit)
  • [20:21:09] <ceeo> ok can you tell me where i get the kernel?\
  • [20:21:19] <_av500_> sec
  • [20:21:32] * ahmad (d8ea22c2@gateway/web/freenode/ip.216.234.34.194) has joined #beagle
  • [20:21:34] <spacecolonyone> av500: I've read that before and the thing that gets me is this
  • [20:21:38] <ceeo> thank you very much because i am lost with all this
  • [20:22:31] <ahmad> beagleboad xm, does it come with ethernet port? can it be powered up using PoE?
  • [20:23:07] <spacecolonyone> I add the patch file or the src uri to a bb file with patch for the kernel I'm building. now next time I update oe it shouts because I've got a "dirty" checkout
  • [20:23:11] <_av500_> http://www.angstrom-distribution.org/building-angstrom
  • [20:23:57] <spacecolonyone> So the alternative it to create my own recipe, inheriting 99% and adding the one little patch I want.
  • [20:24:41] <_av500_> ahm no spa tried to commit your changes?
  • [20:24:44] <spacecolonyone> but ther recipie files are all so interconnected I'm not sure where to stick it w/o worrying about it being overwridden or conflicting, etc.
  • [20:25:23] <_av500_> spacecolonyone: tried to commit your chnages?
  • [20:25:41] <_av500_> ceeo: see the link
  • [20:25:51] <spacecolonyone> to oe? heavens no!
  • [20:25:53] <ceeo> yes thanks i am reading
  • [20:26:18] <_av500_> ahmad: no
  • [20:26:26] <_av500_> spacecolonyone: not to oe
  • [20:26:31] <_av500_> to your local git checkout
  • [20:26:50] <_av500_> to make your git not dirty
  • [20:26:50] <_av500_> so you can update it
  • [20:27:16] <_av500_> it should then rebase your stuff on top of the new stuff
  • [20:27:22] <_av500_> basic it workflow
  • [20:27:24] <_av500_> git
  • [20:27:31] <_av500_> sry, this train 2g sucks
  • [20:27:38] <_av500_> bbl
  • [20:27:41] <ahmad> _av500: is there any way to connect it to ethernet?
  • [20:27:43] <spacecolonyone> ah, ok, that makes sense.
  • [20:28:07] <spacecolonyone> ahmad, it does have ethernet
  • [20:28:14] <spacecolonyone> just not PoE
  • [20:29:21] <ahmad> OK, that is good, what if I use poe splitter, can it be powered up using spliter?
  • [20:29:27] <ceeo> And when I have my new kernel where do I have to put it in my sd card?
  • [20:30:04] <_av500_> ahmad: if the splitter delivers 5v
  • [20:30:41] <spacecolonyone> ahmad: I don't see why not. I think you are free to use that power from the splitter to your hearts content (provided you stay in wattage)
  • [20:30:43] * benmcnelly (~ben@173-22-51-91.client.mchsi.com) Quit (Read error: Connection reset by peer)
  • [20:30:50] <_av500_> ceeo: where else?
  • [20:31:03] <ceeo> Can i just copy a pre existing kernel from internet on my sd card?
  • [20:31:19] <_av500_> sure
  • [20:31:32] <_av500_> assuming it is for the BBB
  • [20:31:39] <ceeo> yes
  • [20:31:40] <_av500_> -B
  • [20:31:45] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) Quit (Quit: leaving)
  • [20:31:56] <ceeo> i just need a kernel with the random macaddress thing fixed
  • [20:32:22] <ahmad> I don't see ethernet hub on the board, do I need to get USB hub to use ethernet?
  • [20:32:29] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) has joined #beagle
  • [20:32:52] <ceeo> and if i find this kernel would it work if i put the file on the sd card in /Angtrom/usr/src/?
  • [20:34:24] <_av500_> ahmad: XM has ethernet
  • [20:34:50] <_av500_> ceeo: ???
  • [20:35:49] <ceeo> In fact i don't know where is the kernel on the sd card
  • [20:36:07] <spacecolonyone> ceeo: it is on the boot partition uImage
  • [20:36:57] <ceeo> ok so do you have a website where i can find custom uImage with all i need?
  • [20:37:32] <_av500_> ahmad: seriously, try to google stuff
  • [20:38:46] <_av500_> ceeo: i dont
  • [20:40:24] <ceeo> ok but if I find a good uImage and if i copy it to my boot partition would it work without doing anything?
  • [20:41:07] <_av500_> yes
  • [20:41:21] <spacecolonyone> ceeo: it might, but you run the risk of it not having other features compiled in you need
  • [20:42:08] * woglinde (~heinold@g225073246.adsl.alicedsl.de) has joined #beagle
  • [20:42:14] <ceeo> ok thanks but i am just using standard things
  • [20:44:47] * novogrammer (~novogramm@w0109-114-22-180-110.uqwimax.jp) Quit (Ping timeout: 240 seconds)
  • [20:48:48] * ceeo (82405793@gateway/web/freenode/ip.130.64.87.147) Quit (Ping timeout: 252 seconds)
  • [20:50:11] * W1N9Zr0 (~W1N9Zr0@69-165-245-171.cable.teksavvy.com) has joined #beagle
  • [20:53:18] <ahmad> does beagleboard-xm come with pre-loaded ubuntu/angstrum sd card?
  • [20:54:00] * tegila (~tegila@189-015-142-067.xd-dynamic.ctbcnetsuper.com.br) Quit (Quit: Leaving.)
  • [20:54:11] <woglinde> ahmad I think yes
  • [20:54:13] <thurbad> angsrom
  • [21:01:51] * chr9 (~chr@77.209.98.213) Quit (Ping timeout: 255 seconds)
  • [21:04:29] * ahmad (d8ea22c2@gateway/web/freenode/ip.216.234.34.194) Quit (Quit: Page closed)
  • [21:04:34] <joelagnel> no ubuntu
  • [21:04:44] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) has joined #beagle
  • [21:12:31] * bgamari (~ben@physicsnat56.physics.umass.edu) Quit (Ping timeout: 260 seconds)
  • [21:14:02] * bgamari (~ben@gamari.physics.umass.edu) has joined #beagle
  • [21:14:26] * chr9 (~chr@77.209.201.206) has joined #beagle
  • [21:26:28] * jluisn (~quassel@187.115.172.24) Quit (Remote host closed the connection)
  • [21:28:27] * jkridner|work (~a0321898@nat/ti/x-lbhksprvlavylced) Quit (Quit: Leaving.)
  • [21:28:54] * peabody124 (~peabody12@128.249.96.21) Quit (Quit: peabody124)
  • [21:33:45] * jkridner|work (~a0321898@nat/ti/x-urgswlhhaomjtngx) has joined #beagle
  • [21:34:18] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) Quit (Quit: leaving)
  • [21:34:38] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) has joined #beagle
  • [21:36:11] * benmcnelly (~ben@adsl-99-38-78-150.dsl.spfdmo.sbcglobal.net) has joined #beagle
  • [21:38:51] * thaytan (~jan@58.145.148.113) has joined #beagle
  • [21:39:58] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) Quit (Quit: leaving)
  • [21:40:15] * mranostay (~mranostay@108-64-218-123.lightspeed.moblal.sbcglobal.net) has joined #beagle
  • [21:49:19] <_av500_> back
  • [21:49:27] <woglinde> he av500
  • [21:49:33] <woglinde> met phh?
  • [21:49:39] <_av500_> yup
  • [21:49:45] <woglinde> ;)
  • [21:49:48] <_av500_> you kmow him?
  • [21:49:54] <woglinde> yes from ac100
  • [21:49:58] <_av500_> ah right
  • [21:52:20] * emeb (~ericb@71-209-147-30.phnx.qwest.net) has joined #beagle
  • [21:54:10] <_av500_> he still hasnt mplayer working
  • [21:57:56] <woglinde> hm
  • [21:58:03] <woglinde> it works in someparts
  • [21:58:25] <woglinde> and we dont have sound on 37/38 anyway
  • [21:58:56] <_av500_> too bad
  • [21:59:10] <_av500_> ask nvidia for the codes
  • [22:00:15] <woglinde> uhm?
  • [22:00:17] <woglinde> no
  • [22:00:18] * robtow (~rob@nat/ti/x-ligzupbcbwcbegwz) has joined #beagle
  • [22:00:24] <woglinde> there is only some part missing
  • [22:00:27] <woglinde> in glue files
  • [22:00:32] <woglinde> but we dont get it
  • [22:00:46] <_av500_> so?
  • [22:00:49] * Darren (~darreneth@nat/ti/x-eknhjklzcnvtxrqo) Quit (Ping timeout: 258 seconds)
  • [22:01:02] <_av500_> ask nvidia for the codes
  • [22:01:06] * jkridner|work1 (~a0321898@nat/ti/x-whhzeomcldsfcvdn) has joined #beagle
  • [22:02:13] * panto (~panto@vfppp062038104093.dsl.hol.gr) Quit (Quit: Leaving)
  • [22:02:29] <woglinde> _av500_ no nvidia would say ask toshiba
  • [22:03:38] <_av500_> and toshiba says to aks media markt?
  • [22:03:49] <woglinde> toshiba would say nothing
  • [22:04:07] <woglinde> only putting the request into the junk
  • [22:04:16] <_av500_> media wouldnt either :)
  • [22:04:34] * _av500_ is happy that the t2 is borken and he did not have to use it
  • [22:04:55] <woglinde> uhm?
  • [22:04:58] <woglinde> its not borken
  • [22:05:06] <woglinde> we only have this borken compal design
  • [22:05:16] <_av500_> video decode is borken
  • [22:05:30] * robtow (~rob@nat/ti/x-ligzupbcbwcbegwz) Quit (Remote host closed the connection)
  • [22:05:40] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) has joined #beagle
  • [22:05:48] * Xerion_ (~xerion@5419A766.cm-5-2c.dynamic.ziggo.nl) has joined #beagle
  • [22:05:49] <_av500_> no 1080p
  • [22:06:39] * kike_mp (4de1136b@gateway/web/freenode/ip.77.225.19.107) Quit (Quit: Page closed)
  • [22:07:56] * Ceriand|work1 (~Ceriand@unaffiliated/ceriand) has joined #beagle
  • [22:08:46] * balister_ (~balister@pool-96-240-182-99.ronkva.east.verizon.net) has joined #beagle
  • [22:09:27] * hpham_ (~hpham@fwdweb.net) has joined #beagle
  • [22:09:49] <woglinde> ah that you mean
  • [22:09:59] <woglinde> it has 1080p but not all profiles
  • [22:10:15] * mike_ (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) has joined #beagle
  • [22:10:16] <_av500_> its uselss
  • [22:10:27] <_av500_> you cannot play the content "out there"
  • [22:10:29] * mike_ is now known as Guest95185
  • [22:10:33] <mru> the hw can't do high profile
  • [22:10:39] <mru> the driver has sw fallbacks for that
  • [22:10:48] <woglinde> av500 you mean over hdmi?
  • [22:10:50] <mru> so resolution is badly limited
  • [22:10:55] <_av500_> it cant do weighted P
  • [22:11:02] <_av500_> woglinde: no
  • [22:11:05] <_av500_> in general
  • [22:11:08] <_av500_> trust me
  • [22:11:18] <_av500_> i was in a meeting with nv and they admitted that
  • [22:11:20] <woglinde> I hate this graphic stuff anyway
  • [22:11:25] <mru> it can output a 1080p image on hdmi of course
  • [22:11:27] <woglinde> av500 hehe okay
  • [22:11:29] <mru> just not decode video
  • [22:11:32] <_av500_> yes, for test it is good
  • [22:11:37] * rsalveti` (~rsalveti@201.82.65.93) has joined #beagle
  • [22:11:37] <_av500_> text
  • [22:11:47] <_av500_> your new vt100
  • [22:11:48] <woglinde> av500 someone claims his ac100 gpu overheats
  • [22:11:58] <mru> the t2 does run hot
  • [22:12:01] <_av500_> put a fan
  • [22:12:07] <_av500_> nv is used to that too
  • [22:12:10] * mru is not a fan of the t2
  • [22:12:12] * kaio_ (~kaio@fedora/kaio) has joined #beagle
  • [22:12:23] <woglinde> I know I know
  • [22:12:41] <woglinde> but is cheap now
  • [22:12:51] <_av500_> and?
  • [22:13:08] <_av500_> they are dumping surplus
  • [22:13:26] <_av500_> symbian phones are cheap too
  • [22:13:31] <woglinde> hm I satisfied with my ac100
  • [22:13:52] * jkridner|work (~a0321898@nat/ti/x-urgswlhhaomjtngx) Quit (Ping timeout: 255 seconds)
  • [22:13:52] * Ceriand|work (~Ceriand@unaffiliated/ceriand) Quit (Ping timeout: 255 seconds)
  • [22:13:53] * Xerion (~xerion@5419A766.cm-5-2c.dynamic.ziggo.nl) Quit (Ping timeout: 255 seconds)
  • [22:13:53] * Crofton|work (~balister@pool-96-240-182-99.ronkva.east.verizon.net) Quit (Ping timeout: 255 seconds)
  • [22:13:53] * hpham (~hpham@fwdweb.net) Quit (Ping timeout: 255 seconds)
  • [22:13:53] * mikey_w (~mike@pool-74-110-218-2.rcmdva.fios.verizon.net) Quit (Ping timeout: 255 seconds)
  • [22:13:53] * tlab (~tlab@c-98-223-20-100.hsd1.in.comcast.net) Quit (Ping timeout: 255 seconds)
  • [22:13:54] * rsalveti (~rsalveti@linaro/rsalveti) Quit (Ping timeout: 255 seconds)
  • [22:13:54] * kaio (~kaio@fedora/kaio) Quit (Ping timeout: 255 seconds)
  • [22:13:54] * GPSFan (~kenm@64.92.145.112) Quit (Ping timeout: 255 seconds)
  • [22:13:54] * GPSFan (~kenm@64.92.145.112) has joined #beagle
  • [22:13:57] * Xerion_ is now known as Xerion
  • [22:14:00] * tlab (~tlab@c-98-223-20-100.hsd1.in.comcast.net) has joined #beagle
  • [22:28:41] * daniel_ohh (~daniel_oh@c-98-196-63-74.hsd1.tx.comcast.net) has joined #beagle
  • [22:28:55] * daniel_ohh (~daniel_oh@c-98-196-63-74.hsd1.tx.comcast.net) has left #beagle
  • [22:31:07] * arcanescu_ (520ce125@gateway/web/freenode/ip.82.12.225.37) has joined #beagle
  • [22:31:44] <arcanescu_> I know its not the right place to ask but has someone been able to use the LI-VI365 composite video input board for the leopardboard with the dm365 or beagle for that matter of fact?
  • [22:32:47] * rsalveti` is now known as rsalveti
  • [22:32:49] * rsalveti (~rsalveti@201.82.65.93) Quit (Changing host)
  • [22:32:49] * rsalveti (~rsalveti@linaro/rsalveti) has joined #beagle
  • [22:35:44] <djlewis_> arcanescu_: send me one, I'll give it a go :)
  • [22:36:27] <arcanescu_> djlewis_ heh :) im having a strange problem with it actually.....
  • [22:36:38] <arcanescu_> somebody of gstreamer told me its a driver issue
  • [22:37:35] <djlewis_> are you first trying with the leopard board?
  • [22:38:44] <arcanescu_> not really.....
  • [22:38:55] <arcanescu_> there is a driver for the chip which is on it which is the TVP5146
  • [22:39:10] <arcanescu_> i was just reading this http://designsomething.org/leopardboard/f/34/t/378.aspx....... it cant get more confusing then this
  • [22:40:45] <djlewis_> gotta go, later...
  • [22:40:55] * djlewis_ (~djlewis@adsl-65-64-30-13.dsl.ltrkar.swbell.net) Quit (Quit: Leaving.)
  • [22:42:29] * prpplague (~danders@nat/ti/x-cvotjngfnljuyxos) Quit (Quit: Leaving)
  • [22:44:41] * pbansal (~PBansal@nat/ti/x-ivixnizyohvlfdjm) has joined #beagle
  • [22:46:24] * omsai (~quassel@ip68-14-14-15.ri.ri.cox.net) has joined #beagle
  • [22:47:59] * Crofton_ (~balister@pool-96-240-182-99.ronkva.east.verizon.net) has joined #beagle
  • [22:48:33] <woglinde> good nite
  • [22:48:38] * woglinde (~heinold@g225073246.adsl.alicedsl.de) Quit (Quit: leaving)
  • [22:50:14] * mlip|aw` (~mlip@85-127-232-93.dynamic.xdsl-line.inode.at) has joined #beagle
  • [22:50:33] * GPSFan_ (~kenm@64.92.145.112) has joined #beagle
  • [22:53:19] * jayabharath (~jayabhara@nat/ti/x-xaddniriqpspfntf) Quit (Quit: jayabharath)
  • [22:53:51] * jayabharath (~jayabhara@nat/ti/x-euocbdxwmopmcbks) has joined #beagle
  • [22:53:51] * jayabharath (~jayabhara@nat/ti/x-euocbdxwmopmcbks) Quit (Client Quit)
  • [22:54:33] * tlab (~tlab@c-98-223-20-100.hsd1.in.comcast.net) Quit (*.net *.split)
  • [22:54:33] * GPSFan (~kenm@64.92.145.112) Quit (*.net *.split)
  • [22:54:34] * icepeda (~israel@187.172.26.128) Quit (*.net *.split)
  • [22:54:34] * Crofton (~balister@pool-96-240-182-99.ronkva.east.verizon.net) Quit (*.net *.split)
  • [22:54:34] * mlip|aw (~mlip@85-127-232-93.dynamic.xdsl-line.inode.at) Quit (*.net *.split)
  • [22:54:34] * dm8tbr (dm8tbr@2001:41b8:0:f010::2) Quit (*.net *.split)
  • [22:59:31] * dm8tbr (dm8tbr@2001:41b8:0:f010::2) has joined #beagle
  • [23:01:25] * tlab (~tlab@c-98-223-20-100.hsd1.in.comcast.net) has joined #beagle
  • [23:03:12] * icepeda (~israel@187.172.26.128) has joined #beagle
  • [23:04:16] * jorge__ (~chr@77.209.12.116) has joined #beagle
  • [23:04:27] * florian (~fuchs@Maemo/community/contributor/florian) Quit (Ping timeout: 250 seconds)
  • [23:06:16] * bgamari (~ben@gamari.physics.umass.edu) Quit (Read error: Operation timed out)
  • [23:07:27] * chr9 (~chr@77.209.201.206) Quit (Ping timeout: 240 seconds)
  • [23:09:51] * lyakh (~lyakh@dslb-178-001-227-112.pools.arcor-ip.net) Quit (Quit: thanks, bye)
  • [23:10:51] * jkridner|work1 (~a0321898@nat/ti/x-whhzeomcldsfcvdn) Quit (Quit: Leaving.)
  • [23:11:03] * bgamari (~ben@physicsnat56.physics.umass.edu) has joined #beagle
  • [23:22:13] * thaytan (~jan@58.145.148.113) Quit (Ping timeout: 250 seconds)
  • [23:23:47] * rcf (~rcf@155.201-243-81.adsl-dyn.isp.belgacom.be) Quit (Quit: This war is mine)
  • [23:30:00] * phdeswer (~philippe@a83-245-252-47.elisa-laajakaista.fi) Quit (Ping timeout: 260 seconds)
  • [23:43:50] * djlewis (~djlewis@75.15.65.123) has joined #beagle
  • [23:51:02] * peabody124 (~peabody12@128.249.96.21) has joined #beagle
  • [23:54:27] * daniel_ohh (~daniel_oh@c-98-196-63-74.hsd1.tx.comcast.net) has joined #beagle