Salve, ho appena installato la suse 10.0 versione open su un HP NX5000.

Per configurare la rete wireless mi serve il modulo ipw2200, ma prima devo installare il seguente modulo ieee80211, ma mi ritorna i seguenti errori quando provo a compilarlo, qualcuno potrebbe aiutarmi?

codice:
andrea@npibedb6e:~/ieee80211-1.1.8> less INSTALL
andrea@npibedb6e:~/ieee80211-1.1.8> make
Checking in /lib/modules/2.6.13-15-default/build/ for ieee80211 components...
make -C /lib/modules/2.6.13-15-default/build M=/home/andrea/ieee80211-1.1.8 MODVERDIR=/home/andrea/ieee80211-1.1.8 modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
  CC [M]  /home/andrea/ieee80211-1.1.8/ieee80211_module.o
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:60: error: syntax error before ‘IEEE80211_VERSION’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c: In function ‘ieee80211_network_reset’:
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:92: error: ‘struct ieee80211_network’ has no member named ‘ibss_dfs’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:93: error: ‘struct ieee80211_network’ has no member named ‘ibss_dfs’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:94: error: ‘struct ieee80211_network’ has no member named ‘ibss_dfs’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:95: error: ‘struct ieee80211_network’ has no member named ‘ibss_dfs’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c: In function ‘ieee80211_networks_free’:
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:107: error: ‘struct ieee80211_network’ has no member named ‘ibss_dfs’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:108: error: ‘struct ieee80211_network’ has no member named ‘ibss_dfs’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c: In function ‘alloc_ieee80211’:
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:152: error: ‘struct ieee80211_device’ has no member named ‘rts’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:159: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:166: error: ‘struct ieee80211_device’ has no member named ‘host_open_frag’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:172: error: ‘ieee80211_crypt_deinit_handler’ undeclared (first use in this function)
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:172: error: (Each undeclared identifier is reported only once
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:172: error: for each function it appears in.)
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:173: error: ‘struct ieee80211_device’ has no member named ‘crypt_quiesced’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c: In function ‘free_ieee80211’:
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:195: error: implicit declaration of function ‘ieee80211_crypt_quiescing’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:197: error: implicit declaration of function ‘ieee80211_crypt_deinit_entries’
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:202: error: dereferencing pointer to incomplete type
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:203: error: dereferencing pointer to incomplete type
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:203: error: dereferencing pointer to incomplete type
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:204: error: dereferencing pointer to incomplete type
/home/andrea/ieee80211-1.1.8/ieee80211_module.c: In function ‘ieee80211_init’:
/home/andrea/ieee80211-1.1.8/ieee80211_module.c:271: error: syntax error before ‘IEEE80211_VERSION’
make[4]: *** [/home/andrea/ieee80211-1.1.8/ieee80211_module.o] Error 1
make[3]: *** [_module_/home/andrea/ieee80211-1.1.8] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [modules] Error 2