enable wireless in certos

本文介绍如何在CentOS系统中配置Atheros AR5001无线网卡。主要步骤包括加载ath5k驱动、启动并配置NetworkManager服务以实现无线网络连接的自动管理,并禁用不需要的网络和服务。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

(refer from http://wiki.centos.org/HowTos/Laptops/Wireless)

 

of my pc, must load ath5k and ath9k, my wireless adapter chipset is AR5001

 

For the Atheros ath5k driver that ships with CentOS you don't need any special firmware to make the device work. The only thing you need to do is load the ath5k driver on your system.

 

modprobe ath5k

And then you can enable NetworkManager to use it.

 

Starting the NetworkManager service

 

First we are going to configure your CentOS system to automatically start the NetworkManager on startup. You can do this by running:

 

chkconfig NetworkManager on

 

Then we are going to start it so we can use it right away without needing to reboot:

 

service NetworkManager start

 

If you have done that in your graphical environment (Gnome), your Notification Area (usually in the Gnome panel on the top-right) will show a new icon. If you left-click on this icon, you will see a list of possible Wireless networks to connect to.

You may also want to disable the network and wpa_supplicant services at boot time, as NetworkManager will now handle these. For this, simply do:

 

chkconfig network off
chkconfig wpa_supplicant off

There is nothing more to it !

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值