Gentoo Archives: gentoo-ppc-user

From: zhangweiwu@××××××.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: Mon, 19 Jan 2009 06:38:20
Message-Id: 49741FCE.3040209@realss.com
In Reply to: Re: [gentoo-ppc-user] how do I tell my PCMCIA wifi card on iBook G3 800MHz by Enlightened User
1 Enlightened User schrieb:
2 > grep your MAC address from the output of dmesg. This should show the
3 > driver that found the interface.
4 > You can find your MAC address using ifconfig. Look for the interface
5 > with your IP address.
6 >
7 > ifconfig
8 > dmesg | grep 00:01:02:03:04:AB (use your MAC address here)
9 orinoco 0.15 (David Gibson <hermes@××××××××××××××××××.au>, Pavel Roskin <proski@
10 gnu.org>, et al)
11 airport 0.15 (Benjamin Herrenschmidt <benh@×××××××××××××××.org>)
12 MacIO PCI driver attached to Pangea chipset
13 airport: Physical address 80030000
14 eth1: Hardware identity 0005:0001:0001:0000
15 eth1: Station identity 001f:0001:0008:0046
16 eth1: Firmware determined as Lucent/Agere 8.70
17 eth1: Ad-hoc demo mode supported
18 eth1: IEEE standard IBSS ad-hoc mode supported
19 eth1: WEP supported, 104-bit key
20 eth1: MAC address 00:30:65:1a:25:a5
21 eth1: Station name "HERMES I"
22 eth1: ready
23 airport: Card registered for interface eth1
24
25 Thanks. Now I got card model information from dmesg.