IBM X60的无线网络用不了

CPU/显卡/打印机/USB设备等硬件问题
回复
hover
帖子: 48
注册时间: 2007-01-21 0:20

IBM X60的无线网络用不了

#1

帖子 hover » 2007-01-23 19:19

硬件类型是Inter PRO/Wireless 3945ABG
在设备列表里能看到无线网卡,但不能用,有线网卡能用.
jackycheng
帖子: 16
注册时间: 2006-11-20 22:20

#2

帖子 jackycheng » 2007-01-23 20:12

我也是x60,增加配置/etc/network/interfaces如下

auto eth2
iface eth2 inet dhcp
wireless-essid apache

保存后
sudo ifdown -all
sudo ifup -all
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#3

帖子 eexpress » 2007-01-23 21:30

看到型号,可不能说明就驱动了的。否则,系统会自动的配置好。ifconfig里面看到没?
● 鸣学
hover
帖子: 48
注册时间: 2007-01-21 0:20

#4

帖子 hover » 2007-01-23 21:40

没有成功

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.
hover
帖子: 48
注册时间: 2007-01-21 0:20

#5

帖子 hover » 2007-01-23 21:43

/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
hover
帖子: 48
注册时间: 2007-01-21 0:20

#6

帖子 hover » 2007-01-23 21:47

在设置里器里有,但没有认出设备类型。
jackycheng
帖子: 16
注册时间: 2006-11-20 22:20

#7

帖子 jackycheng » 2007-01-23 22:36

试试eth1, apache换成你自己的
hover
帖子: 48
注册时间: 2007-01-21 0:20

#8

帖子 hover » 2007-01-24 9:49

还是不行,提示信息一样,是不是先要驱动无线网卡?
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.
回复