Hi,

Finally the iwlwifi is working on my laptop, BIG FAT thanks to all of
you guys!

Based on Jan Seeger's config files I modified my config as shown below.

Here is my net config:

/etc/conf.d/net

------------ >8 ----------------
######### WIRELESS ########################

modules=("wpa_supplicant")
wpa_supplicant_wlan0="-Dwext" 

#Network configuration
config_HomeLinux=( "192.168.0.100 netmask 255.255.255.0 broadcast
192.168.0.255" )

#
routes_HomeLinux=( "default via 192.168.0.1" )

#
dns_servers_HomeLinux=( "192.168.0.1" )

#
gateways_HomeLinux=( "192.168.0.1" )
------------ >8 ----------------

My wpa_supplicant config:

/etc/wpa_supplicant/wpa_supplicant.conf

------------ >8 ----------------
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=0
fast_reauth=1
ap_scan=1


network={
    ssid="HomeLinux"
    psk="XXXXXXXXXX"
    #key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    priority=5
}

------------ >8 ----------------

Thank you again,
Cheers,
István

-- 
BSA. Mert megérdemlitek.
Open Source. Mert megérdemlem.
--
BSA. They value it.
Open Source. The value. It.
--
http://www.osbusiness.hu

-- 
gentoo-user@lists.gentoo.org mailing list

Reply via email to