Gentoo Archives: gentoo-user

From: Zhu Sha Zang <zhushazang@×××××××××.br>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] config with wireless
Date: Fri, 14 Jan 2011 16:46:43
Message-Id: 4D307D90.9050506@yahoo.com.br
In Reply to: Re: [gentoo-user] config with wireless by Mick
1 Em 14-01-2011 14:02, Mick escreveu:
2 > On 14 January 2011 15:24, doherty pete <nishizawa23@×××××.com> wrote:
3 >> i donn't known what different form wext and madwifi....
4 >> i just known my wireless is bcm4357...
5 > If there's a driver in the kernel for your wireless hardware, select
6 > it and use -Dwext. The madwifi driver will work with particular
7 > wireless chipsets only (atheros). If there is no wireless driver in
8 > Linux, then use ndiswrapper (you'll need to emerge it) and use the
9 > MSWindows driver with it - it may work.
10 >
11 I'm using wpa with openrc:
12 /
13 [rodolfo@asgard ~]$ cat /etc/wpa_supplicant/wpa_supplicant.conf
14 ctrl_interface=/var/run/wpa_supplicant
15 ctrl_interface_group=0
16 eapol_version=1
17
18 ap_scan=2
19 fast_reauth=1
20
21 network={
22 ssid="VALHALLA"
23 proto=RSN
24 key_mgmt=WPA-PSK
25 pairwise=CCMP TKIP
26 group=CCMP TKIP
27 psk="****************"
28 }/
29
30 /[rodolfo@asgard ~]$ cat
31 /etc/conf.d/net
32
33 modules="wpa_supplicant"
34
35
36 wpa_supplicant_wlan0="-Dwext"
37 wpa_timeout_wlan0=60
38
39 config_wlan0="10.10.10.25 netmask 255.255.255.0"
40 routes_wlan0="default gw 10.10.10.1"
41
42
43 /And works well with /etc/init.d/net.wlan0 start (in boot too)
44
45 Att
46 /
47 /

Replies

Subject Author
Re: [gentoo-user] config with wireless doherty pete <nishizawa23@×××××.com>