Gentoo Archives: gentoo-ppc-user

From: "David Röhr" <david@××××.se>
To: gentoo-ppc-user@g.o
Subject: Re: [gentoo-ppc-user] Re: Wireless, with SSID/WEP/WPA.
Date: Tue, 30 Sep 2003 10:08:24
Message-Id: 20030930100822.GA11494@angelica.rajraj.net
In Reply to: [gentoo-ppc-user] Re: Wireless, with SSID/WEP/WPA. by Jerry McBride
1 On Mon, 29 Sep 2003 [15:58],
2 Jerry McBride (mcbrides9@×××××××.net) wrote:
3
4 > David Röhr wrote:
5 >
6 > > I've been a Debian user a long long time, and now I wanted to try out
7 > > Gentoo. Been compiling for hours now, and I also got my wireless stuff
8 > > working. But I have some questions.
9 > >
10 > > Is there no way to set stuff like SSID, WEP or WPA in some configuration
11 > > file? Most of this can be done with iwconfig, but thats no joy to do on
12 > > every boot. Sure, I can make my own init.d-script that fixes the
13 > > problem, but isn't there already some net-configuration file that I can
14 > > put in my SSID, WEP or WPA-configuration? I know both WEP an WPA isn't
15 > > the most secure stuff on the planet, but I still want to use them :)
16 > >
17 > > Gentoo is great btw. Works nice on my Ibook2. Still wondering why some
18 > > packages are masked as just for x86 though. They should work fine with
19 > > ppc also. Right now I'm thinking of all the bluez-packages.
20 >
21 > We're talking laptops, right?
22
23 Yes.
24
25 > I read somewhere and plan to test it when I finally go wireless here at home
26 > is... You should disable pcmcia in the kernel and recompile it then emerge
27 > pcmcia-cs. Do so apparently give you the proper wireless config files.
28
29 I already got it working, and you don't use pcmcia-cs.
30
31 On my SSID/WEP-question. I've solved it hacking the net.eth1-file.
32 Adding support on start with..
33
34 modprobe airport
35 iwconfig eth1 essid myssid
36 iwconfig eth1 key mykey
37
38 And on stop
39
40 rmmod airport
41 rmmod orinoco
42 rmmod hermes
43
44 Also changed the modes on the file to 700. Can't realy see why the
45 net-files should have any other setting? Why are the world-readable?
46
47 There seem to be some fix out there for SSID/WEP-configuration in the
48 normal /etc/conf.d/net, but it's still pretty unstable I think.
49
50 <http://bugs.gentoo.org/show_bug.cgi?id=16649>
51
52
53 /d
54
55 --
56 ... david röhr | o_
57 .. unix systems consultant | o/ /\ Solaris, AIX, HP-UX
58 . qbranch system management | /|_, \\ and GNU/Linux Certified.
59 www.qbranch.se /
60 `
61
62
63 --
64 gentoo-ppc-user@g.o mailing list