Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-23-2004, 08:19 AM
|
#1
|
LQ Newbie
Registered: Nov 2004
Posts: 18
Rep:
|
USB card reader/writer troubles
Hi,
I followed that USB reader/writer howto, which was very good, but I ran into trouble at the very end.
I ran the final command to mount the reader, and I got the error
>mount: no medium found
Can anyone help me solve what I hope is not a serious problem...??
Regards,
Triona
|
|
|
11-23-2004, 09:08 AM
|
#2
|
Member
Registered: Sep 2004
Distribution: Slackware 10, Gentoo
Posts: 292
Rep:
|
well, you tried to mount it, but theres no card in it. put a card in, and try again.
|
|
|
11-23-2004, 10:06 AM
|
#3
|
LQ Newbie
Registered: Nov 2004
Posts: 18
Original Poster
Rep:
|
No, I've a card in it! I've been googling all afternoon. and following the advice I found on a link, I rebooted the kernel, but no luck.
This problem seems to be common enough, but no solution!
|
|
|
11-23-2004, 10:22 AM
|
#4
|
LQ Newbie
Registered: Nov 2004
Posts: 18
Original Poster
Rep:
|
The device in question is a 6 in 1 card reader. I have a MMC card in. Surely I don't need more than one card in the slots?
|
|
|
11-24-2004, 03:10 PM
|
#5
|
Member
Registered: Sep 2004
Distribution: Slackware 10, Gentoo
Posts: 292
Rep:
|
hmm. 6 in 1. thats your problem, I think. Its looking in one of the wrong slots, correct me if im wrong, but the howto you read was for card readers in general, not just 6 in 1's? I think there may be seperate devices for each of the slots. Can you post the mount command you are using?
|
|
|
11-26-2004, 11:53 AM
|
#6
|
LQ Newbie
Registered: Nov 2004
Posts: 18
Original Poster
Rep:
|
Hi,
Thanks for your reply. Sorry about the delay.
I think you're right. I am after mounting one (the wrong one at that) device in my fstab file.
This is what is expected when you follow the howto:
# cat proc/scsi/scsi
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: CyberDrv Model: CW058D CD-R/RW Rev: 100D
Type: CD-ROM ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: PIONEER Model: DVD-ROM DVD-116 Rev: 1.21
Type: CD-ROM ANSI SCSI revision: 02
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: General Model: USB Disk Drive Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
I got:
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: Generic Model: USB Storage-SMC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 00 Lun: 01
Vendor: Generic Model: USB Storage-CFC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 00 Lun: 02
Vendor: Generic Model: USB Storage-MMC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi0 Channel: 00 Id: 00 Lun: 03
Vendor: Generic Model: USB Storage-MSC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
When I run "dmesg":
usb 4-2: new full speed USB device using address 2
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: Generic Model: USB Storage-SMC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
Vendor: Generic Model: USB Storage-CFC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
Vendor: Generic Model: USB Storage-MMC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
Vendor: Generic Model: USB Storage-MSC Rev: 0207
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi removable disk sdb at scsi0, channel 0, id 0, lun 1
Attached scsi removable disk sdc at scsi0, channel 0, id 0, lun 2
Attached scsi removable disk sdd at scsi0, channel 0, id 0, lun 3
Device not ready. Make sure there is a disc in the drive.
Device not ready. Make sure there is a disc in the drive.
Device not ready. Make sure there is a disc in the drive.
Device not ready. Make sure there is a disc in the drive.
[root@Lab103-115 root]#
So after the other commands...
#mkdir /mnt/USBdrive
#chmod 700 /mnt/USBdrive
# nano -w /etc/fstab
/dev/sda1 /mnt/USBdrive auto user,rw,noauto 0 0
This is obviously wrong as I'm not on sda1. How do i mount the four seperate devices to the one folder?
# mount /mnt/USBdrive
Here is where I get my error (No medium found)
I'd say it would work if I just changed the "sda1" in fstab to "sdc", but it would be better to get them all in.
|
|
|
11-28-2004, 09:23 AM
|
#7
|
Member
Registered: Sep 2004
Distribution: Slackware 10, Gentoo
Posts: 292
Rep:
|
well, first check if using a different device works. try sda2, sda3, and so on, if that fails, then try sdb1, sdc and so on...
|
|
|
12-05-2004, 11:33 AM
|
#8
|
Member
Registered: Aug 2004
Location: Lithuania
Distribution: Debian 3.1rev1
Posts: 38
Rep:
|
I've got problems in the start of the manual: I compiled kernel as it was said in the manual, but when I type cat /proc/scsi/scsi I don't get any info about devices.
|
|
|
12-21-2004, 05:46 AM
|
#9
|
LQ Newbie
Registered: Nov 2004
Posts: 18
Original Poster
Rep:
|
proc/scsi/scsi empty
Sorry about the delay, I had exams so left my project for a while...
I'm a bit confused now, as I tried again to see if I could try every device like you advised, and now when I "cat proc/scsi/scsi" it is empty and only says "attached devices:".
Is there a way to recover this as I don't even have an idea of how it could have happened?
|
|
|
All times are GMT -5. The time now is 07:39 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|