钟二网络头像

钟二网络

探索SQL查询技巧、Linux系统运维以及Web开发前沿技术,提供一站式的学习体验

  • 文章92531
  • 阅读848730
首页 Linux 正文内容

腾达网卡驱动linux

钟逸 Linux 2024-04-25 10:13:06 37

对于 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

文章目录
    搜索