From: "Michael P. Soulier" <msoulier@digitaltorque.ca>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] configuring wlan0
Date: Wed, 18 Nov 2009 18:38:22 -0500 [thread overview]
Message-ID: <20091118233820.GD6951@anton.digitaltorque.ca> (raw)
In-Reply-To: <200911181638.55003.michaelkintzios@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]
On 18/11/09 Mick said:
> I don't think that there bugs in conf.d/net just a matter of preference. Alan
> suggested that wicd is a simpler way to have your wireless configured and it
> does not need /etc/init.d/*net scripts to function.
>
> I am running wpa_supplicant:
>
> modules=( "wpa_supplicant" )
>
> wpa_supplicant_ath0="-Dwext"
>
> and it just works??? for my wireless card.
>
> You may want to try something like this in your /etc/conf.d/net:
>
> sleep_scan_wlan0="1"
>
> config_wlan0=( "dhcp" )
> fallback_wlan0=( "192.168.0.5 netmask 255.255.255.0" )
> fallback_route_wlan0=( "default via 192.168.0.1" )
>
> in case there is a dhcp problem with how the router releases IP address
> leases.
I'm not using dhcp, just a static address. All I want the damn scripts to do
is this
modprobe ndiswrapper
iwconfig wlan0 essid digitaltorque
ifconfig wlan0 192.168.0.5 netmask 255.255.255.0
route add default gw 192.168.0.1
After looking at the net.example again maybe I need this
modules=( "ifconfig" "iwconfig" "!wpa_supplicant" )
Or maybe I should just run an rc.local script.
Mike
--
Michael P. Soulier <msoulier@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein
[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]
next prev parent reply other threads:[~2009-11-18 23:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-17 23:20 [gentoo-user] configuring wlan0 Michael P. Soulier
2009-11-18 7:10 ` Alan McKinnon
2009-11-18 15:11 ` Michael P. Soulier
2009-11-18 16:38 ` Mick
2009-11-18 23:38 ` Michael P. Soulier [this message]
2009-11-20 20:12 ` Mick
2009-11-23 12:18 ` Mick
2009-11-27 2:58 ` Michael P. Soulier
2009-11-27 2:55 ` Michael P. Soulier
2009-11-18 17:45 ` Space Cakex
2009-11-18 23:39 ` Michael P. Soulier
2009-11-19 13:04 ` Alan McKinnon
2009-11-19 13:00 ` Alan McKinnon
2009-11-20 1:11 ` Michael P. Soulier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091118233820.GD6951@anton.digitaltorque.ca \
--to=msoulier@digitaltorque.ca \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox