Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kernel 2.6.19 e ipw3945
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
ThorOdino
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2006
Posts: 103

PostPosted: Tue Feb 27, 2007 3:11 pm    Post subject: Reply with quote

Ok funziona.

Cosa ho fatto?
Ho perso un pò il filo, come al solito quando mi girano: piu o meno quello che ricordo
Code:

# emerge -C ieee80211 ipw3945 ipw3945-ucode ipw3945d
/bin/sh /usr/portage/net-wireless/ieee80211/files/remove-old /usr/src/linux
# emerge gentoo-sources
# emerge ipw3945 ipw3945-ucode ipw3945d

Ricompilato il kernel, come da post precedenti
Code:

# chmod g+w /var/run/ipw3945d
# emerge wpa_supplicant
# rc-update add ipw3945d default

configurato la rete
Code:

# cat /etc/conf.d/net

config_eth0=( "dhcp" )
modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dwext"
config_eth1=( "dhcp" )

Code:

#cat /etc/wpa_supplicant/wpa_supplicant.conf

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=2
ap_scan=1
fast_reauth=1

network={
        ssid="enterprise"
        key_mgmt=WPA-EAP
        eap=PEAP
        identity="WINDOWSDOMAIN\username"
        password="password
        phase2="auth=MSCHAPV2"
}


Reboot della macchina
e avvio della eth1 dopo un pò di frullamento eccola
_________________
www.ThorOdino.eu
FreeTheBikers
Back to top
View user's profile Send private message
Alakhai
Apprentice
Apprentice


Joined: 16 Oct 2003
Posts: 151

PostPosted: Tue Mar 06, 2007 1:04 am    Post subject: Reply with quote

Ok a me ora inizia ad andare con una certa continuità:
Kernel 2.6.19 suspend2 r3
configurato cosi:
Code:

Networking --->
<M> Generic IEEE 802.11 Networking Stack
[ ] Enable full debugging output
<-> IEEE 802.11 WEP encryption (802.1x)
<M> IEEE 802.11i CCMP support
<M> IEEE 802.11i TKIP encryption
<M> Software MAC add-on to the IEEE 802.11 networking stack

Device Drivers --->
Network device support --->
Wireless LAN (non-hamradio) --->
[*] Wireless LAN drivers (non-hamradio) & Wireless Extensions

mentre i vari algoritmi li ho caricati come nativi invece che moduli
MD5 AES etc...

poi ho fatto un paio di modifiche a /etc/udev/rules.d/70-persistent-net.rules e a /etc/module.conf
il primo
Code:
# PCI device 0x8086:0x4222 (ipw3945)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:18:de:b5:96:2f", NAME="eth1"

a
Code:
# PCI device 0x8086:0x4222 (ipw3945)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:18:de:b5:96:2f", NAME="wlan0"


Nei parametri del modulo ipw3945 c'è scritto che l'antenna radio è on di defalult, invece a me la carica default off, così ho fatto in modo di far caricare il modulo forzatamente radio on, per fare questo c'è bisogno di aggiungere disable=0 nella stringa di caricamento automatica di modules.conf

Da
Code:
### modules-update: start processing /etc/modules.d/ipw3945d
install ipw3945 /sbin/modprobe --ignore-install ipw3945; sleep 0.5; /etc/init.d/ipw3945d start
...

in
Code:
### modules-update: start processing /etc/modules.d/ipw3945d
install ipw3945 /sbin/modprobe --ignore-install ipw3945 disable=0; sleep 0.5; /etc/init.d/ipw3945d start
...



spero possa esservi di aiuto, faccio un po di riavvi e testo se funziona bene.
Nella rete di casa per ora va (WEP 64bit), devo provare all'universita che è WEP128 e ogni tanto mi scazza sotto linux

A presto
_________________
Gentoo Linux 64Bit User
Back to top
View user's profile Send private message
Alakhai
Apprentice
Apprentice


Joined: 16 Oct 2003
Posts: 151

PostPosted: Tue Mar 06, 2007 1:38 am    Post subject: Reply with quote

l'unico problema è che all'avvio mi lancia per forza il dhcp su l'eth0 (broadcom ethernet) che non voglio!
e se ne fotte della wireless, poi entro, riavvio /etc/init.d/ipw3945d e funziona :/
_________________
Gentoo Linux 64Bit User
Back to top
View user's profile Send private message
Alakhai
Apprentice
Apprentice


Joined: 16 Oct 2003
Posts: 151

PostPosted: Tue Mar 06, 2007 12:02 pm    Post subject: Reply with quote

Allora alla fine dopo varie madonne, ho rimesso eth1 al posto di wlan0
(non so se cambia qualcosa ma vabè)

riesco a far funzionare la wireless solo se con iwconfig inserisco anche txpower on

ecco la mia stringa
Code:
iwconfig eth1 essid LAMIARETE txpower on enc blablalba open

_________________
Gentoo Linux 64Bit User
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 Previous  1, 2, 3
Page 3 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