fudaming 发表于 2004-9-19 13:10:29

求助,PCI无线网卡驱动TP-Link的卡。

型号是TL-WN250,不知道这一款卡用的是什么芯片,在FC3里面应该怎么驱动。
哪位高人指点一下,多谢了。

fudaming 发表于 2004-9-19 14:32:20

# lspci -v
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev a2)
      Flags: bus master, 66Mhz, fast devsel, latency 0
      Memory at e0000000 (32-bit, prefetchable)
      Capabilities: AGP version 2.0
      Capabilities: HyperTransport: Host or Secondary Interface

00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2)
      Subsystem: Unknown device 1695:1000
      Flags: 66Mhz, fast devsel

00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev a2)
      Subsystem: Unknown device 1695:1000
      Flags: 66Mhz, fast devsel

00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev a2)
      Subsystem: Unknown device 1695:1000
      Flags: 66Mhz, fast devsel

00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev a2)
      Subsystem: Unknown device 1695:1000
      Flags: 66Mhz, fast devsel

00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev a2)
      Subsystem: Unknown device 1695:1000
      Flags: 66Mhz, fast devsel

00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a3)
      Subsystem: Unknown device 1695:1000
      Flags: bus master, 66Mhz, fast devsel, latency 0
      Capabilities: HyperTransport: Slave or Primary Interface

00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
      Subsystem: Unknown device 1695:1000
      Flags: 66Mhz, fast devsel, IRQ 11
      I/O ports at e000
      Capabilities: Power Management version 2

00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3) (prog-if 10 )
      Subsystem: Unknown device 1695:1000
      Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 5
      Memory at e5002000 (32-bit, non-prefetchable)
      Capabilities: Power Management version 2

00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3) (prog-if 10 )
      Subsystem: Unknown device 1695:1000
      Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 12
      Memory at e5003000 (32-bit, non-prefetchable)
      Capabilities: Power Management version 2

00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a3) (prog-if 20 )
      Subsystem: Unknown device 1695:1000
      Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 11
      Memory at e5004000 (32-bit, non-prefetchable)
      Capabilities: Debug port
      Capabilities: Power Management version 2

00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
      Subsystem: Unknown device 1695:1000
      Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 5
      I/O ports at d000
      I/O ports at d400
      Memory at e5000000 (32-bit, non-prefetchable)
      Capabilities: Power Management version 2

00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3) (prog-if 00 )
      Flags: bus master, 66Mhz, fast devsel, latency 0
      Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
      I/O behind bridge: 0000c000-0000cfff
      Memory behind bridge: e4000000-e4ffffff

00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) (prog-if 8a )
      Subsystem: Unknown device 1695:1000
      Flags: bus master, 66Mhz, fast devsel, latency 0
      I/O ports at f000
      Capabilities: Power Management version 2

00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2) (prog-if 00 )
      Flags: bus master, 66Mhz, medium devsel, latency 32
      Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
      Memory behind bridge: e2000000-e3ffffff
      Prefetchable memory behind bridge: d0000000-dfffffff

01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
      Subsystem: Realtek Semiconductor Co., Ltd. RT8139
      Flags: bus master, medium devsel, latency 32, IRQ 11
      I/O ports at c000
      Memory at e4020000 (32-bit, non-prefetchable)
      Capabilities: Power Management version 2

01:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20)
      Subsystem: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC
      Flags: bus master, medium devsel, latency 32, IRQ 12
      I/O ports at c400
      Memory at e4021000 (32-bit, non-prefetchable)
      Capabilities: Power Management version 2

02:00.0 VGA compatible controller: nVidia Corporation NV25 (rev a3) (prog-if 00 )
      Subsystem: Micro-Star International Co., Ltd.: Unknown device 8705
      Flags: bus master, 66Mhz, medium devsel, latency 248, IRQ 11
      Memory at e2000000 (32-bit, non-prefetchable)
      Memory at d0000000 (32-bit, prefetchable)
      Memory at d8000000 (32-bit, prefetchable)
      Capabilities: Power Management version 2
      Capabilities: AGP version 2.0

#

fudaming 发表于 2004-9-19 14:34:16

终于找到了,芯片是RTL-8180L的

01:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC
Flags: bus master, medium devsel, latency 32, IRQ 12
I/O ports at c400
Memory at e4021000 (32-bit, non-prefetchable)
Capabilities: Power Management version 2


不知道有谁晓得怎么驱动它。

fudaming 发表于 2004-9-19 14:51:40

http://www.realtek.com.tw/downloads/downloads1-3.aspx?Keyword=8180

找到这个不知道能不能用。试试看。

fudaming 发表于 2004-9-19 17:03:23

搞不定,编译通不过,我是2.6.8-1的内核。缺少文件irq.h
谁能帮帮我?

fudaming 发表于 2004-9-20 17:48:42

按照这篇文章作了
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=71501
网卡好像是驱动起来了,通过gnome自带的网络配置工具进行了设置,面板上的小程序也显示了信号强度。但是,ping自己的ip可以ping通,ping路由器就不通了。有人能帮忙看看吗?



[root@fudaming ~]# iwconfig
lo      no wireless extensions.

eth0      no wireless extensions.

sit0      no wireless extensions.

wlan0   IEEE 802.11bESSID:off/anyNickname:"fudaming.edu.cn"
          Mode:AutoFrequency:2.452GHzAccess Point: 00:00:00:00:00:00
          Bit Rate=11Mb/s   Tx-Power:20 dBm   Sensitivity=0/3
          RTS thr=2432 B   Fragment thr=2432 B
          Encryption key:off
          Power Management:off
          Link Quality:100/100Signal level:-62 dBmNoise level:-256 dBm
          Rx invalid nwid:0Rx invalid crypt:0Rx invalid frag:0
          Tx excessive retries:0Invalid misc:0   Missed beacon:0



ndiswrapper version 0.10 loaded (preempt=no,smp=no)
ACPI: PCI interrupt 0000:01:09.0[A] -> GSI 12 (level, low) -> IRQ 12
ndiswrapper: using irq 12
divert: allocating divert_blk for wlan0
wlan0: ndiswrapper ethernet device 00:00:00:00:00:00 using driver rtl8180.sys
ndiswrapper device wlan0 supports WPA with AES/CCMP and TKIP ciphers
ndiswrapper: driver rtl8180.sys (Realtek,07/09/2004,5.170.0709.2004) added


[root@fudaming ~]# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.2 icmp_seq=0 Destination Host Unreachable
From 192.168.1.2 icmp_seq=1 Destination Host Unreachable
From 192.168.1.2 icmp_seq=2 Destination Host Unreachable
From 192.168.1.2 icmp_seq=3 Destination Host Unreachable
From 192.168.1.2 icmp_seq=4 Destination Host Unreachable
From 192.168.1.2 icmp_seq=5 Destination Host Unreachable

--- 192.168.1.1 ping statistics ---
8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6998ms
, pipe 5

fudaming 发表于 2004-9-21 15:03:12

找到问题了,我的ssid没有设置正确。现在终于可以在Linux下上网了。
页: [1]
查看完整版本: 求助,PCI无线网卡驱动TP-Link的卡。