[00:00] I find that even my AHCI host system needs initrd, since the ahci driver is no longer built-in. [00:02] rereading bug report... rlameiro does it work if you leave a usb-flash connected when you remove and insert another device? [00:03] rcn-ee: didnt tried [00:03] i will try now [00:03] need to reboot first [00:04] rcn-ee: thats another weird thing [00:04] okay, no rush.. we had something like that on the beagle.. at one time everything had to be plugged in at boot.. weird things would happen if all devices where removed then added.. so the trick was to leave something connected.. 2.6.29 days.. [00:04] i plugged now the hub and it didnt recognied it [00:05] it needs to be connected at boot [00:05] rlameiro, You don't want to not use an initrd: theoretically it works without one, but that path is very poorly tested, and prone to issues. [00:09] rcn-ee: !!!!! WORKS!!!!!!! [00:09] how can i mount my flash drive on the cli [00:10] mkdir ./tmp ; sudo mount /dev/sdxX ./tmp [00:11] so it sounds like an ehci bug.. when no devices are connected it turns to a state and new devices don't get it out.. [00:11] yeap [00:11] /win 14 [00:12] rcn-ee: how do i know th xX on the sdxX ?? [00:12] sorry for the newbiness [00:12] no problem... "sudo fdisk -l" L.. is easiest [00:14] thinking out loud and googleing..... isn't there a "debug-usb" option for the bootargs? [00:15] rcn-ee: so, is there a correction for this bug? [00:17] on the beagle it was: use a newer kernel that worked better... but that was 2.6.27/28/29 days.. so i dont' think that one applies.. I'm looking on google for a way to debug the usb subsystem on bootup, maybe that would show something.. [00:20] rlameiro, does your current kernel have "cat /boot/config-* | grep CONFIG_USB_DEBUG" ? [00:21] I think most of the DEBUG config options aren't used (and `grep CONFIG_USB_DEBUG /boot/config-*` is faster) [00:22] Unless there's a way to change them via boot parameters, might need a special kernel build. [00:22] yeah it is thanks. ;) rlameiro does it also happen with my kernel? [00:22] take me about 3 minute to build one if it does.. [00:22] (we had issues in the past with kern.log overflowing the SD cards, and had a firm discussion with the kernel team) [00:23] yeah, that's way to wear out an SD card quickly. ;) [00:23] rcn-ee: yes it did happend with you kernel [00:23] okay, then it'll be a valid test, just take a moment.. [00:23] Filled them up back in the early imx51 days when folks were using pre-pre-pre-production hardware. I ended up writing a syslog.conf fragment so that people could complete the installer. [00:25] I'm seeing something similar with my hacked up lucid NetInstall, the 2.6.35 kernel's HID input it noisy, the log is unreadable.. [00:28] okay they are up... rlameiro uImage and modules here.. and yes it's about 20kb download. ;) good for beer breaks.. http://rcn-ee.homeip.net:81/testing/lp-646985/CONFIG_USB_DEBUG/ [00:46] rcn-ee: what did you put on your kernel? [00:46] its working [00:47] * persia dislikes heisenbugs intensely [00:47] crap, what? did my previous build work? alli changed was two configs... [00:47] well [00:47] stoped working... [00:47] wow [00:47] yay! ;) the logs should have more usb stuff.. [00:48] where is the log file? [00:49] it should be in the system log... off the top of my head i don't remeber which one.. but "dmesg > log.txt" then pastebin that log.txt should give us an idea of what's happening.. [00:50] /var/log/kern.log most likely [00:50] Oh, and /var/log/dmesg.log may also be interesting, but likely less verbose. [00:50] so both just incase. .;) [00:50] rcn-ee: http://dl.dropbox.com/u/1333955/usb.txt [00:51] dmesg > ub,txt :D [00:51] i forgot how cool is piping :D [00:52] humm.. usb: resume on port1, status -19 [00:53] Next trick: `pastebinit /var/log/dmesg` [00:53] dont be scared its a 10 port hub [00:53] The one with the extra socket on the end? [00:54] http://pastebin.com/P613QrxR [00:54] persia: its trust one [00:54] different than mine then :) [00:55] http://www.trust.com/products/product.aspx?artnr=16131 [00:56] humm, i'm stumped. ;) i'd add that dropbox link to the launchpad bug, we are going to need one of the ti/nokia usb guys to look at it.. [00:57] good that you mentioned it [00:57] i could delete it otherwise [00:57] Better to put the original file into the bug, rather than the link to dropbox, just in case. [00:57] you could upload it too.. then not worry about hosting it.. [00:58] it looks like it's defintelly stuck in suspend mode... [00:59] i can try with a diferent hub [00:59] 4 ports self powered [00:59] will it make diference? [00:59] it might... if it fails it's just more ammo for a bug.. [01:00] ok [01:03] http://pastebin.com/RmnF40NZ [01:03] with the other, this was faster failing [01:06] rcn-ee: http://dl.dropbox.com/u/1333955/usb4.txt [05:34] is there a uboot irc channel? [09:18] Neko_, Used to be #u-boot, but has been deregistered. Dunno to where folks may have migrated (if they did). [13:41] hi all i have ubuntu 10.04 kernel and Serial controller: Device 4348:3253 but minicom is not working on this [13:41] i mean no boot message i am able to get over serial port [13:50] The images we produce don't use serial console by default. [13:50] You'd have to do something special to get one (add it to kernel command line, etc.) [13:56] hey persia, how frozen is the kernel for new patches? ;) With the help of some meego guys, we figured out which 11 patches cherrypicked from 2.6.36 make the display work correctly on 2.6.35.. ;) I'll file a bug and list the patches, so you guys can decide. ;) [13:56] duh, i should list teh board... devkit8000 [13:58] rcn-ee, Which kernel? [13:59] (the answer will be somewhere between jello and cabonite) [14:00] the 11 patches were merged in the 2.6.36-rc with tony's merge.. they apply cleanly to the 2.6.35 kernel.. They basicly fix the power rails so the display actually gets setup properly... [14:00] I should have asked: "Which kernel source package in Ubuntu?" [14:01] um.. the combined omap3/x86 tree.. it only touches arch/arm/mach-omap2/board-devkit8000.c [14:02] "linux"? That would be "carbonite". We have to show security fault, major regression, user data loss, etc. [14:02] But we can prepare a set of patches to be dropped immediately post-release as an update. [14:04] right now it'll bootup: omapfb error or something about can not init display.... [14:05] the problem with these boards, not a lot of people have them so it's not a big % (i don't even have one to test) But i can file a bug link to the patches then if someone tries to run ubuntu with a devkit8000 will have a bug to read and help debug. ;) [14:08] Please do file a bug. Extra points for shepherding the patches through the SRU process to make them available post-release. [14:08] Folks won't be able to use the display first-boot, but ought be able to update, and use it second boot. [14:09] true.. and since they are merged, maverick+1 will work out of the box.. (pending some random breakage patch. ;)) [14:49] afternoon [14:50] jo-erlend_igep:hey, wasnt you that had a problem with wifi on igep? [16:29] igep is going to launch a 1ghz version with OMAP3730 [18:56] saturday its really slow over here...