The problem is solved.
There is no need for a program, you just need to mount the devices... Try /dev/sda1 or sdx# where x is the bus letter and # the logical asignation (or use lsusb to determine ) The only thing really needed is the USB mass storage driver compiled either as a module or into the kernel.
Login in as root:
# cd /mnt/
# mkdir flash
# ls /mnt/
cdrom dos flash floppy
# mount /dev/sda1 /mnt/flash
# ls /mnt/flash
bin boot dev etc lib linuxrc lost+found proc root sbin start-ap.sh test.tar.gz tmp usr var
Quote:
Originally posted by tcma
How to make the builtin Media Reader (Compact Flash (CF), Secure Digital (SD)) readers of the Emachines M6807 work on linux 2.6.7?
What program is needed to read and write to the SD and CF?
|