The following content is from user @qq4945286, thanks for the sharing!
1: First, use the following command to check the network card model:
<span>lspci | grep -i eth</span>
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:
<span>sudo chmod +x autorun.sh # Grant execute permission</span>
<span>sudo sh autorun.sh # Run the script</span>
And that's it!
At this point, your wired network should be able to connect.
No replies yet
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:
<span>lspci | grep -i eth</span>
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:
<span>sudo chmod +x autorun.sh # Grant execute permission</span>
<span>sudo sh autorun.sh # Run the script</span>
And that's it!
At this point, your wired network should be able to connect.