Gentoo Archives: gentoo-user

From: Jason Carson <jason@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Creating a wireless router
Date: Fri, 18 Jul 2008 18:28:21
Message-Id: d258085ca477be52ae90fee6dc13ebf1.squirrel@jasoncarson.ca
1 Greetings,
2
3 I want to setup a wireless router for the first time using WPA. Here is
4 the setup I want...
5
6 Internet---Gentoo Wireless Router---My Computer
7
8 I have configured my kernel properly from what I can tell and emerged
9 madwifi. However when I modprobe ath_pci nothing shows up. When I do
10 ifconfig -a I get...
11
12 ath0 Link encap:Ethernet HWaddr 00:19:5B:80:F2:D8
13 BROADCAST MULTICAST MTU:1500 Metric:1
14 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
15 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
16 collisions:0 txqueuelen:0
17 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
18
19 eth0 Link encap:Ethernet HWaddr 00:0E:0C:C4:A8:87
20 inet addr:66.11.182.5 Bcast:66.11.182.255 Mask:255.255.255.0
21 inet6 addr: fe80::20e:cff:fec4:a887/64 Scope:Link
22 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
23 RX packets:75109 errors:0 dropped:0 overruns:0 frame:0
24 TX packets:48454 errors:0 dropped:0 overruns:0 carrier:0
25 collisions:0 txqueuelen:100
26 RX bytes:95609829 (91.1 Mb) TX bytes:6195064 (5.9 Mb)
27 Base address:0x9000 Memory:ec020000-ec040000
28
29 eth1 Link encap:Ethernet HWaddr 00:0E:0C:C4:43:0F
30 inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
31 inet6 addr: fe80::20e:cff:fec4:430f/64 Scope:Link
32 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
33 RX packets:66264 errors:0 dropped:0 overruns:0 frame:0
34 TX packets:111528 errors:0 dropped:0 overruns:0 carrier:0
35 collisions:0 txqueuelen:1000
36 RX bytes:7189540 (6.8 Mb) TX bytes:96020126 (91.5 Mb)
37 Base address:0x9400 Memory:ec040000-ec060000
38
39 lo Link encap:Local Loopback
40 inet addr:127.0.0.1 Mask:255.0.0.0
41 inet6 addr: ::1/128 Scope:Host
42 UP LOOPBACK RUNNING MTU:16436 Metric:1
43 RX packets:177 errors:0 dropped:0 overruns:0 frame:0
44 TX packets:177 errors:0 dropped:0 overruns:0 carrier:0
45 collisions:0 txqueuelen:0
46 RX bytes:99775 (97.4 Kb) TX bytes:99775 (97.4 Kb)
47
48 ppp0 Link encap:Point-to-Point Protocol
49 inet addr:66.11.182.5 P-t-P:192.168.200.1 Mask:255.255.255.255
50 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1452 Metric:1
51 RX packets:74713 errors:0 dropped:0 overruns:0 frame:0
52 TX packets:47995 errors:0 dropped:0 overruns:0 carrier:0
53 collisions:0 txqueuelen:3
54 RX bytes:93641841 (89.3 Mb) TX bytes:4912135 (4.6 Mb)
55
56 sit0 Link encap:IPv6-in-IPv4
57 NOARP MTU:1480 Metric:1
58 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
59 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
60 collisions:0 txqueuelen:0
61 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
62
63 wifi0 Link encap:UNSPEC HWaddr
64 00-19-5B-80-F2-D8-38-80-00-00-00-00-00-00-00-00
65 BROADCAST MULTICAST MTU:1500 Metric:1
66 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
67 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
68 collisions:0 txqueuelen:199
69 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
70 Interrupt:11
71
72 However my computer doesn't show a wireless network to connect too.
73
74 What do I need is to know what to add to...
75
76 /etc/conf.d/net
77
78 and
79
80 /etc/wpa_supplicant/wpa_supplicant.conf
81
82 Thanks
83
84 Jason
85
86
87
88 --
89 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Creating a wireless router Stroller <stroller@××××××××××××××××××.uk>