Results 1 to 6 of 6
I have a ZiO! compaq flashcard reader, so I figured I could just load the usb-storage module as it contains support for the ZiO readers, but no new devices show ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-08-2004 #1Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
USB flashcard issue
I have a ZiO! compaq flashcard reader, so I figured I could just load the usb-storage module as it contains support for the ZiO readers, but no new devices show up (although the kernel does detect the reader), and I can't figure out how to access it.
If anyone knows how to solve this, please help.Emotions are the key to the soul.
Registered Linux User #375050
- 12-08-2004 #2
did you try mounting it manually?
-lakerdonaldCode:su - mkdir /mnt/flash mount /dev/sda1 /mnt/flash
- 12-09-2004 #3Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
That's the problem- no new devices even show up, so there's nothing to mount. However, I do know the kernel can detect it, and it works on other (windows) systems.
I have an internel SCSI drive (/dev/sda) so I figured the flashcard would show up as /dev/sdbEmotions are the key to the soul.
Registered Linux User #375050
- 12-09-2004 #4Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
Does it shows up in here : System Tools > Hardware Browser > Hard Drives?
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 12-09-2004 #5Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
No, although it does show up in the USB devices section, just not as an actual accessible drive.
And I'm sure the card in the reader works, as I've used it numerous times in other readers. I only recently got this reader because I lost the other one, which did work on Linux just fine.Emotions are the key to the soul.
Registered Linux User #375050
- 12-14-2004 #6Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
USB Flash Card
Where did you look to confirm that it was not detected. Try looking in the /proc logs, there should be a directory named usb, the device should appear directly below the usb port or hub that it is attached to, and referenced by name. If it is there try mounting it. On my system, linux does not recognize the device untill I mount it. Make sure that you use /dev/sda1(/sda is your hard drive) rather than using /udev.


Reply With Quote
