**** BEGIN LOGGING AT Tue Mar 12 02:59:58 2013 Mar 12 03:07:40 yes, 4pr Mar 12 03:07:49 ie, all the pairs in a cat5 Mar 12 03:07:57 thats not very dd at all Mar 12 03:08:19 they seem like hens teeth. Mar 12 03:09:59 http://wiki.diyfaq.org.uk/index.php?title=File:RJ45Module.jpg Mar 12 03:10:09 just the bit in picture! Mar 12 04:59:17 <_av500_> morningers Mar 12 05:12:06 * mranostay hurls a beer bottle at _av500_ Mar 12 05:12:17 is it a budweiser bottle? Mar 12 05:12:24 Beck's Mar 12 05:25:51 <_av500_> eek Mar 12 05:25:59 <_av500_> why the hate? Mar 12 05:33:07 * mranostay thinks of a witty title Mar 12 05:34:08 "Using Logic to Debug Logic" Mar 12 05:34:18 _av500_: witty or not? :P Mar 12 05:38:00 gahh Mar 12 07:19:35 Any of you tested qt5 on a beagle*? The meta-qt5 layer isn't entirely done, and has no sdk recipe yet. Working on that, but I wondered if there is a faster/hackier way to add qt5 to my rootfs for testing purposes. Mar 12 07:21:10 tasslehoff, iirc there is a branch of meta-webos that is using that. Mar 12 07:28:49 ka6sox-away: you mean using the meta-qt5 layer? anyway I suspect JaMa would know :) Mar 12 08:19:04 tasslehoff, he would indeed. Mar 12 08:35:14 ok, sorry for the delay, here is the log of the boot: http://pastebin.com/bdD17U0t Mar 12 08:36:18 after it spits out that last line, it just sits there Mar 12 08:36:25 any suggestions would be welcome Mar 12 08:38:10 just a reminder, I'm running a beagleboard xm with a 4gb sd card, kernel and everything taken from here: http://downloads.angstrom-distribution.org/demo/beagleboard/ Mar 12 08:38:55 and I've modified the uEnv.txt to have the line: console=ttyS2,115200n8 Mar 12 08:50:21 https://getmyo.com/ - anyone thought about this? Mar 12 08:54:47 abetusk_w: which rootfs did you use? Mar 12 08:55:05 abetusk_w: can you give http://downloads.angstrom-distribution.org/demo/beagleboard/Angstrom-systemd-image-eglibc-ipk-v2012.12-beagleboard.rootfs.tar.bz2 a try? Mar 12 08:55:41 moaning Mar 12 08:59:24 koen, I used the first in that link, " Angstrom-Beagleboard-demo-image-glibc-ipk-2011.1-beagleboard.rootfs.tar.bz2" Mar 12 09:00:06 I'll give the one you linked to a try. All I need to do is wipe out the old one and unpack the new one, right? No need to go through the whole make card thing again? Mar 12 09:09:03 morning Mar 12 09:21:24 abetusk_w: you only need to wipe out the second partition Mar 12 09:26:50 koen, it just hangs on 'Uncompressing Linux... done, booting the kernel.' Mar 12 09:27:03 * mru suggests earlyprintk Mar 12 09:27:49 dm8tbr: nice Mar 12 09:28:12 * dm8tbr ponders :) Mar 12 09:28:15 abetusk_w: you need to change the console again Mar 12 09:28:46 if it does have some recent kernel, your ttyS2 console won't work Mar 12 09:29:11 ah, ok, what should it be? Mar 12 09:29:12 S0? Mar 12 09:29:26 it's Linux, they're not trying to break userspace ABI, but they break everything else quite often :) Mar 12 09:29:55 old kernel: ttyS2 Mar 12 09:29:59 new kernel: ttyO2 Mar 12 09:30:15 as in 'oh', right? Mar 12 09:30:23 as in omap Mar 12 09:34:13 hmm, still no kernel messages. this is my uEnv.txt: Mar 12 09:34:27 console=ttyO2,115200n8 Mar 12 09:37:32 O0 Mar 12 09:37:50 for bone Mar 12 09:37:51 no? Mar 12 09:37:56 it's XM Mar 12 09:38:06 oh Mar 12 09:38:09 av500: 2.6.32 doesn't work on bone Mar 12 10:04:33 ok, for those who suggested using interfaces for networking yesterday, is there a standard way to manipulate the interfaces file? Mar 12 10:04:43 vi Mar 12 10:04:46 the most sane way I can think at the moment is: Mar 12 10:04:53 app sets new address (dhcp/manual) Mar 12 10:05:10 /etc/network/interfaces is an ifupdown thing Mar 12 10:05:15 for networking, using a network interface is indeed a good idea Mar 12 10:05:19 then writes brand new interface file, rather than trying to manipulate the current one Mar 12 10:05:39 whoever called it "built into linux" should be beaten Mar 12 10:05:40 * mru never liked ifup/down Mar 12 10:05:58 yes, I'm trying to find a simple network manager that I can manipulate from within a C application Mar 12 10:06:25 use netlink Mar 12 10:06:50 is that a direct interface to the kernel networking? Mar 12 10:06:55 yes Mar 12 10:07:06 look at the connman sources, it's a thin wrapper around netlink Mar 12 10:07:17 with a big dbus binding on top :) Mar 12 10:07:20 or read the kernel docs directly Mar 12 10:07:27 but that would be too easy I guess Mar 12 10:07:30 ::effort:: Mar 12 10:07:54 I just don't want to re-invent the wheel Mar 12 10:08:11 jackmitchell: pick a color first! Mar 12 10:08:25 connman did 80% of what I wanted but I didn't like dbus and the glib dependancy Mar 12 10:09:34 if I'm managing with netlink, then I'm going to be keeping custom network files and writing scripts to start the interfaces on boot, which is kind of what ifupdown interfaces is, no? Mar 12 10:10:21 get lua-in-kernel from BSD and write it in lua Mar 12 10:17:32 I'm using ash-scripts together with mdev on my minimal systems. so udev is an alternative too Mar 12 10:17:54 er Mar 12 10:17:57 iproute2? Mar 12 10:18:34 * biot wonders what's wrong with the world that people are still using ifconfig Mar 12 10:18:43 +1 Mar 12 10:18:55 who talked about ifconfig? Mar 12 10:19:11 somebody did yesterday, when jackmitchell asked originally Mar 12 10:19:33 but works as good as iproute2. Mar 12 10:19:49 even if it's deprecated Mar 12 10:19:54 it worked almost as good 15 years ago, when iproute2 obsoleted it Mar 12 10:20:00 aholler_: what does? Mar 12 10:20:05 at this stage, it's just surreal to use ifconfif Mar 12 10:20:11 ifconfig* Mar 12 10:20:48 some people still don't know the syntax ip out of the memories Mar 12 10:21:06 it's mostly intuitive Mar 12 10:21:18 it is, and has built-in help Mar 12 10:21:30 I've recently searched a while to find out how to change the mtu ;) Mar 12 10:22:00 I'd guess something like "ip link set mtu $value dev eth0" or so Mar 12 10:22:19 aholler_: so you have a settings file somewhere and you start the interfaces on boot using a custom script? Mar 12 10:22:32 or did you mean the mtu of a route? Mar 12 10:23:23 jackmitchell: the script is the settings file. I've just call it when an interface appears Mar 12 10:23:35 I don't need fancy stuff there Mar 12 10:25:04 hello Mar 12 10:26:32 how can i do fingerprint matching with beagleboard using openCV Mar 12 10:26:45 jackmitchell: cbrake has udev rules to do ifconfig, maybe that works for you as well Mar 12 10:26:57 jackmitchell: the script just calls ip or (u)dhcp to set the ip, route and similiar Mar 12 10:27:24 aholler_: koen: thanks, I'll do some more research and testing today Mar 12 10:27:24 1) aquire fingerprint 2) compare to fingerprint database 3) print "found" Mar 12 10:27:27 sorry Mar 12 10:29:03 av500: why bother with 2? Mar 12 10:29:30 we r having problem with the comparison code... Mar 12 10:29:30 2a) pick a random one Mar 12 10:30:13 can u suggest where i can get good c++codes to be run using opencv Mar 12 10:30:23 google? Mar 12 10:30:41 I guess there exists a lot scentific literatur about processing fingerprints ;) Mar 12 10:30:56 ya...we searched ..its not working Mar 12 10:31:01 and a lot of unscientific too Mar 12 10:31:10 google is broken?! Mar 12 10:31:13 what is not working? google works for me Mar 12 10:31:19 try bing Mar 12 10:31:23 or lycos Mar 12 10:31:27 quick to the bunkers!!! Mar 12 10:32:32 Guest38364: you do realize this is not an openCV channel? Mar 12 10:32:47 nor #csi Mar 12 10:33:01 !enhance Mar 12 10:33:29 damn, just when that stupid bot would've been funny, it's gone Mar 12 10:33:35 http://dasalte.ccc.de/biometrie/fingerabdruck_kopieren?language=en Mar 12 10:33:38 mru: Error: "enhance" is not a valid command. Mar 12 10:33:45 ah, see Mar 12 10:33:47 not csi Mar 12 10:34:04 !help Mar 12 10:34:05 av500: (help [] []) -- This command gives a useful description of what does. is only necessary if the command is in more than one plugin. Mar 12 10:35:04 how can fingerprint matchingbe done with arm processor? Mar 12 10:35:12 same as on any processor Mar 12 10:35:20 how can it be done with x86 processor? Mar 12 10:35:28 this is not #forensics Mar 12 10:35:29 impossible without an arm Mar 12 10:35:39 aholler_: it could be a severed finger Mar 12 10:35:40 aholler_: maybe a toeprint? Mar 12 10:35:44 http://www.neurotechnology.com/verifinger-embedded-technology.html Mar 12 10:36:13 *may not be free, or have IRC channel support Mar 12 10:36:54 Is it necessary to know arm instructions or can it be done by porting Mar 12 10:37:03 lol Mar 12 10:37:11 * biot buries head in hands Mar 12 10:37:16 this is so bad Mar 12 10:37:36 sorry Mar 12 10:37:45 biot: you must be new here ;) Mar 12 10:38:08 yeah Mar 12 10:38:15 dm8tbr: I am an idealist, I believe everyone has at least a working brain Mar 12 10:38:28 ok Mar 12 10:38:29 biot: that would be a flawed assumption Mar 12 10:38:38 biot: are there plans to 'fix' sigrok-cli to have libsigrok-decode as an optional dependency? Mar 12 10:38:50 biot: my targets are stuck with python2 for the time being :( Mar 12 10:38:57 Guest38364: can you match on x86? Mar 12 10:39:03 koen: not really no, not that anyone's asked Mar 12 10:39:05 biot: depends on how you defines working Mar 12 10:39:20 koen: oooh, are you running sigrok-cli on an embedded platform? Mar 12 10:39:27 biot: that's the plan Mar 12 10:39:29 on an arm maybe? Mar 12 10:39:30 av500: x86 has a mtchfprnt instruction, no? Mar 12 10:39:37 ah now that's interesting enough that I might look into it Mar 12 10:39:38 how can sig be rocked on an arm? Mar 12 10:39:57 koen: I've long considered such a use case, but never come across anyone that actually wanted to do it Mar 12 10:40:01 biot: or making python3 optional for libsigrokdecode would work as well :) Mar 12 10:40:21 no problems with that here ;) Mar 12 10:40:27 kill: ROK: invalid signal specification Mar 12 10:40:48 koen: no, that's never going to happen -- the python internal API is quite different in python3, and we went for it 100% Mar 12 10:41:03 but let me look into making the whole sigrokdecode thing optional Mar 12 10:41:06 that's why using python is a stupid idea Mar 12 10:41:32 mru: meh, it's a major upgrade from 2 to 3 is all Mar 12 10:46:09 btw., nmap has fingerprinting capabilities Mar 12 10:46:22 but does it work on arm? Mar 12 10:46:31 yes Mar 12 10:46:36 nmap uses ports too Mar 12 10:46:42 arm ports? Mar 12 10:47:01 it's ported Mar 12 10:47:43 biot: I don't mean python2 support, I mean having libsigrokdecode build without python Mar 12 10:47:54 biot: I realize that would make it useless :) Mar 12 10:48:29 koen: er, no, it's specifically an interface between python3 and a bunch of python3 scripts (PDs) Mar 12 10:48:38 I could offer a python3-package (tarball) for arm ;) Mar 12 10:48:55 snakes don't have arms Mar 12 10:49:40 nor fingers, so printing them could be difficult Mar 12 10:51:02 kernel.org disabled it's finger-service too Mar 12 11:07:35 aholler: yeah.. that's a shame Mar 12 11:07:39 * KotH used it a lot Mar 12 11:10:35 https://www.kernel.org/finger_banner Mar 12 11:11:31 hello Mar 12 11:11:36 https://www.kernel.org/releases.json Mar 12 11:14:31 only usb camera s possible with beagleboard or what? we have MT9v043 camera and we have its drivers too where can we put that drivers so that we can work on that please help us Mar 12 11:14:43 ay1 thr? Mar 12 11:15:25 the drivers should come with some instructions Mar 12 11:15:49 match those up with the beagle SRM and OMAP3 TRM Mar 12 11:16:55 no instruction Mar 12 11:17:01 :( Mar 12 11:18:10 where did you buy the drivers? Mar 12 11:18:17 that our camera will support for sure know Mar 12 11:18:20 ? Mar 12 11:18:51 can you not take and camera and drivers back to the shop and ask for support? Mar 12 11:32:17 yea that we cant do because of time limit ... i mean we dont have much time to go...:P Mar 12 11:32:28 who is "we"? Mar 12 11:32:35 students? Mar 12 11:32:59 yup Mar 12 11:33:25 and who picked the project? Mar 12 11:33:35 my frnd Mar 12 11:33:59 hit him Mar 12 11:34:18 girl Mar 12 11:34:23 but connecting that sensor is in fact not hard Mar 12 11:34:37 its a typical parallel output sensor Mar 12 11:34:38 but how? Mar 12 11:34:48 so fits the XM camera connector nicely Mar 12 11:35:35 yea do you have any idea wer to put that drivers Mar 12 11:35:54 we badly want it Mar 12 11:36:00 plzzzzzzzzzz Mar 12 11:36:03 I would guess in the kernel Mar 12 11:36:42 https://www.leopardimaging.com/Leopardboard_Accessories.html Mar 12 11:36:49 see LI-VM34LP Mar 12 11:36:55 klick on specs Mar 12 11:37:11 basically, your work has already been done Mar 12 11:37:17 lunch Mar 12 11:51:17 but you have time to reverse engineer how to get some unknown camera module working, while you have very little knowledge about the beagle, omaps and linux in general? Mar 12 12:28:42 http://www.pmdtec.com/products_services/pmd_photonics_specs.php Mar 12 12:28:48 koen: ^^^ cape please Mar 12 12:32:00 koen: I'm horribly delaying the new Narcissus insisting to fix the old NOR flash on collie. The other models do already support ubifs and I'm trying to line up the family Mar 12 12:33:58 koen: I have found the service manual. The bus is definitely 32bit and there are two 64M (4M x 16) chips. The specs for LH28F640BFHE-PTTL90 are showing 16bit support only. Mar 12 12:34:24 http://www.tekprosystems.com/images/zaurus/zguts1.jpg Mar 12 12:34:45 now, there are inconsistencies everywhere :/ Mar 12 12:35:09 the flash is 16MB but in collie.c 32MB are reserved ? Mar 12 12:35:26 av500: +1 Mar 12 12:35:30 koen: ^ Mar 12 12:35:41 preorders? Mar 12 12:35:54 koen: the io is also sized in CS= 32M and CS1 32M...but there is no CS1 Mar 12 12:37:10 finally, the cfi_probe doesn't detect anything (chips are declared cfi compatible, though) and strangely 4 x 8bit chips are expected ?? Mar 12 12:38:43 jedec_probe can detect the flash, though. But it seems to work (read only atm) both in 4x8 and 2x16 mode... Mar 12 12:38:56 koen: if you have any idea pls let me know Mar 12 12:45:45 I am down to 2 google ads Mar 12 12:45:50 1) variscite omap4 SOMS Mar 12 12:45:58 2) delkin industrial SD cards Mar 12 12:46:07 I get these on 50% of all websites Mar 12 12:47:38 av500: ofc you've opted out several times aleady Mar 12 12:50:38 no idea Mar 12 12:56:31 gee, there's a whole UI for that Mar 12 12:56:39 hmm, I cannot add beer as an interest Mar 12 13:22:09 ka6sox-away: mcasp0 Mar 12 13:36:04 trolls trolls trolls Mar 12 13:36:44 Trololololo lololo lololooooo Mar 12 13:36:57 look what I found in hong kong: https://lh5.googleusercontent.com/-077mIMuxnhU/UT4IM6ZeA1I/AAAAAAAADug/XVLk0BYwcCw/s982/img_4223 Mar 12 13:37:29 mru, were there any trolls inside? Mar 12 13:37:48 I didn't enter Mar 12 13:38:36 full set containing that image: https://plus.google.com/photos/101083367758063442977/albums/5854124910664291585 Mar 12 13:39:42 mru: the chinese copied a mediteran tourist trap? Mar 12 13:47:37 av500: something like that Mar 12 13:48:35 the island had mostly some old fishing villages Mar 12 13:48:39 then the hippies arrived Mar 12 13:49:18 ah, like berlin :) Mar 12 13:49:37 lol Mar 12 13:50:05 ogra_`: go shovel! Mar 12 13:51:31 av500: you happen to have some spare nand chips? Mar 12 13:51:47 ;) Mar 12 13:54:34 LetoThe2nd: isn't ds2 the nand man? Mar 12 13:54:42 LetoThe2nd: I have a full tray of omap4470 :) Mar 12 13:55:02 are you sure? TI has been known to mislabel chips... Mar 12 13:55:18 av500: that will keep ogra_` busy at least until august ;) Mar 12 13:55:43 you really dont want snow across the whole state until august ... Mar 12 13:55:48 that would affect av500 too Mar 12 13:56:03 ogra_`: who said "full state"? Mar 12 13:56:13 * mru would rather not have snow, ever Mar 12 13:56:17 ogra_`: your pavement will do just fine. Mar 12 13:56:31 tsk, i doubt your nordic gods can differentiate a single city out ... Mar 12 13:57:26 * LetoThe2nd shall talk to loki on that topic this evening ;) Mar 12 13:57:52 I don't know about that, but of all the various gods that have been invented, the nordic ones strike me as the most likable Mar 12 13:58:26 they work against me thanks to LetoThe2nd ... so i'm not so sure i still like them Mar 12 13:58:28 mru: yeah, thats why we sacrifice ICs to them in order to make them send snow to ogra_` Mar 12 13:58:42 LetoThe2nd: send ogra_` a sand storm Mar 12 13:58:53 then he can shovel sand too Mar 12 13:58:59 av500: wrong planet, unfortunately. Mar 12 13:58:59 lol Mar 12 13:59:52 if the sand won't come to ogra_`, then... Mar 12 14:00:02 +1 Mar 12 14:01:48 * LetoThe2nd feels his hatred on the compiler provided by mru's employer rise up higher and higher Mar 12 14:02:13 try a TI compiler Mar 12 14:02:14 how come? Mar 12 14:02:19 mdp: :) Mar 12 14:02:31 did they add Mir to it ? Mar 12 14:02:57 mru: incomplete c++ support and not a trace of c++11? Mar 12 14:02:57 LetoThe2nd: use gcc Mar 12 14:03:06 c++ is overrated Mar 12 14:03:09 did gentoo fork it into emir yet? Mar 12 14:03:12 av500: would love to. i shall try to beat my boss into it. Mar 12 14:03:15 mru, +1 Mar 12 14:03:25 koen: +inf! Mar 12 14:03:29 c++ haters Mar 12 14:03:31 LetoThe2nd: which version btw? Mar 12 14:03:39 LetoThe2nd: I stole that from an lwn comment :) Mar 12 14:03:52 lovely Mar 12 14:03:53 mru: current, 5.03.something Mar 12 14:04:07 LetoThe2nd: then this guy is your friend: http://e2e.ti.com/support/development_tools/compiler/f/343/t/247561.aspx Mar 12 14:04:22 LetoThe2nd: you should really be complaining about the EDG frontend they use Mar 12 14:04:51 mru: like not accepting [] operators as template arguments and such.. bleh Mar 12 14:05:02 file bug reports Mar 12 14:05:21 * LetoThe2nd will rather file company requests to move to g++ ;) Mar 12 14:07:29 av500: I started asking roadmap requests for the kernel by pointing at upstream patch submissions Mar 12 14:07:47 it's like a 1-2 year leading indicator for kernel features...convenient Mar 12 14:07:57 s/asking/answering/ Mar 12 14:11:55 so the kernel is far from done :( Mar 12 14:12:10 it was done in 3.8 Mar 12 14:12:15 or so I'm told Mar 12 14:12:31 av500, which kernel? ;) Mar 12 14:12:37 hurd Mar 12 14:12:42 ahh, the good one Mar 12 14:12:46 ethical kernel Mar 12 14:13:22 http://e2e.ti.com/support/embedded/linux/f/354/t/251296.aspx Mar 12 14:13:26 I like this one Mar 12 14:13:47 mru: what does your 6678 do? Mar 12 14:13:54 av500: so far, nothing Mar 12 14:14:08 why dont you port libav on it? Mar 12 14:14:25 I have to make it boot before I do anything else Mar 12 14:14:34 you ask too much Mar 12 14:14:46 all you need is ssh Mar 12 14:15:00 ssh without boot? Mar 12 14:15:06 av500, need to watch that ph0rum thread and see how many people jump all over it Mar 12 14:15:35 evil vendor compilers Mar 12 14:15:56 mdp: I like how all the TI people have "please do not forget to rate me" in their reply footers Mar 12 14:16:10 it feels a bit like ebay Mar 12 14:16:17 do they start shouting at you if you rate them bad? Mar 12 14:16:23 last time I've seen a ti compiler it stiil didn't know aobit stdint.h Mar 12 14:16:53 mru: btw, what happened to all your ticc bug reports? Mar 12 14:16:53 av500, I even added it at one point when I felt it what my purpose in life. then things got prioritized. Mar 12 14:17:04 mdp: be ashamed Mar 12 14:17:07 koen / panto thanks for the update Mar 12 14:17:28 aholler: they have it now Mar 12 14:17:31 av500, no regrets. ;) Mar 12 14:17:49 av500: some got fixed, some not Mar 12 14:18:09 av500, if you can imagine, it's possible to just research and answer e2e posting for 2-3 phorums full-time and do nothing else Mar 12 14:18:24 of course Mar 12 14:18:40 I mean, giving real answers Mar 12 14:18:43 but answering without giving away _any_ information takes some skill Mar 12 14:18:52 not just bumping the post with a one liner question Mar 12 14:19:01 but these are ph0rums Mar 12 14:19:04 mdp: yes Mar 12 14:19:06 real answers are forbidden Mar 12 14:19:10 mru: but I assume their examples still use some selfinvented types like linux does with u32 ;) Mar 12 14:19:20 I don't do examples Mar 12 14:19:23 those one liner questions feed the metrics, keep in mind...the teams are greated on "any response" within 24 hours Mar 12 14:19:34 s/greated/graded Mar 12 14:19:40 grated Mar 12 14:19:48 grated sounds better Mar 12 14:19:49 gyrated Mar 12 14:20:00 and gyros'ed Mar 12 14:20:08 the 3G Mar 12 14:20:13 bah, now i'm hungary Mar 12 14:20:14 sprinkle grated s/w engineer liberally throughout ph0rums Mar 12 14:20:28 ogra_`: shovel!!! Mar 12 14:21:32 a wild jayabharath appears Mar 12 14:23:06 fight him with the knife Mar 12 14:23:16 run east Mar 12 14:23:44 you have been eaten by a grue Mar 12 14:25:20 * mdp presses ctrl-reset and restarts Mar 12 14:25:47 a wild NishanthMenon appears Mar 12 14:26:26 throw the cpufreq grenade at NishanthMenon Mar 12 14:26:39 av500, hi Mar 12 14:26:48 mdp, got the grenade thrown back at me ;) Mar 12 14:27:03 I see that ;) Mar 12 14:28:06 just the freezer cgroup Mar 12 14:28:12 +use Mar 12 14:28:57 mdp: no chance, NishanthMenon will change cpufreq to 0 to halt time Mar 12 14:29:09 go north Mar 12 14:29:34 av500: even if mdp has the power of wakelock? Mar 12 14:29:36 once upon a time hwmod was supposed to represent pure hw Mar 12 14:29:53 go north Mar 12 14:29:57 * mdp tries to escape this game Mar 12 14:30:09 the only way to win is not to play Mar 12 14:30:15 aieee Mar 12 14:30:54 sheep herding Mar 12 14:38:53 av500: the poster has at least posted two questions. post 25 and you will be rated intellectual Mar 12 14:39:41 how much for ineffectual? Mar 12 14:40:00 251, so 26 are needed Mar 12 14:41:21 poor employees are having it harder Mar 12 14:42:21 just 5.000 questions to become a guru Mar 12 14:42:33 how many for a grue? Mar 12 14:42:50 http://e2e.ti.com/group/helpcentral/w/e2e/455.07-becoming-recognized.aspx Mar 12 14:43:35 such rating systems are stupid in so many ways Mar 12 14:46:42 some people just can't live without trying to categorize everything. they need such to manage live Mar 12 14:47:11 mru, the day I realized there was no hope for inlining patches on e2e, I mysteriously found less time for it Mar 12 14:50:42 emeb_mac: ping Mar 12 14:50:54 prpplague: pong Mar 12 14:52:33 uups, s/live/life/ Mar 12 14:58:18 mdp: lol, I was writing the same comment at the same time :) Mar 12 14:58:29 hehe, I see Mar 12 14:58:40 mdp: I plus yours, you plus mine? Mar 12 14:58:49 deal! Mar 12 14:58:52 on 3! Mar 12 14:59:03 I launched a preemptive +1 already Mar 12 14:59:24 badges for everybody! Mar 12 14:59:35 we need steenking badges Mar 12 15:02:17 [[Beagleborad.org - Top Contributor]] Mar 12 15:02:46 av500, my local hi-tech industry even embraced RPi: http://goo.gl/8Qw52 Mar 12 15:04:58 What are we getting badges for? Mar 12 15:05:02 Doesn't really matter. I'm in. Mar 12 15:05:08 Badges for all! Mar 12 15:05:14 that's the spirit Mar 12 15:05:55 we should get credit on the helpdesk bigboard for answering questions on g+ too Mar 12 15:05:56 hrm Mar 12 15:07:05 argh, who said RPi ? Mar 12 15:07:26 ogra_: THEY did Mar 12 15:07:30 * Shadyman shivers. Mar 12 15:07:56 * ogra_ is just battling it on the ubuntu-phone ML .... Mar 12 15:08:03 "those people" Mar 12 15:08:10 LOL: .... Unlike other cases, the Bud case has a patented-design in which the windows are oversized to accommodate future versions of the Raspberry Pi board if port locations change or if new ports are added. Mar 12 15:08:20 patented? Mar 12 15:08:24 LOL Mar 12 15:08:41 where's that from ? Mar 12 15:08:41 mdp: can you got there and slap somebody? Mar 12 15:08:47 ogra_: above link Mar 12 15:08:51 dont you click all links? Mar 12 15:09:09 i sometimes work and only click them delayed :) Mar 12 15:09:14 patent violation suits being violated against 2732 separate chinese case companies now ;) Mar 12 15:09:23 er, filed even Mar 12 15:09:32 * mdp needs coffee Mar 12 15:09:53 me too Mar 12 15:09:58 mdp: go get me some Mar 12 15:10:04 sure, np Mar 12 15:10:13 OMG: http://www.budind.com/images/product/large/plastic-boxes-rasp.jpg Mar 12 15:10:20 mdp: did you say "hi-tec"? Mar 12 15:10:28 I dont want to see your lo-tech Mar 12 15:10:47 prpplague, can you meet me in paducah, kentucky?..I think that's halfway for us Mar 12 15:10:47 * ogra_ runs away screaming Mar 12 15:11:01 av500, super hi-fi-tech. Mar 12 15:11:06 mdp: ugh Mar 12 15:11:12 mdp: pick somewhere better Mar 12 15:11:17 ;) Mar 12 15:11:23 mdp: paducah is like a wasteland Mar 12 15:11:27 indeed Mar 12 15:11:36 it's all flyover country ;) Mar 12 15:12:12 * prpplague spent 18 months at ft.knox Mar 12 15:13:05 hmm, crofton is down to eating cat food Mar 12 15:13:10 aha, my father spent time there too..has the same reaction Mar 12 15:13:30 * prpplague lived directly across from the vault Mar 12 15:13:59 * mru thought there was east coast, west coast, and flyover stuff Mar 12 15:13:59 av500, it's to afford his lavish conference-going lifestyle Mar 12 15:14:17 prpplague: did you witness the sleeping gas attack from goldfinger? Mar 12 15:14:24 mru, and there's Austin Mar 12 15:14:44 av500: hehe, no but you can see my house in the movie Mar 12 15:14:53 prpplague: nice Mar 12 15:14:53 mdp: austin is weird Mar 12 15:37:29 * aholler gives up with the weather, no hope left Mar 12 15:37:37 sunshine here Mar 12 15:38:27 mru: hey bud Mar 12 15:38:36 mru: what's cookin today? Mar 12 15:38:55 oh, just the usual "work" Mar 12 15:39:05 meetings? Mar 12 15:40:06 * prpplague thinks mru's "usual work" is trolling irc and g+ Mar 12 15:42:05 What's the fastest way to rig up a 5V serial device to the BBone? (Rx/Tx/RTS/CTS/DSR/DTR/RI) Looks to be three 3.3V->5V and five 5V->3.3V, unidirectional Mar 12 15:42:17 some 4000-series logic chips? Mar 12 15:42:19 you only need rx and tx Mar 12 15:42:49 mru: Indeed, but the device I'm connecting has more lines :) Mar 12 15:43:08 so don't connect them Mar 12 15:43:20 loop rts back to cts if needed Mar 12 15:43:52 How stable is no flow control at or above 115200bps? Mar 12 15:43:59 as for the level shifting, a max3232 or similar will do fine Mar 12 15:44:26 define stable Mar 12 15:45:21 aholler: No packet errors/dropped bits/etc Mar 12 15:45:36 * mru never had a problem Mar 12 15:45:59 hopefully the receiver has some kind of fifo Mar 12 15:46:09 Shadyman: you've lost, even at 2.400 baud. don't use a serial without additional verifications Mar 12 15:46:22 if you can't live with errors Mar 12 15:46:27 depends on what you use it for Mar 12 15:46:35 console log tends to be fine Mar 12 15:47:22 wrong bits in logs won't sink ships Mar 12 15:47:57 Hm. Mar 12 15:48:00 and flow control won't help either Mar 12 15:48:26 Though Max3232 looks promising. Mar 12 15:48:46 aholler: I guess I don't need it to be THAT precise. Error-handling should be available Mar 12 15:49:06 what's the application? Mar 12 15:50:20 TCP/UDP over Serial Mar 12 15:50:42 that needs a ring? Mar 12 15:50:59 ;) Mar 12 15:51:07 Depends. It could be over dial-up. Mar 12 15:51:20 but I guess it could be software-based. AT and such Mar 12 15:52:49 but yes, apparently this module uses RI, even. Until I have one in my hands, I'll just be guessing Mar 12 15:54:09 generic M2M drop-in modules for dialup, ethernet, cellular, etc, as seen in credit card terminals Mar 12 15:54:51 mru: here it's like snow.sh Mar 12 15:55:27 aholler: snow.sh & Mar 12 15:59:43 2013-03-12 15:52:52,1.99209,73,986.05 (utc, temp, hum, pressure) Mar 12 16:02:16 by SensorTage™ Mar 12 16:02:19 -e Mar 12 16:09:46 lol: ...in order to tell if my power supply was inadequate, the wiki suggested I get out my multimeter and read the voltage across two test points on the circuit board. I don’t remember having to do that on any of my other computers. Mar 12 16:10:49 obviously he misses a beeper Mar 12 16:12:22 or a 7segment foo to interpret post codes Mar 12 16:13:46 aholler: its on r-pi Mar 12 16:14:00 if you label it "computer", people treat it like one :) Mar 12 16:14:37 he could measure the heard rate of a led, if they've enabled that Mar 12 16:19:57 but the splash after power down needs a +50000, thats guru level Mar 12 16:21:06 I thought they are forced to answer Mar 12 16:21:19 no guru at ti ;) Mar 12 16:24:14 they could by some ip from imagination to solve that problem ;) Mar 12 16:24:20 s/by/buy/ Mar 12 16:25:04 imagination would clearly help ;) Mar 12 16:25:57 the sekret "guru ip" Mar 12 16:29:08 * jkridner doesn't see BeagleBot... Mar 12 16:29:35 jkridner: it left for a better place Mar 12 16:30:01 I wish I could detect when it gets separated, but it was still in contact with freenode.net and didn't know it was dropped. Mar 12 16:30:45 i have a handler set in to reconnect when it is disconnected, but isn't disconnected when it is gone. Mar 12 16:30:54 it needs a proximity sensor Mar 12 16:31:40 thats actually an idea. if av500, isn't around, it could freak out Mar 12 16:33:00 oh perl, why must you fail to build so often. :( Mar 12 16:33:25 XorA: hangin' out you are? ;) Mar 12 16:33:50 LetoThe2nd: ?? Mar 12 16:34:01 jkridner: eh? Mar 12 16:34:09 ka6sox: ping Mar 12 16:34:22 XorA: my google tells me and offers a "join"-button Mar 12 16:34:32 WTF did google+ invite everyone in all my circles? Mar 12 16:34:47 * XorA kicks google in the testicles for that misfeature Mar 12 16:34:53 XorA: hehe Mar 12 16:34:58 av500: it would clearly know it wasn't in the right place if you weren't around Mar 12 16:35:07 XorA: guessed it was not intended, did not click it hence ;) Mar 12 16:35:28 it was Hangout on Android, there was no-one invited according to the UI Mar 12 16:35:52 ah yes. Mar 12 16:36:30 and WTF as your only allowed 10 people anyway ;-) Mar 12 16:36:44 hrhr Mar 12 16:37:30 the social engineers do learn from each other, they invite instead of invent Mar 12 16:37:53 Thanks to pulse audio chats are pretty useless on my machine, someone needs to teach pulse guys how analogue actually works Mar 12 16:38:02 Mic Boost is not a suitable volume control Mar 12 16:38:35 XorA: get a nexus7 Mar 12 16:38:44 av500: why? Mar 12 16:38:57 its nice Mar 12 16:39:05 and does hangouts Mar 12 16:39:19 they work nice on Transformer Mar 12 16:39:56 on desktop pulse uses Mic Boost as volume control in preference to the actual gain controll and therefore all everyone else gets is massive white noise Mar 12 16:41:52 so delete pulseaudio Mar 12 16:42:35 wouldn't that disable systemd? Mar 12 16:42:47 wouldn't that be a bonus? Mar 12 16:43:19 might depend on the damonized system Mar 12 16:43:31 re-winding linux desktop 5 years would be a good thing to do, now we know how not to do it, we can start again ;-) Mar 12 16:44:09 sorry, but this is funny: http://www.pcgamesn.com/tf2/how-install-ubuntu-alongside-windows-grab-your-team-fortress-2-penguin-and-get-hell-out-there Mar 12 16:44:14 ogra_: ^^^ Mar 12 16:47:17 LOL Mar 12 16:47:26 av500: hey, not valid a decent screensaver is a totally valid complaint! Mar 12 16:47:30 +having Mar 12 16:47:45 prpplague, pong? Mar 12 16:48:02 LetoThe2nd: did the 90s return? Mar 12 16:48:15 av500, wubi installer is a plague ... Mar 12 16:48:18 mru: according to the linked article, probably. Mar 12 16:48:25 ogra_: purple? or what colour? Mar 12 16:49:37 morning friends, trolls, and enemies Mar 12 16:49:49 mranostay: you still have enemies? Mar 12 16:49:53 LetoThe2nd, balcker than black Mar 12 16:49:57 * mru took care of his a long time ago Mar 12 16:49:59 *blacker even Mar 12 16:49:59 mranostay, we have friends? Mar 12 16:50:06 omg, earn a "tux penguin", the end of human civilization Mar 12 16:50:12 hrhrhr Mar 12 16:50:18 giggle Mar 12 16:50:22 mru: yeah the hitman is playing hardball on the number Mar 12 16:50:49 we need more of those articles. they might succeed in keeping the super cool lazy windows kids. Mar 12 16:50:50 ka6sox: friends in the tech world are people you don't want to stab with a pen :) Mar 12 16:50:59 ""But as it is a very limited availability item, that penguin will have more value than you might expect." Mar 12 16:51:47 what are we talking about? Mar 12 16:52:33 we talk? Mar 12 16:52:37 morons Mar 12 16:52:46 I like step 7 :-D Mar 12 16:52:47 our future Mar 12 16:53:29 ka6sox: still around? Mar 12 16:53:34 job security i can only hope Mar 12 16:54:12 don't we all love the smell of job security... i mean, dinner? Mar 12 16:55:06 hey... has aynone managed to get a usb bluetooth stick functioning on a beaglebone board? Mar 12 16:55:15 vague and vague Mar 12 16:55:19 sure Mar 12 16:55:26 even two Mar 12 16:55:27 yup Mar 12 16:55:30 has anyone got one of those to work _anywhere_? Mar 12 16:55:38 has musb ever worked? Mar 12 16:55:42 I'm running into problems, tried out 3 different sticks Mar 12 16:56:02 always getting the bd address as 00:00:00:00:00:00 Mar 12 16:56:07 it works as long as I don't start rsync, if I do musb dies ;) Mar 12 16:56:08 when running hciconfig Mar 12 16:56:09 jkridner: we need darkknighte in here so we can troll him on that :P Mar 12 16:57:34 prpplague, for small values of "around" (I hope) Mar 12 16:58:26 Anyone ever run into this kind of problem or have an idea of what might be wrong? My google skills are failing me on this Mar 12 16:58:37 dmesg might help Mar 12 16:59:03 The device is coming upp allright it seems Mar 12 16:59:13 it shows up in hciconfig Mar 12 16:59:29 but with all zeros Mar 12 16:59:50 strangely enough this is working fine on the beagleboard xm Mar 12 17:00:35 transfer the mac too, not just the dongle Mar 12 17:00:54 mru: at least they are claiming to use Google now Mar 12 17:01:52 bitbam: perhaps you could provide a pastebin of the full dmesg log along with command line steps you've tried (and details of the stick you are trying)? Mar 12 17:02:32 not saying much will be done with it, but getting it captured will help the discussion flow. might need to take it over to the mailing lists. Mar 12 17:02:56 this is dmesg when I insert: http://pastebin.com/WTXnR5FU Mar 12 17:03:18 This is hciconfig Mar 12 17:03:19 http://pastebin.com/p68RdkRA Mar 12 17:04:12 sure, should've posted it right away Mar 12 17:04:27 there's no nda on dmesg Mar 12 17:05:30 and pastebin doesn't charge by characters ;) Mar 12 17:06:32 I'm sorry just trying to skip out the irrelevant stuff, http://pastebin.com/gT22Sghi contains the full dmesg since boot Mar 12 17:06:45 aholler: doesn't matter everything you need is on a .ru site :) Mar 12 17:08:22 when I do a rfkill list it tells me that the newly created bluetooth device (hci0) is "Soft blocked" but not hard blocked Mar 12 17:08:38 bimbam : rfkill unblock hci0 Mar 12 17:08:41 and I can't change that via rfkill unblock Mar 12 17:09:07 then I'd say a kernel bug Mar 12 17:09:30 could it be that I'm missing a driver? Mar 12 17:09:31 hmm, whats that empty line at 14.94 I wonder Mar 12 17:12:55 weird thing is that I've tried 3 different dongles and I always get the same thing... I'm running the latest beaglebone image, is it possible that bluetooth dongles just don't work with the latest beaglebone or am I doing something fundamentally wrong? Mar 12 17:13:10 which bluez version do you use? Mar 12 17:14:29 hmmm, how do I tell? Mar 12 17:14:39 musb and bluetooth don't get along Mar 12 17:15:00 it does here with mainline 3.2.x Mar 12 17:15:08 <_av500_> koen: s /and bluetooth// Mar 12 17:15:15 at least until heavy traffic Mar 12 17:15:29 mainline 3.2 has no support for am335x Mar 12 17:15:40 so yes, that works as expected: not at all Mar 12 17:16:12 koen: oh, about collie...nevermind, I found this on #oe "2007 Jun 09 18:23:03 * koen makes a cross and throw garlic at CFI" Mar 12 17:16:13 ah, evil vendor tree ;) Mar 12 17:17:00 and gcc 4.5.4, is that by intention? Mar 12 17:25:28 do you think I'd have more luck with an older image? Mar 12 17:25:39 i.e. 2.6 image Mar 12 17:31:37 it's interesting that just the mac is zero and everything else works Mar 12 17:32:01 do you've tried to scan etc.? Mar 12 17:32:33 no Mar 12 17:33:43 when I run hcitool dev Mar 12 17:33:46 I get nothing Mar 12 17:35:14 that happens too if nothing is discoverable Mar 12 17:36:19 when I stick the dongle into my machine it happily scans Mar 12 17:36:32 and lists the hci0 device when I run hcitool dev Mar 12 17:38:43 you have a running a bluetoothd? Mar 12 17:39:35 root@beaglebone:~# ps aux|grep blueto Mar 12 17:39:36 root 358 0.0 0.5 4428 1320 ? Ss 17:15 0:00 bluetoothd Mar 12 17:39:47 and writable /var/lib/bluetooth/ Mar 12 17:40:33 yes, but there is nothing in there Mar 12 17:41:06 do you bluetoothctl? Mar 12 17:41:17 +have Mar 12 17:41:48 nope Mar 12 17:42:12 how can I get that? Mar 12 17:42:21 you don't need it, otherwise it would be bluez >5.x Mar 12 17:43:04 well, opkg tells me it has bluez 4.84-r8.0.6 Mar 12 17:43:41 well actually there are two bluez packages in my opkg list, one is 4.84 and the other is 4.101 Mar 12 17:44:24 that's a bit weird actually Mar 12 17:44:34 you could try 4.101, it fixed some bugs here I had with older versions Mar 12 17:47:50 hmmm, I had added a new opkg repo since I needed some packages from there Mar 12 17:48:12 this extra repo seems to have added some package duplication Mar 12 17:48:45 including some bt packages... wondering if there is some incompatibility going on Mar 12 17:50:27 I'll look at that, my head is boiling right now, have been fighting with this for the past 9 hours without any luck, need to go out now :) Mar 12 17:50:42 thanks for all the help, I'll let you know if this is the issue Mar 12 17:51:58 if not, try kernel 3.8.x, everything is done with that version ;) Mar 12 17:55:55 :+1 Mar 12 17:56:35 steady as she goes, bug fixes in maintenance mode now Mar 12 17:57:26 maintaining bugs is important Mar 12 17:57:41 job security Mar 12 17:57:45 +1 Mar 12 17:58:10 http://dilbert.com/strips/comic/1995-11-13/ Mar 12 17:59:23 mdp: ironically being too good at work can be bad :) Mar 12 17:59:55 evil is your objective Mar 12 18:00:29 my goal is to infiltrate lkml and to become a winner at pwn2own Mar 12 18:00:58 heh Mar 12 18:01:01 the prices there are becoming interesting Mar 12 18:01:06 aholler, don't you mean, gosh, I would never submit code I knew to be buggy (this channel is logged) Mar 12 18:01:27 Russ: they don't want my patches anyway ;) Mar 12 18:01:34 so nothing to loose Mar 12 18:02:34 crazy usb-rtc :P Mar 12 18:02:57 that they took, at least the hid-version Mar 12 18:03:52 they love your patches Mar 12 18:04:01 it's a cuckoo's egg Mar 12 18:05:08 that is the key...let somebody else hatch your eggs Mar 12 18:05:34 I don't have interns Mar 12 18:05:42 "the community" Mar 12 18:06:50 av500: IoT buzzwords on TI feed. Mar 12 18:07:27 mdp, just wait till you behold my usb-wdt Mar 12 18:08:10 I'm working on a usb-stapler right now Mar 12 18:08:32 the manually operated red swingline is archaic Mar 12 18:10:11 http://www.thingsquare.com/ has all the leading indicators of success. open source. internet of things, wireless, mesh, cloud, low power, light weight, flexible. Mar 12 18:10:41 Russ, I believe you can do it Mar 12 18:11:30 that reminds me at http://www.theregister.co.uk/2013/03/12/hue_sdk/ Mar 12 18:12:20 heh Mar 12 18:13:58 imagine the net goes away, no light anymore. funny future Mar 12 18:15:05 and no time ;) Mar 12 18:15:57 the net won't go away Mar 12 18:16:41 like the power..doesn't go away Mar 12 18:17:11 there'd be no way to trade cat photos Mar 12 18:18:12 and no way to ask the cloud if the bulb is on or off Mar 12 18:19:55 it's a predicament Mar 12 18:20:47 makers would have to invent backup override "switches", to coin a term. Mar 12 18:20:56 use those as a workaround if the net went out Mar 12 18:21:00 I've seen the was these things go, first its the cloud bulbs, then its H+ Mar 12 18:21:14 Russ, is H+ a new language? Mar 12 18:21:50 youtube.com/user/HplusDigitalSeries Mar 12 18:21:59 "humanity goes offline" Mar 12 18:23:19 ahh, cool Mar 12 18:24:11 prpplague even told me about it and I forgot about it Mar 12 18:26:57 mdp: hehe Mar 12 18:27:00 mdp: good series Mar 12 18:27:57 google helped me notice you as a g+ hit Mar 12 18:54:42 i think there is a project for some college/university thing based on the number of questions about opencv and beagel in the mailing list. Mar 12 18:55:00 #beagle != #homework Mar 12 18:58:56 mrpackethead: stache cam! Mar 12 19:00:11 beagles aren't for production use, so what else than for homework would it be? Mar 12 20:50:48 btw. h+ isn't available in my country, as most of youtube. back to books ;) Mar 12 20:51:07 sakoman, ping Mar 12 20:53:05 <_av500_> aholler: its because in your country people dont want to pay for quality music :) Mar 12 20:53:47 you, we already pay for usb-sticks, printers, sd-cards, hd's, computers, ... Mar 12 20:54:00 nothing left Mar 12 20:54:12 air, water Mar 12 20:54:49 * _av500_ goes to fetch a beer Mar 12 20:54:52 <_av500_> paid for it even Mar 12 20:56:29 mru: you won't believe what our collecting societies are demanding Mar 12 20:56:58 I'll believe anything about those Mar 12 20:57:10 in the US a percentage of a lot media sold goes to the RIAA Mar 12 21:00:21 <_av500_> same here Mar 12 21:01:38 trolls! Mar 12 21:01:57 that just a farce since private copies aren't possible anymore. Mar 12 21:02:05 <_av500_> sure they are Mar 12 21:02:08 allegedly Mar 12 21:02:24 <_av500_> I copy CDs and DVDs all the time Mar 12 21:02:55 and none of them have a copy protection? Mar 12 21:03:04 you don't need to answer Mar 12 21:03:32 <_av500_> most CDs, no Mar 12 21:03:41 <_av500_> german DVDs for the kids, rarely Mar 12 21:03:56 hm I do not need to copy Mar 12 21:04:28 I don't need too, I just read books ;) Mar 12 21:04:41 I listen radio Mar 12 21:04:42 <_av500_> in fact , the studios need to pay for the DRM too, so some save the money Mar 12 21:04:43 fluxfm Mar 12 21:05:42 _av500_: how many kraftwerk and rammstein cd's can you have? Mar 12 21:05:58 mranostay: never too many Mar 12 21:06:12 fun fun fun of the autobahn Mar 12 21:06:45 I don't mind buying movies.. I just wish the media was more durable Mar 12 21:06:59 <_av500_> mranostay: I have no rammstein Mar 12 21:07:00 thurbad, then you'll be excited to hear about ultraviolet! Mar 12 21:07:13 <_av500_> well, not true, there might be some on the mp3 server Mar 12 21:07:17 lol, does it fade over a few watches? Mar 12 21:07:25 thurbad, its in the cloud! Mar 12 21:07:35 oh.. lovely Mar 12 21:08:12 speaking of clouds I should probably sync my google:play stuff :P Mar 12 21:08:28 lol Mar 12 21:08:54 <_av500_> I have that 500GB mp3 collection, what cloud is best to upload it? Mar 12 21:09:08 EC :) Mar 12 21:09:09 scp to me :P Mar 12 21:09:17 ... theother company's Mar 12 21:09:36 <_av500_> mranostay: i'd rather fedex you a hard drive :) Mar 12 21:10:13 boo Mar 12 21:10:20 use one were you will get it back ;) Mar 12 21:10:38 I love that US ISPs have decided to cap people for torrent use, regardless of frequency or content Mar 12 21:10:53 <_av500_> torrent == evil Mar 12 21:10:59 none of their damn business Mar 12 21:11:14 they have immunity for what cosumers download Mar 12 21:11:22 <_av500_> thurbad: didnt you wonder why torrent and terrorist share so many letters? Mar 12 21:11:30 if they can show piracy or excessive use.. maybe Mar 12 21:11:41 <_av500_> or excessive piracy Mar 12 21:11:51 "excessive use?" Mar 12 21:12:00 Like when I go over my 75/35? Mar 12 21:12:06 but to label the entire technology is stupid Mar 12 21:12:11 <_av500_> "Sir, you banged that bit too hard" Mar 12 21:12:24 I'd be happy to consistently get 25 of my 50 :( Mar 12 21:12:49 bittorrent is great because I can't get 75mbit/s from a lot of sites Mar 12 21:13:27 what state is the pwm in for the 3.8 kernel, I have managed to get it enabled via DT and then tried to test it using the pwm_test module but it core dumps or just refuses Mar 12 21:13:27 <_av500_> thurbad: they want you to sign up for the ISP's VOD service, which does not count agaisn[Dt your bandwidth Mar 12 21:15:28 I'm trying to bang on it through sysfs if it makes any difference, the interfaces look right, but they don't seem to work.... Mar 12 21:18:21 core dumps? Mar 12 21:19:38 i meant back trace, sorry Mar 12 21:20:30 any probability of posting it? Mar 12 21:21:10 i can see what it's done, it's tried to free an unclaimed pwm, 1 sec Mar 12 21:21:38 http://pastebin.com/daY7ZRnn Mar 12 21:22:36 i tried to request a pwm which failed so i then tried to free and it failed, badly Mar 12 21:23:14 sh was always untrustworthy ;) Mar 12 21:25:29 jackmitch|home: pwm_test is broken and needs a rewrite Mar 12 21:25:44 * koen zzz now Mar 12 21:32:20 av500 mega what else Mar 12 21:33:01 koen, just like dma_test Mar 12 21:37:43 ok, I might have a quick look at fixing it sometime this week, you don't know if anyone is in progress do you? Mar 12 21:37:59 heh Mar 12 21:44:58 jackmitch|home: save to go for it Mar 12 21:45:03 *safe Mar 12 21:45:48 mranostay: seems so heh ;) Mar 12 21:57:24 good nite Mar 12 21:57:33 koen: ping Mar 12 23:39:11 jkridner: ping Mar 12 23:48:25 jkridner: run! Mar 12 23:48:28 * mranostay trips ds2 Mar 12 23:48:42 howdy ds2 Mar 12 23:48:52 * jkridner doesn't know what he's in for. Mar 12 23:49:47 I was really worried at first on the new beaglebone video what part of the beagle we were zooming in on Mar 12 23:54:29 Russ: beagleborad? Mar 12 23:55:23 red eye Mar 12 23:55:48 no C&D from TI yet Mar 12 23:55:56 https://www.youtube.com/watch?v=xEfVj_9ofk8&feature=player_embedded Mar 12 23:56:40 C&D? Mar 12 23:56:46 cease and decist? Mar 12 23:56:49 yes Mar 12 23:57:24 easier if they just activate the self destructs on all the chips Mar 12 23:57:45 ds2: you aren't supposed to know about that feature. Mar 12 23:57:48 mranostay, there's no such thing as bad publicity Mar 12 23:58:02 oops Mar 12 23:58:03 besides, it can only be activated by skynet Mar 12 23:58:56 ds2: were you pinging me for something? Mar 12 23:59:03 ah.. Mar 12 23:59:05 I see the PM Mar 12 23:59:08 jkridner: :) Mar 13 00:00:43 PM me please! Mar 13 00:14:09 jkridner: is that a call or g+ hangout? Mar 13 00:19:37 G+ hangout, limited invite. Mar 13 00:19:52 morning Mar 13 00:19:53 we'll see if that is a bad approach pretty quickly. :) Mar 13 00:19:59 OpenROV guys convinced me to try it. Mar 13 00:20:26 do i have to get dressed? Mar 13 00:21:05 dressed? Mar 13 00:23:03 mranostay, I'm going to not allow incoming video if you have to ask that. Mar 13 00:25:49 mdp, its PG-13 but okay... Mar 13 00:26:24 ;) Mar 13 00:33:25 so only brief nudity? Mar 13 00:41:31 don't think I saw more than 2 wags of the tail. Mar 13 00:50:18 ka6sox: only one #$@#$ is allowed too Mar 13 00:56:38 jkridner, did y'all apply for a board number for the Bone? Mar 13 00:56:54 jkridner: why are boris's eyes red? Mar 13 00:57:13 mranostay: too many late nights trying to get an R-Pi to work? Mar 13 00:58:03 jkridner ping for a minute? Mar 13 00:58:37 * mranostay starts stopwatch Mar 13 00:58:50 shouldn't need a new number with devicetree Mar 13 00:59:13 no more board files. Mar 13 00:59:19 the kernel doesn't know how to differentiate them in teh machine_is_f00 Mar 13 00:59:40 right now you don't *know* which it is an therefore can't set the clocks right. Mar 13 00:59:55 ka6sox: er have your EEPROM programmed? Mar 13 00:59:56 http://www.arm.linux.org.uk/developer/machines/list.php?id=3808 Mar 13 00:59:59 not sure if it is used Mar 13 01:00:15 u-boot is loading the correct DT Mar 13 01:00:20 that isn't the right now. Mar 13 01:00:26 machine_is_beaglebone(), though that shouldn't really be used in kernel code anymore Mar 13 01:00:27 s/now/one/ Mar 13 01:00:34 based off the EEPROM if it flashed Mar 13 01:00:45 it is in the 3.7 patches brought forward. Mar 13 01:01:03 k, but new code shouldn't use it. Mar 13 01:01:16 then Joel's patches have to be reworked Mar 13 01:01:17 and those patches with it in there aren't likely upstreamable. Mar 13 01:01:20 yes. Mar 13 01:01:36 you can use it for now to get functional if you must. Mar 13 01:01:50 no,I'll rework them for DT instead Mar 13 01:01:52 but, Joel's patches aren't even close to upstreamable. Mar 13 01:02:02 sweet! Mar 13 01:02:47 ka6sox: welcome to the DT cult Mar 13 01:03:40 * jkridner just notices that people are still registering numbers: http://www.arm.linux.org.uk/developer/machines/list.php?id=4566 Mar 13 01:04:09 jkridner, just for giggles you ought to make sure *all* of them are there. Mar 13 01:04:45 only BeagleBoard and BeagleBone are there. Mar 13 01:04:50 BeagleBoard-xM is a BeagleBoard. Mar 13 01:05:01 Next-gen BeagleBone is a BeagleBone. Mar 13 01:05:15 jkridner: I registered a number a year or so ago Mar 13 01:05:28 Steve, is that you? Mar 13 01:05:46 I shared the link you registered above. Mar 13 01:07:14 Shadyman: I thought you were talking about one for Beagle. Mar 13 01:07:18 ah hehe Mar 13 01:07:24 There are two registered for Beagle. Mar 13 01:07:30 doh! Mar 13 01:07:34 silly people, trix are for kids Mar 13 01:07:35 One registered by Khasim (BeagleBoard/BeagleBoard-xM) Mar 13 01:07:50 and one registered by Steve (BeagleBone/next-gen-BeagleBone) Mar 13 01:08:17 I think that's allowable because of implementation differences? Mar 13 01:08:18 not sure Mar 13 01:08:25 jkridner, are we trying to get these patches upstream? Mar 13 01:08:31 (and how far upstream?) Mar 13 01:08:32 Shadyman: has to be Mar 13 01:08:35 yes. all the way. Mar 13 01:08:43 ah, okay Mar 13 01:09:06 we want Bone to be 100% supported in mainline. some stuff will get there much quicker than others. Mar 13 01:09:16 practically, i think it'll be 3.12 before it is done. Mar 13 01:09:31 but, we should get a fair amount into the 3.10 merge window. Mar 13 01:11:41 So we're going to BB0wn the mainline kernel? Mar 13 01:11:43 * Shadyman ducks. Mar 13 01:12:22 * mranostay beats Shadyman Mar 13 01:12:24 I'll admit, that one was bad. Mar 13 01:13:22 mranostay: http://cdn.memegenerator.net/instances/250x250/36044113.jpg Mar 13 01:27:25 * prpplague dances a little jig at the victory over another fascinating board bring bug! Mar 13 01:27:28 wahoo! Mar 13 01:27:33 time for um Mar 13 01:27:34 r Mar 13 01:32:08 a beer? Mar 13 01:32:56 ka6sox: rum Mar 13 01:33:02 ka6sox: missed the r Mar 13 01:33:17 oh! I forgot. Mar 13 01:34:19 ka6sox: you've heard the story of how the King's came to barbados? Mar 13 01:34:48 * ka6sox would love to hear this... Mar 13 01:35:01 * ka6sox gets a glass and pours a little. Mar 13 01:36:23 ka6sox: apparently there was scotish man who had a really bad gambling debt, and got brought up in front of an english judge Mar 13 01:36:55 ka6sox: sentenced him to 15 years of indentured service in barbados to work of the debt Mar 13 01:38:08 ka6sox: they put him on the boat out of portsmouth chained up with a bunch of other "slaves" Mar 13 01:38:50 ka6sox: so apparently this guy was a talker, he apparently talked and talked about how he was going to live "like a King" when he got his freedom in barbados Mar 13 01:39:13 ka6sox: so by the time they got to barbados, everyone on the boat simply called him "the King" Mar 13 01:39:27 ka6sox: circa 1698 Mar 13 01:39:40 wow! Mar 13 01:39:48 Glad I wasn't that guy! Mar 13 01:39:51 hehe Mar 13 01:39:58 glad i wasn;t chained next to him Mar 13 01:40:05 prpplague, what's yer bug? Mar 13 01:40:10 no kidding...that would get old. Mar 13 01:40:39 I need some help here...about pinmuxing and trying to make sure that things are setup right. Mar 13 01:40:39 Russ: someone "cut-n-pasted" a gige phy from an arm platform over to an x86 platform Mar 13 01:41:06 what's not to work? Mar 13 01:41:11 Russ: hehe Mar 13 01:41:36 currently the patches for mcasp0 in the 3.8 tree reference a device tree entry that says mcasp0 and then mii1.mcasp1 from then on... Mar 13 01:41:37 Russ: turns out they cut-n-pasted the same method IRQ handling from arm to x86, via a GPIO Mar 13 01:41:53 Russ: problem is that the x86 hub chip has a specific irq pin for the phy Mar 13 01:42:06 heh Mar 13 01:42:14 suppose its an easy mistake to make Mar 13 01:42:27 prpplague, just put that gpio in the devicetree as the irq Mar 13 01:42:28 Russ: linux says, yea there are interupts from the gpio , asks the hub chip and it says "nope no interrupts here" Mar 13 01:42:48 since I don't know *anything* other than I need mcasp0 using the mii1 pins I need to verify that they are indeed muxed where they go. Mar 13 01:42:55 Russ: the hub says there were any and refuses to do anything Mar 13 01:43:01 weren't Mar 13 01:43:11 whoops Mar 13 01:44:27 ka6sox: sorry i am on x86 mode atm, maybe pin one of the beagle gurus this evening Mar 13 01:44:43 prpplague: boo! Mar 13 01:45:06 ka6sox: this x86 leaves my brain looking like a yogurt cup thrown against a brick wall Mar 13 01:45:24 with or without granola? Mar 13 01:47:16 for a Bone is there a table someplace where I can see the values? since I don't have a windows box to play with for doing this I'm kind of lost. Mar 13 01:47:43 * ka6sox now puts on his flame proof suit. Mar 13 01:49:15 ka6sox: sysfs Mar 13 01:49:18 oops Mar 13 01:49:19 debugfs I mean Mar 13 01:49:40 * jkridner pokes around https://github.com/jadonk/linux/tree/v3.8.1-00370-g43085c3/arch/arm/boot/dts looking for the mcasp dts Mar 13 01:51:10 * ds2 wonders if a hole will appear from drumming the desk before a BBB related datasheet arrives Mar 13 01:52:17 does the vendor start with n? Mar 13 01:52:48 *big, wide, G* Mar 13 01:53:04 I fear for the structural integrity of the building Mar 13 01:54:00 * ka6sox tries to wrap his head about debugfs && pinmuxing Mar 13 01:54:06 jkridner: hey did you take down the beagle harlem shake? Mar 13 01:55:51 no, just unlisted it. Mar 13 01:55:56 you need the URL from someone that has it. Mar 13 01:56:15 jkridner: doh Mar 13 01:56:16 I'll fetch it. Mar 13 01:56:53 http://www.youtube.com/watch?v=p1J5sj9Xhjo Mar 13 01:58:04 jkridner: i still think that is you in the suit after two red bull drinks and a who bag of m&ms Mar 13 01:58:13 s/who/whole Mar 13 01:58:25 dude, I'm always like that guy, whoever he is. Mar 13 01:58:55 M&Ms? not special brownies? Mar 13 01:59:09 ds2: i was going to be nice Mar 13 01:59:16 :) Mar 13 01:59:16 but them someone let dmurphy in here Mar 13 01:59:34 argh, too tired to type properly this evening Mar 13 02:01:59 verified its mode4 (via the SRM) but I think the references are just messed up from the DA8XX_EVM that uses mcasp1 Mar 13 02:02:16 sorry 84XX Mar 13 02:04:40 ka6sox: where are the muxes configured? Mar 13 02:05:01 https://github.com/jadonk/linux/blob/v3.8.1-00370-g43085c3/arch/arm/boot/dts/am335x-bone-common.dtsi ? Mar 13 02:07:19 yes, but they are currently set for mode3 not mode4 Mar 13 02:07:26 jas...let me look @ something Mar 13 02:07:40 actually, that section isn't loaded, is it? that section is just for SPI. Mar 13 02:08:46 I'd think it'd need to be added to https://github.com/jadonk/linux/blob/v3.8.1-00370-g43085c3/firmware/capes/cape-boneblack-hdmi-00A0.dts Mar 13 02:09:01 so, I can't figure out what you referenced Mar 13 02:10:20 thats the video not the audio Mar 13 02:12:45 right, I only see video there... Mar 13 02:12:50 need to add the pins for the audio. Mar 13 02:13:10 as far as I can tell in the 3.8, there isn't anything to configure those pins. Mar 13 02:15:19 jkridner, yes, the patches that Joel has are not DTS compliant. so I'll rework that and then they should work right. Mar 13 02:15:31 need to read up on the pad register settings for mode4 Mar 13 02:18:06 okay I have a good start on this and can work on this now. Mar 13 02:18:56 I think there is an internal patch to take the same clock and use it for both TX and RX Mar 13 02:32:17 prpplague: is the UART cable you referring to same as the 3.5mm jacked one that FTDI sells? Mar 13 02:32:36 ds2: yep Mar 13 02:32:42 ds2: and a dozen others Mar 13 02:32:57 prpplague: just checking in case there are multiple pinouts Mar 13 02:33:16 ds2: http://www.digikey.com/product-detail/en/TTL-232R-3V3-AJ/768-1098-ND/2285997?cur=USD Mar 13 02:33:23 like 3! possible combinations Mar 13 02:33:45 would there be 6 possible combinations? Mar 13 02:34:08 actually, if someone would make a pass through cable... he can save on a connector Mar 13 02:34:12 jkridner: there is a 4 pin version Mar 13 02:34:16 that chip can route a UART through the USB Mar 13 02:34:21 RX/TX/GND, TX/RX/GND, GND/RX/TX, GND/TX/RX, TX/GND/RX, RX/GND/TX :) Mar 13 02:34:24 ds2: *cough* Mar 13 02:34:32 ds2: i'm under nda on that one Mar 13 02:34:43 4 pin, yikes! 4! = 24 combinations! Mar 13 02:34:44 prpplague: that is on the TRM Mar 13 02:34:54 ds2: ?? Mar 13 02:35:01 prpplague: the UART pass through mode Mar 13 02:35:19 so don't see how NDA matters for public info Mar 13 02:35:33 unless you are calling published TRMs on the official TI site for the chip being used not public :D Mar 13 02:35:41 ds2: sorry i was referring to a different pass through item Mar 13 02:35:54 prpplague: ah, ok.:) Mar 13 02:37:47 oh and that UART pass through should use a cable that you can find on the market so it isn't a nonstandard option either Mar 13 02:39:09 ds2: i use that ftdi one for all my hack projects since it is easy to add the connector to the plastic case by drilling a hole somewhere near some internal open space Mar 13 02:40:20 just through on a ft232rq and a microusb connector Mar 13 02:40:23 takes no space Mar 13 02:40:57 pretty sure the ft232rq is the chip in those usb cables with the chip in the cable Mar 13 02:42:16 Russ: yea Mar 13 02:42:25 aren't prolific cables cheaper? Mar 13 02:42:32 pl20xx Mar 13 02:42:43 ft232rq is nice to have on board because you get gpios too Mar 13 02:42:45 ds2: yea but tend to be a little quirky imho Mar 13 02:43:05 since i have a couple with the 3.5mm jack, i just use them for everything Mar 13 02:43:46 after the webpal incident, I prefer real 16550's Mar 13 02:44:37 ha Mar 13 02:44:47 ds2: i made a fortune of those Mar 13 02:45:03 those suckers do not like USB cables Mar 13 02:45:14 ds2: there is a hardware store in my home town that still uses them for thin client Point of Sale units Mar 13 02:45:43 prpplague: did you do the flash upgrade on the stick? Mar 13 02:46:36 ds2: yea Mar 13 02:47:05 man that has been a long time Mar 13 02:47:10 * prpplague tries to remember Mar 13 02:47:24 ds2: was that around 2001? Mar 13 02:47:51 prpplague: I think earlier... around 1999 Mar 13 02:48:32 ds2: naw it wasn't 1999, it had to be 2000, because i wasn't doing contract work for this company in 1999 Mar 13 02:48:35 * prpplague checks Mar 13 02:50:26 ds2: march of 2001 Mar 13 02:50:45 that must have been after the units were hacked Mar 13 02:51:22 ds2: that was when did the thin client stuff Mar 13 02:51:33 * prpplague checks to see when he purchased the first webpals Mar 13 02:52:00 ah Mar 13 02:54:32 ds2: looks like july of 2000 is when i purchased my first three units Mar 13 02:54:46 that seem plausible Mar 13 02:54:55 thought you got into it earlier? Mar 13 02:56:55 ds2: yea i was hacking around on x86 thin clients more at the time Mar 13 02:57:39 tell us about the webpal serial fiasco? Mar 13 02:58:59 * prpplague has some archived code from Russ for jtag mtd **** ENDING LOGGING AT Wed Mar 13 02:59:58 2013