Salve,
devo configurare la mia scheda di rete Wireless Intel Corporation PRO/Wireless 3945ABG nella mia Debian Etch 4.0
Debian vede la scheda (compare col comando lspci) però non riesco a configurarla.
Il comando iwconfig non rileva alcuna rete wifi.
Ho installato tramite APT i driver ipw3945, il firmware ed il demone come spiegato in molte guide lette in rete.
Ho aggiunto il modulo in /etc/modules
All'avvio di Debian però, mi compaiono questi messaggi (visibili con dmesg):
codice:
ipw3945: Unknown symbol ieee80211_wx_get_encodeext
ipw3945: Unknown symbol ieee80211_wx_set_encode
ipw3945: Unknown symbol ieee80211_wx_get_encode
ipw3945: Unknown symbol ieee80211_txb_free
ipw3945: Unknown symbol ieee80211_wx_set_encodeext
ipw3945: Unknown symbol ieee80211_wx_get_scan
ipw3945: Unknown symbol escape_essid
ipw3945: Unknown symbol ieee80211_freq_to_channel
ipw3945: Unknown symbol ieee80211_set_geo
ipw3945: Unknown symbol ieee80211_rx
ipw3945: Unknown symbol ieee80211_get_channel
ipw3945: Unknown symbol ieee80211_channel_to_index
ipw3945: Unknown symbol ieee80211_rx_mgt
ipw3945: Unknown symbol ieee80211_get_geo
ipw3945: Unknown symbol free_ieee80211
ipw3945: Unknown symbol ieee80211_tx_frame
ipw3945: Unknown symbol ieee80211_is_valid_channel
ipw3945: Unknown symbol ieee80211_get_channel_flags
ipw3945: Unknown symbol alloc_ieee80211
A sto punto, leggendo in giro ho letto che mi occorre il pacchetto IEEE 802.11, l'ho scaricato, ma quando vado a dare il comando make per compilare i sorgenti, mi escono questi errori:
codice:
$ make
Checking in /lib/modules/2.6.18-6-686 for ieee80211 components...
grep: /lib/modules/2.6.18-6-686/build//.config: No such file or directory
grep: /lib/modules/2.6.18-6-686/build//include/linux/autoconf.h: No such file or directory
make -C /lib/modules/2.6.18-6-686/build M=/home/ciri/ieee80211-1.2.18 modules
make[1]: Entering directory `/lib/modules/2.6.18-6-686/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/2.6.18-6-686/build'
make: *** [modules] Error 2
Avete idee su come possa risolvere?
Grazie.