Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /etc/conf.d/net postup help
Date: Mon, 16 Jun 2008 23:22:06
Message-Id: 20080617002157.52bf45f0@loonquawl.digimed.co.uk
In Reply to: [gentoo-user] /etc/conf.d/net postup help by Grant
1 On Mon, 16 Jun 2008 12:02:33 -0700, Grant wrote:
2
3 > I've tried a lot of stuff but I can't seem to get the postup syntax
4 > right:
5 >
6 > postup() {
7 > set -xv
8 > if [[ ${IFACE} == "ath0" ]] ; then
9 > iwconfig ath0 rate 2M
10 > fi
11 > return 0
12 > }
13
14 What is wrong, the syntax looks fine. Does running the iwconfig manually
15 after connection work?
16
17
18 --
19 Neil Bothwick
20
21 NOTICE:
22 -- THE ELEVATORS WILL BE OUT OF ORDER TODAY --
23 (The nearest working elevators are in the building
24 across the street.)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] /etc/conf.d/net postup help Grant <emailgrant@×××××.com>