Linux Lite Forums

Full Version: Can't install lan driver
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
 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  

[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'