LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   will wireless work with Linux (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/will-wireless-work-with-linux-762725/)

joseph2020 10-18-2009 04:46 AM

will wireless work with Linux
 
I am using an old Compaq, evo n400c with PCMCIA slot, with freespire 2.0 installed. What do I need to do to get a PCMCIA Linkisys WPC54g wireless card to work with Linux? Thanks in advance.

Raum the Old 10-18-2009 05:48 AM

Quote:

Originally Posted by joseph2020 (Post 3723589)
I am using an old Compaq, evo n400c with PCMCIA slot, with freespire 2.0 installed. What do I need to do to get a PCMCIA Linkisys WPC54g wireless card to work with Linux? Thanks in advance.

I would try a more modern Linux distribution, such as Ubuntu 9.04 or 9.10. It might get your card working by default.

Just googling a bit, the WPC54g seems to have a BCM94306 chipset, and it looks like people have to use ndiswrapper for that. Plenty of documentation exists about that.

http://arthurdejong.org/wpc54g/
https://help.ubuntu.com/community/Wi...r/Ndiswrapper/

baronobeefdip 10-18-2009 02:10 PM

wlan adapters should work on all distros (well from what i have used so far)
ubuntu
pclinuxos (my personal suggestion but your choice, go with what you feel)
simply mepis
puppy
vector
opensuse
fedora
mandriva
easypeasy

but incase it doesn't work, go out and get a usb wlan adapter, chances are it will work like a charm

dxqcanada 10-18-2009 02:25 PM

What is the version (printed on back) of the card ?

joseph2020 10-18-2009 09:34 PM

dxqcanada, baronobeefdip, Raum the Old, Thank you for your replies.

dxqcanada: version number is 3.1

I went ahead and bought the wireless card for $10, brand new in box, just could not pass up the deal. It looks like it works, the system sees it under network manager, but I can't connect to the web. I tried firefox to access yahoo and I get a website not found message. Same with google. It looks like I am almost there. Please help! Thanks in advance.

Raum the Old 10-18-2009 11:26 PM

Quote:

Originally Posted by joseph2020 (Post 3724378)
I went ahead and bought the wireless card for $10, brand new in box, just could not pass up the deal. It looks like it works, the system sees it under network manager, but I can't connect to the web. I tried firefox to access yahoo and I get a website not found message. Same with google. It looks like I am almost there. Please help! Thanks in advance.

Can you ping an IP address? Try
Code:

ping 74.125.67.100
(that is a Google.com IP address) or try pinging your local router or wireless access point IP address.

MangoMike 10-18-2009 11:40 PM

I just started using antiX on an old Hp omnbook 6000. It's fast and easy to use, got my Netgear wireless adapter working quickly. All in all I'm very happy with it.

Mike

Hangdog42 10-19-2009 06:48 AM

Quote:

It looks like it works, the system sees it under network manager, but I can't connect to the web. I tried firefox to access yahoo and I get a website not found message. Same with google. It looks like I am almost there. Please help! Thanks in advance.
Have a look at the output of lspci and lets see what chipset is in there. If it is a Broadcom chipset, you'll need to install firmware which (because of licensing issues) can't be distributed with Ubuntu. The kernel contains a module for Broadcom chipsets, which is why it looks like it has been recognized, but without the firmware, it won't work.

joseph2020 10-20-2009 02:08 AM

Thanks to all for your replies.

Hangdog42: lspci output= Network controller: Broadcom Corporation BCM4318 [Air Force One 54g] 802.11g Wireless LAN controller (rev 02). So, yes, it looks like a broadcom chipset. I am surprised though as I was using Freespire which is supposed to have a lot of the prpietary drivers included. Ok, so how do I install the firmware I need? Would using Ndiswrapper be easier?

MangoMike: Thanks for the info on antiX. I am currently using Mepis, which is what antiX is based on. I will leave that as an option.

Raum the Old: Ping does not work, I tried that right away.

Thanks again!

EricTRA 10-20-2009 02:17 AM

Hi,

I had the same problem with the same NIC on an Acer laptop (Aspire 5000) running Ubuntu 9.04 32bit. I got it working perfectly using ndiswrapper. Found the 'howto' here on LinuxQuestions.

Kind regards,

Eric

joseph2020 10-20-2009 03:22 AM

Hi EricTRA: Thank you for your response. I am currently looking into that as an option. I just downloaded the ndswrapper file. Trying to figure out how to use it. As always, I will post all questions here.

EricTRA 10-20-2009 03:28 AM

Hello Joseph2020,

This is the 'how-to' I followed and that worked for me.

Kind regards,

Eric

Hangdog42 10-20-2009 07:14 AM

If you want to go the ndiswrapper route, the howto ErciTRA points to is a good one. If you want to stick with the native driver, I'm 99% sure that there is some Ubuntu repository with "restricted" packages that would have the firmware. Just remember that ndiswrapper and the native Linux driver cannot be loaded at the same time. They will conflict if they are.

joseph2020 10-22-2009 02:38 AM

Thank you for your replies

EricTRA: I am trying to fully understand how I do this with ndiwrapper, Your detailed response is appreciated.

Hangdog42: 3 questions I would appreciate if you could answer --> 1) How do I install the firmware I need? 2) Where do I find it? 3) Would using Ndiswrapper be easier?

Thanks again

joseph2020 10-22-2009 03:15 AM

EricTRA: After looking at the info you sent me, I noticed that in /etc/modprobe.d/blacklist there are 2 interesting lines.

Code:

#replaced by b43 and ssb
blacklist bcm43xx

what is b43 and ssb...is this telling me a driver is installed?

All replies are welcome
Thank You


All times are GMT -5. The time now is 09:07 PM.