Results 1 to 3 of 3

Thread: usb card reader always active and consuming power

  1. #1
    Join Date
    Nov 2006
    Location
    Germany
    Beans
    244
    Distro
    Ubuntu 14.04 Trusty Tahr

    usb card reader always active and consuming power

    Hi guys. On my new notebook, Acer Travelmate 8172t there is a card reader which is always active even on battery power and uses at least 0.5w of power, constantly.

    USB Device 2-1.6 : USB2.0-CRW (Generic)

    on powertop and

    Bus 002 Device 003: ID 0bda:0138 Realtek Semiconductor Corp.

    as per lsusb


    I put all usb ports on autosuspend after 2 seconds with this command:

    Code:
    sudo echo auto /sys/bus/usb/devices/*/power/level
    sudo echo 2 /sys/bus/usb/devices/*/power/autosuspend
    and everything is put to sleep BUT that device.

    The only way I found is to remove the usb_storage module

    Code:
    sudo modprobe -r usb_storage
    but this removes every usb storage device capability to my computer.

    What else can I do ???
    Last edited by Axx83; January 6th, 2011 at 11:42 AM.

  2. #2
    Join Date
    Nov 2006
    Location
    Germany
    Beans
    244
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: usb card reader always active and consuming power

    I still have not solved this problem. Does somebody has the same issue?

  3. #3
    Join Date
    Dec 2004
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: usb card reader always active and consuming power

    Just encountered this on 13.04 and on a zenbook. Would shurely like to save the 8 to 9 W this device alone consumes.

    However removing the module did not change a thing for me.

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
  •