| Author |
Message |
|
|
|
Post subject: Need help: No Atheros Wifi after installing new kernel
Posted: Oct 22, 2007 - 11:09 PM
|
|
Joined: Jan 08, 2007
Posts: 65
Status: Offline
|
|
Hello,
today I installed the latest kernel with smxi. After reboot, I had to login in console because kdm did not start - I assume this is because I have to reinstall nvidia driver.
Then I restarted smxi which says it has no internet connection. Installing the madwifi driver was not successful, because the script did not find the sources. So I downloaded them from http://packages.debian.org/unstable/net/madwifi-source and http://packages.debian.org/unstable/net/madwifi-tools and http://packages.debian.org/unstable/dev ... assistant. Afterwards I did su
dpkg -i madwifi-* module-assistant*
cd /usr
m-a prepare
The last step wasn't successful because of apt-get problems. I needed the latest libncurses which I downloaded and installed manually.
Then "m-a prepare" was ok and "m-a a-i madwifi" installed the madwifi driver. All seems to be fine.
But - the Atheros wifi PCI card is not being detected at all.
Output of lspci:
05:07.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
Output of modprobe ath_pci:
kobject_add failed for ath_pci with -EEXIST, don't try to register things with the same name in the same directory.
FATAL: Error inserting ath_pci (/lib/modules/...); No such device
Output of iwconfig:
lo no wireless extensions
eth0 no wireless extensions
Output of ifconfig:
lo Protokoll: Lokale Schleife
...
...
While booting the new kernel, I get the following errors:
Waiting for /dev to be fully populated... ath_pci 0000:05:07.0: can't get channels
...
Configuring network interfaces... Error for wireless request "Set Mode" (8B06): SET failes on device ath0; No such device.
...
(Further errors)
Can anyone help? I don't know how to proceed now... |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 23, 2007 - 09:50 PM
|
|
Joined: Jan 08, 2007
Posts: 65
Status: Offline
|
|
dmesg | grep ath sagt folgendes:
Code:
ath_pci 0000:05:07.0: can't get channels
ath_pci: probe of 0000:05:07.0 failed with error -22
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
ath_pci: 0.9.4.5 (0.9.3.2)
kobject_add failed for ath_pci with -EEXIST, don't try to register things with the same name in the same directory.
[<f8850035>] init_ath_pci+0x35/0x57 [ath_pci]
ath_pci: No devices found, driver not installed.
[/b] |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 24, 2007 - 08:39 AM
|
|
Joined: Dec 01, 2006
Posts: 140
Location: Munich
Status: Offline
|
|
hallo CyrusQ,
mach bitte mal folgendes:
Code:
apt-get update && apt-get install -f
Hat/macht apt noch probleme?
dann
Code:
dpkg -l | grep madwifi-modules
alle oben gelisteten modulversionen enfernst du mit:
Code:
apt-get remove --purge madwifi-modules-*
nun löschst du alle modulteile die eventuell durch des remove eben nicht gelöscht wurden manuell:
Code:
find /lib/modules/ -name ath* | grep -v ath5k
nun schaust du ob du die aktuellste madwifi-source version hast und installierst diese gegebenenfalls:
Code:
apt-get update && apt-get install madwifi-source
nun baust du das modul neu:
Code:
m-a prepare
m-a a-i madwifi-source
eventuelle fehlermeldungen bitte hierher
ansonsten hat libra (glaube ich) dieselbe karte und dort funktioniert sie 1a mit aktuellem kernel.
Viel erfolg,
hathe |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 24, 2007 - 08:42 AM
|
|
Joined: Dec 01, 2006
Posts: 140
Location: Munich
Status: Offline
|
|
Oops, sorry, didn't read it was the english part of the forum :-/
I hope code boxes explain what i want him to do, otherwise cry and i will translate it to EN!
Greetings
hathe |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Oct 24, 2007 - 10:38 AM
|
|
Joined: Jan 08, 2007
Posts: 65
Status: Offline
|
|
Thanks a lot for your informations. Nevertheless, I already solved the problem:
I just removed the new kernel, then did a dist-upgrade and installed the new kernel afterwards. All things went fine  |
|
|
| |
|
|
|
 |
|
|