Advertisement
wagnux

rtl8101e

May 5th, 2016
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. Instalando driver rtl8101e no Ubuntu:
  2.  
  3. $ cd /tmp ; sudo apt install build-essential -y ; wget -c http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0003-r8101-1.028.00.tar.bz2 ; tar xjf 0003-r8101-1.028.00.tar.bz2 ; cd r8101-1.028.00/ ; sudo ./autorun.sh ; sudo ifconfig eth0 up ; sudo dhclient eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement