Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problemi emerge ieee80211
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
demetrix
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jul 2006
Posts: 75

PostPosted: Wed Oct 11, 2006 1:02 pm    Post subject: problemi emerge ieee80211 Reply with quote

ciao a tutti

finalmente sono riuscito ad installare la scheda wifi
l'unica cosa mi da questo errore quando faccio emerge ieee80211

Quote:
Emerging (1 of 1) net-wireless/ieee80211-1.1.13-r1 to /
* ieee80211-1.1.13.tgz MD5 ;-) ... [ ok ] * ieee80211-1.1.13.tgz RMD160 ;-) ... [ ok ] * ieee80211-1.1.13.tgz SHA1 ;-) ... [ ok ] * ieee80211-1.1.13.tgz SHA256 ;-) ... [ ok ] * ieee80211-1.1.13.tgz size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking ieee80211-1.1.13.tgz ;-) ...
* Checking for suitable kernel configuration options...
* ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11 subsystem to be disabled (CONFIG_IEEE80211)
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.
!! ERROR: net-wireless/ieee80211-1.1.13-r1 failed.
Call stack:
ebuild.sh, line 1562: Called dyn_setup
ebuild.sh, line 665: Called pkg_setup
ieee80211-1.1.13-r1.ebuild, line 37: Called linux-mod_pkg_setup
linux-mod.eclass, line 419: Called linux-info_pkg_setup
linux-info.eclass, line 572: Called check_extra_config
linux-info.eclass, line 471: Called die
!!! Incorrect kernel configuration options
!!! If you need support, post the topmost build error, and the call stack if relevant.



ho capito che è un problema
di configurazione del kernel ma esattamente dove?

Grazie
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Wed Oct 11, 2006 1:18 pm    Post subject: Reply with quote

devi configurare il supporto per la tua scheda wifi nel kernel, e nelle voce del kernel networking e device drivers.

per verificare che scheda hai dai un lspci.

ciao
Back to top
View user's profile Send private message
demetrix
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jul 2006
Posts: 75

PostPosted: Wed Oct 11, 2006 1:41 pm    Post subject: Reply with quote

è abilitata <*>
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Wed Oct 11, 2006 2:02 pm    Post subject: Reply with quote

Code:

Checking for suitable kernel configuration options...
* ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11 subsystem to be disabled (CONFIG_IEEE80211)
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.
* Once you have satisfied these options, please try merging
* this package again.

l'errore che ti dà è questo, quindi non hai abilitato qualcosa,

prova dai
Code:
 cd /usr/src/linux

poi questo e posta il cat.
Code:
cat .config | grep -i ieee802

ciao
Back to top
View user's profile Send private message
demetrix
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jul 2006
Posts: 75

PostPosted: Wed Oct 11, 2006 2:07 pm    Post subject: Reply with quote

questo è quello che esce con il comando che mi hai dato


Quote:
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
CONFIG_IEEE80211_CRYPT_TKIP=m
CONFIG_IEEE80211_SOFTMAC=m
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set


Ciao
Back to top
View user's profile Send private message
syntaxerrormmm
Guru
Guru


Joined: 17 Apr 2005
Posts: 449
Location: Romano di Lombardia - BG - ITALY

PostPosted: Wed Oct 11, 2006 2:13 pm    Post subject: Reply with quote

Mi sembra sia chiaro ora
Code:
ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11 subsystem to be disabled (CONFIG_IEEE80211)


demetrix wrote:
Code:
CONFIG_IEEE80211=y


Ciao.
_________________
"Every rule can be broken, but no rule may be ignored."

Last.fm - Gentoo 2006.1 on:
Acer Aspire 1355LC - suspend2-sources-2.6.18-r3
IBM Thinkpad T30 - suspend2-sources-2.6.19-r3
Back to top
View user's profile Send private message
xdarma
l33t
l33t


Joined: 08 Dec 2003
Posts: 720
Location: tra veneto e friuli (italy)

PostPosted: Wed Oct 11, 2006 2:18 pm    Post subject: Reply with quote

Quote:

è abilitata <*>

Quote:

* ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11 subsystem to be disabled (CONFIG_IEEE80211)

Occhio alla dis-lessia...

[EDIT] ...e a non essere anticipati mentre si scrive :-)
_________________
proud user of faKeDE-4.7.3 -> back to windowmaker -> moved to LXQt


Last edited by xdarma on Wed Oct 11, 2006 2:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Wed Oct 11, 2006 2:19 pm    Post subject: Reply with quote

syntaxerrormmm wrote:
Mi sembra sia chiaro ora
Code:
ieee80211-1.1.13 requires the in-kernel version of the IEEE802.11 subsystem to be disabled (CONFIG_IEEE80211)


demetrix wrote:
Code:
CONFIG_IEEE80211=y


Ciao.


lo hai compilato tu nel kernel
Code:
CONFIG_IEEE80211=y
oppure era già compilato ???

nb:prova a disabilitare tale supporto nel kernel, ed a ricompilare il kernel.
Back to top
View user's profile Send private message
demetrix
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jul 2006
Posts: 75

PostPosted: Wed Oct 11, 2006 2:25 pm    Post subject: Reply with quote

ok provo ma non riesco a trovare sto config nel kernel
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Wed Oct 11, 2006 2:31 pm    Post subject: Reply with quote

demetrix wrote:
ok provo ma non riesco a trovare sto config nel kernel


guarda che non devi modificare il config, devi dare :
Code:

cd /usr/src/linux
make menuconfig
 vai alla sezione device driver,
   poi in networking devices supported e li selezioni la tua scheda wifi.

poi salvi la configurazione e dai

make && make modules_install
mount /boot
cp arch/tua_architettura/boot/bzImage/  /boot/tuo_kernel

e provi. ciao
Back to top
View user's profile Send private message
demetrix
Tux's lil' helper
Tux's lil' helper


Joined: 24 Jul 2006
Posts: 75

PostPosted: Wed Oct 11, 2006 2:35 pm    Post subject: Reply with quote

questo l'ho gia fatto
poi ho notato
che all'avvio mi dice load module ieee80211
failes to load ieee80211
poi se apro la shell e faccio iwconfig mi da la scheda wifi eth1
ma non rileva nulla
e poi se compilo ieee80211 mi da l'errore che avete visto nel primo post.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum