juhovh / xmm7360_usb

Kernel module for Fibocom L850-GL / Intel XMM7360 LTE modem
GNU General Public License v2.0
66 stars 17 forks source link

How to remove the drive? #20

Closed yummy527 closed 2 years ago

yummy527 commented 2 years ago

This drive does not work on my machine. Just want to know how to remove the drive?

It seems that "sudo rmmod xmm7360_usb" does not remove it completely.

archcarbon% lspci -k|grep 7360
02:00.0 Wireless controller [0d40]: Intel Corporation XMM7360 LTE Advanced Modem (rev 01)
        Kernel modules: iosm, xmm7360_usb

Also a file named xmm7360_usb.ko.zst still existes in the path "/lib/modules/5.19.7-arch1-1/extra/".

yummy527 commented 2 years ago

Solved.

cd /lib/modules/5.19.7-arch1-1/extra/
sudo rm xmm7360_usb
depmod -a