Gentoo Archives: gentoo-user-es

From: "d2clon@×××××××××××××××.org" <d2clon@×××××××××××××××.org>
To: gentoo-user-es@l.g.o
Subject: [gentoo-user-es] RE: ipw2100 howto
Date: Sat, 13 Mar 2004 01:48:37
Message-Id: <200403130242.08312."d2clon@desarrolladores.org">
1 ... he descubierto alguna cosilla mas..
2
3 mirando el dmesg.. me salia esto:
4 =============================================0
5 Mar 13 02:00:48 biit kernel: Unable to load '/etc/firmware/ipw2100-1.0.fw'.
6 Mar 13 02:00:48 biit kernel: eth0: Firmware not available. See
7 Documentation/networking/README.ipw2100
8 Mar 13 02:00:48 biit kernel: eth0: ipw2100_get_firmware failed: -5
9 =============================================0
10
11
12 resulta que revisando la documentacion .. he visto que habia que descargarse
13 el firmware.. y ahora la cosa cambia:
14 =============================================0
15 root@biit trucha # dmesg | grep ipw
16 ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 0.0.30
17 ipw2100: Copyright(c) 2003-2004 Intel Corporation
18 Detected ipw2100 PCI device at 0000:02:04.0, dev: eth0, mem:
19 0xD0214000-0xF9987FFF -> f9987000, irq: 10
20 ipw2100: Associated with 00:00:00:00:00:00 'v49' at 11Mbps, channel 1
21 =============================================0
22
23
24 el firmware esta listo.. y ahora me aparece en el ifconfig:
25 ==============================================0
26 root@biit trucha # ifconfig
27 eth0 Link encap:Ethernet HWaddr 00:0C:F1:12:99:69
28 inet addr:10.0.0.4 Bcast:10.0.0.255 Mask:255.255.255.0
29 UP BROADCAST MULTICAST MTU:1500 Metric:1
30 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
31 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
32 collisions:0 txqueuelen:1000
33 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
34 Interrupt:10 Base address:0x7000 Memory:d0214000-f9987fff
35
36 eth2 Link encap:Ethernet HWaddr 00:02:2D:60:6D:77
37 inet addr:10.0.0.8 Bcast:10.0.0.255 Mask:255.255.255.0
38 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
39 RX packets:155 errors:0 dropped:0 overruns:0 frame:0
40 TX packets:144 errors:0 dropped:0 overruns:0 carrier:0
41 collisions:0 txqueuelen:1000
42 RX bytes:152661 (149.0 Kb) TX bytes:17675 (17.2 Kb)
43 Interrupt:3 Base address:0x100
44
45 lo Link encap:Local Loopback
46 inet addr:127.0.0.1 Mask:255.0.0.0
47 UP LOOPBACK RUNNING MTU:16436 Metric:1
48 RX packets:44 errors:0 dropped:0 overruns:0 frame:0
49 TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
50 collisions:0 txqueuelen:0
51 RX bytes:3926 (3.8 Kb) TX bytes:3926 (3.8 Kb)
52 ================================================0
53
54 :)
55
56 pero el iwconfig me devuelve datos confusos:
57 (recordad que es la eth0 la que quiero configurar)
58 ================================================0
59 root@biit trucha # iwconfig
60 lo no wireless extensions.
61
62 eth0 IEEE 802.11b ESSID:"v49" Nickname:"ipw2100"
63 Mode:Managed Channel:0 Access Point: 00:00:00:00:00:00
64 Bit Rate=0kb/s Tx-Power=0 dBm
65 Retry:on RTS thr=2304 B Fragment thr:2332 B
66 Encryption key:off
67
68 eth1 no wireless extensions.
69
70 eth2 IEEE 802.11-DS ESSID:"v49" Nickname:"HERMES I"
71 Mode:Managed Frequency:2.412GHz Access Point: 00:0D:88:64:DB:30
72 Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3
73 Retry limit:4 RTS thr:off Fragment thr:off
74 Encryption key:off
75 Power Management:off
76 Link Quality:50/92 Signal level:-46 dBm Noise level:-96 dBm
77 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:1
78 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
79 ===================================================0
80
81 los pings a la 10.0.0.4.. por lo menos ya me contestan..
82 pero cuando intento acceder por esta interface al AP .. niente de niente..
83 ===================================================0
84 root@biit trucha # route add -net 10.0.0.1 netmask 255.255.255.255 gw 10.0.0.1
85 metric 1 eth0
86 root@biit trucha # ping 10.0.0.1
87 PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
88 From 10.0.0.4 icmp_seq=1 Destination Host Unreachable
89 From 10.0.0.4 icmp_seq=2 Destination Host Unreachable
90 From 10.0.0.4 icmp_seq=3 Destination Host Unreachable
91 From 10.0.0.4 icmp_seq=4 Destination Host Unreachable
92 From 10.0.0.4 icmp_seq=5 Destination Host Unreachable
93 From 10.0.0.4 icmp_seq=6 Destination Host Unreachable
94
95 --- 10.0.0.1 ping statistics ---
96 7 packets transmitted, 0 received, +6 errors, 100% packet loss, time 5999ms
97 , pipe 4
98 root@biit trucha # route -n
99 Kernel IP routing table
100 Destination Gateway Genmask Flags Metric Ref Use Iface
101 10.0.0.1 10.0.0.1 255.255.255.255 UGH 1 0 0 eth0
102 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
103 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
104 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
105 0.0.0.0 10.0.0.2 0.0.0.0 UG 1 0 0 eth2
106 =====================================================0
107
108
109 simplficandolo todo:
110 =====================================================0
111 root@biit trucha # ifconfig
112 eth0 Link encap:Ethernet HWaddr 00:0C:F1:12:99:69
113 inet addr:10.0.0.4 Bcast:10.0.0.255 Mask:255.255.255.0
114 UP BROADCAST MULTICAST MTU:1500 Metric:1
115 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
116 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
117 collisions:0 txqueuelen:1000
118 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
119 Interrupt:10 Base address:0x7000 Memory:d0214000-f9987fff
120
121 lo Link encap:Local Loopback
122 inet addr:127.0.0.1 Mask:255.0.0.0
123 UP LOOPBACK RUNNING MTU:16436 Metric:1
124 RX packets:109 errors:0 dropped:0 overruns:0 frame:0
125 TX packets:109 errors:0 dropped:0 overruns:0 carrier:0
126 collisions:0 txqueuelen:0
127 RX bytes:10510 (10.2 Kb) TX bytes:10510 (10.2 Kb)
128 ======================================================0
129
130 ======================================================0
131 root@biit trucha # route -n
132 Kernel IP routing table
133 Destination Gateway Genmask Flags Metric Ref Use Iface
134 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
135 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
136 0.0.0.0 10.0.0.2 0.0.0.0 UG 1 0 0 eth0
137 ======================================================0
138
139
140 =======================================================0
141 root@biit trucha # ping 10.0.0.2
142 PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
143 From 10.0.0.4 icmp_seq=1 Destination Host Unreachable
144 From 10.0.0.4 icmp_seq=2 Destination Host Unreachable
145 From 10.0.0.4 icmp_seq=3 Destination Host Unreachable
146
147 --- 10.0.0.2 ping statistics ---
148 5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4000ms
149 , pipe 3
150 root@biit trucha #
151 =======================================================0
152
153
154
155
156 aunque estoy pensando que ahora .. ya es un problema de configuracion de
157 nombre de red o nick .. o algo de eso .. no se..
158
159 ?¿?¿
160
161
162 gracias gente
163 d2
164
165
166
167 --
168 gentoo-user-es@g.o mailing list