分页: 1 / 1

IBM X60的无线网络用不了

发表于 : 2007-01-23 19:19
hover
硬件类型是Inter PRO/Wireless 3945ABG
在设备列表里能看到无线网卡,但不能用,有线网卡能用.

发表于 : 2007-01-23 20:12
jackycheng
我也是x60,增加配置/etc/network/interfaces如下

auto eth2
iface eth2 inet dhcp
wireless-essid apache

保存后
sudo ifdown -all
sudo ifup -all

发表于 : 2007-01-23 21:30
eexpress
看到型号,可不能说明就驱动了的。否则,系统会自动的配置好。ifconfig里面看到没?

发表于 : 2007-01-23 21:40
hover
没有成功

root@AppleX:/etc/network# ifup --all
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth2 ; No such device.
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
eth2: ERROR while getting interface flags: No such device
eth2: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth2.

发表于 : 2007-01-23 21:43
hover
/etc/network/interfaces如下


auto lo
iface lo inet loopback

# The primary network interface

iface eth0 inet static
address 192.168.3.42
netmask 255.255.0.0
network 192.168.3.0
broadcast 192.168.3.255
gateway 192.168.3.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 202.106.0.20



auto eth0

auto eth2
iface eth2 inet dhcp
wireless-essid apache

发表于 : 2007-01-23 21:47
hover
在设置里器里有,但没有认出设备类型。

发表于 : 2007-01-23 22:36
jackycheng
试试eth1, apache换成你自己的

发表于 : 2007-01-24 9:49
hover
还是不行,提示信息一样,是不是先要驱动无线网卡?
root@AppleX:/etc/network# sudo ifup -a
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth1 ; No such device.
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
eth1: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth1.