Fedora Linux Support Community & Resources Center
  #1  
Old 30th October 2007, 02:15 PM
defcon3's Avatar
defcon3 Offline
Registered User
 
Join Date: Jul 2007
Posts: 71
Updated kernel to 2.6.23.1-10 - no wireless now

Hello:

Minutes ago I updated my system with yum -y update, shutdown and went to my office, where I no longer have my Atheros wireless card listed, nor I can get it. What I noticed is that the update replaced my original /etc/modprobe.conf file and eliminated the
alias ath0 ath_pci
line. However, adding it back did not help at all... I still cannot enable my wireless, which was working perfectly until just an hour ago?! Anyone had this problem who found a solution already?

Regards,

EDIT: This only applies to kernel 2.6.23.1-10, when I revert to my "old" kernel 2.6.22.9-91 all is fine... So, I presume problem lies within the kernel, rather than the module...

Last edited by defcon3; 30th October 2007 at 06:40 PM. Reason: new findings
Reply With Quote
  #2  
Old 30th October 2007, 08:14 PM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
They probalably haven't gotten around to building the new madwifi kernel module for 2.6.23 yet. Give'em a few days.
Reply With Quote
  #3  
Old 30th October 2007, 08:17 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by Iron_Mike
They probalably haven't gotten around to building the new madwifi kernel module for 2.6.23 yet. Give'em a few days.
They have already done it

http://livna-dl.reloumirrors.net/fed...0.fc7.i686.rpm
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #4  
Old 31st October 2007, 12:18 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
Quote:
Originally Posted by defcon3
Hello:

Minutes ago I updated my system with yum -y update, shutdown and went to my office, where I no longer have my Atheros wireless card listed, nor I can get it. What I noticed is that the update replaced my original /etc/modprobe.conf file and eliminated the
alias ath0 ath_pci
line. However, adding it back did not help at all... I still cannot enable my wireless, which was working perfectly until just an hour ago?! Anyone had this problem who found a solution already?

Regards,

EDIT: This only applies to kernel 2.6.23.1-10, when I revert to my "old" kernel 2.6.22.9-91 all is fine... So, I presume problem lies within the kernel, rather than the module...
So there you have have it. Check the Livna repo....
Reply With Quote
  #5  
Old 31st October 2007, 07:29 AM
defcon3's Avatar
defcon3 Offline
Registered User
 
Join Date: Jul 2007
Posts: 71
Thank you guys but I have the livna repo added by default, so as soon as I got the new kernel I also received the updated module. Having it does not solve the issue, sorry. Do you need any logs? I am confused as to what to look into...
Reply With Quote
  #6  
Old 31st October 2007, 07:43 AM
Antifreeze Offline
Registered User
 
Join Date: Feb 2006
Location: Baton Rouge, LA
Age: 40
Posts: 107
Angry

I updated my kernel to 2.6.23.1-10 as well, and compiled my own kernel modules.

Compile succeeded just fine, and installed properly..

However when I do a modprobe.. I get this.

Code:
[root@biohazard ~]# modprobe ath_pci
FATAL: Error inserting ath_pci (/lib/modules/2.6.23.1-10.fc7/extra/madwifi/ath_pci.ko): No such device
When I do a LSPCI I get the following.

Code:
[root@biohazard ~]# lspci | grep Atheros
01:05.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
[root@biohazard ~]#
dmesg reports

Code:
ath_pci: 0.9.4.5 (0.9.3.3)
kobject_add failed for ath_pci with -EEXIST, don't try to register things with the same name in the same directory.
 [<c04f1393>] kobject_shadow_add+0x159/0x18b
 [<c04f1481>] kobject_register+0x19/0x2d
 [<c0564caa>] bus_add_driver+0x50/0x16d
 [<c04feb5a>] __pci_register_driver+0x48/0x74
 [<f89d0035>] init_ath_pci+0x35/0x57 [ath_pci]
 [<c044a7ef>] sys_init_module+0x1361/0x14a5
 [<c043352b>] proc_dointvec_minmax+0x0/0x45
 [<c040518a>] syscall_call+0x7/0xb
 [<c0610000>] attach_one_algo+0x46/0x64
 =======================
ath_pci: No devices found, driver not installed.
__________________
:D ~ Antifreeze
Registered Linux User #385952
System Specs:
F12 Linux 2.6.31.9, Intel Centrino 1.86ghz, 120gb hd, 2gb ram
Reply With Quote
  #7  
Old 31st October 2007, 09:25 PM
dereknjeny04 Offline
Registered User
 
Join Date: Oct 2007
Posts: 1
This is due to ath5k support in the latest version of the kernel. Edit your blacklist file to prevent it from loading.

as root:
Code:
vi /etc/modprobe.d/blacklist
add this entry to the blacklist file

Code:
blacklist ath5k
save and restart your system.

Last edited by dereknjeny04; 31st October 2007 at 09:27 PM.
Reply With Quote
  #8  
Old 1st November 2007, 08:12 AM
defcon3's Avatar
defcon3 Offline
Registered User
 
Join Date: Jul 2007
Posts: 71
Thank you, this worked fine for me.
Reply With Quote
  #9  
Old 1st November 2007, 01:19 PM
Antifreeze Offline
Registered User
 
Join Date: Feb 2006
Location: Baton Rouge, LA
Age: 40
Posts: 107
Worked here as well, thank you very much!
__________________
:D ~ Antifreeze
Registered Linux User #385952
System Specs:
F12 Linux 2.6.31.9, Intel Centrino 1.86ghz, 120gb hd, 2gb ram
Reply With Quote
  #10  
Old 1st November 2007, 04:48 PM
ww7ba Offline
Registered User
 
Join Date: Nov 2007
Location: Roberts, MT
Posts: 4
What a morning. First, adding ath5k to the blacklist worked. A short time later, a new update arrived for madwifi from livna. After installing the update, I removed ath5k from the blacklist, rebooted the system, and the card still works. Now, I just need to get madwifi to work in Debian 4.0.
Reply With Quote
  #11  
Old 1st November 2007, 04:58 PM
ml115 Offline
Registered User
 
Join Date: Jul 2005
Posts: 11
Adding blacklist ath5k to /etc/modprobe.d/blacklist did not help. The boot hung up when starting network. I had to power down and restart with 2.6.22.9-91.fc7 kernel.
Reply With Quote
  #12  
Old 2nd November 2007, 01:20 AM
philbac Offline
Registered User
 
Join Date: Nov 2007
Posts: 1
Hi,

I had the same problem, and also did configure the blacklist described here above.

I'm on a laptop HP Compaq NC4000

Quote:
[root@fc6 ~]# lspci | grep Atheros
00:09.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
Quote:
[root@fc6 ~]# uname -r
2.6.23.1-10.fc7
Quote:
[root@fc6 /]# yum list madwifi
Installed Packages
madwifi.i386 0.9.4-0.1.r2594.fc7 installed
Quote:
[root@fc6 ~]# modprobe -l | grep ath
/lib/modules/2.6.23.1-10.fc7/kernel/drivers/net/wireless/ath5k/ath5k.ko
/lib/modules/2.6.23.1-10.fc7/kernel/drivers/md/multipath.ko
/lib/modules/2.6.23.1-10.fc7/kernel/drivers/md/dm-multipath.ko
/lib/modules/2.6.23.1-10.fc7/extra/ath_rate_sample.ko
/lib/modules/2.6.23.1-10.fc7/extra/ath_hal.ko
/lib/modules/2.6.23.1-10.fc7/extra/ath_rate_amrr.ko
/lib/modules/2.6.23.1-10.fc7/extra/ath_rate_onoe.ko
/lib/modules/2.6.23.1-10.fc7/extra/ath_pci.ko
Quote:
[root@fc6 ~]# dmesg | grep ath
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.30.13 (AR5210, AR5211, AR5212, AR5416, RF5111, RF5112, RF2413, RF5413, RF2133)
ath_pci: 0.9.4.5 (0.9.4)
ath_pci: switching rfkill capability off
ath_rate_sample: 1.2 (0.9.4)
ath_pci: switching per-packet transmit power control off
device-mapper: multipath: version 1.0.5 loaded
ADDRCONF(NETDEV_CHANGE): ath0: link becomes ready
ath0: no IPv6 routers present
After a restart it does work !

Philippe
Reply With Quote
  #13  
Old 2nd November 2007, 04:53 PM
ml115 Offline
Registered User
 
Join Date: Jul 2005
Posts: 11
Usually when a new kernel is installed by yum I download a most recent madwifi-ng driver
from http://snapshots.madwifi.org/madwifi-ng and install it.
In case of 2.6.23.1-10.fc7 this did not work using madwifi-ng-r2799-20071030 driver.
Instead I installed madwifi-0.9.4-39_r2756.fc7.i386.rpm, madwifi-devel-0.9.4-39_r2756.fc7.i386.rpm, madwifi-hal-kmdl-2.6.23.1-10.fc7-0.9.4-39_r2756.fc7.i686.rpm, and
madwifi-kmdl-2.6.23.1-10.fc7-0.9.4-39_r2756.fc7.i686.rpm from atrpms repo and this works.
Reply With Quote
  #14  
Old 2nd November 2007, 09:50 PM
malcidragon Offline
Registered User
 
Join Date: Oct 2004
Posts: 41
ath5k problems

If you are having problems I would recommend, the rather drastic measure of
deleting ath5k.ko completely.

find /lib/modules/ -name ath5k.ko -exec rm {} \;

Then the madwifi driver (or the ndiswrapper if you must) should work ok

This maybe causing a lot of pain, but at least there is a greater chance of having a working
atheros driver in the kernel sooner - which is good news for everyone!

Cheers,

Malc
Reply With Quote
Reply

Tags
kmodmadwifi, updated, wireless

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
kmod-madwifi kernel 2.26.3-29.fc9 no wireless device schnullerbacke Servers & Networking 1 2nd October 2008 04:15 PM
kmod-madwifi for kernel-2.6.26.3-14.fc8 leigh123linux Using Fedora 2 28th September 2008 03:11 PM
kmod-madwifi for kernel 2.6.18 milestone Hardware & Laptops 0 30th August 2007 02:02 AM
kmod-madwifi for 2.6.20 tc- Hardware & Laptops 7 18th March 2007 06:52 PM
kmod-fglrx worked, then yum updated it and.... Dzo Using Fedora 13 17th June 2006 04:31 PM


Current GMT-time: 07:28 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat