Re: Parallel port is off in 10? On Sat, 24 Jul 2004 09:41:31 -0700, Al C. wrote:
> Here is my config from 9.1. What is the relationship between the config of the
> kernal and the rc.modules file?
The parport driver is built as a module:
> CONFIG_PARPORT=m
Thus, you just remove the # from this line in rc.modules:
# /sbin/modprobe parport_pc
Parallel support isn't removed; it's there with lots of other stuff
(28MB worth in the 2.6.7 modules directory) that doesn't need to be
loaded on every machine by default.
Bryan |