<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Ciao a tutti...<BR><BR>Ho da poco installato su un portatile
toshiba tecra una debian etch...<BR><BR>Il problema è che Debian non riconosceva
la scheda wireless intel pro 3945...per farla riconoscere ho dovuto aggiornare
gli header del kernel, compilare il demone ipw3945d, il firmware e i
sorgenti...alla fine sono riuscito far riconoscere la scheda, infatti iwconfig
restituisce questo output:<BR><BR>debian:/home/lore/Wireless/ipw/ipw3945-1.1.3#
iwconfig<BR>lo no wireless
extensions.<BR><BR>eth1 no wireless
extensions.<BR><BR>eth0 no wireless
extensions.<BR><BR>sit0 no wireless
extensions.<BR><BR>eth2 unassociated
ESSID:off/any<BR>
Mode:Managed Frequency=nan kHz Access Point:
Not-Associated<BR> Bit
Rate:0 kb/s Tx-Power:16
dBm<BR> Retry
limit:15 RTS thr:off Fragment
thr:off<BR> Encryption
key:off<BR> Power
Management:off<BR> Link
Quality:0 Signal level:0 Noise
level:0<BR> Rx invalid
nwid:0 Rx invalid crypt:0 Rx invalid
frag:0<BR> Tx excessive
retries:0 Invalid misc:0 Missed beacon:0<BR><BR><BR>Il
problema è che non riesco ad associarmi all'ap...vedo le reti ma nn rieco a
connettermi...ho editato sia il file
/etc/network/interfaces<BR><BR>debian:/home/lore/Wireless/ipw/ipw3945-1.1.3# cat
/etc/network/interfaces<BR># This file describes the network interfaces
available on your system<BR># and how to activate them. For more information,
see interfaces(5).<BR><BR># The loopback network interface<BR>auto lo<BR>iface
lo inet loopback<BR><BR>auto dsl-provider<BR>iface dsl-provider inet
ppp<BR>pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf<BR>provider
dsl-provider<BR><BR>auto eth1<BR><BR>iface eth1 inet dhcp<BR><BR>#iface eth0
inet dhcp<BR><BR><BR><BR>auto eth2<BR>iface eth2 inet
dhcp<BR> wireless-essid "wifi-it-hq"<BR> wireless-channel
4<BR> wireless-mode Managed<BR> wireless-ap
00:12:01:B5:3E:10<BR><BR><BR>sia con Wicd...ma niente<BR><BR>se digito ifconfig
ottengo che sull'intefaccia eth2 (quella wireless) ho un interrupt 185...può
essere questo il
problema???<BR><BR>debian:/home/lore/Wireless/ipw/ipw3945-1.1.3#
ifconfig<BR>eth1 Link encap:Ethernet HWaddr
00:A0:D1:34:E0:B2<BR> inet
addr:10.22.107.103 Bcast:10.22.107.255
Mask:255.255.255.0<BR>
inet6 addr: fe80::2a0:d1ff:fe34:e0b2/64
Scope:Link<BR> UP
BROADCAST RUNNING MULTICAST MTU:1500
Metric:1<BR> RX
packets:2047 errors:0 dropped:0 overruns:0
frame:0<BR> TX
packets:1085 errors:0 dropped:0 overruns:0
carrier:0<BR> collisions:0
txqueuelen:100<BR> RX
bytes:864014 (843.7 KiB) TX bytes:331832 (324.0
KiB)<BR> Base
address:0x3000
Memory:f0600000-f0620000<BR><BR>eth2 Link
encap:Ethernet HWaddr
00:19:D2:CE:46:85<BR> UP
BROADCAST MULTICAST MTU:1500
Metric:1<BR> RX packets:0
errors:0 dropped:0 overruns:0
frame:0<BR> TX packets:0
errors:0 dropped:0 overruns:0
carrier:0<BR> collisions:0
txqueuelen:1000<BR> RX
bytes:0 (0.0 b) TX bytes:0 (0.0
b)<BR> Interrupt:185 Base
address:0x8000
Memory:f0800000-f0800fff<BR><BR>lo
Link encap:Local
Loopback<BR> inet
addr:127.0.0.1
Mask:255.0.0.0<BR> inet6
addr: ::1/128
Scope:Host<BR> UP LOOPBACK
RUNNING MTU:16436
Metric:1<BR> RX packets:8
errors:0 dropped:0 overruns:0
frame:0<BR> TX packets:8
errors:0 dropped:0 overruns:0
carrier:0<BR> collisions:0
txqueuelen:0<BR> RX
bytes:560 (560.0 b) TX bytes:560 (560.0 b)<BR><BR><BR>Secondo voi è un
problema di driver o di semplice configurazione della scheda???<BR><BR>Grazie in
anticipo...<BR><BR>Lorenzo</FONT></DIV></BODY></HTML>