> dogmatix:/usr/src/linux/Documentation # /sbin/init.d/lpd start
>
> Starting lpdPLP lpd-daemon, version 4.1.2
strace this process. Find out why it dies.
> options parport io=0x378 irq=7
^^^
> dogmatix:/usr/src/linux/Documentation # less parport.txt
>
> [...]
> KMod
> ----
>
> If you use kmod, you will find it useful to edit /etc/conf.modules.
> Here is an example of the lines that need to be added:
>
> alias parport_lowlevel parport_pc
> options parport_pc io=0x378,0x278 irq=7,auto
^^^
I think you meant:
options parport_pc io=0x378 irq=7
Tim.
*/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/