Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: 24.04.1 LTS (suositeltu, 29.8.2024) ja 24.10 - Ubuntun 20-vuotisjulkaisu! (10.10.2024).
03:06.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01)
lo no wireless extensions.eth0 no wireless extensions.pan0 no wireless extensions.
linux-backports-modules-intrepid-generic
lspci -nn |grep Atheros
Ajuri puuttuu.Käänsitkö itse 8.04 versiossa?Mahdollisesti toimii ath5k ajurilla joka löytyyKoodia: [Valitse]linux-backports-modules-intrepid-genericpaketistaMutta tarkistetaan pciid, miltä näyttääKoodia: [Valitse]lspci -nn |grep Atheros
$ lspci -nn | grep Atheros03:06.0 Ethernet controller [0200]: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter [168c:0013] (rev 01)
lsmod | grep ath
dmesg > ~/dmesg.txt
$ lsmod | grep athath_pci 99096 0 wlan 211952 1 ath_pciath_hal 198864 1 ath_pciath5k 116612 0 lbm_cw_mac80211 215856 1 ath5klbm_cw_cfg80211 46744 2 ath5k,lbm_cw_mac80211led_class 12164 1 ath5kmultipath 15104 0 md_mod 93724 6 raid10,raid456,raid1,raid0,multipath,linear
Tarkistin, tuon pitäisi toimia ath5k ajurilla.Mitä sanooKoodia: [Valitse]lsmod | grep athJoka listaa kaikki moduulit jonka nimessä on "ath"Vaihtoehtoisesti myös madwifin ajurilla toimii.Hieman ihmetyttää miten on toiminut suoraan 8.04.Myöskin voisit kokeilla liittää seuraavan liitetiedostonaKoodia: [Valitse]dmesg > ~/dmesg.txtlöytyy kotikansiosta
sudo rmmod ath_pci ath_hal
sudo modprobe ath5k
dmesg |tail -20
rmmod ja modprobe jälkeen;$ dmesg[117097.507078] ath_pci: driver unloaded[117097.507523] ath_hal: driver unloaded$ iwconfig ath0 mode ad-hocError for wireless request "Set Mode" (8B06) : SET failed on device ath0 ; Device or resource busy.$ dmesg[117132.612298] ath5k phy0: noise floor calibration failed (2412MHz)[117132.615689] ADDRCONF(NETDEV_UP): ath0: link is not ready[117143.004105] ath5k phy0: noise floor calibration failed (2412MHz)
echo "ath5k" |sudo tee -a /etc/modules
$ rmmod ath5k $ modprobe ath5k$ dmesg[118471.524814] ath5k 0000:03:06.0: PCI INT A disabled[118474.056669] ath5k 0000:03:06.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20[118474.056715] ath5k 0000:03:06.0: registered as 'phy1'[118474.232333] phy1: Selected rate control algorithm 'pid'[118474.236252] udev: renamed network interface wlan0 to ath0[118474.236487] ath5k phy1: Atheros AR2414 chip found (MAC: 0x79, PHY: 0x45)
$ dmesg[ 346.859520] ath5k phy0: noise floor calibration failed (2412MHz)
Jokso uudelleenkäynnistys auttaisi tuohon (virrat kokonaan pois)Lisää kuitenkin ath5k ajuri latautumaan käynnistyksen yhteydessäKoodia: [Valitse]echo "ath5k" |sudo tee -a /etc/modules