Re: [cbm4linux-users] module loading problem
Brought to you by:
cbm4linux
From: Marc 'B. R. <ma...@ri...> - 2003-01-13 09:51:15
|
On Monday January 13 2003 01:07, Mikko Kein=E4nen wrote: > Could someone help me with my problem, please! > When I try to load cbm module with insmod i get "init_module: Device or > resource busy"? Seems like port is reserved??? Most likely another module is using the port already. > [root@client-a155 cbm4linux-0.3.1]# lsmod > [...] > lp 6720 0 > parport_pc 21672 1 > parport 23936 1 [lp parport_pc] And it seems it's 'lp' (the "line printer" driver). Try 'rmmod lp' bevor=20 loading the cbm module. Ciao, =09Marc 'BlackJack' Rintsch |