Jestem nowym użytkownikiem Linuksa (dokładnie od 4dni) Debian Lenny 2.6.26-1-686.
Mam problem z zainstalowaniem mojej karty wifi. Postępowałem zgodnie z instrukcja:
http://debian.linux.pl/viewtopic.php?t= ... ht=atheros
ale niestety po wpisaniu:
Kod: Zaznacz cały
iwlist ath0 scan
http://ulek.ovh.org/index.php?show=weblog&id=11
Ostatecznie jestem w momencie, przy którym wykonuję następujące komendy (i wyniki po nich):
Kod: Zaznacz cały
debian:/home/wojtas# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:16 dBm Sensitivity=1/1
Retry :o ff RTS thr :o ff Fragment thr :o ff
Encryption key :o ff
Power Management :o ff
Link Quality=0/70 Signal level=-98 dBm Noise level=-98 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
debian:/home/wojtas# ifconfig
ath0 Link encap:Ethernet HWaddr 00:16:44:8a:46:4e
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr 00:03:0d:89:37:fe
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:220 Base address:0xc000
eth0:avahi Link encap:Ethernet HWaddr 00:03:0d:89:37:fe
inet addr:169.254.7.139 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interrupt:220 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1616 (1.5 KiB) TX bytes:1616 (1.5 KiB)
wifi0 Link encap:UNSPEC HWaddr 00-16-44-8A-46-4E-6C-6F-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:280
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:18
debian:/home/wojtas# iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wifi0 Interface doesn't support scanning.
ath0 No scan results
debian:/home/wojtas#
Kod: Zaznacz cały
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
iface wlan0 inet dhcp
wireless-key s:967AD6596C2F77F5912F7CA367
wireless-essid neostrada_a096
iface wlan1 inet dhcp
wireless-key s:0000000000
wireless-essid Edek
auto wlan1
Dodam iż wcześniej zainstalowałem drugą kartę sieciową ralinka na usb wg opisu: http://debian.linux.pl/viewtopic.php?t= ... ht=atheros
z której korzystam w domu (karta jest podłączona do anteny zewnętrznej na dachu) i z tą nie mam problemu.
Proszę o pomoc.
Ps. Dziesiątki razy przeglądałem podobne wątki do mojego ale żadna porada tam zawarta mojego problemu nie rozwiązuje.