LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   USB Compact flash card reader with XANDROS (https://www.linuxquestions.org/questions/linux-newbie-8/usb-compact-flash-card-reader-with-xandros-212745/)

dkunjeer 08-02-2004 11:09 PM

USB Compact flash card reader with XANDROS
 
I'm a new convert to the Xandros linux distribution and it's really a great interface. I've got everything working except my CompactFlash card reader, I've tried three different ones (latest being a Sandisk which supposedly provided drivers to Xandros for the kernel) and all to no avail. In control center, the system sees it, but doesn't talk to it. When I open file manager, it's not there. Nothing. We tried the same card reader on my brother's Xandros system and it wouldn't work until he went into the BIOS and enabled "USB Keyboard support" and then it was able to work on his system just fine. On mine, the USB keyboard support is already enabled but the reader still doesn't work.
Here's the relevant tech specs I can think of:
AMD 2800+ CPU
Gigabyte 7N400 Pro 2 mobo w/Nvidia chipset
Phoenix BIOS (I think Phoenix is the name of it)
USB devices:
Logitech USB mouse - working now
Logitech PS/2 keyboard - working of course
HP psc 1210 all-in-one USB printer - working

The Sandisk reader is for CompactFlash, model number SDDR-91. Supposedly this is support by the linux kernel. Anybody out there have a clue?


You can contact me at dkunjeer@adelphia.net

Your help is greatly appreciated.

finegan 08-03-2004 03:07 PM

huh, I'm willing to bet xandros didn't load the usb-storage module by default.

Unfortunately the best I can think to do is open a terminal, su to root, and type the command:

/sbin/modprobe usb-storage

Then the command "dmesg" and at the end you should see so stuff about a device called /dev/sda, and a partition check, so then probably mount it with:

mount /dev/sda1 /mnt/cf

That's of course assuming you have a mount point called /mnt/cf

Cheers,

Finegan


All times are GMT -5. The time now is 04:40 PM.