mohamed-badaoui / asus-touchpad-numpad-driver

Activate Numpad inside the touchpad with top right corner switch
299 stars 70 forks source link

Problem with uninstall #117

Open lunaboy1973 opened 9 months ago

lunaboy1973 commented 9 months ago

I would like to uninstall the numpad linux driver on my Asus Expertbook B1 running Linux Mint 21.2. When I run uninstall.sh I get the following error: modprobe: FATAL: Module i2c_dev is builtin. i2c-dev module cannot be removed successfuly...

Please help

Thanks, Jens

mudasirCs commented 4 months ago

just comment out this part

modprobe -r i2c-dev

if [[ $? != 0 ]] then echo "i2c-dev module cannot be removed successfuly..." exit 1 fi