Just moved from Gentoo to Kubuntu 7.10, so I know the hardware, etc works as I was using it just yesterday. However, I am new to this whole apt-get/dpkg/synaptic/Adept thing.
I can't seem to install my local usb printer either through the cups web interface or the kdeprint interface. The web interface can't see my printer with the 'Add New Printer' methods. On gentoo, the printer was just right there and I select it. Going through the manual option fails on the 'Device' step as usb isn't an option. Just several HP options, LPD/LPR, Windows Samba etc.
In the kdeprint interface, the option for the local printer (usb, parallel) is grayed out.
My system does see the printer as evidenced by:
# lsusb
# dmesg
I checked other forum posts and found certain packages that people recommended. Specifically cupsys-client, cupsys-driver-gutenprint, and openprinting-ppds. I have reinstalled both kdeprint and cups. The related packages I have are:
# dpkg -l *cups*
# dpkg -l *foomatic*
# dpkg -l *ppd*
I've never really gotten in and hacked around with cups itself, so I'm not sure what I'm looking for, and the cupsd.conf file is quite long. Because it exceeds the maximum character length, I'll add it to the next post.
I would appreciate any help, insights, or relevant links. Thank you.
I can't seem to install my local usb printer either through the cups web interface or the kdeprint interface. The web interface can't see my printer with the 'Add New Printer' methods. On gentoo, the printer was just right there and I select it. Going through the manual option fails on the 'Device' step as usb isn't an option. Just several HP options, LPD/LPR, Windows Samba etc.
In the kdeprint interface, the option for the local printer (usb, parallel) is grayed out.
My system does see the printer as evidenced by:
# lsusb
Code:
Bus 001 Device 006: ID 04f9:0029 Brother Industries, Ltd
Code:
[ 1711.832000] usb 1-2.1: new full speed USB device using uhci_hcd and address 6 [ 1712.004000] usb 1-2.1: configuration #1 chosen from 1 choice [ 1712.012000] /build/buildd/linux-source-2.6.22-2.6.22/drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 6 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0029
# dpkg -l *cups*
Code:
||/ Name Version Description +++-=====================-=====================-========================================================== ii bluez-cups 3.19-0ubuntu3 Bluetooth printer driver for CUPS un cups <none> (no description available) ii cups-pdf 2.4.6-3ubuntu10 PDF printer for CUPS un cupsomatic-ppd <none> (no description available) ii cupsys 1.3.2-1ubuntu7.5 Common UNIX Printing System(tm) - server ii cupsys-bsd 1.3.2-1ubuntu7.5 Common UNIX Printing System(tm) - BSD commands ii cupsys-client 1.3.2-1ubuntu7.5 Common UNIX Printing System(tm) - client programs (SysV) ii cupsys-common 1.3.2-1ubuntu7.5 Common UNIX Printing System(tm) - common files un cupsys-driver-gimppri <none> (no description available) un cupsys-driver-gimppri <none> (no description available) ii cupsys-driver-gutenpr 5.0.1-0ubuntu8 printer drivers for CUPS un cupsys-pstoraster <none> (no description available) un cupsys-pt <none> (no description available) ii libcupsimage2 1.3.2-1ubuntu7.5 Common UNIX Printing System(tm) - image libs ii libcupsys2 1.3.2-1ubuntu7.5 Common UNIX Printing System(tm) - libs
Code:
||/ Name Version Description +++-=====================-=====================-========================================================== un foomatic-bin <none> (no description available) ii foomatic-db 20070919-0ubuntu3 OpenPrinting printer support - database ii foomatic-db-engine 3.0.2-20070719-0ubunt OpenPrinting printer support - programs ii foomatic-db-gutenprin 5.0.1-0ubuntu8 OpenPrinting printer support - database for Gutenprint pri ii foomatic-db-hpijs 20070813-0ubuntu1 OpenPrinting printer support - database for HPIJS driver ii foomatic-filters 3.0.2-20070719-0ubunt OpenPrinting printer support - filters un foomatic-filters-ppds <none> (no description available) un foomatic-gui <none> (no description available)
Code:
||/ Name Version Description +++-=====================-=====================-========================================================== un cupsomatic-ppd <none> (no description available) un foo2zjs-ppds <none> (no description available) un foomatic-filters-ppds <none> (no description available) un hp-ppd <none> (no description available) un hpijs-ppds <none> (no description available) un hplip-ppds <none> (no description available) ii libppd0 2:0.10-6 postscript PPD file library un linuxprinting.org-ppd <none> (no description available) un linuxprinting.org-ppd <none> (no description available) ii openprinting-ppds 20070919-0ubuntu3 OpenPrinting printer support - PostScript PPD files ii openprinting-ppds-ext 20070919-0ubuntu3 OpenPrinting printer support - PostScript PPD files un pppdcapiplugin <none> (no description available)
I would appreciate any help, insights, or relevant links. Thank you.
Comment