You are not logged in.
Hello
The latest release offers UPower, UDev and UDisks support that can be used instead of the deprecated HAL. For that, the hal package is no more a requirement of kdebase-workspace and can be removed from your system. But cups does not recognize my samsung usb printer if I remove hal from rc.conf.
$ lsusb
Bus 002 Device 002: ID 04e8:326c Samsung Electronics Co., Ltd ML-2010P Mono Laser Printer
I add to udev rules following line:
KERNEL=="lp*", ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", ATTR{idProduct}=="326c", SYSFS{manofacturer}=="Samsung", MODE="0660", GROUP="lp"
but it does not help too.
rc.conf:
DAEMONS=(@syslog-ng dbus !hal !usblp @networkmanager !network @netfs @crond @cups @alsa kdm)
Master of Science in Applied Mathematics
Offline
Wrong spelling of manufacturer.
Offline
Wrong spelling of manufacturer.
thanks, I fix it, but cups still does not recognize printer.
Master of Science in Applied Mathematics
Offline
Cups uses libusb and usually conflicts with usblp. I would recommend reading the cups wiki. Also, many Samsung printers do not work correctly with libusb, so you'll more than likely need cups-usblp from the aur.
Offline