[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Non riesco a far funzionare al wlan



Allora ho acquistato una scheda wireless usb e precisamente la
3COM 3CRUSB10075
La scheda viene riconosciuta e viene caricato il modulo zd1211 con
lsmod |grep zd* ottengo
Module                  Size  Used by
zd1211                206624  0
usbcore               130692  5 zd1211,usbhid,ehci_hcd,ohci_hcd

ifconfig mi restituisce :
wlan0     Link encap:Ethernet  HWaddr 00:16:E0:03:19:45
          inet addr:10.33.0.86  Bcast:10.33.0.255  Mask:255.255.255.0
          inet6 addr: fe80::216:e0ff:fe03:1945/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2117 (2.0 KiB)  TX bytes:284 (284.0 b)

mentre iwconfig mi dice :
wlan0     802.11b/g NIC  ESSID:"pac"
          Mode:Managed  Frequency=2.437 GHz  Access Point: 0			
			00:13:46:13:EC:3C
          Bit Rate:11 Mb/s
          Retry:off   RTS thr=2432 B   Fragment thr:off
          Encryption key:****-****-**   Security mode:open
          Power Management:off
          Link Quality=72/92  Signal level=57/154  Noise level=161/154
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:3  Invalid misc:0   Missed beacon:0


Per ottenere ciò ho prima provato con i vari comandi
iwconfig essid poi iwconfig key etc etc ma all'avvio pareva non memorizzarli e così in /etc/network interfaces ho messo
iface wlan0 inet static
address 10.33.0.86
netmask 255.255.255.0
gateway 10.33.0.200
up \
/sbin/iwconfig wlan0 mode managed && \
/sbin/iwconfig wlan0 essid pac && \
/sbin/iwconfig wlan0 key 1216182029

auto wlan0

Detto questo non riesco neppure a pingare gli altri pc
La differenza che ho da questo portatile ed un altro che usa un'altra scheda wireless è data dal fatto che la chiave qui è visualizzata con asterischi mentre nell'altro è perfettamente leggibile. Non sono riuscito a verificare se è questa la causa perchè non riesco a dare un comando che poi con iwconfig mi visualizzi la key in formato leggibile.
Come posso fare ?



Reply to: