Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam
od kilku dni staram sie uruchomić karte wifi opartą o chip atherosa AR5005G na debianie z kernelem 2.6.29.1 kompilowanym z zródeł .
lspci
.... 168c 001a Atheros Communications Inc. AR5005G 802.11abg NIC
moduły są skompilowane :
ls -R /lib/modules/`uname -r` | grep ath ath5k ath9k
załadowane :
lsmod Module Size Used by ath9k 247968 0 ath5k 99896 0 mac80211 124776 2 ath9k,ath5k led_class 1155 2 ath9k,ath5k cfg80211 24084 2 ath5k,mac80211
przy iwconfig :
iwconfig
lo no wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. teql0 no wireless extensions. tunl0 no wireless extensions. gre0 no wireless extensions.
nie wykrywa karty :(
Offline
cat /etc/udev/rules.d/70-persistent-net.rules
Offline
# PCI device 0x10ec:0x8167 (r8169) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:30:18:aa:5f:f1", NAME="eth0" # PCI device 0x10ec:0x8167 (r8169) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:30:18:aa:5f:f2", NAME="eth1" # PCI device 0x168c:0x001a (ath5k_pci) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:1d:0f:b4:f6:b1", ATTRS{type}=="1", NAME="wlan0" # PCI device 0x168c:0x001a (ath_pci) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="06:1d:0f:b4:f6:b1", ATTRS{type}=="1", NAME="wlan1"
Offline
usuń te linie:
# PCI device 0x168c:0x001a (ath5k_pci) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:1d:0f:b4:f6:b1", ATTRS{type}=="1", NAME="wlan0" # PCI device 0x168c:0x001a (ath_pci) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="06:1d:0f:b4:f6:b1", ATTRS{type}=="1", NAME="wlan1"
jak masz madwifi to odinstaluj, reboot i powinno grać
Offline
niestety ,dalej nic :(
Offline
jak wygląda teraz /etc/udev/rules.d/70-persistent-net.rules ? madwifi usunięte na pewno?
---edit---
ta karta działała wcześniej pod linuxem? pod windą działa?
Ostatnio edytowany przez siarka2107 (2009-06-18 16:24:22)
Offline
cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rules # program, probably run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single line. # MAC addresses must be written in lowercase. # PCI device 0x10ec:0x8167 (r8169) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:30:18:aa:5f:f1", NAME="eth0" # PCI device 0x10ec:0x8167 (r8169) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:30:18:aa:5f:f2", NAME="eth1"
madwifi odinstalowane :
lsmod Module Size Used by ath5k 99896 0 mac80211 124776 1 ath5k led_class 1155 1 ath5k cfg80211 24084 2 ath5k,mac80211
pod win działa bez roblemu ,pod linuxem to jest pierwsza jej instalacja .
juz mi ręce opadają ,ale mam pewność ze wszystko w kernelu do niej wkompilowałem
Offline
#PCI device 0x168c:0x001a (ath5k) SYBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1d:0f:b4:f6:b1", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
spróbuj z tym wpisem, dodaj go i reboot
Offline
dalej nic :(
w kernelu konfiguracja wygląda tak :
Networking ---> Wireless ---> <M> Improved wireless configuration API <M> Generic IEEE 802.11 Networking Stack (mac80211)
<M> Generic IEEE 802.11 Networking Stack
Device Drivers ---> [*] Network device support ---> Wireless LAN ---> <M> Atheros 5xxx wireless cards support
co jest źle ?
Offline
A jak mówiłem że ath5k nie działa na wyższych kernelach, to się ze mnie śmiali :S. Sam mam podobny problem, co prawda chodzi o ar2413, ale zostałem na .28+madwifi(0.9.4.4030.20090529).
A jak nie to ndiswrapper.
Offline
Offline