Announcement

Collapse
No announcement yet.

How to undo the INSMOD command

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to undo the INSMOD command

    while trying to get my usb adapter working, I had followed the instructions and built the driver and issued the command $insmod /somedirectory/rt73.ko

    now that the driver don't work and I rebuilt another driver but noticed that the previous driver is automatically loaded upon bootup even after I had deleted the rt73.ko file and directory.

    I had tried surfing the net but unable to get the info to "undo" the insmod command.

    any experts around that knows how to do it .

    many thanks in advance.


    #2
    Re: How to undo the INSMOD command

    rmmod rt73.ko (maybe you need to lose the .ko) will remove the module, but I don't know where the autoload comes from.

    MoreLinux


    Comment

    Working...
    X