Gentoo Archives: gentoo-user-es

From: Juan Villa <juan64@×××××.com>
To: gentoo-user-es@l.g.o
Subject: [gentoo-user-es] Wireless
Date: Wed, 04 Jan 2006 16:22:49
Message-Id: 20277de70601040822j26f86bb2k@mail.gmail.com
1 Hola.
2
3 Tengo un equipo portatil al cual estoy tratando en instalar y configurar gentoo.
4
5 Aún hay varios problemas, pero creo que el primero que tengo que
6 solucionar es el del wireless.
7
8 Esto esta así:
9
10 # lspci | grep Wireless
11 0000:06:09.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)
12
13 Mediante otra tarjeta de red que tiene (ieee1394, eth0) copie los distfiles de:
14 ieee80211, ipw220, ipw2200-firmware
15 ejecute:
16 ebuild ... digest
17 emerge ...
18
19 Con eso, al arrancar ha detectado la tarjeta en eth2.
20 # dmesg | grep -e ieee802 -e ipw
21 ieee80211_crypt: registered algorithm 'NULL'
22 ieee80211: 802.11 data/management/control stack, 1.1.6
23 ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@×××××××××××.com>
24 ipw2200: no version for "ieee80211_get_crypto_ops" found: kernel tainted.
25 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.8
26 ipw2200: Copyright(c) 2003-2005 Intel Corporation
27 ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
28
29 también dice:
30 emerge wireless-tools
31
32 y mi archivo de configuración es así:
33 config_eth0=("192.168.0.3 netmask 255.255.255.0")
34 #config_eth1=("dhcp") #no hay cable para conectar esto
35
36 modules_eth2=( "iwconfig" )
37 essid_eth2="2WIRE206"
38 key_2WIRE206="s:2457385735 enc open"
39 channel_eth2="6"
40 config_2WIRE206=("dhcp")
41
42 Pero esto no funciona.
43 # /etc/init.d/net.eth2 start
44 * Starting eth2
45 * Configuring wireless network for eth2
46 * Failed to configure wireless for eth2 [ !! ]
47
48
49 Pero cuando lo hago manualmente, si funciona:
50 # ifconfig eth2
51 eth2 Link encap:Ethernet HWaddr 00:13:CE:59:66:EE
52 inet addr:172.16.1.33 Bcast:172.16.255.255 Mask:255.255.0.0
53 inet6 addr: fe80::213:ceff:fe59:66ee/64 Scope:Link
54 UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
55 RX packets:8 errors:0 dropped:29 overruns:0 frame:0
56 TX packets:3 errors:0 dropped:0 overruns:0 carrier:1
57 collisions:0 txqueuelen:1000
58 RX bytes:22086 (21.5 Kb) TX bytes:4992 (4.8 Kb)
59 Interrupt:17 Base address:0x2000 Memory:b8008000-b8008fff
60
61
62 O... ¿cómo se escribe el archivo de configuracioón?
63
64
65 --
66 "La televisón me respeta, se ríe con migo y no te mí"
67 Homero J. Simpson
68
69 --
70 gentoo-user-es@g.o mailing list

Replies

Subject Author
[gentoo-user-es] Re: Wireless Juan Villa <juan64@×××××.com>
[gentoo-user-es] Re: Wireless Juan Villa <juan64@×××××.com>