Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to mount a USB Cardreader???
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
aZZe
l33t
l33t


Joined: 20 Feb 2003
Posts: 965
Location: Dinslaken, Germany

PostPosted: Tue Mar 04, 2003 6:26 pm    Post subject: How to mount a USB Cardreader??? Reply with quote

Hello at all!!!!


I have a new USB cardreader/writer for CompactFlash, Sd-Cards, Memory Stick and Smart Media Cards. How can I use this USB cardreader/writer on Gentoo Linux or generally on Linux?

It would be nice if you could give me an exact description step by step.


Thanx

darktemplaaa
_________________
ASUS 4A785TD-V EVO with AMD Phenom(tm) II X4 965
4GB RAM DDR3-1333
ATI Radeon HD4870
Back to top
View user's profile Send private message
boglin
n00b
n00b


Joined: 07 Jun 2002
Posts: 67
Location: Kingston, ON

PostPosted: Tue Mar 04, 2003 10:37 pm    Post subject: Reply with quote

There is plenty about these types of devices in the forum, so don't stop reading after this post.
What you want to do is handled most easily by the hotplug system. First 'emerge' hotplug. Then you must do some kernel configuration: You should (if you don't you get some non-fatal boot errors and/or non-functional USB keyboard) enable all USB stuff as modules. The USB stuff you need is the driver for you Card reader, Usb mass storage support. You should also enable SCSI generic support in the SCSI subsection if you don't already have it for a cdrw.
Once you've recompiled your kernel:
Code:

#make dep && make clean bzImage modules modules_install

add hotplug to your init:
Code:

#rc-update add hotplug boot

Then you should reboot. When you're up an running, check for any sd#'s in dev; you should be able to mount these. There is a way to configure hotplug to automount your card... look at this thread(and others):
https://forums.gentoo.org/viewtopic.php?t=15334&highlight=hotplug+automount
I hope this helps (feel free to msg me if you need elaboration on any of the above).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum