Due to a recent reinstallation, I've got some issues. One of them is that my printer (HP Deskjet 1000) does not run.
localhost:631 on the browser (administration -> Find new printers) gives:
Available Printers
No printers found.
I've tried changing the usb port and replacing the cable, but no success because the printer is recognized by the system. Before connection of printer:
Code:
root@aptosidbox1:/home/lluis1/Desktop# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer
Bus 003 Device 002: ID 062a:0003 Creative Labs
After printer connection:
Code:
root@aptosidbox1:/home/lluis1/Desktop# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 058f:6362 Alcor Micro Corp. Flash Card Reader/Writer
Bus 003 Device 002: ID 062a:0003 Creative Labs
Bus 002 Device 002: ID 03f0:8811 Hewlett-Packard
Cups daemon is running:
Code:
root@aptosidbox1:/home/lluis1/Desktop# ls /etc/rc5.d| grep cups
S02cups
I've also tried the advice of the manual: remove --purge cupsys & cups and reinstall them, but no success neither.
Is there anybody who can gives me any clue? Thanks.
Luis_P. |