LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-18-2009, 04:46 AM   #1
joseph2020
Member
 
Registered: Mar 2009
Location: USA
Distribution: Ubuntu 12.04
Posts: 235

Rep: Reputation: Disabled
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.
 
Old 10-18-2009, 05:48 AM   #2
Raum the Old
LQ Newbie
 
Registered: Jul 2008
Location: Southern California
Distribution: Debian, Ubuntu
Posts: 22

Rep: Reputation: 3
Quote:
Originally Posted by joseph2020 View Post
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/
 
Old 10-18-2009, 02:10 PM   #3
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Rep: Reputation: 32
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

Last edited by baronobeefdip; 10-18-2009 at 02:13 PM.
 
Old 10-18-2009, 02:25 PM   #4
dxqcanada
Member
 
Registered: Sep 2006
Location: Canada
Distribution: Gentoo
Posts: 702

Rep: Reputation: 43
What is the version (printed on back) of the card ?
 
Old 10-18-2009, 09:34 PM   #5
joseph2020
Member
 
Registered: Mar 2009
Location: USA
Distribution: Ubuntu 12.04
Posts: 235

Original Poster
Rep: Reputation: Disabled
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.
 
Old 10-18-2009, 11:26 PM   #6
Raum the Old
LQ Newbie
 
Registered: Jul 2008
Location: Southern California
Distribution: Debian, Ubuntu
Posts: 22

Rep: Reputation: 3
Quote:
Originally Posted by joseph2020 View Post
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.
 
Old 10-18-2009, 11:40 PM   #7
MangoMike
LQ Newbie
 
Registered: Oct 2009
Location: Tampa, FL
Distribution: Mint 7
Posts: 2

Rep: Reputation: 0
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
 
Old 10-19-2009, 06:48 AM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
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.
 
Old 10-20-2009, 02:08 AM   #9
joseph2020
Member
 
Registered: Mar 2009
Location: USA
Distribution: Ubuntu 12.04
Posts: 235

Original Poster
Rep: Reputation: Disabled
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!
 
Old 10-20-2009, 02:17 AM   #10
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
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
 
Old 10-20-2009, 03:22 AM   #11
joseph2020
Member
 
Registered: Mar 2009
Location: USA
Distribution: Ubuntu 12.04
Posts: 235

Original Poster
Rep: Reputation: Disabled
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.
 
Old 10-20-2009, 03:28 AM   #12
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello Joseph2020,

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

Kind regards,

Eric
 
Old 10-20-2009, 07:14 AM   #13
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
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.
 
Old 10-22-2009, 02:38 AM   #14
joseph2020
Member
 
Registered: Mar 2009
Location: USA
Distribution: Ubuntu 12.04
Posts: 235

Original Poster
Rep: Reputation: Disabled
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
 
Old 10-22-2009, 03:15 AM   #15
joseph2020
Member
 
Registered: Mar 2009
Location: USA
Distribution: Ubuntu 12.04
Posts: 235

Original Poster
Rep: Reputation: Disabled
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
getting wireless to work on suse linux 10 rgistered Linux - Wireless Networking 30 02-24-2006 02:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration