LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 11-23-2004, 08:19 AM   #1
triona
LQ Newbie
 
Registered: Nov 2004
Posts: 18

Rep: Reputation: 0
Question 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
 
Old 11-23-2004, 09:08 AM   #2
m00t00
Member
 
Registered: Sep 2004
Distribution: Slackware 10, Gentoo
Posts: 292

Rep: Reputation: 30
well, you tried to mount it, but theres no card in it. put a card in, and try again.
 
Old 11-23-2004, 10:06 AM   #3
triona
LQ Newbie
 
Registered: Nov 2004
Posts: 18

Original Poster
Rep: Reputation: 0
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!
 
Old 11-23-2004, 10:22 AM   #4
triona
LQ Newbie
 
Registered: Nov 2004
Posts: 18

Original Poster
Rep: Reputation: 0
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?
 
Old 11-24-2004, 03:10 PM   #5
m00t00
Member
 
Registered: Sep 2004
Distribution: Slackware 10, Gentoo
Posts: 292

Rep: Reputation: 30
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?
 
Old 11-26-2004, 11:53 AM   #6
triona
LQ Newbie
 
Registered: Nov 2004
Posts: 18

Original Poster
Rep: Reputation: 0
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.
 
Old 11-28-2004, 09:23 AM   #7
m00t00
Member
 
Registered: Sep 2004
Distribution: Slackware 10, Gentoo
Posts: 292

Rep: Reputation: 30
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...
 
Old 12-05-2004, 11:33 AM   #8
Adan
Member
 
Registered: Aug 2004
Location: Lithuania
Distribution: Debian 3.1rev1
Posts: 38

Rep: Reputation: 15
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.
 
Old 12-21-2004, 05:46 AM   #9
triona
LQ Newbie
 
Registered: Nov 2004
Posts: 18

Original Poster
Rep: Reputation: 0
Unhappy 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?
 
  


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
fc3: media card reader/writer support? pcandpc Linux - Hardware 2 10-23-2005 09:55 AM
Writing files to MultiMedia Card (MMC) using USB reader/writer sebyte Linux - General 6 12-02-2004 05:23 PM
PQI USB flash card (SM) reader/writer freezes Knoppix linux dead! stukennedyuk Linux - Hardware 4 03-19-2004 07:58 AM
usb reader/writer stick jmdlcar Linux - Hardware 7 02-05-2004 09:30 PM
need help installing card-reader/writer arnethepenguin Linux - Hardware 3 06-23-2003 03:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:57 AM.

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