LinuxQuestions.org
Visit Jeremy's Blog.
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 06-08-2005, 08:57 AM   #1
DoddyUK
Member
 
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52

Rep: Reputation: 15
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.
 
Old 06-08-2005, 01:10 PM   #2
mngmd
Member
 
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68

Rep: Reputation: 15
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)
 
Old 06-08-2005, 02:39 PM   #3
DoddyUK
Member
 
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52

Original Poster
Rep: Reputation: 15
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
 
Old 06-08-2005, 10:15 PM   #4
mngmd
Member
 
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68

Rep: Reputation: 15
Look under /dev. Is there an sda? if not, try
/dev/MAKEDEV -v sda1
 
Old 06-09-2005, 11:01 AM   #5
DoddyUK
Member
 
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52

Original Poster
Rep: Reputation: 15
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.
 
Old 06-09-2005, 02:33 PM   #6
mngmd
Member
 
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68

Rep: Reputation: 15
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.
 
Old 06-09-2005, 02:57 PM   #7
DoddyUK
Member
 
Registered: May 2004
Location: Plymouth, Devon, Great Britain
Distribution: Fedora Core 3, Windows XP
Posts: 52

Original Poster
Rep: Reputation: 15
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.
 
Old 06-09-2005, 06:11 PM   #8
mngmd
Member
 
Registered: Jan 2005
Location: Philadelphia, PA
Distribution: ubuntu
Posts: 68

Rep: Reputation: 15
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.
 
Old 10-10-2010, 07:05 PM   #9
Grunt_
LQ Newbie
 
Registered: Oct 2010
Posts: 1

Rep: Reputation: 0
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
USB jumpdrive/ USB hud-card reader issues o0gnubee0o Linux - Hardware 4 07-03-2005 06:12 PM
USB card reader and memory stick PROBLEM Zhenya SUSE / openSUSE 18 02-24-2005 09:19 PM
USB Card Reader / HDD / Hub Problem Kenji Miyamoto Linux - Hardware 3 01-10-2005 08:01 PM
Problem in reading input from usb card reader jesslim Linux - Hardware 0 09-15-2004 01:22 AM
Interting Problem with USB card Reader acidraven Slackware 0 06-18-2004 04:53 PM

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

All times are GMT -5. The time now is 01:32 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