Talk:HowTo add a PrintServer to the LSPro
From NAS-Central Buffalo - The Linkstation Wiki
Who has been able to update this way? My box locks up after flashing the kernel only, see here.
An alternative that works for me is the jtymod5 with printing support. LS-GL_FW_103-jtymod5-printing.zip
Here's the lprng-enable.sh script, that is part of the lprng-withweb_2.04.tgz:
#! /bin/bash # ############################################ # lprng-enable.sh # # # # This scripts creates the lp0 node, # # sets the permission, creates the spool # # directories and changes the permission # # for /dev/null, as this is restricted # # # ############################################ mknod /dev/usb/lp0 c 180 0 chmod a+w /dev/usb/lp0 mkdir /var/spool/win mkdir /var/spool/tmp mkdir /var/spool/samba chmod 777 /var/spool/* chmod 777 /dev/null

