在Linux Debian Etch上安装英特尔公司PRO /无线2200BG网络连接
为了在debian 4.0 etch上安装Intel Corporation PRO / Wireless 2200BG网络连接网络接口,请执行以下步骤:
1)
apt-get install module-assistant
2)运行module-assistant,编译并安装ipw2200模块
此时,您已经完成了一半在那里,因为您将看到以下错误消息:因此,您还需要安装固件。3)下载适用于您的驱动程序版本的http://ipw2200.sourceforge.net/firmware.php?fid=7 4)解压缩文件并将内容复制到/ lib / firmware 正确安装的模块和固件将在引导屏幕上显示以下行或通过dmesg 5)apt-get install wireless-tools 6)运行iwconfig,您应该看到如下所示:ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2kmq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200: probe of 0000:02:0b.0 failed with error -5ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.0mq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
ACPI: PCI Interrupt 0000:06:04.0[A] -> GSI 22 (level, low) -> IRQ 225
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)eth2 unassociated ESSID:off/any
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
7)现在一切就绪,修改/ etc / network / interfaces文件,并添加以下行以使用静态ip地址:
auto eth2iface eth2 inet static
address 10.1.1.7
netmask 255.0.0.0
network 10.0.0.0
broadcast 10.255.255.255
gateway 10.1.1.1
wireless-essid *your essid*
wireless-mode Managed
wireless-key *your key*