Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Scheda wifi!
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
beke87
n00b
n00b


Joined: 04 Mar 2010
Posts: 46

PostPosted: Wed Mar 28, 2012 2:09 pm    Post subject: Scheda wifi! Reply with quote

ciao a tutti, vi dico il mio problema:
La scheda di rete wireless non va non si accende neanche, la scheda è questa:
Intel Corporation Centrino Advanced-N 6200 (rev 35)
il kernel l'ho compilato con genkernel, volevo sapere come faccio ad installarla?
Back to top
View user's profile Send private message
spillo
Tux's lil' helper
Tux's lil' helper


Joined: 29 Feb 2008
Posts: 126
Location: S.Angelo Lodigiano

PostPosted: Wed Mar 28, 2012 2:49 pm    Post subject: Reply with quote

Devi compilare il driver nel kernel ;)
http://en.gentoo-wiki.com/wiki/Dell_XPS_L501X#Wireless_Intel_Centrino_N1000
_________________
spillo

GnuLinuxExperience

Il mio blog! :)
Back to top
View user's profile Send private message
beke87
n00b
n00b


Joined: 04 Mar 2010
Posts: 46

PostPosted: Wed Mar 28, 2012 3:16 pm    Post subject: Reply with quote

spillo wrote:
Devi compilare il driver nel kernel ;)
http://en.gentoo-wiki.com/wiki/Dell_XPS_L501X#Wireless_Intel_Centrino_N1000

scasami se ti sembrerà una domanda stupida ma come faccio devo ricompilare tutto il kernel, che comandi devo dare? :oops:
Back to top
View user's profile Send private message
Massimog
Apprentice
Apprentice


Joined: 04 Nov 2011
Posts: 164
Location: Osimo(AN)

PostPosted: Wed Mar 28, 2012 3:21 pm    Post subject: Reply with quote

nella guida che ti hanno indicato viene spiegato benissimo, devi ricompilare il kernel con il supporto per la scheda e poi installare il firmware
se hai usato genkernel
Code:
# genkernel --menuconfig all

Code:
Device drivers -> Network device support -> Wireless LAN
(M) Intel Wireless Wifi Next Gen AGN (iwlagn)
  (*) Intel Wireless N / Advanced N

Code:
#emerge iwl6000-ucode


Last edited by Massimog on Wed Mar 28, 2012 3:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
beke87
n00b
n00b


Joined: 04 Mar 2010
Posts: 46

PostPosted: Wed Mar 28, 2012 3:24 pm    Post subject: Reply with quote

Massimog wrote:
nella guida che ti hanno indicato viene spiegato benissimo, devi ricompilare il kernel con il supporto per la scheda e poi installare il firmware

Code:
Device drivers -> Network device support -> Wireless LAN
(M) Intel Wireless Wifi Next Gen AGN (iwlagn)
  (*) Intel Wireless N / Advanced N

#emerge iwl6000-ucode


ho capito ma dato che sono nuovo di gentoo (la mia prima installazione) volevo sapere come fare a ricompilare il kernel
cmq forse è abilitato perchè ho usato gen kernel durante l'installazione come posso fare per verificare?
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Wed Mar 28, 2012 4:09 pm    Post subject: Reply with quote

Ciao beke, posso consigliarti di leggere l'handbook nella sezione kernel?
http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=1&chap=7
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
beke87
n00b
n00b


Joined: 04 Mar 2010
Posts: 46

PostPosted: Wed Mar 28, 2012 5:49 pm    Post subject: Reply with quote

nel kernel questo è gia così:(M) Intel Wireless Wifi Next Gen AGN (iwlagn)
l'altro Intel Wireless N / Advanced N non c'è

se do il comando emerge iwl6000-ucode mi da:
Calculating dependencies... done!
[ebuild N ~] net-wireless/iwl6000-ucode-9.221.4.1

The following keyword changes are necessary to proceed:
#required by iwl6000-ucode (argument)
=net-wireless/iwl6000-ucode-9.221.4.1 ~amd64

Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).
Back to top
View user's profile Send private message
spillo
Tux's lil' helper
Tux's lil' helper


Joined: 29 Feb 2008
Posts: 126
Location: S.Angelo Lodigiano

PostPosted: Wed Mar 28, 2012 6:39 pm    Post subject: Reply with quote

beke87 wrote:
nel kernel questo è gia così:(M) Intel Wireless Wifi Next Gen AGN (iwlagn)
l'altro Intel Wireless N / Advanced N non c'è

se do il comando emerge iwl6000-ucode mi da:
Calculating dependencies... done!
[ebuild N ~] net-wireless/iwl6000-ucode-9.221.4.1

The following keyword changes are necessary to proceed:
#required by iwl6000-ucode (argument)
=net-wireless/iwl6000-ucode-9.221.4.1 ~amd64

Use --autounmask-write to write changes to config files (honoring CONFIG_PROTECT).

Ti dice semplicemente che il pacchetto sta nel ramo unstable, quindi se vuoi installarlo devi aggiungerlo al file package.keywords che si trova in /etc/portage
Code:
echo net-wireless/iwl6000-ucode >> /etc/portage/package.keywords

Se invece vuoi mettere la versione specifica dai:
Code:
echo =net-wireless/iwl6000-ucode-9.221.4.1 >> /etc/portage/package.keywords

Un link utile: http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=3
_________________
spillo

GnuLinuxExperience

Il mio blog! :)
Back to top
View user's profile Send private message
beke87
n00b
n00b


Joined: 04 Mar 2010
Posts: 46

PostPosted: Wed Mar 28, 2012 7:25 pm    Post subject: Reply with quote

allora ora la lan funziona, grazie mille.
un ultima domanda ho visto che al boot il server dhcp ci mette tanto perchè cerca l'ip da assegnare all ethernet c'è un modo per saltare senza perdere sempre 10 secondi e più?
ah dimenticavo wicd all'avvio mi chiede sempre la password di root, come faccio a non farla chiedere più?
Back to top
View user's profile Send private message
fbcyborg
Advocate
Advocate


Joined: 16 Oct 2005
Posts: 3056
Location: ROMA

PostPosted: Thu Mar 29, 2012 4:34 pm    Post subject: Reply with quote

Se hai risolto metti il tag [RISOLTO] nel titolo.
_________________
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
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