12.04下intel无线网卡问题

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
bhunter
帖子: 50
注册时间: 2007-12-24 13:23

12.04下intel无线网卡问题

#1

帖子 bhunter »

找到有物理设备,最后一个。
laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler [AMD Radeon HD 6600M Series]
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
04:00.0 System peripheral: Ricoh Co Ltd Device e823 (rev 04)
09:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000

ifconfig找不到设备,该设备在win下可以正常使用
laptop:~$ ifconfig
eth0 Link encap:以太网 硬件地址 f0:de:f1:67:38:56
inet 地址:192.168.12.110 广播:192.168.12.255 掩码:255.255.255.0
inet6 地址: fe80::f2de:f1ff:fe67:3856/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:45036 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:28814 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:33753603 (33.7 MB) 发送字节:4298307 (4.2 MB)
中断:47 基本地址:0x6000

lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 跃点数:1
接收数据包:2824 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:2824 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:453236 (453.2 KB) 发送字节:453236 (453.2 KB)

laptop:~$ lshw -class network
WARNING: you should run this program as super-user.
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 06
serial: f0:de:f1:67:38:56
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical
configuration: broadcast=yes driver=r8169 driverversion=2.3LK-NAPI ip=192.168.12.110 latency=0 multicast=yes
resources: irq:47 ioport:4000(size=256) memory:e0404000-e0404fff memory:e0400000-e0403fff
*-network UNCLAIMED
description: Network controller
product: Centrino Wireless-N 1000
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:09:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: cap_list
configuration: latency=0
resources: memory:e1d00000-e1d01fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

感觉是无线的驱动没有正确安装吧,但是系统里面的第三方驱动里没有相关的无线驱动可以选择。

求助! :em20 :em20
bhunter
帖子: 50
注册时间: 2007-12-24 13:23

Re: 12.04下intel无线网卡问题

#2

帖子 bhunter »

dmesg看了下,好像是firmware里面没有相关驱动
[ 25.238131] iwlagn 0000:09:00.0: request for firmware file 'iwlwifi-1000-3.ucode' failed.
[ 25.239318] iwlagn 0000:09:00.0: request for firmware file 'iwlwifi-1000-2.ucode' failed.
[ 25.240644] iwlagn 0000:09:00.0: request for firmware file 'iwlwifi-1000-1.ucode' failed.


这个怎么安装呀?
回复