You are not logged in.
Pages: 1
I have recently switched to Arch and I am having trouble setting up my printer. A Samsung SCX-4826FN, a monochrome laser printer/scanner. I do have cupsd running and when I plug my printer's usb in, there is no indication of anything happening, but the printer does show up in lsusb as:
Bus 003 Device 006: ID 04e8:3432 Samsung Electronics Co., Ltd The printer does not appear in the cups webui under add printers or find new printers.
I have installed these proprietary drivers which are supplied by samsung and the printer doesn't show up in their config tool either:
https://aur.archlinux.org/packages.php?ID=44188
https://aur.archlinux.org/packages.php?ID=57207
The wiki does mention issues with samsung printers and says I should use https://aur.archlinux.org/packages.php?ID=35029 instead of regular cups but the package is flagged out of date and in the comments the issues with samsung printers seem to have been fixed in cups 1.5.2 which is what I am using.
Any ideas on what could be wrong?
Offline
Did you disable usblp module?
cat /etc/modprobe.d/modprobe.conf
blacklist usblpTry to unload usblp:
rmmod usblp
restart cupsd
/etc/rc.d/cupsd restart
and try to find printer in cups' webinterface.
Offline
The printer now works but the scanner does not. scanimage -L show no scanners found but a printer very similar to mine, the SCX-4825FN is shown under supported scanners:
Offline
Pages: 1