Gentoo Archives: gentoo-user-br

From: yermandu <yermandu@×××××.com>
To: gentoo-user-br@l.g.o, wireless-br-oficial@××××××××××××.com
Subject: [gentoo-user-br] Fwd: RTL8187/8189
Date: Tue, 09 Nov 2010 18:06:54
Message-Id: AANLkTinrPsBPEUdKs9xCTnDZ1yMqUFS9y+0o69ncmidt@mail.gmail.com
1 Pessoal não consigo fazer minha placa wireless funcionar, estou bem
2 desconfiado que ela não autentica com o roteador. Retirei a senha do
3 roteador e ele da time out na conexão.
4 No windows 7 x64 funciona normalmente.
5 Meu se alguem tiver alguma sugestão ou souber como posso acolher mais
6 informações sobre se ele está realmente autenticando e o que acontece quando
7 não há senhas.
8 Minha placa esta no whitelist do AP.
9
10
11 Att.
12
13 ---------- Forwarded message ----------
14 From: Yermandu Patapitafious <yermandu.dev@×××××.com>
15 Date: 2010/11/9
16 Subject: Fwd: RTL8187/8189
17 To: yermandu@×××××.com
18
19
20 ---------- Forwarded message ----------
21 From: Larry Finger <Larry.Finger@××××××××.net>
22 Date: 2010/11/9
23 Subject: Re: RTL8187/8189
24 To: Yermandu Patapitafious <yermandu.dev@×××××.com>
25 Cc: linux-wireless@×××××××××××.org
26
27
28 On 11/08/2010 09:25 PM, Yermandu Patapitafious wrote:
29 > Hellow people, i buy an notebooks with the rtl8187b card.
30 > I have heavyly test several ways to connect but the connection can not
31 > be stabilize a connection.
32 > I try with wep, wap, without pass. Nothing works with this card.
33 >
34 > Identify card
35 >
36 > # lsusb
37 >
38 > ```
39 > Bus 002 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B
40 > Wireless 802.11g 54Mbps Network Adapter
41 > ```
42 >
43 > I wanna give the atention for ID Card: 0bda:**8189**
44 >
45 > This is not 0bda:8187 or 0bda:8197. Why i saying this? Because i
46 > research in the web and discover some people can get work with
47 > 0bda:8187 using linux kernel native module driver. But i can not
48 > really make connection i think something wrong with this card or
49 > module or maybe not, i dont know.
50
51 Driver rtl8187 should work for this device.
52
53 > When i set the AP with pass i got this error:
54 >
55 > # iwconfig wlan0 essid "MyEssid" key s:asciikey
56 >
57 > Error for wireless request "Set Encode" (8B2A) :
58 > SET failed on device wlan0 ; Invalid argument.
59 >
60 > Using wep, wap or nopass.
61
62 AFAIK, that has never worked.
63
64 > I subscribe the ht tps: //qa. mandriva .com/ show_bug.cgi?id= 39334
65 > a bug open related with this problem. Recently we have a notice in
66 > comment #11 to try use with ndiswrapper
67 >
68 > ```
69 >
70 > ndiswrapper -a 0bda:8197 net8187b
71 >
72 > ```
73 > But i can not force to use 0bda:8197 instead 0bda:8189:
74
75 Your device has the USB ID 0bda:8189. That is built into the device. You
76 cannot
77 force it to be anything else.
78
79 > ```
80 > # ndiswrapper -a 0bda:8197 net8187b
81 > Driver 'net8187b' is already used for '0BDA:8197'
82 >
83 > # ndiswrapper -l
84 > net8187b : driver installed
85 > device (0BDA:8189) present (alternate driver: rtl8187)
86 > ```
87 >
88 > But this can not be donned, it persist to use 8189 and not 8197 as
89 related.
90 >
91 > I don't know anyone else with this same model of card, and how we can
92 > do more tests. I hope someone can help us.
93 >
94 > Im using
95 >
96 > Linux 2.6.33.7-rt29 #7 SMP PREEMPT RT Tue Nov 2 23:41:52 BRST 2010
97 > x86_64 Pentium(R) Dual-Core CPU T4200 @ 2.00GHz GenuineIntel GNU/Linux
98 >
99 > I test in the Ubuntu, Mandriva and Arch and no lucky. I try in Gentoo
100 > too with kernel 2.6.36-wl+ (git version), same issues.
101
102 It appears that you are not using NetworkManager. If that is true, then I
103 think
104 you should be preparing the correct ifcfg file for whatever distro you are
105 using. The hexadecimal key for WEP should be there. A passphrase almost
106 never
107 works there. If you want to use WPA or WPA2, then you can use a phrase;
108 however,
109 you will need to install wpa_supplicant and the appropriate configuration
110 file.
111
112 To test is your device is working, get rid of ndiswrapper, allow rtl8187 to
113 load, and (as root) run the command 'iwlist scan'. If you can see your AP,
114 then
115 the device is likely OK.
116
117 You should pick one of the distros you mention, and post a request for
118 wireless
119 configuration on their help forum. I do not use any of them, and I'm not
120 familiar with their specific configuration.
121
122 I also recommend using NetworkManager. It makes wireless setup much easier.
123
124 Larry
125
126
127
128 --
129 yermandu
130
131
132
133 --
134 yermandu [at] useplanta dot com dot br

Replies

Subject Author
Re: [gentoo-user-br] Fwd: RTL8187/8189 Thiago Nunes <thiagonunesrs@×××××.com>