Talk:CUPS/HPOJ
From Gentoo Linux Wiki
Under "Basic Configuration," the cupsd.conf file is listed as /etc/cupsd/cupsd.conf. However, mine is located at /etc/cups/cupsd.conf.
I also have the file /etc/cups/cupsd.conf, and I have a brand new install. I changed it for now. --Exdaix 18:44, 16 Nov 2004 (GMT)
[edit] USE="ppds" emerge foomatic
i think i needed to emerge also "foomatic" with ppds turned on (guessed it will need that). so i recommend to add
USE="ppds" emerge foomatic
to the cups section of the howto
- Dilandau
As far as I understand the device name may be deduced from dmesg:
[edit] Detecting which device
I think the device name can be deduced from dmesg (see the last line):
usb 3-2: new full speed USB device using uhci_hcd and address 3 drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3711 scsi0 : SCSI emulation for USB Mass Storage devices usb-storage: device found at 3 usb-storage: waiting for device to settle before scanning Vendor: HP Model: psc 2510 Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 usb-storage: device scan complete SCSI device sda: 1000944 512-byte hdwr sectors (512 MB) sda: assuming Write Enabled sda: assuming drive cache: write through SCSI device sda: 1000944 512-byte hdwr sectors (512 MB) sda: assuming Write Enabled sda: assuming drive cache: write through sda: sda1
In my case it was /dev/sda1.
