35 messages in com.redhat.fedora-listRe: Compusa 54MB Wireless G PC Card f...
FromSent OnAttachments
Min ChenNov 27, 2005 4:00 pm 
David G. Miller (aka DaveAtFraud)Nov 27, 2005 5:28 pm 
Michael A. PetersNov 27, 2005 6:41 pm 
Min ChenNov 27, 2005 7:04 pm 
Min ChenNov 27, 2005 7:15 pm 
Rey CruzNov 27, 2005 7:31 pm 
Sam VarshavchikNov 27, 2005 7:42 pm 
Neil CherryNov 27, 2005 8:58 pm 
Min ChenNov 27, 2005 9:10 pm 
David G. Miller (aka DaveAtFraud)Nov 27, 2005 9:26 pm 
Min ChenNov 27, 2005 9:46 pm 
Michael A. PetersNov 28, 2005 12:17 am 
David G. Miller (aka DaveAtFraud)Nov 28, 2005 4:53 am 
John SummerfiedNov 28, 2005 5:35 am 
Charles E "Rick" Taylor IVNov 28, 2005 6:41 am 
Hans MüllerNov 28, 2005 8:46 am 
Neil CherryNov 28, 2005 5:10 pm 
John SummerfiedNov 28, 2005 9:36 pm 
Min ChenDec 1, 2005 3:32 pm 
David G. Miller (aka DaveAtFraud)Dec 1, 2005 6:16 pm 
Min ChenDec 1, 2005 9:25 pm 
David G. Miller (aka DaveAtFraud)Dec 1, 2005 10:04 pm 
Tony FosterDec 1, 2005 11:09 pm 
Min ChenDec 3, 2005 10:36 pm 
Hans MüllerDec 4, 2005 12:49 am 
James WilkinsonDec 5, 2005 1:26 pm 
Tony FosterDec 5, 2005 4:15 pm 
TimDec 6, 2005 4:10 am 
James WilkinsonDec 8, 2005 12:20 am 
TimDec 8, 2005 7:59 am 
Mike McCartyDec 8, 2005 8:37 am 
Tony FosterDec 8, 2005 9:20 am 
James WilkinsonDec 8, 2005 9:37 am 
Mike McCartyDec 8, 2005 11:03 am 
TimDec 9, 2005 2:51 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Compusa 54MB Wireless G PC Card for Fedora4Actions...
From:David G. Miller (aka DaveAtFraud) (da@davenjudy.org)
Date:Nov 27, 2005 5:28:06 pm
List:com.redhat.fedora-list

mcfr@gmail.com wrote:

Hi --

Fedora newbie just bought this PC card for hp omnibook 6000 notebook installed with Fedora 4. I've searched through google and http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wireless.html but haven't found related info yet. Appreciate any info on how to make it work.

Thanks.

!DSPAM:438a5275288957693863866!

Make sure you have updated to the latest kernel. The original FC4 kernel had fairly minimal PCMCIA card support. Try putting the card in and do a "lspci -v" as root. You should see something like:

04:00.0 Network controller: Intersil Corporation Intersil ISL3890 [Prism GT/Prism Duette] (rev 01) Subsystem: Netgear WG511 Wireless Adapter Flags: bus master, medium devsel, latency 80, IRQ 177 Memory at 52000000 (32-bit, non-prefetchable) [size=8K] Capabilities: [dc] Power Management version 1

somewhere in the spewage along with similar information for every other device that hangs off of your notebook's PCI bus. Dig around for the wireless adapter. Then you get to start hunting for a Linux wireless LAN driver for the card. Google is your friend.

If you can't find a native Linux driver, look into ndiswrapper. ndiswrapper lets you use the Windoze driver by providing a "wrapper" module. The livna repository does a good job of keeping the FC4 rpm current with the latest kernel. If you want to learn more, the project is hosted on sourceforge.

Dave