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.
|
 |
06-08-2005, 08:57 AM
|
#1
|
Member
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52
Rep:
|
USB Card Reader problem
I have an all-in-one USB card reader in one of my 3 1/2" bays on my computer. It worked fine under 2.6.9-1.667, but now under 2.6.11-1.27_FC3 I'm having a big problem.
To put it simply, it keeps resetting itself. The green power light on the card reader stays on for about 5 seconds, then flickers before staying on for another 5 seconds. This leaves my /var/log/messages looking something like this:
Code:
[michael@rei ~]$ tail /var/log/messages
Jun 8 14:32:44 rei kernel: scsi600 : SCSI emulation for USB Mass Storage devices
Jun 8 14:32:46 rei kernel: usb 4-2: USB disconnect, address 100
Jun 8 14:32:47 rei kernel: usb 4-2: new full speed USB device using uhci_hcd and address 101
Jun 8 14:32:47 rei kernel: scsi601 : SCSI emulation for USB Mass Storage devices
Jun 8 14:32:48 rei kernel: usb 4-2: USB disconnect, address 101
Jun 8 14:32:49 rei kernel: usb 4-2: new full speed USB device using uhci_hcd and address 102
Jun 8 14:32:49 rei kernel: scsi602 : SCSI emulation for USB Mass Storage devices
Jun 8 14:32:51 rei kernel: usb 4-2: USB disconnect, address 102
Jun 8 14:32:52 rei kernel: usb 4-2: new full speed USB device using uhci_hcd and address 103
Jun 8 14:32:52 rei kernel: scsi603 : SCSI emulation for USB Mass Storage devices
Which REALLY slows down applications such as Audio and Video players.
after typing /sbin/lsusb, I find the device I need:
Code:
Bus 004 Device 008: ID 10df:0100 In-Win Development, Inc.
I'll try and put up the manufacturer and model of the reader first, but since it keeps resetting I can't do it under Linux so I'll need to reboot to window$. Any help will be greatly appreciated.
Edit The card reader in question is the In-Win iApp 6-in-1. I've found a previous thread about this card reader, but it's been archived and there was no replies to it.
Last edited by DoddyUK; 06-08-2005 at 09:39 AM.
|
|
|
06-08-2005, 01:10 PM
|
#2
|
Member
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68
Rep:
|
What happens when you try this as root?
mount /dev/sda1 /mnt/usb -t vfat
Just curious. I have a generic multicard USB reader. The slots are recognized as sdb,sdc,sdd. (sda is my harddrive)
|
|
|
06-08-2005, 02:39 PM
|
#3
|
Member
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52
Original Poster
Rep:
|
It says that the device doesn't exist
Code:
[root@rei michael]# mount /dev/sda1 /media/usb1 -t vfat
mount: special device /dev/sda1 does not exist
|
|
|
06-08-2005, 10:15 PM
|
#4
|
Member
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68
Rep:
|
Look under /dev. Is there an sda? if not, try
/dev/MAKEDEV -v sda1
|
|
|
06-09-2005, 11:01 AM
|
#5
|
Member
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52
Original Poster
Rep:
|
Stll doesn't work
Code:
[root@rei dev]# /dev/MAKEDEV -v sda1
create sda1 b 8 1 root:disk 640 system_u:object_r:fixed_disk_device_t
create sda10 b 8 10 root:disk 640 system_u:object_r:fixed_disk_device_t
create sda11 b 8 11 root:disk 640 system_u:object_r:fixed_disk_device_t
create sda12 b 8 12 root:disk 640 system_u:object_r:fixed_disk_device_t
create sda13 b 8 13 root:disk 640 system_u:object_r:fixed_disk_device_t
create sda14 b 8 14 root:disk 640 system_u:object_r:fixed_disk_device_t
create sda15 b 8 15 root:disk 640 system_u:object_r:fixed_disk_device_t
[root@rei dev]# mount /dev/sda1 /media/usb1 -t vfat
mount: special device /dev/sda1 does not exist
Last edited by DoddyUK; 06-09-2005 at 11:02 AM.
|
|
|
06-09-2005, 02:33 PM
|
#6
|
Member
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68
Rep:
|
Do you have a card plugged into the first slot on the card reader? Mount only works when a card is plugged in.
if its the 2d or 3d slot, you'll have to create sdb and sdc.
|
|
|
06-09-2005, 02:57 PM
|
#7
|
Member
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52
Original Poster
Rep:
|
I don't have a card to test unfortunately. However, that's beside the point. It's the card reader itself that keeps resetting itself every 3 seconds, so I don't think the card will have chance to mount. I just need to stop the reader from resetting itself every few seconds since it's really making my system sluggy.
|
|
|
06-09-2005, 06:11 PM
|
#8
|
Member
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68
Rep:
|
I'd unplug it altogther. I had a built in card reader on an Asus machine that just died one day. Two warranties to the company later, it still doesn't work. For about $20 USD you can get a USB one that will work just fine.
|
|
|
10-10-2010, 07:05 PM
|
#9
|
LQ Newbie
Registered: Oct 2010
Posts: 1
Rep:
|
Unplug, replug
Hi,
Had the same device and same trouble.
It appears that, when unplugged, then re-plugged, while the computer is running, it works good.
Last edited by Grunt_; 10-10-2010 at 07:06 PM.
|
|
|
All times are GMT -5. The time now is 01:32 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
|
|