Step 5Configure Things to Load on Boot
First we want to make sure that ulpt.ko loads on boot so as soon as we connect a printer it'll recognize it properly. Type:
nano /boot/defaults/loader.conf
Scroll down with either the arrow keys or ctrl+V until you reach a section titled "USB Modules"
Change the line
"ulpt_load="NO" # Printer"
to
"ulpt_load="YES" # Printer"
Hit ctrl+X. Then type "y", and hit enter when it asks you to save.
Start LPRng
Navigate to the FreeNAS web interface in a browser. Then go to System-->Advanced-->rc.conf
Use the "+" button to add two new entries:
Name: lpd_enable
Value: NO
Name: lprng_enable
Value: YES
| « Previous Step | Download PDFView All Steps | Next Step » |











































freenas:~# lpd (enter)
2010-10-29-03:29:08.044 freenas Read_file_list: cannot stat required or included file '/etc/printcap' - No such file or directory
to fix
freenas:~# mv /usr/local/etc/printcap /etc/printcap
freenas:~# lpd (no error this time)