Re: [SLUG] SuSE 9 and apt

From: Eric Jahn (eric@ejahn.net)
Date: Sat Oct 25 2003 - 17:58:04 EDT


just make a new character device which will be called /dev/lp0. I think this
is low risk and easy to undo if it doesn't work:
#mknod /dev/lp0 c 6 0
#chown root.lp /dev/lp0
#chmod 660 /dev/lp0 (myself I start with 777 then back off to 660)

then check to see if it's working with these low-level commands:
# touch test.txt
# echo "Hello World" > test.txt
# cat test.txt > /dev/lp0

then if that prints "Hello World" on a piece of paper, you're good, and can
proceed to set up CUPS or what have you. you shouldn't need to mess with
partport modules, because suse puts all that basic stuff in the kernel.

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:10:21 EDT