Results 1 to 2 of 2

Thread: Canon LBP7010C printer do not wake up from sleep mode

  1. #1
    Join Date
    Nov 2007
    Beans
    28

    Canon LBP7010C printer do not wake up from sleep mode

    I have a Canon LBP7010 connected to a usb port on a stand alone PC, ubuntu 12.04. Canon CAPT driver v 2.50. After power on the printer works
    fine, but after some time it goes to sleep mode. When trying to print it will not wake up, only way is to turn power off and on.

    Is there a fix for this problem?
    Last edited by leifwi; August 14th, 2013 at 11:49 AM.

  2. #2
    Join Date
    Nov 2007
    Beans
    28

    Re: Canon LBP7010C printer do not wake up from sleep mode

    I managed to solve the problem.

    The solution is to diable the autosuspend function on the usb port.

    Use the sudo lsusb to find the usb port, in my case:
    Bus 007 Device 003: ID 04a9:271c Canon, Inc.

    Enter command
    echo -1 | sudo tee /sys/bus/usb/devices/7-3/power/autosuspend

    7-3 refers to Bus 007 Device 003 retreaved by the lsusb command.

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
  •