You may want to turn off the existing eth0 Ethernet card after installing the driver, add onboot=no line after the/etc/sysconfig/network-scripts/ifcfg-eth0 file, and then restart or when/etc/init.d/the network card Turn off the NIC after receptacle reboot.
Select wireless mode and SSID
All the configuration files are in the/etc/wlan directory, your server allows you to connect a total of 3 network LAN, you will be in the/etc/wlan/wlan.conf file for each wireless http://www.aliyun.com/zixun/ Aggregation/29942.html ">wlan set the SSID (LAN ID), for example, I connect the Wlan0 network card to the HomeNet WLAN and instruct the driver to search all Chanel SSID.
# # Specify all of the WLAN interfaces on the server#wlan_devices= "Wlan0" # # Specify whether the server should scan the receptacle channels# for valid ssids#wlan_scan=y## specify expected SSIDs and the Wlan0 interface to abound it should# is tied#ssid_wlan0= "HomeNet" enable_wlan0=y
Each specific WLAN has its own configuration file in the/etc/wlan/wlan.conf file, copied/etc/wlan/wlancfg-default to a file named file to a Named/etc/wlan/wlancfg-ssid (Replace the SSID here with the actual SSID). This row is used to configure HomeNet as SSID:
[Root@bigboy wlan]# CP Wlancfg-default wlancfg-homenet