View previous topic :: View next topic |
Author |
Message |
FcukThisGame l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/16857666824707116abfd02.gif)
Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Thu Nov 08, 2007 4:03 am Post subject: madwifi worked, now doesn't. |
|
|
I'm using the newest version of madwfi-ng and tools (0.9.3.3) and the newest gentoo sources. I haven't upgraded my kernel, and I'd had it working, rebooted, and ath0 doesn't exist any more.
I've re-emerged both madwifi-ng packages, without any help. i modprobe ath_pci autocreate=ap and iwconfig and my initscript both tell me that ath0 does not exist. And to "Please verify hardware or kernel module (driver)
Leading me to believe it's my kernel. I looked through the wireless section, and nothing mentioned atheros, madwifi, only really saw prism and hostap.
Do I /what do i need to set in my config for my atheros card to work?
Thanks _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
FcukThisGame l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/16857666824707116abfd02.gif)
Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Thu Nov 08, 2007 4:53 am Post subject: |
|
|
BUMP
more searching and snooping brings me to a few interesting items
dmesg | grep ath_pci yields:
ath_pci: no version for "ieee80211_encap" found: kernel tainted.
I don't like to hear that my kernel is tainted.
I've also got six lines that say: "ath_pci: disagrees about version of symbol struct_module"
I read somewhere to cd /usr/src/linux && make modules_install and then reinstall madwifi-ng. I'm in the process of this now.
EDIT: make'd modules_install and reemerged madwifi-ng and still no dice. Errors inserting ath_pci and ath_hal
dmesg | grep ath_hal yields: ath_hal: module license 'Proprietary' taints kernel.
What is that supposed to mean and, more importantly, how do I fix it? _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
richard.scott Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Thu Nov 08, 2007 12:54 pm Post subject: |
|
|
I've found that madwfi-ng and tools (0.9.3.3) doesn't seem to work well with a 2.6.22 kernel.
Downgrading to madwfi-ng 0.9.3.1 was the only fix for me
i'm since trying to install a 2.6.20 kernel and test to see if it works with the 0.9.3.3 code
EDIT: I believe that the "module license 'Proprietary' taints kernel" is nothing to worry about. It just means that madwifi code could have parts that are released under a different license type to that for the kernel.
EDIT(2): ok, I've just tried the 0.9.3.3 code with a 2.6.20 kernel and its also hung ![Sad :-(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
FcukThisGame l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/16857666824707116abfd02.gif)
Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Thu Nov 08, 2007 8:39 pm Post subject: |
|
|
Downgraded to 0.9.3.1 and I still get the same errors.
Code: | localhost ~ # modprobe ath_pci
WARNING: Error inserting ath_hal (/lib/modules/2.6.22-gentoo-r9/net/ath_hal.ko): Invalid module format
WARNING: Error inserting wlan (/lib/modules/2.6.22-gentoo-r9/net/wlan.ko): Invalid module format
FATAL: Error inserting ath_pci (/lib/modules/2.6.22-gentoo-r9/net/ath_pci.ko): Invalid module format |
dmesg gives me this line: Code: | ath_hal: disagrees about version of symbol struct_module |
What I don't understand is that it worked at last boot. same kernel, same everything.
Any help? _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
FcukThisGame l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/16857666824707116abfd02.gif)
Joined: 20 Apr 2005 Posts: 776 Location: /lost+found
|
Posted: Thu Nov 08, 2007 11:23 pm Post subject: |
|
|
BUMP _________________ Sysadmin by trade, geek by choice
DESKTOP:
i7-3770K|8800GTS-512|32GB|1x256GB SSD|4x1TB|HD/BDROM|1920x1200+1680x1050
Win8 Pro w/ Hyper-V|Server 2012 VM|Ubuntu VM|Gentoo VM
TABLET: Samsung Ativ 700t
i5-3317U|4GB|128GB SSD|1920x1080 Touch
Win8 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
richard.scott Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Mon Dec 03, 2007 3:28 pm Post subject: |
|
|
Do you have wireless extensions activated in the kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|