Arch Linux Live USB wont recognize ethernet

ArchNewbie

New Member
Joined
Oct 12, 2020
Messages
3
Reaction score
0
Credits
26
Hello Guys,
This is my First Thread in this Forum. I want o Install Arch and my Network Card Ethernet ist Not recognized.Under Windows IT IS recognized.When i Type ifcondig IT wont yh
 

Attachments

  • IMG_20201012_192547.jpg
    IMG_20201012_192547.jpg
    2.5 MB · Views: 408
  • IMG_20201012_192533.jpg
    IMG_20201012_192533.jpg
    3.6 MB · Views: 418
  • IMG_20201012_192547.jpg
    IMG_20201012_192547.jpg
    2.5 MB · Views: 377
  • IMG_20201012_192528.jpg
    IMG_20201012_192528.jpg
    3.3 MB · Views: 375


Ther kernel should automatically load the needed kernel module for your ethernet card, in your case the kernel doesn't recognize your ethernet card. Your best option is probably to use your wireless network card instead, you can use iwctl to configure your wireless network card mentioned in the Arch Installation guide step 1.7. After you have installed Arch you will be able to do more and search for the right module and install it in order to get your ethernet card recognized and working.
 
If you know what chipset you have could probably also try finding the driver and installing the driver in your live boot. Then manually load it since the live iso does allow you to install packages, but why not work with your wireless card since it does recognize that and it's better to keep things simple so work with what you have.
 
The Problems ist that i can Connect To a wifi,but the Connection Brooks evry time.When IT Ried To Download Something ,IT saye"could Not Retrieve the File".On Windows the Card is Working correctly.I will also compile a custom Kernel,because i want To have the right drivers For the Card.
 
When you are connected to your wifi with your wireless card are you able to reach the internet?
Code:
ping -c3 archlinux.org
PING archlinux.org (138.201.81.199) 56(84) bytes of data.
64 bytes from apollo.archlinux.org (138.201.81.199): icmp_seq=1 ttl=50 time=23.8 ms
64 bytes from apollo.archlinux.org (138.201.81.199): icmp_seq=2 ttl=50 time=22.0 ms
64 bytes from apollo.archlinux.org (138.201.81.199): icmp_seq=3 ttl=50 time=22.1 ms
 
Yes,but I will now reinstall Windows and I will make my own Linux system from Scratch.I hat all this Errors .No Linux ist running perfectly in my Laptop and I will so Everything from source.iam frustrating of Linux,every distro Has many Errors and No i will so Everything from source in vm and i thi k IT IS netter.
 


Top