| Making device for printer lp0 Hi,
If you have installed from a distro, something has got fouled up for such a basic device to be missing. Consider a reinstallation.
If that isn't an option
First check for the script /dev/MAKEDEV . If that exists use it to make your device as it will sort out major and minor nos for you.
Otherwise you should be able to use from terminal as root:-
"mknod -m 666 /dev/lp0 c 6 0" to create /dev/lp0
for /dev/lp1 replace both 0's in above with 1's
regards
Melee |