Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Laptop

Laptop Help on using Fedora on laptops. LCD screens, APM, PCMCIA, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2009-10-16, 02:27 AM CDT
blueboy Offline
Registered User
 
Join Date: Dec 2008
Location: India
Age: 21
Posts: 25
linuxfedorafirefox
Exclamation wifi stopped working aftter updating Kernel

I have a Lenovo 77579QQ, the wifi card is Broadcom Corporation BCM4312 802.11b/g it was working previously on 2.6.27.35-170.2.94.fc10.i686 now after i updated the Kernel to 2.6.27.37-170.2.104.fc10.i686 the wifi stopped working.but wifi is working in the older kernel.
pls tel me how to solve the problem,
P.S I enabled wifi after i installed F10 by doing yum install broadcom-wl
Reply With Quote
  #2  
Old 2009-10-16, 06:49 AM CDT
jbeuree Offline
Registered User
 
Join Date: Oct 2009
Posts: 1
linuxfedorafirefox
No WL kernel module for 2.6.27.37

I ran into the same problem. In my case I'm using the wl kernel module and it doesn't appear to have been updated for the 37 kernel. Latest is kmod-wl for 2.6.27.35. Hopefully the 2.6.27.37 version will be out soon so we can complete the update and move to the latest.
Reply With Quote
  #3  
Old 2009-10-16, 07:34 AM CDT
blueboy Offline
Registered User
 
Join Date: Dec 2008
Location: India
Age: 21
Posts: 25
linuxfedorafirefox
hope they fix the problem as soon as possible.
Reply With Quote
  #4  
Old 2009-10-16, 08:41 AM CDT
blueboy Offline
Registered User
 
Join Date: Dec 2008
Location: India
Age: 21
Posts: 25
linuxfedorafirefox
Got it working by running he command modprobe wl as root, u need to run this command every time u boot ur F10, to do it automatically do this su -c 'echo "modprobe wl" >> /etc/rc.local Hope this helps U.
Reply With Quote
  #5  
Old 2009-10-16, 10:06 AM CDT
davidvandoren Offline
Registered User
 
Join Date: Jan 2009
Posts: 79
linuxopera
I tried blueboy's fix however, it did not work. Seems I have executed the script incorrectly.

During the last update I saw removing broadcom-wl. It's installed but not working.
Reply With Quote
  #6  
Old 2009-10-16, 07:05 PM CDT
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,620
linuxfedorafirefox
Hello everybody,

Well, the kmod-wl for the new kernel is sitting there in the RPM Fusion Nonfree repo. Take a moment to confirm that things are right vis-a-vis your installed kernels and the kmods regarding the i586 and i686-PAE issue. It's not unheard for all of that to get mixed up after updates for some reason. It won't hurt to look anyway...
Code:
rpm -qa | grep -e kernel -e kmod | sort
The result of that should make sense.

P.S.: I just realized that you people are talking about Fedora 10. That i586/i686-PAE thing relates only to Fedora 11. But the kmods for the new Fedora 10 kernels are in the repos, too. That part of what I said does apply here.

Last edited by stoat; 2009-10-16 at 07:53 PM CDT.
Reply With Quote
  #7  
Old 2009-10-16, 10:01 PM CDT
davidvandoren Offline
Registered User
 
Join Date: Jan 2009
Posts: 79
linuxopera
kernel-2.6.27.30-170.2.82.fc10.i686
kernel-2.6.27.35-170.2.94.fc10.i686
kernel-2.6.27.37-170.2.104.fc10.i686
kernel-devel-2.6.27.30-170.2.82.fc10.i686
kernel-devel-2.6.27.35-170.2.94.fc10.i686
kernel-devel-2.6.27.37-170.2.104.fc10.i686
kernel-firmware-2.6.27.37-170.2.104.fc10.noarch
kernel-headers-2.6.27.37-170.2.104.fc10.i386
kerneloops-0.12-2.fc10.i386
kmod-wl-2.6.27.30-170.2.82.fc10.i686-5.10.91.9-2.fc10.6.i686
kmod-wl-2.6.27.35-170.2.94.fc10.i686-5.10.91.9-2.fc10.8.i686
kmod-wl-5.10.91.9-2.fc10.8.i686
libmikmod-3.2.0-4.beta2.fc10.i386
Reply With Quote
  #8  
Old 2009-10-16, 10:10 PM CDT
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,620
linuxubuntufirefox
Hello davidvandoren,

To me, what you have installed looks right. You just don't have the kmod-wl for the third (and latest) kernel. I would try the update again. Or you could try downloading the rpm file from RPM Fusion and manually installing it with rpm.
Reply With Quote
  #9  
Old 2009-10-16, 10:26 PM CDT
davidvandoren Offline
Registered User
 
Join Date: Jan 2009
Posts: 79
linuxopera
@stoat
thanks
I just restarted into a previous kernel and everything is fine.

So for those few occasions where i need the wireless I can use this kernel.

There will be an update in the future, Right?
Reply With Quote
  #10  
Old 2009-10-16, 10:30 PM CDT
stoat Offline
Community Manager
 
Join Date: Jun 2006
Posts: 3,620
linuxubuntufirefox
Quote:
Originally Posted by davidvandoren

There will be an update in the future, Right?
It's there right now...
http://download1.rpmfusion.org/nonfr...fc10.i686.html
Reply With Quote
  #11  
Old 2009-10-16, 10:41 PM CDT
blueboy Offline
Registered User
 
Join Date: Dec 2008
Location: India
Age: 21
Posts: 25
linuxfedorafirefox
Quote:
Originally Posted by davidvandoren View Post
I tried blueboy's fix however, it did not work. Seems I have executed the script incorrectly.

During the last update I saw removing broadcom-wl. It's installed but not working.
type this as root echo "modprobe wl" >> /etc/rc.local if u got broadcom-wl installed and if u r using the same kernel as mine it will work.
Reply With Quote
  #12  
Old 2009-10-16, 10:58 PM CDT
davidvandoren Offline
Registered User
 
Join Date: Jan 2009
Posts: 79
linuxopera
@stoat
I am a bit farsighted. Therefor didn't want to dig myself through the numbers.

installed the package and everything works.

Thanks
Reply With Quote
  #13  
Old 2009-10-17, 08:58 AM CDT
BurningFool Offline
Registered User
 
Join Date: Oct 2009
Posts: 4
linuxfedorafirefox
Hi, first time poster here.

I'm having the same problem, and I can't seem to find a package that will remedy the situation. I've booted into the older kernel for wifi, but I can't seem to find a package that'll enable it for 2.6.30.8-64.fc11.1586. I tried using this package, but the graphical and terminal installs keep spitting this at me:

Code:
wl-kmod-common >= 5.10.91.9 is needed by package kmod-wl-2.6.30.8-64.fc11.i586-5.10.91.9-4.fc11.3.i586 (/kmod-wl-2.6.30.8-64.fc11.i586-5.10.91.9-4.fc11.3.i586)
However, I can't seem to find that wl-kmod-common version for 1586, which leaves me stuck. Any help would be much appreciated.
Reply With Quote
  #14  
Old 2009-10-17, 09:37 AM CDT
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 2,976
linuxfedorafirefox
This might be your answer
Code:
su
yum install akmod-wl
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Reply With Quote
  #15  
Old 2009-10-17, 10:06 AM CDT
BurningFool Offline
Registered User
 
Join Date: Oct 2009
Posts: 4
linuxfedorafirefox
EDIT: Nevermind, forgot to add RPMfusion nonfree repositories. Stupid Burning Fool is stupid.

EDIT: Installed the packages, but my wireless card still doesn't appear when I click on the network icon in the status bar.

Last edited by BurningFool; 2009-10-17 at 10:18 AM CDT.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
NetworkManager stopped working after updating and rebooting the system. spoilt Networking 13 2008-03-20 06:57 AM CDT
atheros wifi card suddenly stopped working jaymode Networking 0 2006-07-20 07:00 PM CDT
wifi stopped working surferelf Networking 4 2005-12-04 08:56 AM CST
Re: AC97 stopped working with new kernel Thoralf Polet gmane.linux.redhat.fedora.general 0 2005-02-21 05:50 PM CST
AC97 stopped working with new kernel Thoralf Polet gmane.linux.redhat.fedora.general 1 2005-02-21 01:10 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 09:17 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
Translations delivered by vBET