Hallo,
ich besitze eine Netgear WG511T WLAN Karte und probiere unter Debian bereits seit längerer Zeit den madwifi Treiber zu kompilieren. Wenn ich es wie in diversen Howtos beschrieben nach Installation der kernel-headers einfach die quellen per cvs lade und dann per make && make install kompiliere kriege ich beim Versuch das Modul ath_pci zu laden nur die Meldung "FATAL: Module ath_pci not found." Bei diversen vorherigen Installationen funktionierte dieser Weg problemlos.
Viele Grüsse
Christoph
(System: Debian Unstable, 2.6.10)
Atheros WLAN Karte
bei mir war es meistens so, dass man noch ein update-modules ausführen muss, damit das System das modul kennt.
Running Debian GNU/lLinux - Testing (for life:-))
Core 2 Duo E6400
4GB Ram
Asus P5B
Asus Geforce 7300 GT
750GB 32MB Cache Seagate SATA II NCQ
500GB 16MB Cache Seagate SATA II NCQ
Terratect Cinergy DVB-C
Core 2 Duo E6400
4GB Ram
Asus P5B
Asus Geforce 7300 GT
750GB 32MB Cache Seagate SATA II NCQ
500GB 16MB Cache Seagate SATA II NCQ
Terratect Cinergy DVB-C
du brauchst keine .o-module mit 2.6, sondern .ko . wenn du diese hast, kannst du die manuell nach /lib/modules/`uname -r`/net kopieren, net/ evtl manuell anlegen. in net muessen sich dann folgenden module befinden:
ath_hal.ko, ath_pci.ko, ath_rate.onoe.ko, wlan_acl.ko, wlan_ccmp.ko, wlan.ko, wlan_tkip.ko, wlan_wep.ko, wlan_xauth.ko
danach ein "depmod -ae" und es sollte funktionieren.
ath_hal.ko, ath_pci.ko, ath_rate.onoe.ko, wlan_acl.ko, wlan_ccmp.ko, wlan.ko, wlan_tkip.ko, wlan_wep.ko, wlan_xauth.ko
danach ein "depmod -ae" und es sollte funktionieren.