Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema installazione wireless [Risolto]
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
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 5:13 pm    Post subject: Problema installazione wireless [Risolto] Reply with quote

Ciao a tutti,
sto cercando di installare gentoo su un portatile Centrino quindi con scheda wireless della intel integrata.
La cosa che mi rimane strana è che con iwconfig mi trova 2 devices: lo (local loopback) e eth0 tutti e due dice che non hanno estensioni wireless e anche se provo a settare con iwconfig key la key dell'eth0 non me la fa settare. Come posso fare? Qualcuno ha già avuto questo tipo di problemi o mi sa indirizzare dove posso trovare risposte? Grazie mille a tutti!!! :D


Last edited by Sph3rello on Sat Oct 01, 2005 8:46 pm; edited 1 time in total
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Oct 01, 2005 5:51 pm    Post subject: Reply with quote

Io comincerei col vedere se hai una ipw2200 o una 2100:

Code:
$ lspci | grep Wireless


Fatto ciò emergi i relativi driver:


Code:
*  net-wireless/ipw2100
      Latest version available: 1.1.2-r1
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 96 kB
      Homepage:    http://ipw2100.sourceforge.net
      Description: Driver for the Intel PRO/Wireless 2100 3B miniPCI adapter
      License:     GPL-2


oppure:

Code:
*  net-wireless/ipw2200
      Latest version available: 1.0.6-r3
      Latest version installed: 1.0.6-r3
      Size of downloaded files: 110 kB
      Homepage:    http://ipw2200.sourceforge.net
      Description: Driver for the Intel PRO/Wireless 2200BG/2915ABG miniPCI and 2225BG PCI adapters
      License:     GPL-2

_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 5:57 pm    Post subject: Reply with quote

ho una ipw2200 e ho anche il modulo ipw2200 caricato, cmq ora controllo....
Back to top
View user's profile Send private message
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 6:06 pm    Post subject: Reply with quote

si confermo... ma, scusa la niubbaggine, mi hai detto di emergere i relativi drivers... come faccio senza la connessione? enon conta che cmq facendo lsmod riesco cmq a vedere che ipw2200 è caricato?
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Oct 01, 2005 6:25 pm    Post subject: Reply with quote

Sph3rello wrote:
si confermo... ma, scusa la niubbaggine, mi hai detto di emergere i relativi drivers... come faccio senza la connessione?


Puoi usare ad esempio un cavo di rete collegato alla eth0 ;)

Sph3rello wrote:
enon conta che cmq facendo lsmod riesco cmq a vedere che ipw2200 è caricato?


Dal momento che non avevi postato queste informazioni non ne ero a conocenza.

Che risultati ti da il comando:

Code:
$ iwlist scan
?
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 7:14 pm    Post subject: Reply with quote

dce che le due interfacce lo e eth0 non supportano lo scanning
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Oct 01, 2005 7:16 pm    Post subject: Reply with quote

Posta un lsmod.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 7:39 pm    Post subject: Reply with quote

ecco qui:

Code:
Module                  Size  Used by
parport_pc             28004  0
parport                22696  1 parport_pc
pcspkr                  2764  0
rtc                     8940  0
yenta_socket           15208  0
rsrc_nonstatic          8352  1 yenta_socket
pcmcia_core            29156  2 yenta_socket,rsrc_nonstatic
8139too                18336  0
mii                     2944  1 8139too
ipw2200               109992  0
firmware_class          6368  1 ipw2200
ieee80211              31492  1 ipw2200
ieee80211_crypt         3112  2 ipw2200,ieee80211
slamr                 297572  0
dm_mod                 38340  0
ata_piix                6244  0
ahci                    7972  0
sata_qstor              6468  0
sata_vsc                5284  0
sata_uli                4576  0
sata_sis                4448  0
sata_sx4                9924  0
sata_nv                 5988  0
sata_via                5572  0
sata_svw                4868  0
sata_sil                6116  0
sata_promise            7268  0
libata                 28036  12 ata_piix,ahci,sata_qstor,sata_vsc,sata_uli,sata_sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil,sata_promise
sbp2                   17160  0
ohci1394               26388  0
ieee1394               59192  2 sbp2,ohci1394
sl811_hcd               9664  0
ohci_hcd               15396  0
uhci_hcd               24368  0
usb_storage            50464  0
usbhid                 26112  0
ehci_hcd               23272  0
usbcore                76892  7 sl811_hcd,ohci_hcd,uhci_hcd,usb_storage,usbhid,ehci_hcd


conta che sono sotto il cd live di gentoo minimal 2005.1
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Sat Oct 01, 2005 7:45 pm    Post subject: Reply with quote

Sph3rello wrote:

conta che sono sotto il cd live di gentoo minimal 2005.1


Cioè ?!?

Hai fatto boot con il LiveCD o da HD?

I moduli sembrano installati correttamente :?
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 7:53 pm    Post subject: Reply with quote

si si sono con il live cd
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Sat Oct 01, 2005 8:07 pm    Post subject: Reply with quote

rimuovi il modulo della scheda wireless, quelli della scheda ethernet, e rimuovi anche i moduli relativi alla firewire, dopodiché reinserisci il modulo della wirelles, e vedrai che la eth0 sarà effettivamente la scheda wireless ;-)


P.S.: se dai ifconfig eth1 up ti da errore, oppure ti dice ok, ora dammi un ip ? E se dai ifconfig eth2 up ?
Ti faccio notare che hai anche i moduli caricati della realtek 8139 oltre che una scheda firewire che potrebbe farti da schda di rete....

Coda
Back to top
View user's profile Send private message
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 8:13 pm    Post subject: Reply with quote

ok ci provo coda... solo che mi puoi gentilmente dire i moduli che devo togliere :D
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Sat Oct 01, 2005 8:24 pm    Post subject: Reply with quote

Allora, in pratica il modulo eth1394 é il modulo della firewire che vuole farti da scheda di rete: é un baco noto, e penso che sia questa la tua eth0.
Mentre il modulo 8139too é il modulo della scheda realtek, e immagino che possa essere la eth1 (che tu non vedi, perché non hai attaccato un cavo, quindi non ha ricevuto un IP.
La tua wifi, che non ha evidentemente trovato un dhcp server, dovrebbe essere la eth2.
Se vuoi riportare le cose a posto, ti consiglio di rimuovere nell'ordine, i moduli della wifi, della firewire, e della ethernet, dopodiché re-inserisci solo quelli della wifi, e vedrai che quella sarà effettivamente la tua eth0 (te ne accorgerai, perché cambierà il mac address di riferimento).

in pratica, qualcosa del genere:

Code:
rmmod ipw2200
rmmod 8139too
rmmod sbp2
rmmod ohci1394
rmmod ieee1394
modprobe ipw2200


Coda
Back to top
View user's profile Send private message
Sph3rello
n00b
n00b


Joined: 03 Feb 2005
Posts: 52

PostPosted: Sat Oct 01, 2005 8:42 pm    Post subject: Reply with quote

Grazie mille codadilupo! con il fatto di togliere i moduli e caricare solo quello buono è andato tutto ok e posso iniziare a mettere gentoo 8)
Ho provato a fare un ifconfig eth* ma ne 1 ne 2 mi hanno risposto... vabbè... magari poi ci riprovo domattina,mò c'ho sonno... una cosa ultima devo mettere Risolto come tag della discussione? grazie ancora a tutti!!!!
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Sat Oct 01, 2005 8:57 pm    Post subject: Reply with quote

ifconfig eth1, o ifconfig eth1 up ? e l'hai dato prima o dopo aver tolto i moduli ;-) ?

Comunque, se hai risolto, va bene inserire il TAG [Risolto] nel titolo ;-)

Coda
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