Jump to content

Ubuntu Linux Drivers for Z790 Formula (WIFI/Ethernet)

New to linux, first install. As they are no official drivers for z790 formula, can anyone suggest to me how can I install some driver that would allow my wifi/Ethernet adapters to be detected. 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Nocturn said:

New to linux, first install.

Which version of ubuntu are you using? 

What is the output of running these commands

lspci | grep -i realtek
inxi -n 

 

And confirm you are using kernel version 6.4 or newer

uname -r

 

Link to comment
Share on other sites

Link to post
Share on other sites

31 minutes ago, C2dan88 said:

Which version of ubuntu are you using? 

What is the output of running these commands

lspci | grep -i realtek
inxi -n 

 

And confirm you are using kernel version 6.4 or newer

uname -r

 

Inxi not installed

 

Realtek Semiconductor Co,. Ltd. Device 8126 

 

6.5 

 

Latest release. 

 

I've found the LAN driver, however, its installation requires make which I cannot install since there is no internet. I've already copied into a txt on usb stick the urls of build essentials, however, I am unable to make wget to download the files, instead it just returns an html. (Second machine is a mac)

 

 

Update: now I am getting modprobe: ERROR: could not insert 'r8126': Key was rejected by service. When running autorun of this driver (https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software)

Link to comment
Share on other sites

Link to post
Share on other sites

11 hours ago, Nocturn said:

Update: now I am getting modprobe: ERROR: could not insert 'r8126': Key was rejected by service. When running autorun of this driver (https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software)

Run the command as root.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×