F5F Stay Refreshed Software Operating Systems Initial setup on Linux – Driver installation issue Attempting to install network adapter but encountering problems.

Initial setup on Linux – Driver installation issue Attempting to install network adapter but encountering problems.

Initial setup on Linux – Driver installation issue Attempting to install network adapter but encountering problems.

Pages (2): 1 2 Next
Z
Zoaxh
Member
147
04-28-2016, 07:50 PM
#1
Hi, I tried Linux this morning and installed Ubuntu. I thought I wouldn't need an Ethernet driver since Windows 10 didn't have one either. I suspect my motherboard's LAN isn't old enough: https://www.asus.com/Motherboards-Compon.../techspec/. I located the Ethernet driver and it depended on "make." I downloaded it from the link provided and installed it. After that, the installer asked for "gcc," which then needed "gcc-10" and so on, requiring many more packages like "binutils" and "libgcc-10-dev." It seemed like a lot of manual steps were needed, plus having to restart Windows each time. I've been through this for about three hours and am really frustrated. Can someone help me? Thanks!
Z
Zoaxh
04-28-2016, 07:50 PM #1

Hi, I tried Linux this morning and installed Ubuntu. I thought I wouldn't need an Ethernet driver since Windows 10 didn't have one either. I suspect my motherboard's LAN isn't old enough: https://www.asus.com/Motherboards-Compon.../techspec/. I located the Ethernet driver and it depended on "make." I downloaded it from the link provided and installed it. After that, the installer asked for "gcc," which then needed "gcc-10" and so on, requiring many more packages like "binutils" and "libgcc-10-dev." It seemed like a lot of manual steps were needed, plus having to restart Windows each time. I've been through this for about three hours and am really frustrated. Can someone help me? Thanks!

D
Disco_Master
Member
163
04-28-2016, 10:06 PM
#2
Install the build-essentials package, which contains gcc, make and additional tools for compilation.
D
Disco_Master
04-28-2016, 10:06 PM #2

Install the build-essentials package, which contains gcc, make and additional tools for compilation.

J
jotonch
Junior Member
12
05-02-2016, 11:53 PM
#3
The search returned no matches for the specified keywords.
J
jotonch
05-02-2016, 11:53 PM #3

The search returned no matches for the specified keywords.

L
littlewheels5
Junior Member
43
05-06-2016, 08:40 AM
#4
Checking the installed Ubuntu version. You mentioned wanting to install a newer release, such as 21.04, and noted that the drive needs to be included.
L
littlewheels5
05-06-2016, 08:40 AM #4

Checking the installed Ubuntu version. You mentioned wanting to install a newer release, such as 21.04, and noted that the drive needs to be included.

C
ChloeET
Senior Member
736
05-08-2016, 12:45 PM
#5
I saved the LTS release. 20.04.2.0 Even their site seems to be teasing me: https://ubuntu.com/download/desktop "Recommended: Internet connection is useful" – definitely worth it
C
ChloeET
05-08-2016, 12:45 PM #5

I saved the LTS release. 20.04.2.0 Even their site seems to be teasing me: https://ubuntu.com/download/desktop "Recommended: Internet connection is useful" – definitely worth it

E
Estampy
Junior Member
49
05-08-2016, 03:53 PM
#6
Yea thats a fairly old version, a newer linux distro will have the driver included, I think the put in the kernel recently.
E
Estampy
05-08-2016, 03:53 PM #6

Yea thats a fairly old version, a newer linux distro will have the driver included, I think the put in the kernel recently.

M
mccoop03
Posting Freak
910
05-18-2016, 04:14 PM
#7
Support was introduced in Kernel 5.9. Ubuntu LTS is likely around 5.8. You could test Ubuntu 21.04 or try connecting via USB from your phone. If that works, download the kernel here: https://liquorix.net and install it using the provided steps. You might also need to clone the linux-firmware tree separately.
M
mccoop03
05-18-2016, 04:14 PM #7

Support was introduced in Kernel 5.9. Ubuntu LTS is likely around 5.8. You could test Ubuntu 21.04 or try connecting via USB from your phone. If that works, download the kernel here: https://liquorix.net and install it using the provided steps. You might also need to clone the linux-firmware tree separately.

K
kitkat7650
Member
211
05-18-2016, 06:27 PM
#8
I’m very confident your Ethernet connection will function properly right out of the box. The Wi-Fi drivers might be problematic due to outdated kernel defaults, but Ethernet should work fine.
K
kitkat7650
05-18-2016, 06:27 PM #8

I’m very confident your Ethernet connection will function properly right out of the box. The Wi-Fi drivers might be problematic due to outdated kernel defaults, but Ethernet should work fine.

C
Captin_sponge
Member
175
06-03-2016, 06:44 AM
#9
Not always also https://askubuntu.com/questions/1259947/...g-on-20-04 OP you need to see if you can get a newer kernel installed I do believe ubuntu has the 5.10 kernel in backports which does include the driver here's how to do this offline Go here: https://kernel.ubuntu.com/~kernel-ppa/ma....16/amd64/ download the linux-headers, linux-image-unsigned, and linux-modules put them on a usb drive you can read with ubuntu open a terminal in that directory (usually there a right click option) You can install then via terminal using "sudo dpkg -i" then the filename (the terminal supports tab completion) then you need to tell the boot loader there's a new kernel " sudo update-grub" then reboot the computer and see if it works
C
Captin_sponge
06-03-2016, 06:44 AM #9

Not always also https://askubuntu.com/questions/1259947/...g-on-20-04 OP you need to see if you can get a newer kernel installed I do believe ubuntu has the 5.10 kernel in backports which does include the driver here's how to do this offline Go here: https://kernel.ubuntu.com/~kernel-ppa/ma....16/amd64/ download the linux-headers, linux-image-unsigned, and linux-modules put them on a usb drive you can read with ubuntu open a terminal in that directory (usually there a right click option) You can install then via terminal using "sudo dpkg -i" then the filename (the terminal supports tab completion) then you need to tell the boot loader there's a new kernel " sudo update-grub" then reboot the computer and see if it works

N
ninty99
Member
107
06-03-2016, 07:43 AM
#10
I installed 21.04 and immediately gained internet access.
N
ninty99
06-03-2016, 07:43 AM #10

I installed 21.04 and immediately gained internet access.

Pages (2): 1 2 Next