Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RETE] far funzionare Intel Pro/Wireless 2200BG (RISOLTO)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
marcowave
Apprentice
Apprentice


Joined: 10 Feb 2004
Posts: 284
Location: Paris, France

PostPosted: Sun Mar 06, 2005 12:31 pm    Post subject: [RETE] far funzionare Intel Pro/Wireless 2200BG (RISOLTO) Reply with quote

Ciao a tutti, ho un problemino non gravissimo ma cmq importante..
non riesco a far funzionare il wireless sul mio portatile, ho seguito questa guida ( e altre):
https://forums.gentoo.org/viewtopic-t-217688-highlight-ipw2200.html
...ma cmq non mi viene rilevata la eth1.. non c'è proprio in /etc/init.d..

ora vi posto un po' di cose utili:

intanto il device:
Code:

# lspci | grep Network
0000:02:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG (rev 05)


Il Dmesg:
Code:

# dmesg | grep Network
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.1
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection


Il kernel è complato secondo la guida e questi sono i moduli caricati:
Code:

# lsmod
Module                  Size  Used by
ieee80211_crypt_wep     4544  0
ipw2200               133416  0
firmware_class          8128  1 ipw2200
ieee80211              37700  1 ipw2200
ieee80211_crypt         5060  3 ieee80211_crypt_wep,ipw2200,ieee80211
acerhk                 27140  0
evdev                   8000  1
usbhid                 24768  0
ehci_hcd               29444  0
uhci_hcd               30992  0
usb_storage            99472  0
usbcore               106680  5 usbhid,ehci_hcd,uhci_hcd,usb_storage
fglrx                 239132  7
intel_agp              20124  1
agpgart                29100  2 intel_agp


linux me la rileva cmq:
Code:

# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

tunl0     no wireless extensions.

gre0      no wireless extensions.

eth1      unassociated  ESSID:off/any
          Mode:Managed  Channel=0  Access Point: 00:00:00:00:00:00
          Bit Rate=0 kb/s   Tx-Power=off
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


Ora, a me il wireless non serve a casa, ho una rete LAN, ma sarebbe carino farlo funzionare... forse è perchè non ho un access point che la scheda non si attiva?
Inoltre non capisco perchè la spia che segnala il funzionamento del wireless a volte si accende a volte no... eppure il modulo acerck è caricato...

Dimentico qualcosa? Qualcuno ha avuto il mio stesso problema?

Grazie dell'aiuto :D
_________________
Linux User #351189 --->A.K.A. "Johnny"<---
Acer TM292LMi: PentiumM 1,5 GHz - 1 GB ram - Radeon 9700M 64MB - Intel 802.11b/g WLAN - DVD-RW - Gentoo Linux - KDE 3.5.2
GentooServer: AMD Athlon 700 MHz - 512 MB ram - HD 80 GB - Kernel 2.6 - Fluxbox


Last edited by marcowave on Sun Mar 06, 2005 1:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Mar 06, 2005 12:36 pm    Post subject: Re: [RETE] far funzionare Intel Pro/Wireless 2200BG Reply with quote

marcowave wrote:
Ciao a tutti, ho un problemino non gravissimo ma cmq importante..
non riesco a far funzionare il wireless sul mio portatile, ho seguito questa guida ( e altre):
https://forums.gentoo.org/viewtopic-t-217688-highlight-ipw2200.html
...ma cmq non mi viene rilevata la eth1.. non c'è proprio in /etc/init.d..


come dice l'handbook, la scheda eth1 te la devi configurare, e pare che tu l'abbia già fatto, ma in /etc/init.d/, il file net.eth1 te lo devi creare te, facendo un link simbolico a net.eth0, e poi aggiungerlo sempre a mano al runlevel
Back to top
View user's profile Send private message
marcowave
Apprentice
Apprentice


Joined: 10 Feb 2004
Posts: 284
Location: Paris, France

PostPosted: Sun Mar 06, 2005 12:44 pm    Post subject: Reply with quote

ok grazie, provo :D
_________________
Linux User #351189 --->A.K.A. "Johnny"<---
Acer TM292LMi: PentiumM 1,5 GHz - 1 GB ram - Radeon 9700M 64MB - Intel 802.11b/g WLAN - DVD-RW - Gentoo Linux - KDE 3.5.2
GentooServer: AMD Athlon 700 MHz - 512 MB ram - HD 80 GB - Kernel 2.6 - Fluxbox
Back to top
View user's profile Send private message
marcowave
Apprentice
Apprentice


Joined: 10 Feb 2004
Posts: 284
Location: Paris, France

PostPosted: Sun Mar 06, 2005 12:50 pm    Post subject: Reply with quote

ok, quella riga mi era sfuggita... in effetti la eth1 ora è su :D non ho modo di provare se funziona davvero cmq...

qualcuno conosce dei buoni tools grafici per linux per lo scanning della rete wireless?
_________________
Linux User #351189 --->A.K.A. "Johnny"<---
Acer TM292LMi: PentiumM 1,5 GHz - 1 GB ram - Radeon 9700M 64MB - Intel 802.11b/g WLAN - DVD-RW - Gentoo Linux - KDE 3.5.2
GentooServer: AMD Athlon 700 MHz - 512 MB ram - HD 80 GB - Kernel 2.6 - Fluxbox
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Mar 06, 2005 1:47 pm    Post subject: Reply with quote

marcowave wrote:
ok, quella riga mi era sfuggita... in effetti la eth1 ora è su :D non ho modo di provare se funziona davvero cmq...

qualcuno conosce dei buoni tools grafici per linux per lo scanning della rete wireless?


inizia con ping :)
dai un indirizzo alla scheda a mettiti a pingarla. se va, funziona. non servono altre verifiche
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 9:44 pm    Post subject: Reply with quote

Ciao :D ho un laptop con Centrino e il wireless a casa da 1 settimana...questa è il post che cercavo yuppi :D :D

Ho seguito la guida linkata nel primo post del topic...ma arrivo alla fine e ottengo questo poco simapatico errore
Code:
Gentoo luca # /etc/init.d/net.eth1 start
 * Starting eth1
 *    Configuring wireless network for eth1
 *    Couldn't associate with any access points on eth1
 *    Failed to configure wireless for eth1                               [ !! ]


un dubbio quando chiede l'ESSID che ci metto...
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Sun Mar 06, 2005 9:57 pm    Post subject: Reply with quote

Ghostraider wrote:

un dubbio quando chiede l'ESSID che ci metto...


Lo stesso identificativo della rete associato al tuo access point.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 10:15 pm    Post subject: Reply with quote

gutter wrote:
Ghostraider wrote:

un dubbio quando chiede l'ESSID che ci metto...


Lo stesso identificativo della rete associato al tuo access point.


Ciao gutter scusa ma sono un po' fuso...intendi l'identificativo del router cioè quello che quando sei connesso riporta
Code:
Connected to: NETGEAR
per esempio ?

EDIT: no scusa ho detto una vaccata quello è l'SSID del router...
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 10:25 pm    Post subject: Reply with quote

Alt forse ho identificato un possibile problemino, nella guida linkata nel primo post c'è scritto questo
Code:
make sure that eth1 is correctly configured for your network in /etc/conf.d/net


ora quel file a me risulta così

Code:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).


ho guardato il file .example ma non ci ho capito nulla...a me servirebbe l'assegnamento dell'ip tramite dhcp, solamente che non ho capito che ci devo scrivere :roll:
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Sun Mar 06, 2005 10:27 pm    Post subject: Reply with quote

L' ESSID è l'identificativo della rete.

Lo ricavi con:

Code:
# iwlist eth1 scan

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


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 10:32 pm    Post subject: Reply with quote

Code:
Gentoo luca # iwlist eth1 scan
eth1      Scan completed :
          Cell 01 - Address: 00:0F:B5:50:8A:14
                    ESSID:"NETGEAR"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Channel:11
                    Encryption key:on
                    Bit Rate:54 Mb/s
                    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 22 24 36 48 54
                    Signal level=-46 dBm
                    Extra: Last beacon: 46ms ago


Ok pensavo di sbagliare, avevo già dato

Code:
iwconfig eth1 essid NETGEAR


però ridà l'errore che ho postato prima...
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 10:34 pm    Post subject: Reply with quote

Forse che devovrei selezionare anche il canale della trasmissione ?
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Sun Mar 06, 2005 10:41 pm    Post subject: Reply with quote

Ghostraider wrote:

però ridà l'errore che ho postato prima...


Quale errore?
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 10:42 pm    Post subject: Reply with quote

gutter wrote:
Ghostraider wrote:

però ridà l'errore che ho postato prima...


Quale errore?


eccolo

Code:
entoo luca # /etc/init.d/net.eth1 start
 * Starting eth1
 *    Configuring wireless network for eth1
 *    Couldn't associate with any access points on eth1
 *    Failed to configure wireless for eth1                               [ !! ]

_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Sun Mar 06, 2005 10:43 pm    Post subject: Reply with quote

Mi posti la sezione di quel file relativa alla configurazione della eth1.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 10:52 pm    Post subject: Reply with quote

Ehm..è chilometrico un attimino...nel frattempo ho provato ad emergere i wireless-tools e baselayout mettendo in /etc/conf.d/wireless questo :

Code:
essid_eth1="NETGEAR"
mode_eth1="ad-hoc"
channel_eth1="11"


poi ho fatto ripartire l'eth1 e sembra funzionare...solo che si ferma su dhcpid...forse perchè sono ancora attaccato alla rete via eth0 e ho già un ip ?

questo è l'output

Code:
Gentoo luca # /etc/init.d/net.eth1 start
 * Starting eth1
 *    Configuring wireless network for eth1
 *       eth1 connected to "NETGEAR" at 02:0E:35:78:A1:C3
 *       in ad-hoc mode (WEP disabled)
 *    Bringing up eth1
 *       Configuration not set for eth1 - assuming dhcp
 *       dhcp
 *          Running dhcpcd ...                                                      [ !! ]

_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Sun Mar 06, 2005 10:58 pm    Post subject: Reply with quote

Ok credo che funzioni.

Devi solo vedere se il tuo access point abbia un server dhcp in modo tale da ottenere l'ip (ed eventualmete il resto) da questo.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 11:02 pm    Post subject: Reply with quote

Si ha il dhcp abilitato e funziona però continuo a ricevere errore uffi...provo a staccare la eth0 e vedo se così va
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 11:07 pm    Post subject: Reply with quote

eh no non va continua a dare errore sul dhcpcd...

l'unico dubbio che mi rimane è settare in /etc/conf.d/wireless anche la chiave wep
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Sun Mar 06, 2005 11:09 pm    Post subject: Reply with quote

Ghostraider wrote:

l'unico dubbio che mi rimane è settare in /etc/conf.d/wireless anche la chiave wep


Dovresti vedere che conf di default usa il tuo access point.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 11:14 pm    Post subject: Reply with quote

Assegna l'ip via DHCP

però mi sa che setto male il file /etc/conf.d/wireless

eccolo

Code:
essid_eth1="NETGEAR"
mode_eth1="ad-hoc"
channel_eth1="11"
key_ESSID="812C350BE35E6D61EB3F3BC2D6"
config_ESSID=( "dhcp" )
dhcpcd_ESSID="-t 5"


è ok ?
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Mar 06, 2005 11:16 pm    Post subject: Reply with quote

Ora ricevo questo errore forse è perchè non ho settato correttamente la chiave WEP e il router mi risponde picche...

Code:
Gentoo luca # /etc/init.d/net.eth1 start
 * Starting eth1
 *    Configuring wireless network for eth1
 *       eth1 connected to "NETGEAR" at 00:00:00:00:00:00
 *       in ad-hoc mode (WEP disabled)
 *    Bringing up eth1
 *       Configuration not set for eth1 - assuming dhcp
 *       dhcp
 *          Running dhcpcd ...                         


come cacchio la setto correttamente ?
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


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

PostPosted: Mon Mar 07, 2005 8:11 am    Post subject: Reply with quote

Ma la chiave WEP sei sicuro sia giusta? In ogni caso, dal momento che la tua rete e "ad hoc" come dice lo stesso messaggio:

Code:
in ad-hoc mode (WEP disabled)


il wep è disabilitato.

Code:

 * Starting eth1
 *    Configuring wireless network for eth1
 *       eth1 connected to "NETGEAR" at 00:00:00:00:00:00


Questo non mi sembra una cosa buona.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Mon Mar 07, 2005 6:27 pm    Post subject: Reply with quote

Già infatti non è cosa buona di fatti sul router il WEP è abilitato e sul mio laptop sembra di no.

Ora il possibile problema dovuto alla non ricezione dell'indirizzo ip potrebbe essere dovuto a questo...il fatto è che se non metto "ad-hoc" fallisce la configurazione di eth1

come potrei fare ?
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Mon Mar 07, 2005 11:10 pm    Post subject: Reply with quote

Non so più che fare...ho provato tutte le possibili configurazioni ma il dhcpd fallisce sempre su eth1, mentre su eth0 non dà problemi e riceve correttamente l'ip dal DHCP... a questo punto dato che i due file /etc/init.d/net.etho e /etc/init.d/net.eth1 sono uguali mi sa che ho un problema sul WEP di fatti la differenza tra le due reti è che la rete wi-fi è protetta dal WEP la eth no...
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
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
Goto page 1, 2, 3  Next
Page 1 of 3

 
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