对于 Linux 用户来说,安装腾达网卡驱动是一个必备步骤。本文将详细介绍如何为你的 Ubuntu、CentOS 或 Fedora 系统安装腾达网卡驱动。
Ubuntu
1. 确保你的系统已连接到互联网。
2. 打开终端并运行以下命令:
sudo apt-get update
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install build-essential
wget https://www.tend .cn/download/driver/15224.zip
unzip 15224.zip
cd tplink-tp95136s-1.0.0.0
make
sudo make install
CentOS
1. 确保你的系统已连接到互联网。
2. 打开终端并运行以下命令:
yum update
yum install kernel-headers-$(uname -r)
yum install gcc
wget https://www.tend .cn/download/driver/15224.zip
unzip 15224.zip
cd tplink-tp95136s-1.0.0.0
make
sudo make install
Fedora
1. 确保你的系统已连接到互联网。
2. 打开终端并运行以下命令:
dnf update
dnf install kernel-headers-$(uname -r)
dnf install gcc
wget https://www.tend .cn/download/driver/15224.zip
unzip 15224.zip
cd tplink-tp95136s-1.0.0.0
make
sudo make install
重启系统
完成上述步骤后,重启你的系统以应用更改。重启后,你的腾达网卡应该可以正常工作。
常见问题
Q:安装驱动后,我的网卡仍然无法工作。
A:确保你的网卡与你的计算机正确连接。此外,请尝试禁用并重新启用网卡。
Q:如何卸载腾达网卡驱动?
A:要卸载驱动,请运行以下命令:
sudo make uninstall