LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-29-2006, 10:26 AM   #1
sfish777
LQ Newbie
 
Registered: Jul 2006
Distribution: Redhat 7.2 - 2.4.7-10
Posts: 9

Rep: Reputation: 0
can't mount usb CF card reader


I have a USB Compact Flash card reader that worked fine before I reinstall the Redhat Linux 7.2. There are 2 partitions on the CF card, one is msdos and one is ext3. I usually mounted the card as followed:

#mount -t msdos /dev/sda1 /mnt/cf1
#mount -t ext3 /dev/sda2 /mnt/cf2

After I reinstalled the O/S, I can't mount it anymore. It gave me following message when I tried to mount either one of them:

#mount -t ext3 /dev/sda2 /mnt/cf2
mount: /dev/sda2: unknown device

When I plug in/out of the card reader, dmesg doesn't give any messages.

What should I do to be able to mount it?

Thanks.
 
Old 09-29-2006, 10:37 AM   #2
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,833

Rep: Reputation: 108Reputation: 108
Does your new os support USB storage?

Happy Penguins!
 
Old 09-29-2006, 10:41 AM   #3
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,987

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
Check the output of:

# lsmod

Make sure you have the usb, scsi and usb-storage modules loaded. Post the output here is you're not sure which modules should be loaded.
 
Old 09-29-2006, 11:29 AM   #4
sfish777
LQ Newbie
 
Registered: Jul 2006
Distribution: Redhat 7.2 - 2.4.7-10
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by kaz2100
Does your new os support USB storage?

Happy Penguins!
Yes, it supports it.
 
Old 09-29-2006, 11:37 AM   #5
sfish777
LQ Newbie
 
Registered: Jul 2006
Distribution: Redhat 7.2 - 2.4.7-10
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by kilgoretrout
Check the output of:

# lsmod

Make sure you have the usb, scsi and usb-storage modules loaded. Post the output here is you're not sure which modules should be loaded.
Here is the results. Thanks.
# lsmod
usb-storage
usbcore
scsi_mod
ide-cd
cdrom
soundcore
binfmt_misc
ds
yenta_socket
pcmcia_core
autofs
eepro100
appletalk
ipx
ipchains
ext3
jpd

Last edited by sfish777; 09-29-2006 at 01:00 PM.
 
Old 09-29-2006, 02:04 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
I do not see usb-uhci, usb-ohci (USB 1) or ehci-hcd (USB 2) loading. Which one depends on the USB controller. I believe 7.2 predates USB 2

BTW any reason your still running RH 7.2?
 
Old 09-29-2006, 03:07 PM   #7
sfish777
LQ Newbie
 
Registered: Jul 2006
Distribution: Redhat 7.2 - 2.4.7-10
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk
I do not see usb-uhci, usb-ohci (USB 1) or ehci-hcd (USB 2) loading. Which one depends on the USB controller. I believe 7.2 predates USB 2
Thank you so much. It worked after I ran modprobe usb-uhci. By the way, how do I make the module run on startups?

Quote:
Originally Posted by michaelk
BTW any reason your still running RH 7.2?
Our company has been using RH7.2 since the day I started my job. I thought about upgrading it but was afraid of incompatibility. Do you have any suggestion on what version I can upgrade to without jeopordizing maintenance of and compatability with applications developed on RH7.2 version. Thanks.
 
Old 09-29-2006, 03:49 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,703

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Add this line to the /etc/modules.conf file
alias usb-controller usb-uhci

Without knowing the type of applications and/or specific hardware I can not say that upgrading will not jeopordize your existing setup.
 
Old 10-16-2006, 10:14 AM   #9
sfish777
LQ Newbie
 
Registered: Jul 2006
Distribution: Redhat 7.2 - 2.4.7-10
Posts: 9

Original Poster
Rep: Reputation: 0
Hi Michael,

When I tried to insmod usb-storage this morning, it suddenly gave a lot of unresolved symbols errors, such as:

unresolved symbol usb_dev_dev_Rd9C59bfb
unresolved symbol usb_control_msg_R510fe757
etc.

It was working fine last week. How do I get it work again?

Thanks.

Last edited by sfish777; 10-16-2006 at 10:33 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to mount usb card reader? Suzuki88 Linux - Hardware 1 06-16-2005 02:02 AM
Mount internal card reader sporks Slackware 6 01-16-2005 09:47 AM
Can't mount my USB card reader Utah Linux - Newbie 4 04-27-2004 05:51 PM
How to mount a flash usb reader blitzen Linux - Hardware 3 03-30-2004 10:07 AM
can't mount my sandisk card reader kamstrup Linux - Hardware 17 08-20-2003 02:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration