October 2001
Beginner
1024 pages
25h 8m
English
The default kernel has support for the parallel device built into it, so unless you have built a custom kernel and removed support for the parallel port, you shouldn't have any problems. The easiest way to check for parallel support in the kernel is by checking the kernel's dmesg output. The command dmesg | grep lpt0 will check to make sure that the first parallel device (which would be lpt1 in DOS. FreeBSD devices almost always start at 0) is supported in the kernel. If FreeBSD responds with something similar to the following:
lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port
Then the printer has support for the parallel port. If FreeBSD responds with nothing, the kernel does not have ...
Read now
Unlock full access