Hello,
I see that this was posted not too long ago (https://forums.freebsd.org/showthread.php?t=11335) and I am having the same issue of cups not seeing locally attached printers when I go to localhost:631. I have installed cups and gutenprint. I have added additional dev points as noted in the other post to /etc/devfs.rules. I have also ensured that I am a member of groups cups and wheel.
[CMD="cat"] /etc/devfs.rules[/CMD]
[CMD="cat"] /etc/rc.conf[/CMD]
[CMD="cat"] /dev[/CMD]
I have started and stopped both devfs and cups many times, as well as rebooted and I still cannot see either of my two usb connected printers. I do see networked printers (not that I want to). Any further suggestions would be greatly appreciated.
Thanks,
I see that this was posted not too long ago (https://forums.freebsd.org/showthread.php?t=11335) and I am having the same issue of cups not seeing locally attached printers when I go to localhost:631. I have installed cups and gutenprint. I have added additional dev points as noted in the other post to /etc/devfs.rules. I have also ensured that I am a member of groups cups and wheel.
[CMD="cat"] /etc/devfs.rules[/CMD]
Code:
[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
add path 'ugen*' mode 0660 group cups
add path 'usb' mode 0660 group cups
#add path 'usbctl' mode 0660 group cups
add path 'usb/*' mode 0660 group cups%
[CMD="cat"] /etc/rc.conf[/CMD]
Code:
ntpd_enable="YES"
ntpd_sync_on_start="YES"
keymap="us.iso"
# Auto-Enabled NICs from pc-sysinstall
ifconfig_em0="DHCP"
ifconfig_em1="DHCP"
hostname="freeenv"
hald_enable="YES"
dbus_enable="YES"
sshd_enable="YES"
pf_enable="YES"
pflog_enable="YES"
zfs_enable="YES"
cupsd_enable="YES"
devfs_system_ruleset="system"
[CMD="cat"] /dev[/CMD]
Code:
acd0 dcons mem ttyu1.lock ugen4.3
acpi devctl midistat ttyv0 ugen4.4
ad4 devstat mixer0 ttyv1 ugen5.1
ad4s1 dgdb mixer1 ttyv2 ugen5.2
ad4s1a dsp0.4 mixer2 ttyv3 ugen5.3
ad4s1b dsp1.0 nfslock ttyv4 ugen6.1
ad4s1d dsp2.0 null ttyv5 ugen7.1
ad4s1e fd nvidia0 ttyv6 ukbd0
ad5 fido nvidiactl ttyv7 ulpt0
ad6 fw0 pci ttyv8 ulpt1
ata fw0.0 pf ttyv9 ums0
atkbd0 fwmem0 ptmx ttyva ums1
audit fwmem0.0 pts ttyvb unlpt0
bpf geom.ctl random ttyvc unlpt1
bpf0 io sndstat ttyvd urandom
console kbd0 stderr ttyve usb
consolectl kbd1 stdin ttyvf usbctl
ctty kbd2 stdout ufsid xpt0
cuau0 kbdmux0 sysmouse ugen0.1 zero
cuau0.init klog ttyu0 ugen1.1 zfs
cuau0.lock kmem ttyu0.init ugen2.1
cuau1 label ttyu0.lock ugen3.1
cuau1.init log ttyu1 ugen4.1
cuau1.lock mdctl ttyu1.init ugen4.2
I have started and stopped both devfs and cups many times, as well as rebooted and I still cannot see either of my two usb connected printers. I do see networked printers (not that I want to). Any further suggestions would be greatly appreciated.
Thanks,