The following content is from user @qq4945286, thanks for the sharing!
1: First, use the following command to check the network card model:
lspci | grep -i eth
2: Download the network card driver package:
Download Link (Access Code: jxu6)
After downloading, extract the file. Then, right-click inside the extracted folder and choose "Open in Terminal."
3: Run the following two commands:
sudo chmod +x autorun.sh # Grant execute permission
sudo sh autorun.sh # Run the script
And that's it!
At this point, your wired network should be able to connect.
No replies yet
Popular Ranking
Popular Events
The following content is from user @qq4945286, thanks for the sharing!
1: First, use the following command to check the network card model:
lspci | grep -i eth
2: Download the network card driver package:
Download Link (Access Code: jxu6)
After downloading, extract the file. Then, right-click inside the extracted folder and choose "Open in Terminal."
3: Run the following two commands:
sudo chmod +x autorun.sh # Grant execute permission
sudo sh autorun.sh # Run the script
And that's it!
At this point, your wired network should be able to connect.