Would you recommend the product? yes | Price you paid? (in USD): $400.00 | Rating: 8
|
Kernel (uname -r):
|
2.4.18-bf2.4
|
|
Distribution:
|
Debian
|
The debian Kernel ( 2.4.18-bf2.4) comes with USB mass support.
I have no SCSI disk.
What I do is:
1. modconf
2. select kernel/drivers/usb
3. enable usb-ohci (cause my motherboard is VIA)
4. enable usbcore
5. select kernel/drivers/usb/storage
6. enable USB Mass storage Support
7. modprobe usb-storage
restart.
go to console(become root),
mkdir /mnt/camera
mount /dev/sda1 -t vfat /mnt/camera
Thats it!
I can look at the pictures and the videos as well, yeahhhhh
|