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 05-02-2010, 02:04 PM   #1
ksatyaki
LQ Newbie
 
Registered: May 2010
Posts: 19

Rep: Reputation: 1
Broadcom 802.11g CQ40 Laptop Fedora 12 wifi Not working


I have read atleast hundred issues relating to the same laptop and the same wifi card.. yet i got no solution..

my OS is Fedora 12 (Electronics Laboratory Live CD)

Wifi card is Broadcom 802.11g (4312)

I had previously installed ubuntu on my laptop. This Broadcom STA Driver seemed to be the solution. It was a restricted driver. once i installed and enabled it, my wifi was all set...

first thing is that, my yum install broadcom-wl didnt work. it said no package available even after updating the sources completely...

thus i copied the .deb file pertaining to the broadcom-sta-driver FROM MY UBUNTU LIVE CD and converted it to rpm (since i couldn't download a proper rpm package)...

i installed it...

wifi still not working!!!!!

PLEASE HELP!!!

satyaki
LINUX IS COOL!!!
 
Old 05-02-2010, 02:20 PM   #2
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 and welcome to LinuxQuestions,

Just today I was helping someone with the same wireless card as you have, but she's using Ubuntu. Seems that particular NIC is causing problems all around. I'm not familiar with Fedora 12 but I imagine that you can apply a similar procedure. I've heard of lots of problems with the BCM4312 and seems like using NDISwrapper is one of the favorite solutions. So, have a look at this thread to get some ideas (there's even a post in there by pixellany which refers to Fedora having the Broadcom Drivers available). Hope you get it working soon.

Kind regards,

Eric
 
Old 05-02-2010, 02:31 PM   #3
ksatyaki
LQ Newbie
 
Registered: May 2010
Posts: 19

Original Poster
Rep: Reputation: 1
Unhappy all that already tried!!! :(

I have already tried!!! i'm almost fed up!!! Please Show light!!!!!!!!!!!!!!!!!!
 
Old 05-02-2010, 02:44 PM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Copying a .deb to an .rpm is almost certainly not going to work for a kernel module like the sta driver. Instead, download the appropriate source file from Broadcom and compile it according to the README file. Hopefully that will get you going.
 
Old 05-02-2010, 02:52 PM   #5
ksatyaki
LQ Newbie
 
Registered: May 2010
Posts: 19

Original Poster
Rep: Reputation: 1
Unhappy I tried that too

i even tried that... i extracted the files.. i did that make thing.. etc, etc.....

thats not just copying a .deb to a .rpm i converted it using alien
 
Old 05-02-2010, 03:02 PM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
i even tried that... i extracted the files.. i did that make thing.. etc, etc.....
And what happened? Some details would be nice, things like error messages, log entries, that sort of stuff. Sorry, but "it doesn't work" really isn't good enough to solve the problem. We really need details.

Quote:
thats not just copying a .deb to a .rpm i converted it using alien
Sorry, I should have been clearer. Kernel modules (which sta is) must be compiled against the running kernel. So even if you successfully converted the .deb to a .rpm, odds are it wouldn't work because the underlying driver was compiled against a Debian kernel that is almost certainly different from the Fedora kernel that you're running. Unlike the Windows world where there is never more than one kernel version, Linux has many, many kernel versions. This is also why I suggested compiling from source.
 
Old 05-02-2010, 08:12 PM   #7
halborr
Member
 
Registered: Aug 2009
Posts: 112

Rep: Reputation: 18
I have the Broadcom 43xx card in my laptop.

I just went with NDISwrapper, very easy and hasn't broken once yet (slackware). Plus, it's well documented (as per EricTRA's link). I highly recommend it- there is probably a ndiswrapper packages in your repos, and then just read the manpage and follow instructions to load the correct driver.

I know at least with my kernel, you actually need to use "b43-fwcutter" on, I believe, a Windows driver in order to use the b43 kernel module. I have no experience with this.
 
Old 05-02-2010, 09:11 PM   #8
angryfirelord
Member
 
Registered: Dec 2005
Distribution: Fedora, CentOS
Posts: 515

Rep: Reputation: 66
Quote:
first thing is that, my yum install broadcom-wl didnt work. it said no package available even after updating the sources completely...
You have to add the rpmfusion repository in order to use that driver. Fedora doesn't use proprietary drivers in its official repositories.

If you have an active internet connection (such as plugged in with an Ethernet cable), enabling them is easy. Just issue the following:
Code:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
If you don't have an active internet connection, you'll have to download these three files. Once you have your internet working, you can then add those rpmfusion rpms.
kmod-wl
kmod-wl-<your kernel version>
broadcom-wl

These can be found here: (make sure you're using the right architecture!)

http://mirrors.cat.pdx.edu/rpmfusion...thing/i386/os/
 
Old 05-04-2010, 01:07 AM   #9
ksatyaki
LQ Newbie
 
Registered: May 2010
Posts: 19

Original Poster
Rep: Reputation: 1
Unhappy

I added that particular repository...

i dunno if its added properly and if my laptop updates the recent packages from that repo.. pl. temme how i should check that...

and it says "No package kmod-wl found"
"No Package broadcom-wl found"

even after i added the repo. thats why i doubt if its added properly.

I dont want to use that b43 or b43-cutter thing. in ubuntu it works with just the "Broadcom STA Driver" from the hardware drivers...

Just gimme a link or a proper procedure to download the Broadcom STA driver... that should fix everything!!!


Thanks a lot to everyone replying to this post!!!
I owe u a lot!!!

LINUX ROCKS!!!!
 
Old 05-04-2010, 01:10 AM   #10
ksatyaki
LQ Newbie
 
Registered: May 2010
Posts: 19

Original Poster
Rep: Reputation: 1
Unhappy Important

I do have an rpm package of Broadcom wireless.. but i dunno if it matches my kernel.. and also that it ask for hell lotta dependencies!!!

WHy is it not asking me if it should search for the dependencies from the internet!!!!!?!!?!?!???? (this is where i feel windows is more friendlier)
 
Old 05-04-2010, 04:35 AM   #11
ksatyaki
LQ Newbie
 
Registered: May 2010
Posts: 19

Original Poster
Rep: Reputation: 1
Unhappy [solved]

THANKS TO ALL OF U FOR RESPONDING!!!

no need of all the b43, b43-cutter and stuff!!!

the repo had not got installed properly...
i had a few problems with my fedora12 kerel.. i had to use that intel_iommu=off thing... so i reverted back to a basic fedora 11.. now i updated my packagelists and istalled my broadcom-wl and kmod-wl... a WiFi is now WORKING FINE!!!

Linux is best!!!
 
  


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
Non-working Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Cont Ether Gate XII Linux - Desktop 1 08-08-2009 09:47 PM
Wlan drivers for broadcom 802.11g(fedora 9) geekey Linux - Wireless Networking 8 07-03-2008 08:23 AM
Fedora, wifi card not working, Lenovo 3000 c200, Broadcom 802.11g using BCMWL5 driver apeace Linux - Newbie 17 03-14-2008 03:28 PM
Problem ON Broadcom Corporation BCM94306 802.11g (rev 02) ON Fedora honest Linux - Wireless Networking 4 07-17-2004 12:56 PM
Broadcom Corporation BCM94306 802.11g on Fedora core 2. honest Linux - Newbie 1 06-27-2004 08:57 AM

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

All times are GMT -5. The time now is 02:19 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