OK, now I solved it in a way, I've changed usb_set_bootargs=setenv bootargs console=$console root=$usb_root rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params to usb_set_bootargs=setenv bootargs console=$console root=/dev/sdb1 rootdelay=$usb_rootdelay rootfstype=$usb_rootfstype $mtdparts $usb_custom_params and it boots and I can mount my sata drive.by bandan - Debian
Hi, was anybody else sucessful? I set 'usb_root=/dev/sdb1' I don't know what I should change on boot args. Without my sata drive connected it boots my Debian from usb, with sata connected I get No filesystem could mount root, tried: ext2 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1) [<c00366c0>] (unwind_backtrace+0x0/0xec) from [<cby bandan - Debian
Hi, I'm using gorgones Kernel with my rt2860 device and rt2860sta module. Works fine. Also I think you need the matching firmware. rt2800usb, rt2800pci etc don't work for me reliable.by bandan - Debian
Hi, You need to do as Peter said Quotepetergunn To make everything work after reboot you need to edit /etc/modprobe.d/alsa-base.conf Old: # Keep snd-usb-audio from beeing loaded as first soundcard options snd-usb-audio index=-2 New: # Allow snd-usb-audio to be loaded as first soundcard options snd-usb-audio index=0 Which is he wrote here http://forum.doozan.com/read.php?2,2840,28by bandan - Debian
Hi Peter, I don't get why you set rate to 50000. Wouldn't 44100 or 48000 make more sense? Anyway I set ist to 44100 so I don't have to do sample conversion on my Terratec Areon Dual USB. Is it normal to still have 25% CPU when playing mp3 files? Edit: mplayer take 25%, mpg123 take 3-4% petergunn Wrote: ------------------------------------------------------- > I createby bandan - Debian
I've got one question, does the built in nand support wear leveling? If not, wouldn't it make sense to use a filesystem designed for flash devices? jffs or somthing like that? I also read abaout dead blocks on the nand, how do different filesystems(ext2/4) treat these? bandanby bandan - Rescue System