problem med Atheros AR5507
problem med Atheros AR5507
Tja! Jag har försökt få Atheros AR5007 att fungera till ubuntu hardy heron 8.04 i386. jag har hittat en guide
First go to System–>Administration–>Hardware Drivers” and disable by un-ticking the following option
Atheros Hardware Access Layer (Hal)
Then Reboot your system.
Preparing your system
sudo apt-get install build-essential
Then open the terminal from Applications–>Accessories–>Terminal and copy the following command
wget http://snapshots.madwifi.org/special/ma ... 007.tar.gz
tar xfz madwifi-ng-r2756+ar5007.tar.gz
cd madwifi-ng-r2756+ar5007
make
sudo make install
sudo modprobe ath_pci
sudo reboot
That’s it now your wireless should work without any problem.
Men när jag skriver kommandot
sudo modprobe ath_pci
så kommer;
FATAL: Error inserting ath_pci (/lib/modules/2.6.24-19-generic/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
upp och jag undrar hur jag kan få det hela att fungera.
First go to System–>Administration–>Hardware Drivers” and disable by un-ticking the following option
Atheros Hardware Access Layer (Hal)
Then Reboot your system.
Preparing your system
sudo apt-get install build-essential
Then open the terminal from Applications–>Accessories–>Terminal and copy the following command
wget http://snapshots.madwifi.org/special/ma ... 007.tar.gz
tar xfz madwifi-ng-r2756+ar5007.tar.gz
cd madwifi-ng-r2756+ar5007
make
sudo make install
sudo modprobe ath_pci
sudo reboot
That’s it now your wireless should work without any problem.
Men när jag skriver kommandot
sudo modprobe ath_pci
så kommer;
FATAL: Error inserting ath_pci (/lib/modules/2.6.24-19-generic/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
upp och jag undrar hur jag kan få det hela att fungera.
-
- Inlägg: 3689
- Blev medlem: 12 okt 2007, 17:54
- OS: Ubuntu
- Utgåva: 20.04 Focal Fossa LTS
- Ort: Överallt
Re: problem med Atheros AR5507
Posta output av:
Kod: Markera allt
dmesg
Re: problem med Atheros AR5507
Kod: Markera allt
[ 2500.710017] ath_pci: disagrees about version of symbol ieee80211_encap
[ 2500.710024] ath_pci: Unknown symbol ieee80211_encap
[ 2500.710081] ath_pci: disagrees about version of symbol ieee80211_input
[ 2500.710083] ath_pci: Unknown symbol ieee80211_input
[ 2500.710133] ath_pci: disagrees about version of symbol ieee80211_ifattach
[ 2500.710134] ath_pci: Unknown symbol ieee80211_ifattach
[ 2500.710247] ath_pci: disagrees about version of symbol ieee80211_beacon_update
[ 2500.710249] ath_pci: Unknown symbol ieee80211_beacon_update
[ 2500.710322] ath_pci: Unknown symbol _ieee80211_free_node
[ 2500.710469] ath_pci: disagrees about version of symbol ieee80211_vap_setup
[ 2500.710471] ath_pci: Unknown symbol ieee80211_vap_setup
[ 2500.710507] ath_pci: disagrees about version of symbol ieee80211_ifdetach
[ 2500.710509] ath_pci: Unknown symbol ieee80211_ifdetach
[ 2500.710573] ath_pci: Unknown symbol ieee80211_find_txnode_debug
[ 2500.710616] ath_pci: disagrees about version of symbol ieee80211_input_monitor
[ 2500.710617] ath_pci: Unknown symbol ieee80211_input_monitor
[ 2500.710702] ath_pci: disagrees about version of symbol ieee80211_crypto_newkey
[ 2500.710703] ath_pci: Unknown symbol ieee80211_crypto_newkey
[ 2500.710766] ath_pci: disagrees about version of symbol ieee80211_crypto_setkey
[ 2500.710768] ath_pci: Unknown symbol ieee80211_crypto_setkey
[ 2500.710860] ath_pci: disagrees about version of symbol ieee80211_dump_pkt
[ 2500.710861] ath_pci: Unknown symbol ieee80211_dump_pkt
[ 2500.710900] ath_pci: disagrees about version of symbol ieee80211_ioctl_create_vap
[ 2500.710902] ath_pci: Unknown symbol ieee80211_ioctl_create_vap
[ 2500.710967] ath_pci: disagrees about version of symbol ieee80211_stop_running
[ 2500.710969] ath_pci: Unknown symbol ieee80211_stop_running
[ 2500.711069] ath_pci: disagrees about version of symbol ieee80211_cipher_none
[ 2500.711070] ath_pci: Unknown symbol ieee80211_cipher_none
[ 2500.711125] ath_pci: disagrees about version of symbol ieee80211_note
[ 2500.711126] ath_pci: Unknown symbol ieee80211_note
[ 2500.711197] ath_pci: disagrees about version of symbol ieee80211_crypto_delkey
[ 2500.711198] ath_pci: Unknown symbol ieee80211_crypto_delkey
[ 2500.711290] ath_pci: disagrees about version of symbol ieee80211_beacon_miss
[ 2500.711292] ath_pci: Unknown symbol ieee80211_beacon_miss
[ 2500.711327] ath_pci: disagrees about version of symbol ieee80211_beacon_alloc
[ 2500.711329] ath_pci: Unknown symbol ieee80211_beacon_alloc
[ 2500.711385] ath_pci: disagrees about version of symbol ieee80211_getcfframe
[ 2500.711387] ath_pci: Unknown symbol ieee80211_getcfframe
[ 2500.711426] ath_pci: disagrees about version of symbol ieee80211_iterate_nodes
[ 2500.711427] ath_pci: Unknown symbol ieee80211_iterate_nodes
[ 2500.711471] ath_pci: disagrees about version of symbol ieee80211_vap_attach
[ 2500.711473] ath_pci: Unknown symbol ieee80211_vap_attach
[ 2500.711509] ath_pci: disagrees about version of symbol ieee80211_ibss_merge
[ 2500.711511] ath_pci: Unknown symbol ieee80211_ibss_merge
[ 2500.711665] ath_pci: disagrees about version of symbol ieee80211_rate_attach
[ 2500.711667] ath_pci: Unknown symbol ieee80211_rate_attach
[ 2500.711732] ath_pci: disagrees about version of symbol ieee80211_rate_detach
[ 2500.711734] ath_pci: Unknown symbol ieee80211_rate_detach
[ 2500.711822] ath_pci: disagrees about version of symbol ieee80211_send_qosnulldata
[ 2500.711824] ath_pci: Unknown symbol ieee80211_send_qosnulldata
[ 2500.711873] ath_pci: Unknown symbol ieee80211_find_rxnode_debug
[ 2500.711912] ath_pci: disagrees about version of symbol ieee80211_create_vap
[ 2500.711913] ath_pci: Unknown symbol ieee80211_create_vap
[ 2500.712015] ath_pci: disagrees about version of symbol ieee80211_input_all
[ 2500.712017] ath_pci: Unknown symbol ieee80211_input_all
[ 2500.712093] ath_pci: disagrees about version of symbol ieee80211_start_running
[ 2500.712095] ath_pci: Unknown symbol ieee80211_start_running
[ 2500.712129] ath_pci: disagrees about version of symbol ieee80211_vap_detach
[ 2500.712130] ath_pci: Unknown symbol ieee80211_vap_detach
[ 2500.712164] ath_pci: disagrees about version of symbol ieee80211_announce
[ 2500.712165] ath_pci: Unknown symbol ieee80211_announce
[ 2500.712211] ath_pci: disagrees about version of symbol ieee80211_chan2ieee
[ 2500.712212] ath_pci: Unknown symbol ieee80211_chan2ieee
[ 2500.712396] ath_pci: disagrees about version of symbol ieee80211_dturbo_switch
[ 2500.712398] ath_pci: Unknown symbol ieee80211_dturbo_switch
[ 2500.712436] ath_pci: disagrees about version of symbol ieee80211_crypto_encap
[ 2500.712438] ath_pci: Unknown symbol ieee80211_crypto_encap
[ 2500.712509] ath_pci: disagrees about version of symbol ieee80211_getrssi
[ 2500.712511] ath_pci: Unknown symbol ieee80211_getrssi
Re: problem med Atheros AR5507
Ja, men jag hittade inga bra svar.
-
- Inlägg: 3689
- Blev medlem: 12 okt 2007, 17:54
- OS: Ubuntu
- Utgåva: 20.04 Focal Fossa LTS
- Ort: Överallt
Re: problem med Atheros AR5507
Enligt buggrapporten ska du avinstallera ubuntu-restricted-modules. Var dock uppmärksam så att inte någon annan hårdvara är beroende av det.
Re: problem med Atheros AR5507
ok, hur ska jag göra det och hur kollar jag så ingen annan programvara är beroende av det?Sid skrev:Enligt buggrapporten ska du avinstallera ubuntu-restricted-modules. Var dock uppmärksam så att inte någon annan hårdvara är beroende av det.
-
- Inlägg: 3689
- Blev medlem: 12 okt 2007, 17:54
- OS: Ubuntu
- Utgåva: 20.04 Focal Fossa LTS
- Ort: Överallt
Re: problem med Atheros AR5507
Posta output av lspci. Jag använder det inte själv men någon annan kan säkert hjälpa dig.KanineN skrev:ok, hur ska jag göra det och hur kollar jag så ingen annan programvara är beroende av det?Sid skrev:Enligt buggrapporten ska du avinstallera ubuntu-restricted-modules. Var dock uppmärksam så att inte någon annan hårdvara är beroende av det.
Re: problem med Atheros AR5507
Kod: Markera allt
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
08:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 04)
Re: problem med Atheros AR5507
nvm, jag fick det att fungera men när jag vänsterklickar där uppe då hittar den inga trådlösa nätverk.. varför gör den inte det? Vet någon något bra program där man kan söka på trådlösa nätverk??