Linux Lite Forums
Can't install lan driver - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24)
+--- Thread: Can't install lan driver (/showthread.php?tid=8584)



Can't install lan driver - Unknown Unknown - 11-29-2022

 super-admin  ~  cd /home/super-admin/Desktop/r8168-8.044.02/
 super-admin  ~  Desktop  r8168-8.044.02  ls
autorun.sh  log.txt  Makefile  README  src
 super-admin  ~  Desktop  r8168-8.044.02  ./autorun.sh

Check old driver and unload it.
Build the module and install
./autorun.sh: 28: cannot create log.txt: Permission denied
./autorun.sh: 29: cannot create log.txt: Permission denied
./autorun.sh: 30: cannot create log.txt: Permission denied
 super-admin  ~  Desktop  r8168-8.044.02  1  



Re: Can't install lan driver - firenice03 - 11-29-2022


[member=50292]Unknown Unknown[/member]
Code:
Permission denied


You'll need to become root/sudo ...
Can place sudo in front of the command ..


Code:
sudo 'command here'