Gentoo Archives: gentoo-ppc-user

From: Enlightened User <linux@×××××.com>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] how do I tell my PCMCIA wifi card on iBook G3 800MHz
Date: Sun, 18 Jan 2009 15:03:35
Message-Id: 0CA9B8AA-4B61-4138-8278-F7B45D79B590@nc.rr.com
In Reply to: [gentoo-ppc-user] how do I tell my PCMCIA wifi card on iBook G3 800MHz by zhangweiwu@realss.com
1 grep your MAC address from the output of dmesg. This should show the
2 driver that found the interface.
3 You can find your MAC address using ifconfig. Look for the interface
4 with your IP address.
5
6 ifconfig
7 dmesg | grep 00:01:02:03:04:AB (use your MAC address here)
8
9 On Jan 18, 2009, at 3:20 AM, zhangweiwu@××××××.com wrote:
10
11 > I can use wireless with wireless-tools fine, with no configuration at
12 > all (no configuration: I don't even need to add a single line to
13 > /etc/conf.d/net in order to use it).
14 >
15 > However wireless-tools doesn't support WPA which I sometimes use. I
16 > have
17 > installed wpa_supplicants but having read the WPA need user specify
18 > which driver to use for it.
19 >
20 > In order to know which driver to use I first need to know what
21 > hardware
22 > I have. However lspci does not list my wifi device (nor lsusb). But
23 > the
24 > devices does exist because I can surf the Internet with it.
25 >
26 > Where do I start from here?
27 >

Replies