Gentoo Archives: gentoo-ppc-user

From: "Joao F. Serejo" <lx90@×××××××.pt>
To: gentoo-ppc-user@g.o
Subject: [gentoo-ppc-user] airport help
Date: Wed, 02 Jul 2003 03:00:19
Message-Id: 20030702030029.GA1962@lx90.netcabo.pt
1 hy all.
2
3 i just add finish up setting my new airport card bellow my kbd and the kernel boot
4 up recognizing the new "eth1". I'm using the benh tree (2.4.21-benh2) and its iBook2
5 configurations with minor changes to adjust to gentoo-sources, and all the suport
6 needed by the kernel is set.
7
8 Start dig in for airport configuration under gentoo and linux in genral i found a nice
9 doc unfortunaly not aplied to our distro! Please can someone give me some highlights on
10 how to adjust this following setting in gentoo configuration files ?
11
12 thanks in advanced!
13
14 ---
15
16 # NOTE: This doc is mented to pass out debian configurations
17 # of an Airport Card intoo my Gentoo iBook2.2 machine
18
19
20 # deb File '/etc/network/interfaces'
21
22 # The loopback interface
23 auto lo
24 iface lo inet loopback
25
26 # The built in Network interface
27 iface eth0 inet dhcp
28
29 # Wireless Airport Card interface
30 iface eth1 inet dhcp
31 pre-up modprobe airport
32 post-down rmmod airport
33 post-down rmmod orinoco
34 post-down rmmod hermes
35 wireless_essid any
36 wireless_mode Managed
37 wireless_ap any
38 wireless_nick Pintas
39 wireless_key off
40
41 # deb File '/etc/network/network'
42
43 alias eth1 airport
44 probeall airport hermes orinoco ## MODULES ##
45 alias eth0 sungem
46
47 # End
48
49 --
50 Sincerely, (com os mais sinceros cumprimentos);
51 Joao F. Serejo , Lisbon - PT :: lx90@×××××××.pt
52
53
54 --
55 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] airport help Miguel Sousa Filipe <m3thos@×××××××.pt>