On 09:32 21 Feb 2002, Urte F�rst <[EMAIL PROTECTED]> wrote:
| I'm just trying to make a printer at the parallel port available on
| a RH 7.1 machine. I'm a little bit confused as I am not sure what
| is going wrong. I did the same thing on another machine where I had
| no problems at all.
| 
| I would like to load the parport_pc module which has been
| successfully compiled on that machine. I try
| 
| # insmod parport_pc
| Using /lib/modules/2.4.9-6custom/kernel/drivers/parport/parport_pc.o
                           ^^^^^^^-- is this a stock redhat kernel
                                     or one of your own?
| /lib/modules/2.4.9-6custom/kernel/drivers/parport/parport_pc.o:
| unresolved symbol parport_register_port_Rsmp_c9db9d7f
[...]
| I'm sure I did something wrong during compile time, but I can't see it.
| The
| kernel I'm using is 2.4.9-6 as you can easily figure out.

Try modprobe parport_pc.
Insmod just a raw insert, and doesn't load anything that module might need.
Modprobe also loads the prerequisite modules and generally gets you a
better result.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

... and that was only one of many occasions on which I met my death,
an experience which I don't hesitate to recommend strongly.
        - Baron von Munchausen



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to