Hello,
I just installed the ubuntu 16.04 on my machine but without network.
I tried to reinstall the Realtek PCI GBE Family Controllers r8168/r8169 drivers(both separately) but failed both.
Here is the screenshot when I make install the r8169 driver.
Here is the screenshot when I tried to install r8168 driver.
Can anyone figure this out for me? I cannot access any network from ubuntu for now.
I just installed the ubuntu 16.04 on my machine but without network.
I tried to reinstall the Realtek PCI GBE Family Controllers r8168/r8169 drivers(both separately) but failed both.
Here is the screenshot when I make install the r8169 driver.
Code:
sudo make install
make -C /lib/modules/4.4.0-21-generic/build SUDIRS=/home/louisegan/r8159-6.022.00/src INSTALL_MOD_DIR=kernel/drivers/net/ethernet/realtek modules_install
make[1]:Entering directory 'usr/src/linux-headers-4.4.0-21-generic'
INSTALL /home/louisegan/r8169-6.022.00/src/r8169.ko
At main.c:222:
SSL error: 02001002:system library:fopen:No such file or directory: bss_file.c:175
SSL error: 2006D080:BIO routines: BIO_new_file:no such file: bss_file.c:178:sign-file:certs/signing_key.pem: No such file or directory
DEPMOD 4.4.0-21-generic
make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-21-generic'
Code:
cd ./r8168-8.040.00/
sudo ./autorun.sh
Check old driver and unload it.
rmmod r8169
Build the module and install
make[2]: *** No rule to make target 'kernel/drivers/net/wireless/realtek'
make[1]: *** [install] Error 2
make: [install] Error 2