Wulfy wrote: > My camera usually links to the computer through the serial port. As I > have my modem in there, it's a major pain to get the camera connected. > So I decided to get a USB card reader to solve the problem. > > I plugged it into one of my USB ports and it's recognised: > > Relevant bit of syslog: > [snip syslog] > > [EMAIL PROTECTED]:~$ lsusb > Bus 003 Device 005: ID 0424:20fc Standard Microsystems Corp. 6-in-1 Card > Reader > Bus 003 Device 001: ID 0000:0000 > Bus 002 Device 001: ID 0000:0000 > Bus 001 Device 001: ID 0000:0000 > > Linux Yewdales-lodge 2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 > GNU/Linux > > I have Sarge installed. > > I can't figure out how to mount my camera card. I plug it in and the > reader acknowledges it but nothing seems to work when I try and mount. > So I googled and went to the site of the manufacturer Vivanco. > Progress... they say it needs a driver. (Does it? Syslog says /dev/sd* > are being created.) MAC OSX, MSWindows in various flavours... no Linux > driver. No mention of Linux... :( > > Am I missing something very obvious or is there something like > ndiswrapper that would work with the driver? I thought that would until > I read the man page... :( > > If you need anything more info, just ask... not sure what you'd need. > Some USB card readers in Linux don't create hotplug events when cards are plugged in or pulled out, but only when the reader itself is plugged in or out. If one is using udev (and based upon your syslog, you are), then you need to create a udev rule that creates all the possible device nodes when the reader is plugged in, so they will be available when the card is plugged in.
See article 126 [0] in debian-administration.org for detailed instructions on how to set this up. Also read the comments, as the first commenter seems to have exactly your situation. And if you're interested, article 127 [1] has instructions on how to use automount to automatically mount the partitions when you try to access them. I found both to be helpful and easy to follow. [0]: http://www.debian-administration.org/articles/126 [1]: http://www.debian-administration.org/articles/127 Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]