- 论坛徽章:
- 0
|
我的无线环境是adsl+无线路由。
分配无线ip是192.168.1.100
我按照网上的文章配置好内核,编译安装完成
修改/etc/rc.conf,加入
if_ipw_load="YES"
重新启动之后,ifconfig应该就能看到ipw0这个设备了。
安装ports/net/ipw-firmware实现的。
ipwcontrol -i ipw -f /usr/local/share/ipw-firmware/ipw.fw 加载。
在/boot/loader.conf加入wlan_wep_load="YES"
ximen# ifconfig ipw0
ipw0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::20c:f1ff:fe0c:b26e%ipw0 prefixlen 64 scopeid 0x2
inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255
ether 00:0c:f1:0c:b2:6e
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
ssid "" channel 1
authmode OPEN privacy OFF txpowmax 100
但是我的网卡一直显示没有连接上阿 status: no carrier
重启了很多次还不行 |
|