Results 1 to 2 of 2
I have a T21 Thinkpad with Xandros as half of a "dual-boot" setup. I recently bought a wireless card [Realtek RTL8180 LAN cardbus] that "works great !!" with Win98SE.
Before ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-20-2006 #1
Does This PCMCIA card work with Linux ??
I have a T21 Thinkpad with Xandros as half of a "dual-boot" setup. I recently bought a wireless card [Realtek RTL8180 LAN cardbus] that "works great !!" with Win98SE.
Before I get too deep into my "Linux problems" can anybody tell me if this card can be made to "work" with Linux ???
- 03-20-2006 #2
open a root shell and type
and that command will pop out something like thisCode:lspci | grep Network
ofcourse being your card not mine then take theCode:05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
and grep for that with thisCode:05:02.0
and that will output something like thisCode:lspci -n | grep 05:02.0
with this being the pciid of that wireless nic 10ec:8139 take this pciid to google.com/linux and look for a driver for the cardCode:05:00.0 0200: 10ec:8139 (rev 10)
Note: this is my card's info above
Also see this: >>> http://www.linuxforums.org/forum/lin...ork-linux.htmlLast edited by loft306; 03-20-2006 at 10:05 PM.
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org


Reply With Quote
