Find the answer to your Linux question:
Results 1 to 5 of 5
My HP1020 printer is not detected when i run lsusb as a user, therefore i can't add this printer in cups. But root can detect it. I have another printer, ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    3

    printer not detected as user

    My HP1020 printer is not detected when i run lsusb as a user, therefore i can't add this printer in cups. But root can detect it. I have another printer, HP C4200, which is detected as a user. What's the problem?

    :~$ lsusb
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 008: ID 03f0:5c11 Hewlett-Packard PhotoSmart C4200 Printer series
    Bus 001 Device 003: ID 0bda:0111 Realtek Semiconductor Corp. Card Reader
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

    ~$ sudo lsusb
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 017: ID 03f0:2b17 Hewlett-Packard LaserJet 1020
    Bus 001 Device 008: ID 03f0:5c11 Hewlett-Packard PhotoSmart C4200 Printer series
    Bus 001 Device 003: ID 0bda:0111 Realtek Semiconductor Corp. Card Reader
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Probably a permissions issue with the port or udev.

    You might prove a rare case, but I'll hold out why until later, lest I prematurely incur the wrath of my colleagues .

    I'd first suggest you try setting up the printer directly in CUPS with the web interface:

    https://127.0.0.1:631/

  3. #3
    Just Joined!
    Join Date
    Nov 2009
    Posts
    3

    Permissions

    when i run ls -l /dev/bus/usb/001/ the device corresponding to HP 1020 haven't read permission to the "others" group.....but all of the others devices have it.
    How i fix it?

    By cups web interface the usb is not detected too.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Have you installed HPlip, from your system repos? It's usually a great help to me. They also have a ton of helpful FAQs and HOWTO's.
    HP Linux Imaging and Printing
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Nov 2009
    Posts
    3
    yes miketbob. I have installed it. The printer was normally printing, but it stops suddenly. But i'm going to reinstall hplip, and verify if it fix the problem with the permission. thx

Posting Permissions

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