Linux CentOS 7 安装tp link 无线网卡驱动

在一台老旧笔记本上安装了centos7 

有一个usb 的无线网卡, tp-link TL-WN725N

芯片型号  RTL8188EUS 802.11n Wireless Network Adapter

希望使用此网卡,因此需要安装驱动。

到芯片官网,中文官网没找到,搜索到英文官网的驱动,下载后却无法成功编译。

搜索到一个GitHub上的驱动 ,根据说明文档 成功编译安装。

驱动地址:https://github.com/lwfinger/rtl8188eu

可能需要iwconfig 之类的工具,源码 https://github.com/HewlettPackard/wireless-tools

设置连接WiFi 直接看这个

https://blog.csdn.net/xxb249/article/details/84319897

后期发现使用 wpa_cli 管理WIFI(连接、切换等)更简单,因为:

wpa_supplicant

The wpa_supplicant system consists of the following components:

wpa_supplicant.conf

the configuration file describing all networks that the user wants the computer to connect to.

wpa_supplicant

the program that directly interacts with the network interface.

wpa_cli

the client program that provides a high-level interface to the functionality of the daemon.

wpa_passphrase

a utility needed to construct wpa_supplicant.conf files that include encrypted passwords.

官网:https://w1.fi/wpa_supplicant/

具体使用可参考:https://blog.csdn.net/bulebin/article/details/85253631

man手册: https://linux.die.net/man/8/wpa_supplicant

 

注:此笔记本真的很旧,只能安装32位centos7.

 

  • 4
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是在CentOS 7安装BCM43142无线网卡驱动的步骤: 1. 确认无线网卡型号:使用以下命令查看无线网卡型号: ```shell lspci | grep Network ``` 如果输出中包含"BCM43142",则确认使用的是博通BCM43142无线网卡。 2. 安装必要的软件包:使用以下命令安装所需的软件包: ```shell sudo yum install -y kernel-devel sudo yum install -y gcc ``` 3. 下载驱动程序:从官方网站下载适用于CentOS 7的BCM43142无线网卡驱动程序。将驱动程序文件保存到本地目录。 4. 解压驱动程序:使用以下命令解压驱动程序文件: ```shell tar -zxvf <驱动程序文件名>.tar.gz ``` 5. 进入驱动程序目录:使用以下命令进入解压后的驱动程序目录: ```shell cd <驱动程序目录> ``` 6. 编译和安装驱动程序:使用以下命令编译和安装驱动程序: ```shell make sudo make install ``` 7. 加载驱动程序:使用以下命令加载驱动程序: ```shell sudo modprobe <驱动程序模块名> ``` 8. 配置无线网络:使用以下命令配置无线网络连接: ```shell sudo nmcli dev wifi connect <无线网络名称> password <无线网络密码> ``` 将"<无线网络名称>"替换为你要连接的无线网络的名称,将"<无线网络密码>"替换为你要连接的无线网络的密码。 请注意,以上步骤仅适用于CentOS 7,并且需要下载适用于CentOS 7的BCM43142无线网卡驱动程序。如果你使用的是其他操作系统或版本,请参考相应的文档或官方网站获取适用于你的系统的驱动程序和安装说明。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值