1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] rtl8192ce missing firmware files in kernel-firmware-nonfree
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20rtl8192ce%20missing%20firmware%20files%20in%0A%09kernel-firmware-nonfree&In-Reply-To=%3CCA%2BCX%2BbjM5rdZafAr_%2BVH9MnOXRu2%2B_DF35yuC2im2zypCXP5KQ%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="014207.html">
<LINK REL="Next" HREF="014213.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] rtl8192ce missing firmware files in kernel-firmware-nonfree</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20rtl8192ce%20missing%20firmware%20files%20in%0A%09kernel-firmware-nonfree&In-Reply-To=%3CCA%2BCX%2BbjM5rdZafAr_%2BVH9MnOXRu2%2B_DF35yuC2im2zypCXP5KQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] rtl8192ce missing firmware files in kernel-firmware-nonfree">pterjan at gmail.com
</A><BR>
<I>Thu Apr 12 23:33:27 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="014207.html">[Mageia-dev] rtl8192ce missing firmware files in kernel-firmware-nonfree
</A></li>
<LI>Next message: <A HREF="014213.html">[Mageia-dev] rtl8192ce missing firmware files in kernel-firmware-nonfree
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14211">[ date ]</a>
<a href="thread.html#14211">[ thread ]</a>
<a href="subject.html#14211">[ subject ]</a>
<a href="author.html#14211">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Thu, Apr 12, 2012 at 21:19, simple w8 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>> wrote:
><i> Hi,
</I>><i>
</I>><i> I have a realtek wifi card:
</I>><i>
</I>><i> ~]# lspcidrake -vv|grep -i wifi
</I>><i> rtl8192ce       : Realtek Semiconductor Co., Ltd.|RTL8188CE
</I>><i> 802.11b/g/n WiFi Adapter [NETWORK_OTHER] (vendor:10ec device:8176
</I>><i> subv:10ec subd:9196) (rev: 01)
</I>><i>
</I>><i> it uses kernel module rtl8192ce (still dont understand why Mageia is
</I>><i> calling as "RTL8188CE 802.11b/g/n WiFi Adapter" where is a 8192)
</I>
rtl8192ce is the driver for RTL8192CE and RTL8188SE
It seems pci.ids have same description for all of them:
vendor: 10ec ("Realtek Semiconductor Co., Ltd."), device: 8176
("RTL8188CE 802.11b/g/n WiFi Adapter")
vendor: 10ec ("Realtek Semiconductor Co., Ltd."), device: 8177
("RTL8188CE 802.11b/g/n WiFi Adapter")
vendor: 10ec ("Realtek Semiconductor Co., Ltd."), device: 8178
("RTL8188CE 802.11b/g/n WiFi Adapter")
vendor: 10ec ("Realtek Semiconductor Co., Ltd."), device: 8191
("RTL8188CE 802.11b/g/n WiFi Adapter")
You can request it to be fixed on
<A HREF="http://pci-ids.ucw.cz/read/PC/10ec/8176">http://pci-ids.ucw.cz/read/PC/10ec/8176</A> if you know what should be the
name
><i> untill today it has happened that when writing, multiple times i get
</I>><i> characters repeated like the keyboard key was stuck.
</I>><i>
</I>><i> When i runned Mandriva cooker 2 months ago i didnt had this problem so
</I>><i> i went to see the differences between both packages
</I>><i> kernel-firmware-nonfree (from Mageia) and kernel-firmware-extra (from
</I>><i> Mandriva) and i saw that there are missing firmware files in the
</I>><i> Mageia package, these files exist upstream, so i dont understand why
</I>><i> werent them all put available in Mageia...
</I>
I presume you the files are:
rtlwifi/rtl8192cfwU_B.bin
rtlwifi/rtl8192cfwU.bin
rtlwifi/rtl8192cfw.bin
Surprisingly <A HREF="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree;f=rtlwifi;h=97aae7b3721b48e08450c2e29b40d4d480797b5f;hb=HEAD">http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree;f=rtlwifi;h=97aae7b3721b48e08450c2e29b40d4d480797b5f;hb=HEAD</A>
doesn't have the same names for them:
-rw-r--r-- 13540 rtl8192cfw.bin blob | history | raw
-rw-r--r-- 16014 rtl8192cufw.bin blob | history | raw
-rw-r--r-- 20526 rtl8192defw.bin blob | history | raw
-rw-r--r-- 88856 rtl8192sefw.bin blob | history | raw
-rw-r--r-- 129304 rtl8712u.bin blob | history | raw
><i> In conclusion, after adding the missing firmware files into
</I>><i> /lib/firmware/rtlwifi/ i finally started having a normal behaviour
</I>><i> when writing (it didnt happen again to have repeated characters like
</I>><i> keyboard keys were stuck).
</I>><i> Willl these files be added into the package or will i have continue to
</I>><i> have attention if files that exist upstream are packaged?
</I>
It seems there is a bug in the file WHENCE
Driver rtl8192e - Realtek 8192 PCI wireless driver
File: RTL8192E/*
Licence: Redistributable, provided by Realtek in their driver
source download.
There should be a ":" after Driver, so the script does not get it.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="014207.html">[Mageia-dev] rtl8192ce missing firmware files in kernel-firmware-nonfree
</A></li>
<LI>Next message: <A HREF="014213.html">[Mageia-dev] rtl8192ce missing firmware files in kernel-firmware-nonfree
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#14211">[ date ]</a>
<a href="thread.html#14211">[ thread ]</a>
<a href="subject.html#14211">[ subject ]</a>
<a href="author.html#14211">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|