Gentoo Archives: gentoo-laptop

From: Evan Mjelde <emjelde@×××××.com>
To: gentoo-laptop@l.g.o
Subject: Re: [gentoo-laptop] dhclient
Date: Wed, 06 Sep 2006 20:37:07
Message-Id: 4797249b0609061333i3ff84d22s31451b70a4ec8e58@mail.gmail.com
In Reply to: [gentoo-laptop] dhclient by Gavin Seddon
1 Looks like dhclient is trying to configure wifi0, which doesn't exist.
2
3 What if you configure your wireless connection with iwconfig
4 ex:
5 iwconfig ath0 essid MyESSID key 1234567890
6 (adding any other options needed)
7
8 then run
9 dhcpcd ath0
10
11 You can also try setting up the wireless configuration in gentoo
12 for /etc/conf.d/net or wireless and startup the network
13 with /etc/init.d/net.ath0
14
15 Here's a wiki explaining part of that process...
16 http://gentoo-wiki.com/HOWTO_Wireless_Configuration_and_Startup
17
18
19 On 9/6/06, Gavin Seddon <gavin.m.seddon@×××××××××××××.uk> wrote:
20 >
21 > Hi
22 > My t42 has the madwifi driver and sees ath0. But when I run 'dhclient
23 > ath0"
24 >
25 >
26 >
27 > wifi0:unknown hardware address type 801
28 > and
29 > can't bind to dhcp address already in use.
30 > How may I fix this?
31 > gavin
32 > --
33 > Dr Gavin Seddon
34 > Pharmacy and Pharmaceutical Sciences
35 > University of Manchester
36 > Oxford Road
37 > M13 9PL
38 > UK
39 >
40 >
41 >
42 >
43 > --
44 > gentoo-laptop@g.o mailing list
45 >
46 >

Replies

Subject Author
Re: [gentoo-laptop] dhclient Gavin Seddon <gavin.m.seddon@×××××××××××××.uk>