[01:54] I was just trying to install Lucid on a BeagleBoard XM, but it fails in two places [01:55] if says it can't load kernel modules, so of course later it can't find the MMC card to install to... [01:58] rsavoye, which kernel? ubuntu's? [01:59] I was trying the lucid one off the BeagleBoardUbuntu page [01:59] although maverick would be better [01:59] if it's my kernel, it has to be atleast 2.6.34+ [02:00] I'll try the prebuilt maverick image from the same page [02:01] the maverick alpha-2 listed there will boot. ;) i've tested it on my xm.. just testing an alpha-3 for next week.. [02:01] cool, it's still downloading [02:01] will it default to the serial port ? [02:02] yeap ttyS2... [02:02] I need to get a HDMI DVI-D adapter [02:02] it's actually both, it's setup to load ttyS2 with login and tty0 (hdmi) [02:02] even better :-) [02:03] I just mostly need to compile a a bunch of stuff to track down some problems [02:03] the big issue with that kernel thou, the xm will only run about 500mhz, i didn't fix that till my 2.6.35-rc stuff.. i had one user have problems running at full speed 1Ghz he had to back down to 800mhz, still figuring out TI's voltage change stuff. [02:03] ouch, I was looking forward to 1Ghz :-) [02:04] since I have piles of compiling to do [02:05] my works.. ;) but not all.. this patch will fix the issue.. the problem not all the infrasture is in mainline, so i'm cherry picking still... http://bazaar.launchpad.net/~beagleboard-kernel/%2Bjunk/2.6.35-devel/annotate/head:/patches/arago-project/0001-OMAP3630-PM-Update-for-OPP-1GHz.patch [02:07] I'm having similar problems... [02:07] I assume it'll be fixed RSN anyway ? [02:09] my MMC shows up as /dev/mmcblk0p1, so I assume I'll need the other setup script ? [02:09] we will see, it'll defintelly get fixed faster as the xm's start shipping..(beagle group email metioned new memory in..) [02:10] so they fixed the memory problem ? [02:10] no.. alpha-2, does not have the issue... That bug came out after i released the 10.04 image in "may"... it takes time to upload 70mb's on my slow cable.. [02:10] ah... [02:11] i'm not sure, as i have one of the very early 256mb models.. but it sounds like they got good 512mb memory now.. [02:12] the unit I just got has 512mb [02:12] yeap, if it's marked with an "A" on the corner it's a production unit.. [02:14] mine doesn't have an A, it came from TI with zero docs [02:15] beagle's don't come with docs.. ;) everything is on beagleboard.org (well the schematic's aren't up yet) [02:18] I'm used to getting hardware before docs anyway. :-) [02:18] copying to the SD... [02:22] rcn-ee: root passwd ? [02:22] it obviously booted fine [02:23] no root... user: ubuntu pass: temppwd (the alpha-3 image will bring up oem-config, just got to sacarfise 100Mb to swap) [02:23] wow, that was too easy :-) [02:24] if you look at dmesg, there is atleast one oops with usart 3.. [02:25] sweet, I'm in, thanks [02:26] no problem.. it'll be interesting if your board fails at 1Ghz too.. the latest kernel: http://rcn-ee.net/deb/maverick/v2.6.35-rc6-dl12/install-me.sh if it hard locks on boot, change mpurate from 1Ghz to 900/800 etc... [02:30] yeah, might be worth trying as long as I can hack it work at a slower speed [02:30] but 1Ghz would be nice for builds [02:31] the script will back up the existing uImage and uInird so it's pretty easy to back and forth. ;) [02:31] hum, apt-get doesn't like ports.ubuntu.com [02:32] ok, downloading it, I'll try it [02:33] wow, this is a reasonably decent performing little machine [02:33] I'm sort of used to 200-400Mhz :-( [02:34] yeah the xm is pretty quick.. of course i thought the original beagle 500mhz/128mb was quick too a couple years back.. it keeps geting better.. [02:35] mv: cannot move `/tmp/boot/uImage' to `/tmp/boot/uImage_old': Read-only file sym [02:35] `/tmp/boot/uInitrd' -> `/tmp/boot/uInitrd_old' [02:35] guess I should have done it as root [02:35] no it calls sudo... [02:36] is mount showing /dev/mmcblk0p1 as "ro" sounds like the same weird thing that till's board is doing.. (why mine doesn..t0 [02:36] hum then I have a problem [02:37] yeah,. read-only file system [02:38] so I guess I can [02:38] is there a 'write protect' switch on your mini-sd card? [02:38] t run at 1Ghz ? [02:38] could be, let me pull it out and check [02:39] i don't think there is, but it's weird both your's and till's xm (512mb) models default to write-protect on the sd, whereas mine stay rw.. [02:40] I don't see one, even put my reading glasses on... [02:41] i'd hope it would be pretty obvious.. [02:43] just making sure. :-) [02:43] rsavoye, use nano and add this line: http://pastebin.com/wUNVc9Y7 (it should remount it as rw) [02:45] ok, done. trying again [02:48] that time it was happy [02:49] cool thanks.. i'll add a ro check and workaround for future install-me scripts. ;) [02:51] seems to hang on reboot after "Uncompressing Linux... done, booting the kernel. " [02:51] Image Name: 2.6.35-rc6-dl12 [02:51] Image Type: ARM Linux Kernel Image (uncompressed) [02:51] yeah that's the clock speed... :( use the boot.cmd from the ubuntu directory and change it to mpurate=800 instead of muprate=${mpurate} [02:52] I assume I do that with the MMC mounted to a different machine ? [02:53] yeap, with another pc, so you need the sd card reader.. [02:53] till got it too boot every 3rd/4th time.. [02:54] the ubuntu directory is where ? [02:55] in the extracted dir.. ubuntu-maverick-alpha2-minimal-armel/boot.cmd [02:55] then it's just: sudo mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Boot Script" -d ${DIR}/boot.cmd ${DIR}/disk/boot.scr [02:57] DIR being my MMC card ? or where ubuntu* is untarred ? [02:59] the first DIR is your ubuntu-maverick-alpha2-minimal-armel/ directory an the 2nd one is your mmc card.. (just remember to edit boot.cmd first) [03:03] looks like 800 doesn't do it either, 600 next ? [03:04] very weird, 800mhz should have worked no problem.. maybe go back to the *_old i'll do some more testing on my xm tomorrow.. [03:05] I'll 600, then go back to the original image [03:05] maybe I screwed up a step [03:06] no, i don't think you did.. the install script been tested quiet a bit in weird enviroments... You just have serial access right? [03:07] yep, I'm redoing it 800 [03:07] just to be sure [03:09] and yeah, only serial access till I get the network up [03:10] yep, that time it worked. user error... [03:11] it says 2.6.34-l2 ? [03:11] that's the original... [03:11] oops, [03:16] so let me get this right, I should run install-me.sh on the but the boot.cmd is in the original tarball ? [03:18] the install-me can only be run on the beagle... the original boot.scr that is created with the setup_sdcard.sh script sets mpurate=${mpurate} this passes 1000 from u-boot to kernel, which then trys to set 1Ghz on the omap.. but it's not 100% yet, so we force mpurate=800 and copy that new boot.scr to the fat partition on the sd card.. [03:19] that's what I thought [03:20] so after I run the install-me script, I have to reboot. But editing boot.cmd and running setup goes back to the original [03:20] or since I edited boot.cmd, ran setup, and then install-me.sh ? [03:20] * cwillu_at_work blames the sd cards [03:21] yeah... the 'setup_sdcard' will reformat the sd card and use the original kernel image again.. [03:21] 2.6.35-rc6-dl12. I had the order wrong at first :-) [03:22] now it's up and set to 800 [03:26] 800Mhz is better than 500Mhz :-) [03:27] * cwillu_at_work feels inadequate with his 720mhz [03:28] * rcn-ee to have 512Mb... [03:28] oddly enough given that I'm running a webapp fullscreen in firefox, I'm cpu bound, not memory bound :p [03:29] yeah, the extra memory may be better than the clock speed for builds [03:29] i wouldn't do it for any of your in the field boards, but bump the mpurate value.. ;) [03:30] above 800 ? I'm a developer anyway. :-) [03:31] oh i was bugging cwillu_at_work he should overclock his to 820.. ;) [03:31] * cwillu_at_work installs a water cooler :p [03:31] ya gotta love working on mobile devices, it's like coding was 20 years ago [03:32] yep [03:32] I remember my 32 bit atari with 256mb of memory running at 500mhz [03:32] * cwillu_at_work blinks [03:33] actually, I remember my 16/32 bit atari with 2mb of memory and a 20mb scsi hard drive :p [03:33] * cwillu_at_work reminisces about gfa basic [03:33] ... where a misindented line was a syntax error enforced by the editor :) [03:34] my first machine was a time sharing system that I dialed into at 110 baud :-) [03:34] even the keypunch machines were an improvement to that [03:34] I used to go to the sleep to the beep beep beep of my mom typing thesis in my bedroom [03:35] years later, she bit me [03:35] * cwillu_at_work wonders what happened there [03:35] now I deal with the psychological issues by buying overpriced sd cards [03:35] it's a mad world :) [03:35] my mom hated getting rid of her IBM Selectric typewriter for a word processor... [07:47] [A8 [07:48] hi, I'm running 10.04.1. the sound output of mpd on my system sounds awful and disorted, but e.g. ffmpeg plays the files perfectly. do you have an idea, where the problem is? i used the mpd.conf in 9.10 without any problems. === Termana_ is now known as Termana === freeflyi1g is now known as freeflying [15:43] hum I just got this: /tmp/ccUKtcol.s:77154: Error: redefined symbol cannot be used on reloc, which then went away next time I typed make... [15:44] on maverick onj an Xm [17:04] rsavoye: memory might still be unstable? [17:05] ah, could be [17:05] I also found it runs one build fine, but don't try two :-) [17:05] OpenJDK is chugging along slowly building on maverick [17:06] rsavoye: I'd be interested if you manage to run into proven hardware failures [17:06] It could always be a kernel mm issue, but still [17:06] I'll see if it happens again, I might have just pushed it too hard [17:07] I'm running 2.6.35-rc6-dl12, so it might be [17:07] cause of the clock speed issue [17:07] 800Mhz seems to work ok though === JaMa is now known as JaMa|Off [18:38] hi, I'm running 10.04.1. the sound output of mpd on my system sounds awful and disorted, but e.g. ffmpeg plays the files perfectly. do you have an idea, where the problem is? i used the mpd.conf in 9.10 without any problems. === prpplague_2 is now known as prpplague === fta_ is now known as fta === fta_ is now known as fta === fta_ is now known as fta [22:18] evening folks === NC|Alaska is now known as NCommander