Results 1 to 3 of 3

Thread: USB 2.0 multicard reader

  1. #1
    Join Date
    Sep 2006
    Location
    Netherlands
    Beans
    21
    Distro
    Kubuntu 10.10 Maverick Meerkat

    USB 2.0 multicard reader

    Hello,

    I suspect that I have faulty hardware related to a USB 2.0 multicard reader which is built-in to my computer. My computer crashes (freezes) from time to time and it's difficult to find the cause (since I no longer can read any log-files after the freeze)

    I've seen some IO errors related to a usb device

    lsusb gives:
    Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader

    dmesg | grep usb gives:
    usb 1-5: new high speed USB device using ehci_hcd and address 3

    (I assume that the Device 3 indicates the USB device at address 3 here, but I am not sure)

    I understand I can blacklist a device (or at least a loaded module) under:
    /etc/modprobe.d/blacklist

    if I run
    lsmod

    I cannot find out which of the 50 or so modules relates to the multicard reader and if it relates to the multicard reader alone.

    Or perhas there is another way to disable the multicard reader.

    Any pointers would be appreciated.

  2. #2
    Join Date
    Oct 2008
    Beans
    5

    Re: USB 2.0 multicard reader

    I also would like a way to disable my memory card reader. Ever since upgrading to 12.04 (Specific - development branch) I keep getting these annoying kernel messages flooding my dmesg, as described here:
    https://bugzilla.redhat.com/show_bug.cgi?id=769747

    "[sdb] Asking for cache data failed"

    I would like to be able to enable/disable this device on demand. I noticed this bootup message in my /var/log/dmesg:
    [ 2.415095] usbcore: registered new interface driver ums-realtek

    So I'm trying:
    sudo modprobe -r ums_realtek

    I think that does the trick!
    Last edited by sordna; March 29th, 2012 at 12:57 AM.

  3. #3
    Join Date
    Oct 2008
    Beans
    5

    Re: USB 2.0 multicard reader

    Yup, modprobe -r ums_realtek (or modprobe -r ums-realtek or using rmmod instead of modprobe -r to unload the module) disables the device and those messages.
    However, I tried putting the following lines in /etc/modprobe.d/blacklist.conf but upon reboot the module is loaded
    blacklist ums-realtek
    blacklist ums_realtek

    If anyone figures out how to blacklist the realtek multicard reader so that module doesn't load during startup, please post.
    Last edited by sordna; March 29th, 2012 at 11:43 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •