9 Sep
2003
9 Sep
'03
17:56
mark bannister wrote:
mark bannister wrote: <snip> Look with
# lsmod
if it is already loaded. Maybe it is the old Module, You can unload Modules with rmmod
# rmmod module
Thanks, now I see progress <g> Parport and parport_pc are in use, each three times. rmmod parport reports "device or resource is busy." I assume I need to start shutting things down but I'm not sure of the best way to do that.
With lsmod you see a column which says by which module this one is used, maybe parport is used by parport_pc. So you have to "rmmod parport_pc" before "rmmod parport". -- Andreas