View previous topic :: View next topic |
Author |
Message |
mayday147 l33t
Joined: 22 Mar 2004 Posts: 825 Location: Bucharest, Romania
|
Posted: Mon Dec 06, 2004 11:17 pm Post subject: rmmod issue |
|
|
After I executed
Code: | modprobe lirc_serial -o /dev/lirc/lirc0 |
I cannot rmmod the module, as:
Code: | root@charlie xmms-lirc-1.4 # rmmod /dev/lirc/lirc0
ERROR: Module lirc0 does not exist in /proc/modules
|
Code: |
root@charlie xmms-lirc-1.4 # cat /proc/modules
/dev/lirc/lirc0 11168 0 - Live 0xd99c3000
lirc_dev 10828 1 /dev/lirc/lirc0, Live 0xd993c000
[....] |
I even tryied with:
Code: | modprobe -fr lirc_serial
modprobe -fr /dev/lirc/lirc0
|
What is the correct syntax? _________________ gentoo.ro |
|
Back to top |
|
|
anxt Apprentice
Joined: 25 Feb 2003 Posts: 254 Location: Frozen Tundra, Canada
|
Posted: Sat Apr 23, 2005 9:03 pm Post subject: |
|
|
well it seems you are trying to remove a device file not a module. have you resolved this? |
|
Back to top |
|
|
|