|
发表于 2006-7-30 05:27:10
|
显示全部楼层
就象这样
[root@206studio hwdata]# lspci -n
00:00.0 0600: 1106:3148
00:01.0 0604: 1106:b091
00:09.0 0780: 14f1:2f00 (rev 01)
00:0a.0 0400: 1797:6800 (rev 11)
00:0b.0 0200: 10ec:8139 (rev 10)
00:10.0 0c03: 1106:3038 (rev 80)
00:10.1 0c03: 1106:3038 (rev 80)
00:10.2 0c03: 1106:3038 (rev 80)
00:10.3 0c03: 1106:3104 (rev 82)
00:11.0 0601: 1106:3177
00:11.1 0101: 1106:0571 (rev 06)
00:11.5 0401: 1106:3059 (rev 50)
01:00.0 0300: 10de:0185 (rev c1)
[root@206studio hwdata]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:09.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
00:0a.0 Multimedia video controller: JumpTec h, GMBH Unknown device 6800 (rev 11)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 4000 AGP 8x] (rev c1)
可以知道网卡信息如下:
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:0b.0 0200: 10ec:8139 (rev 10)
-----------------------------------------------------------------------------------------------
根据你提供的信息
网卡:
[root@206studio hwdata]# cat pcitable | grep RTL
0x018a 0x0106 "8139too" "LevelOne|FPC-0106TX misprogrammed [RTL81xx]"
0x021b 0x8139 "8139too" "Compaq Computer Corp.|HNE-300 (RealTek RTL8139c) [iPaq Networking]"
0x02ac 0x1012 "8139too" "SpeedStream|1012 PCMCIA 10/100 Ethernet Card [RTL81xx]"
0x10ec 0x8029 "ne2k-pci" "Realtek|RTL-8029(AS)"
0x10ec 0x8129 "8139too" "Realtek|RTL-8129"
0x10ec 0x8139 "8139too" "Realtek|RTL-8139"
0x10ec 0x8169 "r8169" "Realtek|RTL-8169"
0x10ec 0x8180 "unknown" "Realtek Semiconductor|RTL8180 Realtek RTL8180 Wireless LAN (Mini-)PCI NIC"
0x1259 0xa117 "8139too" "Allied Telesyn International|RTL8139 CardBus"
0x126c 0x1211 "8139too" "Northern Telecom|10/100BaseTX [RTL81xx]"
0x1432 0x9130 "8139too" "Edimax Computer Co.|RTL81xx Fast Ethernet"
0x14ea 0xab07 "8139too" "Planex Communications, Inc|RTL81xx RealTek Ethernet"
0x1626 0x8410 "tulip" "TDK Semiconductor Corp.|RTL81xx Fast Ethernet"
0xffff 0x8139 "8139too" "RealTek|RTL-8139 Fast Ethernet"
你的可能是这一行
0x10ec 0x8180 "unknown" "Realtek Semiconductor|RTL8180 Realtek RTL8180 Wireless LAN (Mini-)PCI NIC"
"unknown" -- 内核应该还不支持,你需要到Realtek官方主页找驱动
我的内核是2.6.17,要吗就是我的数据还不够新。你可以实验一下 “8139too" 模块。
────────────────────────────────────-
声卡:
[root@206studio hwdata]# cat pcitable | grep ALC
0x1106 0x3059 0x1043 0x8095 "snd-via82xx" "VIA Technologies, Inc.|A7V8X Motherboard (Realtek ALC650 codec)"
0x1106 0x3059 0x1297 0xc160 "snd-via82xx" "VIA Technologies, Inc.|FX41 motherboard (Realtek ALC650 codec)"
0x1106 0x3059 0x1458 0xa002 "snd-via82xx" "VIA Technologies, Inc.|GA-7VAX Onboard Audio (Realtek ALC650)"
0x4005 0x4710 "unknown" "Avance Logic Inc.|ALC200/200P"
没找到ALC655
你还是给我lspci -n 和 lspci 的结果吧,我用硬件的id查。 |
|