Score:0

How do I get drivers for my motherboard (Z590 aorus elite AX) for Ubuntu

jp flag

My wifi is working, but it keeps dropping the connection ever couple of hours. I want to hard-wire it so I don't have to deal with this anymore, but when I plug it in to the modem I'm not getting a connection. The light on the back of the modem is flashing orange. I've had this problem with other motherboards before, and I fixed it by going to the manufacturers website and downloading the drivers. When I went to the manufacturers website, there are only drivers for windows 10.

Here's the link for reference: https://www.gigabyte.com/Motherboard/Z590-AORUS-ELITE-AX-rev-10/support#support-dl

heynnema avatar
ru flag
What version Ubuntu? Do you have BIOS version F5d installed? [Edit your question](https://askubuntu.com/posts/1345309/edit) and show me `sudo lshw -C network` and `cat /etc/network/interfaces` and `cat /etc/netplan/*.yaml`. Also show me `sudo iwlist scan` and tell me what network you connect to. Start comments to me with @heynnema or I'll miss them.
Score:1
tn flag

You will not need to do this in the future versions of Ubuntu when support for this Driver propagates. Hopefully not long now...

Common problem for Ubuntu 20.04 since year 2020

Just got it working personally now, but google directed me to your post.

Assuming your version of the Gigabyte Z950 Aorus Elite AX has the same 2.5GB Ethernet Chip. Then the below should work.

  1. Download Linux Driver direct from Realtek website. Below link works now, but google if it doesn't. https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software I selected 2.5G Ethernet LINUX driver r8125 for kernel up to 5.6 released 2021/05/28 version 9.005.06
  2. Download and extract downloaded tar archive
  3. Open terminal and install build essentials..
  4. sudo apt update && sudo apt install build-essential --yes
  5. In extracted directory type
  6. sudo ./autorun.sh

If the above steps work fine, and Ethernet cable connected, nothing obvious forgotten, then your Ethernet connection should be up immediately without restart needed

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.