|
|
Rockbox mail archiveSubject: HOWTO Using the Recorder under LinuxFrom: Daniel Stenberg (daniel_at_haxx.se) Date: 2002-04-09
Yes, we should add such a one. (As I didn't find one and I don't consider it
My start (feel free to correct me or add your own comments):
1. Make sure your kernel is configured with SCSI, USB and USB mass storage
2. On USB config page, use 'UHCI' as a (m)odule, as only then will the
3. Build kernel, install, bla bla
4. After having booted your shiny new USB+SCSI kernel, do this:
$ insmod usb-uhci
(/dev/sda1 may not be exactly this name on your machine)
You can also make the mount command easier by appending a line to /etc/fstab
/dev/sda1 /mnt/archos vfat umask=0 0 0
And then just do this:
$ mount /mnt/archos
The umask stuff makes it possible for all users to write and delete files on
I'm sure we can soon do some nice hotplug magic to make this happen
-- Daniel Stenberg -- Hacking Archos => http://bjorn.haxx.se/rockbox/
Page was last modified "Mar 9 2008" The Rockbox Crew |