FreedomBen / rtl8188ce-linux-driver

This modified version of the RealTek WiFi driver fixes some issues with RealTek cards on Linux.
GNU General Public License v2.0
491 stars 108 forks source link

Debian: `modinfo` not found, as `/usr/sbin`/`/sbin` is not in `PATH` #161

Open paulmenzel opened 1 year ago

paulmenzel commented 1 year ago

On Debian, PATH by default does not contain /usr/sbin (or /sbin), so modinfo, used in install.sh is not found, as it’s /usr/sbin/modinfo.

$ ls -ld /usr/sbin/modinfo
lrwxrwxrwx 1 root root 9  8. Okt 05:07 /usr/sbin/modinfo -> /bin/kmod