Вообщем. Купил wifi adapte WL-168g v3. Поставил freebsd 9.0 на старую лошадку.
Как заставить работать адаптер?
С ним шел ман. The driver is composed of several parts: 1. Firmare to make nic work 1.1 firmare/RTL8192SU
2. Module source code 2.1 ieee80211 2.2 HAL/rtl8192u 2.3 wpa_supplicant-0.5.10 (User can download the latest version from internet also, but it is suggested to use default package contained in the distribution because there should less compilation issue.) 3. Script to build the modules 3.1 Makefile
4. Script to load/unload modules 4.1 wlan0up 4.2 wlan0down
5. Script and configuration for DHCP 5.1 wlan0dhcp 5.2 ifcfg-wlan0
6. Example of supplicant configuration file: 6.1 wpa1.conf
7. Script to run wpa_supplicant 7.1 runwpa
=============================================================================== Installation =============================================================================== <<Method 1>> Runing the scripts accomplish all operations including building up modules from the source code, installing driver to the kernel and starting up the nic. 1. Build up the drivers from the source code make
2. Install the driver to the kernel make install reboot
3. bring up wlan if nic is not brought up by GUI, such as NetworkManager ifconfig wlan0 up Note: use ifconfig to check whether wlan0 is brought up and use iwconfig to check your wlan interface name, since it may change wlan0 to wlan1,etc.
Помогите разобраться. Самому не получается.