- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Alcor card reader not working with Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2012 01:36 PM - last edited on 01-02-2013 07:08 PM by Cathy_xu
12-29-2012 01:36 PM - last edited on 01-02-2013 07:08 PM by Cathy_xu
Alcor card reader not working with Linux
My Alcor card reader that was installed and came with my new PC will not recognize any SD card inserted into it. I am running Ubuntu 12.10 which is the latest version. The Linux kernel version is 3.5.0-21. Output from lsusb shows the following: "Bus 001 Device 002: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller" but no messages from dmesg show when inserting an SD card. How can I get this to work?
P.S.This thread has been moved from Storage>General to Linux > sysadmin- HP Forums Moderator
- Tags:
- Card Reader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2013 01:38 AM
01-03-2013 01:38 AM
Re: Alcor card reader not working with Linux
Is the usb_storage kernel module loaded?
The system might be trying to use the alternative USB block device driver module ("ub") instead.
To make the system prefer the usb_storage module instead of ub, you might want to create a file named /etc/modprobe.d/usb-libusual.conf, with the following content:
options libusual bias=usb-storage options usb_libusual bias=usb-storage
(I'm not sure whether the kernel 3.5 uses the "old" or the "new" name for usb_libusual. This should cover both cases, and the extra line should be harmless.)
As far as I know, the ub module is scheduled for removal, since the problems with some USB storage devices and the usb_storage module have apparently been solved and the ub module has become redundant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2013 03:16 PM
01-16-2013 03:16 PM
Re: Alcor card reader not working with Linux
Thank you for the response. I created the file as you suggested and restarted the computer, but inserting media still did not mount. Is there something else I can check or run to verify the media should be found? Thank!