You are not logged in.
Pages: 1
Hello all, I'm hoping someone can help me with a Brother HL-1110 printer I'm trying to install on my slitaz distro. I've downloaded and ran the printer driver installer from Brother (https://support.brother.com/g/b/downloadhowto.aspx?c=eu_ot&lang=en&prod=hl1110_us_eu_as&os=128&dlid=dlf006893_000&flang=4&type3=625) and uploaded a log file of the installation process.
It seems to be tripping up at the end with a number of "/lib/udev/rules.d/*.rules: No such file or directory" errors. Can anyone help me diagnose what the problem might be?
Offline
Install hl1110-3.0.1.tazpkg while connected to the internet.
[c]tazpkg install hl1110-3.0.1.tazpkg[/c]
Cups will auto-install as depends if not on your system.
Start cupsd using [c]startd cupsd[/c] or [c]/etc/init.d/cupsd start[/c]
Verify cupsd is running with pid number output:
[c]pgrep cupsd[/c]
[c]3070[/c]
Add cupsd to the end of RUN_DAEMONS="" in /etc/rcS.conf to autostart on boot.
Power printer on, while attached with USB to computer,reboot computer.
Applications/Preferences/Manage Printing or localhost:631 in a web browser.
Administration/Add Printer
If printing test page fails look at /var/log/cups/error_log for significant messages that can be researched for solutions.
Online
Pages: 1
[ Generated in 0.033 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]