Le 16 septembre à 10:01:38 "Marco Calviani" <[EMAIL PROTECTED]> écrit notamment:

| Hi Jean,
|   unfortunately is it still not working even if i've tried changing
| different lines.. (however this does not make very much sense). Can
| you post me you /etc/conf.d/net and /etc/wpa_supplicant.conf files?
>
Sure, here they are; but you will see I'm using wpa, not wep; so you can't
really use my config :-(

/etc/conf.d/net:
....................................

config_eth0=( "194.199.136.151 netmask 255.255.255.0 brd 194.199.136.255" )

routes_eth0=(
        "default via 194.199.136.250"           # IPv4 default route
)

postup() {
/usr/sbin/netfac
} 
#this function is a script I wrote to activate eth1 only if eth0 is not plugged
plug_timeout="10"

modules=( "wpa_supplicant" )

wpa_supplicant_eth1="-Dwext" # For generic wireless

....................................
 
And here's the /etc/wpa_supplicant.conf:

....................................
ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=0

eapol_version=1

ap_scan=1

fast_reauth=1

#I had to emerge relevant packages for these two lines:

pkcs11_engine_path=/usr/lib/engines/engine_pkcs11.so

pkcs11_module_path=/usr/lib/opensc-pkcs11.so


network={
        ssid="ribalte"
        psk="xxxxxxxxxxxxxxxxx"
        priority=5
}


....................................


hth,
-- 
  Jean Magnan de Bornier             |        Cours Victor Hugo
  e-mots: jean at bornier.net        |        13980 Alleins   France
  T 08 70 39 34 03                   |        P 06 09 17 35 87

-- 
gentoo-user@gentoo.org mailing list

Reply via email to