View previous topic :: View next topic |
Author |
Message |
kingrebound Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 05 Mar 2006 Posts: 160 Location: Verona
|
Posted: Tue Nov 07, 2006 10:15 pm Post subject: [risolto]problema ieee80211 quando ricompilo |
|
|
devo ricompilare un kernel,ma quando lancio make mi da il seguente errore
Code: |
CHK include/linux/version.h
CHK include/linux/compile.h
CC [M] drivers/usb/net/zd1201.o
drivers/usb/net/zd1201.c:24:27: error: net/ieee80211.h: No such file or directory
drivers/usb/net/zd1201.c: In function 'zd1201_usbrx':
drivers/usb/net/zd1201.c:341: error: 'IEEE80211_SCTL_FRAG' undeclared (first use in this function)
drivers/usb/net/zd1201.c:341: error: (Each undeclared identifier is reported only once
drivers/usb/net/zd1201.c:341: error: for each function it appears in.)
drivers/usb/net/zd1201.c:342: error: 'IEEE80211_FCTL_MOREFRAGS' undeclared (first use in this function)
drivers/usb/net/zd1201.c:352: error: 'IEEE80211_DATA_LEN' undeclared (first use in this function)
drivers/usb/net/zd1201.c:358: error: 'IEEE80211_SCTL_SEQ' undeclared (first use in this function)
make[3]: *** [drivers/usb/net/zd1201.o] Error 1
make[2]: *** [drivers/usb/net] Error 2
make[1]: *** [drivers/usb] Error 2
make: *** [drivers] Error 2
|
per fasr funzionare la scheda wireless ho seguito la guida http://gentoo-wiki.com/HARDWARE_ipw2200,dov dicono di usare il comando
Code: |
/bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux
|
per risolvere eventuali problemi per installare il modulo ipw2200.
credo che l'errore sia dovuto a quel comando...
qualcuno ha qualche idea?
ciao _________________ porca miseria...mai che riesco a dire una cosa seria!!!
[Arsenico HC]
Last edited by kingrebound on Thu Nov 09, 2006 6:46 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MeMyselfAndI l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/164016826746e0322068eb2.png)
Joined: 15 Nov 2005 Posts: 784 Location: Between the monitor and the chair
|
Posted: Wed Nov 08, 2006 12:38 am Post subject: |
|
|
quel comando lo devi usare solamente se vuoi emergere il pacchetto ieee80211 non se vuoi compilare il kernel...
in pratica se usi solo i driver gia' inseriti nel kernel quel comando e' inutile e dannoso perche' gli stai dicendo di cancellare qualcosa che nele fil di config hai richiesto che venga compilato: da qui l'errore;
prova a riemergere il kernel e a copilarlo senza eseguire /bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux.
oppure emergi ieee80211 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kingrebound Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 05 Mar 2006 Posts: 160 Location: Verona
|
Posted: Wed Nov 08, 2006 9:52 pm Post subject: |
|
|
infatti uso il pacchetto ieee80211 emerso...e nel kernel non e' presente iee80211....
forse mi ero espresso male ![Smile :)](images/smiles/icon_smile.gif) _________________ porca miseria...mai che riesco a dire una cosa seria!!!
[Arsenico HC] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Wed Nov 08, 2006 10:03 pm Post subject: |
|
|
si che è presente ieee80211
la documentazione a cui fai riferimento è vecchia |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nillkheope Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/141072546745525738c5f57.jpg)
Joined: 21 Mar 2005 Posts: 92
|
Posted: Wed Nov 08, 2006 10:31 pm Post subject: |
|
|
che scheda hai? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MeMyselfAndI l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/164016826746e0322068eb2.png)
Joined: 15 Nov 2005 Posts: 784 Location: Between the monitor and the chair
|
Posted: Wed Nov 08, 2006 10:57 pm Post subject: |
|
|
quale parte della guida segui ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skypjack l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/125299789148407c8d02083.jpg)
Joined: 05 Aug 2006 Posts: 884 Location: Italia - Firenze
|
Posted: Thu Nov 09, 2006 2:31 pm Post subject: |
|
|
Anch'io uso ieee80211 pacchetto.
In pratica, emergi il kernel, disattiva la voce riguardante ieee802.11 e poi emerge il pacchetti eee80211.
Se qualcosa non va ti dirà che fare, tipo lanciare il comando di cui sopra.
Poi, senza indugi, compila e installa!! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kingrebound Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 05 Mar 2006 Posts: 160 Location: Verona
|
Posted: Thu Nov 09, 2006 6:46 pm Post subject: |
|
|
ok,ho riemerso il kernel,e ora funziona.
grazie a tutti,ciao _________________ porca miseria...mai che riesco a dire una cosa seria!!!
[Arsenico HC] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|