beffatore
(Themenstarter)
Anmeldungsdatum: 21. Februar 2014
Beiträge: 41
|
Ich weiß ja nicht, was du da genau veranstaltet hast. Es hat jedenfalls gerauscht im Karton (Terminal!): Pakete wurden entpackt und Dateien hin- und hergeschoben.
Vielen Dank für deine Bemühungen an diesem wunderschönen Sonntag.
Aber MeTV erkennt nach wie vor leider kein Gerät.
Und lspci gibt nach wie vor nur den "multimedia controller conexant systems" aus. Wenn dir da noch was einfiele ...? Eilt ja nicht.
Vielen Dank, beffatore
|
hakunamatata
Supporter
Anmeldungsdatum: 30. Juni 2009
Beiträge: 5130
|
Ich habe selbst auch versucht die Kernelmodule zu erstellen. Beim Erstellen der Module mit
sudo make
treten Fehler auf und es wird abgebrochen! Die erste Fehlermeldung bei mir war:
/tmp/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-i2c.c:404:2: error: void value not ignored as it ought to be
return i2c_del_adapter(&btv->c.i2c_adap);
^
Diese Fehlermeldung und ein paar weitere Fehlermeldungen habe ich dann beseitigt und ich konnte die Module schließlich erfolgreich erstellen. Damit du nicht auch mühsam alle Änderungen eintippen musst, habe ich die Änderungen im Anhang mittels Patch-Datei automatisiert. d.h.: Für dich ergeben sich folgende gelbmarkierte Änderungen:
cd /tmp/
sudo wget https://bitbucket.org/liplianin/s2-liplianin-v39/get/4c01a16b6237.tar.bz2
sudo tar xfvj 4c01a16b6237.tar.bz2
cd liplianin-s2-liplianin-v39-4c01a16b6237
sudo make clean
sudo wget http://media.cdn.ubuntu-de.org/forum/attachments/24/07/6390147-kernel3.11.patch -O kernel3.11.patch
sudo patch -p1 < kernel3.11.patch
sudo mv linux/include/media/si476x.h linux/include/media/si476x.old
sudo make
sudo make install
sudo make makelinks
- kernel3.11.patch (1.7 KiB)
- Download kernel3.11.patch
|
beffatore
(Themenstarter)
Anmeldungsdatum: 21. Februar 2014
Beiträge: 41
|
Vielen Dank für das Präsent! Ich habe die von dir markierten Befehle eingegeben, und dann den Inhalt der patch-Datei. Am Ende habe ich aber wieder eine Fehlermeldung erhalten: 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196 | toni@toni-System-Product-Name-System-Product-Name:~$ sudo wget http://media.cdn.ubuntu-de.org/forum/attachments/24/07/6390147-kernel3.11.patch -O kernel3.11.patch
[sudo] password for toni:
--2014-02-24 17:20:07-- http://media.cdn.ubuntu-de.org/forum/attachments/24/07/6390147-kernel3.11.patch
Auflösen des Hostnamen »media.cdn.ubuntu-de.org (media.cdn.ubuntu-de.org)«... 213.95.41.4, 2001:780:0:25:dead:beef:cafe:1
Verbindungsaufbau zu media.cdn.ubuntu-de.org (media.cdn.ubuntu-de.org)|213.95.41.4|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 1758 (1,7K) [text/x-diff]
In »»kernel3.11.patch«« speichern.
100%[=========================================================================================>] 1.758 --.-K/s in 0,001s
2014-02-24 17:20:07 (1,34 MB/s) - »»kernel3.11.patch«« gespeichert [1758/1758]
toni@toni-System-Product-Name-System-Product-Name:~$ sudo patch -p1 < kernel3.11.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/linux/drivers/media/pci/bt8xx/bttv-i2c.c 2014-02-23 16:27:28.624502104 +0100
|+++ b/linux/drivers/media/pci/bt8xx/bttv-i2c.c 2014-02-23 14:58:12.515530262 +0100
--------------------------
File to patch: --- a/linux/drivers/media/pci/bt8xx/bttv-i2c.c 2014-02-23 16:27:28.624502104 +0100
+++ b/linux/drivers/media/pci/bt8xx/bttv-i2c.c 2014-02-23 14:58:12.515530262 +0100
@@ -401,5 +401,5 @@
if (0 != btv->i2c_rc)
return 0;
- return i2c_del_adapter(&btv->c.i2c_adap);
+ i2c_del_adapter(&btv->c.i2c_adap);
}
--- a/linux/drivers/media/pci/ttpci/av7110_ir.c 2013-06-16 16:27:56.000000000 +0200
+++ b/linux/drivers/media/pci/ttpci/av7110_ir.c 2014-02-23 15:03:57.638455424 +0100
@@ -375,7 +375,7 @@
if (av_cnt == 1) {
e = proc_create("av7110_ir", S_IWUSR, NULL, &av7110_ir_proc_fops);
if (e)
- e->size = 4 + 256 * sizeof(u16);
+ proc_set_size(e, 4 + 256 * sizeof(u16));
}
tasklet_init(&av7110->ir.ir_tasklet, av7110_emit_key, (unsigned long) &av7110->ir);
--- a/linux/drivers/media/pci/zoran/zoran_procfs.c 2013-06-16 16:27:56.000000000 +0200
+++ b/linux/drivers/media/pci/zoran/zoran_procfs.c 2014-02-23 15:14:42.905069350 +0100
@@ -130,14 +130,14 @@
static int zoran_open(struct inode *inode, struct file *file)
{
- struct zoran *data = PDE(inode)->data;
+ struct zoran *data = PDE_DATA(inode);
return single_open(file, zoran_show, data);
}
static ssize_t zoran_write(struct file *file, const char __user *buffer,
size_t count, loff_t *ppos)
{
- struct zoran *zr = PDE(file_inode(file))->data;
+ struct zoran *zr = PDE_DATA(file_inode(file));
char *string, *sp;
char *line, *ldelim, *varname, *svar, *tdelim;
@@ -201,7 +201,7 @@
dprintk(2,
KERN_INFO
"%s: procfs entry /proc/%s allocated. data=%p\n",
- ZR_DEVNAME(zr), name, zr->zoran_proc->data);
+ ZR_DEVNAME(zr), name, zr);
} else {
dprintk(1, KERN_ERR "%s: Unable to initialise /proc/%s\n",
ZR_DEVNAME(zr), name);--- a/linux/drivers/media/pci/bt8xx/bttv-i2c.c 2014-02-23 16:27:28.624502104 +0100: No such file or directory
Skip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 12
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/linux/drivers/media/pci/ttpci/av7110_ir.c 2013-06-16 16:27:56.000000000 +0200
|+++ b/linux/drivers/media/pci/ttpci/av7110_ir.c 2014-02-23 15:03:57.638455424 +0100
--------------------------
File to patch: @@ -401,5 +401,5 @@: No such file or directory
Skip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 23
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/linux/drivers/media/pci/zoran/zoran_procfs.c 2013-06-16 16:27:56.000000000 +0200
|+++ b/linux/drivers/media/pci/zoran/zoran_procfs.c 2014-02-23 15:14:42.905069350 +0100
--------------------------
File to patch: return 0;: No such file or directory
Skip this patch? [y] Skipping patch.
2 out of 2 hunks ignored
toni@toni-System-Product-Name-System-Product-Name:~$ -return i2c_del_adapter(&btv->c.i2c_adap);
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ +i2c_del_adapter(&btv->c.i2c_adap);
bash: Syntaxfehler beim unerwarteten Wort »&«
toni@toni-System-Product-Name-System-Product-Name:~$ }
bash: Syntaxfehler beim unerwarteten Wort »}«
toni@toni-System-Product-Name-System-Product-Name:~$ --- a/linux/drivers/media/pci/ttpci/av7110_ir.cbash: complete: --: Ungültige Option
complete: Gebrauch: complete [-abcdefgjksuv] [-pr] [-DE] [-o Option] [-A Aktion] [-G Suchmuster] [-W Wortliste] [-F Funktion] [-C Kommando] [-X Filtermuster] [-P Prefix] [-S Suffix] [Name ...]
0200-06-16 16:27:56.000000000 +
---: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ +++ b/linux/drivers/media/pci/ttpci/av7110_ir.c2014-02-23 15:03:57.638455424 +0100
Der Befehl »+++« wurde nicht gefunden, meinten Sie vielleicht:
Befehl »g++« aus dem Paket »g++« (main)
Befehl »g++« aus dem Paket »pentium-builder« (universe)
Befehl »c++« aus dem Paket »g++« (main)
Befehl »c++« aus dem Paket »clang« (universe)
Befehl »c++« aus dem Paket »pentium-builder« (universe)
+++: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ @@ -375,7 +375,7 @@
@@: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ if (av_cnt == 1) {
bash: Syntaxfehler beim unerwarteten Wort »{«
toni@toni-System-Product-Name-System-Product-Name:~$ e = proc_create("av7110_ir", S_IWUSR, NULL, &av7110_ir_proc_fops);
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ if (e)
> -e->size = 4 + 256 * sizeof(u16);
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ + proc_set_size(e, 4 + 256 * sizeof(u16));
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ }
bash: Syntaxfehler beim unerwarteten Wort »}«
toni@toni-System-Product-Name-System-Product-Name:~$
toni@toni-System-Product-Name-System-Product-Name:~$ tasklet_init(&av7110->ir.ir_tasklet, av7110_emit_key, (unsigned long) &av7110->ir);
bash: Syntaxfehler beim unerwarteten Wort »&«
toni@toni-System-Product-Name-System-Product-Name:~$ --- a/linux/drivers/media/pci/zoran/zoran_procfs.cbash: complete: --: Ungültige Option
complete: Gebrauch: complete [-abcdefgjksuv] [-pr] [-DE] [-o Option] [-A Aktion] [-G Suchmuster] [-W Wortliste] [-F Funktion] [-C Kommando] [-X Filtermuster] [-P Prefix] [-S Suffix] [Name ...]
0 +0200-16 16:27:56.00000000
---: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ +++ b/linux/drivers/media/pci/zoran/zoran_procfs.c2014-02-23 15:14:42.905069350 +0100
Der Befehl »+++« wurde nicht gefunden, meinten Sie vielleicht:
Befehl »g++« aus dem Paket »pentium-builder« (universe)
Befehl »g++« aus dem Paket »g++« (main)
Befehl »c++« aus dem Paket »pentium-builder« (universe)
Befehl »c++« aus dem Paket »g++« (main)
Befehl »c++« aus dem Paket »clang« (universe)
+++: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ @@ -130,14 +130,14 @@
@@: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$
toni@toni-System-Product-Name-System-Product-Name:~$ static int zoran_open(struct inode *inode, struct file *file)
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ {
> -struct zoran *data = PDE(inode)->data;
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ +struct zoran *data = PDE_DATA(inode);
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ return single_open(file, zoran_show, data);
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ }
bash: Syntaxfehler beim unerwarteten Wort »}«
toni@toni-System-Product-Name-System-Product-Name:~$
toni@toni-System-Product-Name-System-Product-Name:~$ static ssize_t zoran_write(struct file *file, const char __user *buffer,
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ size_t count, loff_t *ppos)
bash: Syntaxfehler beim unerwarteten Wort »)«
toni@toni-System-Product-Name-System-Product-Name:~$ {
> -struct zoran *zr = PDE(file_inode(file))->data;
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ + struct zoran *zr = PDE_DATA(file_inode(file));
bash: Syntaxfehler beim unerwarteten Wort »(«
toni@toni-System-Product-Name-System-Product-Name:~$ char *string, *sp;
Der Befehl »char« wurde nicht gefunden, meinten Sie vielleicht:
Befehl »car« aus dem Paket »ucommon-utils« (universe)
Befehl »pchar« aus dem Paket »pchar« (universe)
Befehl »chat« aus dem Paket »ppp« (main)
Befehl »charm« aus dem Paket »charm-tools« (universe)
Befehl »shar« aus dem Paket »sharutils« (main)
char: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ char *line, *ldelim, *varname, *svar, *tdelim;
Der Befehl »char« wurde nicht gefunden, meinten Sie vielleicht:
Befehl »car« aus dem Paket »ucommon-utils« (universe)
Befehl »charm« aus dem Paket »charm-tools« (universe)
Befehl »pchar« aus dem Paket »pchar« (universe)
Befehl »shar« aus dem Paket »sharutils« (main)
Befehl »chat« aus dem Paket »ppp« (main)
char: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$
toni@toni-System-Product-Name-System-Product-Name:~$ @@ -201,7 +201,7 @@
@@: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ dprintk(2,
bash: Syntaxfehler beim unerwarteten Wort »2,«
toni@toni-System-Product-Name-System-Product-Name:~$ KERN_INFO
KERN_INFO: Befehl nicht gefunden.
toni@toni-System-Product-Name-System-Product-Name:~$ "%s: procfs entry /proc/%s allocated. data=%p\n",
bash: fg: %s: procfs entry /proc/%s allocated. data=%p\n,: Kein solcher Job.
toni@toni-System-Product-Name-System-Product-Name:~$ -ZR_DEVNAME(zr), name, zr->zoran_proc->data);
bash: Syntaxfehler beim unerwarteten Wort »zr«
toni@toni-System-Product-Name-System-Product-Name:~$ +ZR_DEVNAME(zr), name, zr);
bash: Syntaxfehler beim unerwarteten Wort »zr«
toni@toni-System-Product-Name-System-Product-Name:~$ } else {
bash: Syntaxfehler beim unerwarteten Wort »}«
toni@toni-System-Product-Name-System-Product-Name:~$ dprintk(1, KERN_ERR "%s: Unable to initialise /proc/%s\n",
bash: Syntaxfehler beim unerwarteten Wort »1,«
toni@toni-System-Product-Name-System-Product-Name:~$ ZR_DEVNAME(zr), name);sudo mv linux/include/media/si476x.h linux/include/media/si476x.old
bash: [mark]Syntaxfehler beim unerwarteten Wort »zr«[/mark]
|
Viele Grüße, beffatore
|
hakunamatata
Supporter
Anmeldungsdatum: 30. Juni 2009
Beiträge: 5130
|
toni@toni-System-Product-Name-System-Product-Name:~$
Das ist das falsche Verzeichnis für den Patch. Der Patch muss im Verzeichnis liplianin-s2-liplianin-v39-4c01a16b6237 ausgeführt werden. Da dieses Verzeichnis lt. Anleitung innerhalb /tmp nur temporär angelegt wird, musst du alle Schritte von hier wiederholen: cd /tmp/
sudo wget https://bitbucket.org/liplianin/s2-liplianin-v39/get/4c01a16b6237.tar.bz2
sudo tar xfvj 4c01a16b6237.tar.bz2
cd liplianin-s2-liplianin-v39-4c01a16b6237
sudo make clean
sudo wget http://media.cdn.ubuntu-de.org/forum/attachments/24/07/6390147-kernel3.11.patch -O kernel3.11.patch
sudo patch -p1 < kernel3.11.patch
sudo mv linux/include/media/si476x.h linux/include/media/si476x.old
sudo make
sudo make install
sudo make makelinks
Als kleine Vorwarnung:
sudo make
rattert eine Weile dahin. Es wird hier eine ziemlich große Anzahl an Kernelmodulen neu erstellt. Noch zur Info, was diese 3 neuen Befehle machen:
sudo wget http://media.cdn.ubuntu-de.org/forum/attachments/24/07/6390147-kernel3.11.patch -O kernel3.11.patch
Lädt den Anhang von mir herunter.
sudo patch -p1 < kernel3.11.patch
Wendet den Patch an. In der Datei kernel3.11.patch steht genau, was gemacht werden soll. Damit z.B.:
--- a/linux/drivers/media/pci/bt8xx/bttv-i2c.c 2014-02-23 16:27:28.624502104 +0100
+++ b/linux/drivers/media/pci/bt8xx/bttv-i2c.c 2014-02-23 14:58:12.515530262 +0100
wird die Datei /linux/drivers/media/pci/bt8xx/bttv-i2c.c verändert. Die Datei gibt es zu diesem Zeitpunkt im Verzeichnis /tmp/liplianin-s2-liplianin-v39-4c01a16b6237/linux/drivers/media/pci/bt8xx/bttv-i2c.c. Darum ist wichtig, dass du dich im Verzeichnis /tmp/liplianin-s2-liplianin-v39-4c01a16b6237 befindest, da dieser Teil des Pfades im Patch nicht angegeben ist. Die restlichen Angaben im Patch sind die Position innerhalb der Datei und was hinzugefügt wird (Plus vorne) und was gelöscht wird (Minus vorne).
sudo mv linux/include/media/si476x.h linux/include/media/si476x.old
Hiermit wird eine überflüssige Datei, die Duplikate erzeugt, durch Umbenennen unschädlich gemacht.
|
beffatore
(Themenstarter)
Anmeldungsdatum: 21. Februar 2014
Beiträge: 41
|
Hallo Hakunamatata,
erstmal: Ich bin zutiefst beeindruckt. Von der Geduld, die du aufbringst, für ein Problem, das du gar nicht selber hast. Für die Bereitschaft, viel Zeit und Mühe aufzuwenden, für jemanden, den du gar nicht kennst. Für das grenzenlose Verständnis gegenüber Nutzern, die von den Vorgängen hinter den bunten Tasten noch weniger Ahnung haben als vom Strom hinterm Lichtschalter.
Gibt es denn bei Ubuntuusers sowas wie 'ne Kaffeekasse?
Ich habe, obwohl das sonst nicht meine Art ist, deine Anweisungen blind befolgt (kopiert). Das ging alles auch ohne Gemecker des Systems ab. Nur MeTV erkennt nach wie vor kein Gerät. Muss ich noch irgenwas tun?
MfG beffatore
|
Lidux
Anmeldungsdatum: 18. April 2007
Beiträge: 16311
|
Hallo beffatore, Dann poste bitte mal die Ausgabe von: dmesg im Codeblock damit wir erstmal wissen ob Kernelmodule und Firmware richtig geladen werden. Gruss Lidux
|
beffatore
(Themenstarter)
Anmeldungsdatum: 21. Februar 2014
Beiträge: 41
|
Bitte schön, dmesg:
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426 | [ 0.730754] Using IPI No-Shortcut mode
[ 0.730827] PM: Hibernation image not present or could not be loaded.
[ 0.730829] Loading module verification certificates
[ 0.733217] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 5e1867664f741434676e0d8c893fcfa5b0347128'
[ 0.733225] registered taskstats version 1
[ 0.734838] Key type trusted registered
[ 0.736073] Key type encrypted registered
[ 0.737334] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.737725] Magic number: 2:44:779
[ 0.737796] rtc_cmos 00:04: setting system clock to 2014-02-25 09:47:36 UTC (1393321656)
[ 0.738156] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.738157] EDD information not available.
[ 1.024846] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.030377] isapnp: No Plug & Play device found
[ 1.156995] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.156996] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.157133] hub 1-1:1.0: USB hub found
[ 1.157242] hub 1-1:1.0: 6 ports detected
[ 1.268612] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.400789] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.400791] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.400927] hub 2-1:1.0: USB hub found
[ 1.401037] hub 2-1:1.0: 8 ports detected
[ 1.652293] tsc: Refined TSC clocksource calibration: 3311.145 MHz
[ 1.672314] usb 2-1.3: new low-speed USB device number 3 using ehci-pci
[ 1.783721] usb 2-1.3: New USB device found, idVendor=046d, idProduct=c31b
[ 1.783722] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.783723] usb 2-1.3: Product: Logitech USB Keyboard
[ 1.783725] usb 2-1.3: Manufacturer: Logitech
[ 1.860324] usb 2-1.5: new full-speed USB device number 4 using ehci-pci
[ 1.953526] usb 2-1.5: New USB device found, idVendor=062a, idProduct=0252
[ 1.953531] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.953534] usb 2-1.5: Product: USB WheelMouse
[ 1.953537] usb 2-1.5: Manufacturer: Logitech
[ 2.044028] ata2.01: failed to resume link (SControl 0)
[ 2.044119] ata1.01: failed to resume link (SControl 0)
[ 2.199978] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.200003] ata1.01: SATA link down (SStatus 0 SControl 0)
[ 2.200021] ata1.01: link offline, clearing class 3 to NONE
[ 2.200159] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.200173] ata2.01: SATA link down (SStatus 0 SControl 0)
[ 2.208329] ata1.00: ATAPI: HL-DT-ST DVDRAM GH22NS40, NL02, max UDMA/100
[ 2.208472] ata2.00: ATA-8: WDC WD10EARS-00Y5B1, 80.00A80, max UDMA/133
[ 2.208475] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.224255] ata1.00: configured for UDMA/100
[ 2.224514] ata2.00: configured for UDMA/133
[ 2.229814] scsi 0:0:0:0: CD-ROM HL-DT-ST DVDRAM GH22NS40 NL02 PQ: 0 ANSI: 5
[ 2.233761] sr0: scsi3-mmc drive: 94x/94x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.233765] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.233982] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 2.234056] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 2.234267] scsi 1:0:0:0: Direct-Access ATA WDC WD10EARS-00Y 80.0 PQ: 0 ANSI: 5
[ 2.234370] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 2.234407] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 2.234586] sd 1:0:0:0: [sda] Write Protect is off
[ 2.234589] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.234665] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.308073] sda: sda1 sda2 < sda5 sda6 sda7 > sda3
[ 2.308410] sd 1:0:0:0: [sda] Attached SCSI disk
[ 2.308560] Freeing unused kernel memory: 880K (c1973000 - c1a4f000)
[ 2.308592] Write protecting the kernel text: 6364k
[ 2.308635] Write protecting the kernel read-only data: 2696k
[ 2.308636] NX-protecting the kernel data: 5924k
[ 2.317304] systemd-udevd[116]: starting version 204
[ 2.336499] pata_via 0000:03:00.0: version 0.3.4
[ 2.338102] scsi4 : pata_via
[ 2.340351] scsi5 : pata_via
[ 2.340407] ata5: PATA max UDMA/133 cmd 0xe040 ctl 0xe030 bmdma 0xe000 irq 16
[ 2.340409] ata6: PATA max UDMA/133 cmd 0xe020 ctl 0xe010 bmdma 0xe008 irq 16
[ 2.340844] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.341054] r8169 0000:05:00.0: irq 45 for MSI/MSI-X
[ 2.341257] r8169 0000:05:00.0 eth0: RTL8168e/8111e at 0xf8416000, bc:ae:c5:a8:bd:1e, XID 0c200000 IRQ 45
[ 2.341259] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.342137] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.367893] usbcore: registered new interface driver usbhid
[ 2.367896] usbhid: USB HID core driver
[ 2.370903] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input2
[ 2.370982] hid-generic 0003:046D:C31B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1d.0-1.3/input0
[ 2.373329] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.1/input/input3
[ 2.373455] hid-generic 0003:046D:C31B.0002: input,hidraw1: USB HID v1.11 Device [Logitech Logitech USB Keyboard] on usb-0000:00:1d.0-1.3/input1
[ 2.373532] input: Logitech USB WheelMouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input4
[ 2.373634] hid-generic 0003:062A:0252.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB WheelMouse ] on usb-0000:00:1d.0-1.5/input0
[ 2.504429] ata5.00: ATA-7: SAMSUNG HD400LD, WQ100-14, max UDMA/100
[ 2.504434] ata5.00: 781422768 sectors, multi 0: LBA48
[ 2.512479] ata5.00: configured for UDMA/100
[ 2.512694] scsi 4:0:0:0: Direct-Access ATA SAMSUNG HD400LD WQ10 PQ: 0 ANSI: 5
[ 2.512907] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 2.512924] sd 4:0:0:0: [sdb] 781422768 512-byte logical blocks: (400 GB/372 GiB)
[ 2.513030] sd 4:0:0:0: [sdb] Write Protect is off
[ 2.513033] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.513064] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.547469] sdb: sdb1 sdb2 < > sdb3 sdb4
[ 2.548377] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 2.651594] Switched to clocksource tsc
[ 3.716667] EXT4-fs (sda6): INFO: recovery required on readonly filesystem
[ 3.716670] EXT4-fs (sda6): write access will be enabled during recovery
[ 4.979762] EXT4-fs (sda6): recovery complete
[ 4.985096] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[ 17.445864] Adding 4103164k swap on /dev/sda7. Priority:-1 extents:1 across:4103164k FS
[ 17.558473] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.596319] systemd-udevd[286]: starting version 204
[ 17.685812] lp: driver loaded but no devices found
[ 17.708535] mei_me 0000:00:16.0: setting latency timer to 64
[ 17.708573] mei_me 0000:00:16.0: irq 46 for MSI/MSI-X
[ 17.714607] [drm] Initialized drm 1.1.0 20060810
[ 17.716381] wmi: Mapper loaded
[ 17.719091] parport_pc 00:02: reported by Plug and Play ACPI
[ 17.719149] parport0: PC-style at 0x378, irq 5 [PCSPP]
[ 17.751765] Linux video capture interface: v2.00
[ 17.760916] [drm] Memory usable by graphics device = 2048M
[ 17.760946] i915 0000:00:02.0: setting latency timer to 64
[ 17.761326] i915 0000:00:02.0: irq 47 for MSI/MSI-X
[ 17.761334] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 17.761335] [drm] Driver supports precise vblank timestamp query.
[ 17.761385] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 17.780350] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 17.780353] [drm] This can cause pipe underruns and display issues.
[ 17.780354] [drm] Please upgrade your BIOS to fix this.
[ 17.794419] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x6
[ 17.802316] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.9 loaded
[ 17.803545] cx88[0]: Your board isn't known (yet) to the driver. You can
[ 17.803545] cx88[0]: try to pick one of the existing card configs via
[ 17.803545] cx88[0]: card=<n> insmod option. Updating to the latest
[ 17.803545] cx88[0]: version might help as well.
[ 17.803554] cx88[0]: Here is a list of valid choices for the card=<n> insmod option:
[ 17.803557] cx88[0]: card=0 -> UNKNOWN/GENERIC
[ 17.803559] cx88[0]: card=1 -> Hauppauge WinTV 34xxx models
[ 17.803561] cx88[0]: card=2 -> GDI Black Gold
[ 17.803563] cx88[0]: card=3 -> PixelView
[ 17.803566] cx88[0]: card=4 -> ATI TV Wonder Pro
[ 17.803568] cx88[0]: card=5 -> Leadtek Winfast 2000XP Expert
[ 17.803570] cx88[0]: card=6 -> AverTV Studio 303 (M126)
[ 17.803573] cx88[0]: card=7 -> MSI TV-@nywhere Master
[ 17.803575] cx88[0]: card=8 -> Leadtek Winfast DV2000
[ 17.803578] cx88[0]: card=9 -> Leadtek PVR 2000
[ 17.803580] cx88[0]: card=10 -> IODATA GV-VCP3/PCI
[ 17.803582] cx88[0]: card=11 -> Prolink PlayTV PVR
[ 17.803585] cx88[0]: card=12 -> ASUS PVR-416
[ 17.803587] cx88[0]: card=13 -> MSI TV-@nywhere
[ 17.803589] cx88[0]: card=14 -> KWorld/VStream XPert DVB-T
[ 17.803592] cx88[0]: card=15 -> DViCO FusionHDTV DVB-T1
[ 17.803594] cx88[0]: card=16 -> KWorld LTV883RF
[ 17.803596] cx88[0]: card=17 -> DViCO FusionHDTV 3 Gold-Q
[ 17.803600] cx88[0]: card=18 -> Hauppauge Nova-T DVB-T
[ 17.803603] cx88[0]: card=19 -> Conexant DVB-T reference design
[ 17.803606] cx88[0]: card=20 -> Provideo PV259
[ 17.803609] cx88[0]: card=21 -> DViCO FusionHDTV DVB-T Plus
[ 17.803612] cx88[0]: card=22 -> pcHDTV HD3000 HDTV
[ 17.803616] cx88[0]: card=23 -> digitalnow DNTV Live! DVB-T
[ 17.803619] cx88[0]: card=24 -> Hauppauge WinTV 28xxx (Roslyn) models
[ 17.803623] cx88[0]: card=25 -> Digital-Logic MICROSPACE Entertainment Center (MEC)
[ 17.803627] cx88[0]: card=26 -> IODATA GV/BCTV7E
[ 17.803631] cx88[0]: card=27 -> PixelView PlayTV Ultra Pro (Stereo)
[ 17.803634] cx88[0]: card=28 -> DViCO FusionHDTV 3 Gold-T
[ 17.803638] cx88[0]: card=29 -> ADS Tech Instant TV DVB-T PCI
[ 17.803641] cx88[0]: card=30 -> TerraTec Cinergy 1400 DVB-T
[ 17.803645] cx88[0]: card=31 -> DViCO FusionHDTV 5 Gold
[ 17.803648] cx88[0]: card=32 -> AverMedia UltraTV Media Center PCI 550
[ 17.803652] cx88[0]: card=33 -> Kworld V-Stream Xpert DVD
[ 17.803655] cx88[0]: card=34 -> ATI HDTV Wonder
[ 17.803658] cx88[0]: card=35 -> WinFast DTV1000-T
[ 17.803661] cx88[0]: card=36 -> AVerTV 303 (M126)
[ 17.803665] cx88[0]: card=37 -> Hauppauge Nova-S-Plus DVB-S
[ 17.803668] cx88[0]: card=38 -> Hauppauge Nova-SE2 DVB-S
[ 17.803671] cx88[0]: card=39 -> KWorld DVB-S 100
[ 17.803675] cx88[0]: card=40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid
[ 17.803678] cx88[0]: card=41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)
[ 17.803683] cx88[0]: card=42 -> digitalnow DNTV Live! DVB-T Pro
[ 17.803686] cx88[0]: card=43 -> KWorld/VStream XPert DVB-T with cx22702
[ 17.803690] cx88[0]: card=44 -> DViCO FusionHDTV DVB-T Dual Digital
[ 17.803694] cx88[0]: card=45 -> KWorld HardwareMpegTV XPert
[ 17.803697] cx88[0]: card=46 -> DViCO FusionHDTV DVB-T Hybrid
[ 17.803701] cx88[0]: card=47 -> pcHDTV HD5500 HDTV
[ 17.803704] cx88[0]: card=48 -> Kworld MCE 200 Deluxe
[ 17.803707] cx88[0]: card=49 -> PixelView PlayTV P7000
[ 17.803711] cx88[0]: card=50 -> NPG Tech Real TV FM Top 10
[ 17.803714] cx88[0]: card=51 -> WinFast DTV2000 H
[ 17.803717] cx88[0]: card=52 -> Geniatech DVB-S
[ 17.803720] cx88[0]: card=53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T
[ 17.803725] cx88[0]: card=54 -> Norwood Micro TV Tuner
[ 17.803728] cx88[0]: card=55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM
[ 17.803733] cx88[0]: card=56 -> Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder
[ 17.803738] cx88[0]: card=57 -> ADS Tech Instant Video PCI
[ 17.803741] cx88[0]: card=58 -> Pinnacle PCTV HD 800i
[ 17.803744] cx88[0]: card=59 -> DViCO FusionHDTV 5 PCI nano
[ 17.803748] cx88[0]: card=60 -> Pinnacle Hybrid PCTV
[ 17.803751] cx88[0]: card=61 -> Leadtek TV2000 XP Global
[ 17.803755] cx88[0]: card=62 -> PowerColor RA330
[ 17.803758] cx88[0]: card=63 -> Geniatech X8000-MT DVBT
[ 17.803761] cx88[0]: card=64 -> DViCO FusionHDTV DVB-T PRO
[ 17.803764] cx88[0]: card=65 -> DViCO FusionHDTV 7 Gold
[ 17.803768] cx88[0]: card=66 -> Prolink Pixelview MPEG 8000GT
[ 17.803771] cx88[0]: card=67 -> Kworld PlusTV HD PCI 120 (ATSC 120)
[ 17.803775] cx88[0]: card=68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid
[ 17.803779] cx88[0]: card=69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2
[ 17.803782] cx88[0]: card=70 -> TeVii S460 DVB-S/S2
[ 17.803786] cx88[0]: card=71 -> Omicom SS4 DVB-S/S2 PCI
[ 17.803789] cx88[0]: card=72 -> TBS 8920 DVB-S/S2
[ 17.803792] cx88[0]: card=73 -> TeVii S420 DVB-S
[ 17.803795] cx88[0]: card=74 -> Prolink Pixelview Global Extreme
[ 17.803799] cx88[0]: card=75 -> PROF 7300 DVB-S/S2
[ 17.803802] cx88[0]: card=76 -> SATTRADE ST4200 DVB-S/S2
[ 17.803806] cx88[0]: card=77 -> TBS 8910 DVB-S
[ 17.803809] cx88[0]: card=78 -> Prof 6200 DVB-S
[ 17.803812] cx88[0]: card=79 -> Terratec Cinergy HT PCI MKII
[ 17.803815] cx88[0]: card=80 -> Hauppauge WinTV-IR Only
[ 17.803819] cx88[0]: card=81 -> Leadtek WinFast DTV1800 Hybrid
[ 17.803822] cx88[0]: card=82 -> WinFast DTV2000 H rev. J
[ 17.803826] cx88[0]: card=83 -> Prof 7301 DVB-S/S2
[ 17.803829] cx88[0]: card=84 -> Samsung SMT 7020 DVB-S
[ 17.803832] cx88[0]: card=85 -> Twinhan VP-1027 DVB-S
[ 17.803835] cx88[0]: card=86 -> TeVii S464 DVB-S/S2
[ 17.803839] cx88[0]: card=87 -> Leadtek WinFast DTV2000 H PLUS
[ 17.803842] cx88[0]: card=88 -> Leadtek WinFast DTV1800 H (XC4000)
[ 17.803846] cx88[0]: card=89 -> Leadtek TV2000 XP Global (SC4100)
[ 17.803849] cx88[0]: card=90 -> Leadtek TV2000 XP Global (XC4100)
[ 17.803854] cx88[0]: subsystem: 3000:9022, board: UNKNOWN/GENERIC [card=0,autodetected], frontend(s): 0
[ 17.807319] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
[ 17.814736] fbcon: inteldrmfb (fb0) is primary device
[ 17.814815] lp0: using parport0 (interrupt-driven).
[ 17.893496] type=1400 audit(1393318073.665:2): apparmor="STATUS" operation="profile_load" parent=325 profile="unconfined" name="/sbin/dhclient" pid=335 comm="apparmor_parser"
[ 17.893500] type=1400 audit(1393318073.665:3): apparmor="STATUS" operation="profile_load" parent=325 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=335 comm="apparmor_parser"
[ 17.893503] type=1400 audit(1393318073.665:4): apparmor="STATUS" operation="profile_load" parent=325 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=335 comm="apparmor_parser"
[ 17.893927] type=1400 audit(1393318073.665:5): apparmor="STATUS" operation="profile_replace" parent=325 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=335 comm="apparmor_parser"
[ 17.893930] type=1400 audit(1393318073.665:6): apparmor="STATUS" operation="profile_replace" parent=325 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=335 comm="apparmor_parser"
[ 17.894156] type=1400 audit(1393318073.665:7): apparmor="STATUS" operation="profile_replace" parent=325 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=335 comm="apparmor_parser"
[ 17.942178] tuner 7-0068: Tuner -1 found with type(s) Radio TV.
[ 17.999392] cx88[0]/2: cx2388x 8802 Driver Manager
[ 18.000257] cx88[0]: Your board isn't known (yet) to the driver. You can
[ 18.000257] cx88[0]: try to pick one of the existing card configs via
[ 18.000257] cx88[0]: card=<n> insmod option. Updating to the latest
[ 18.000257] cx88[0]: version might help as well.
[ 18.000257] cx88[0]: Here is a list of valid choices for the card=<n> insmod option:
[ 18.000258] cx88[0]: card=0 -> UNKNOWN/GENERIC
[ 18.000258] cx88[0]: card=1 -> Hauppauge WinTV 34xxx models
[ 18.000259] cx88[0]: card=2 -> GDI Black Gold
[ 18.000259] cx88[0]: card=3 -> PixelView
[ 18.000260] cx88[0]: card=4 -> ATI TV Wonder Pro
[ 18.000260] cx88[0]: card=5 -> Leadtek Winfast 2000XP Expert
[ 18.000261] cx88[0]: card=6 -> AverTV Studio 303 (M126)
[ 18.000261] cx88[0]: card=7 -> MSI TV-@nywhere Master
[ 18.000261] cx88[0]: card=8 -> Leadtek Winfast DV2000
[ 18.000262] cx88[0]: card=9 -> Leadtek PVR 2000
[ 18.000262] cx88[0]: card=10 -> IODATA GV-VCP3/PCI
[ 18.000263] cx88[0]: card=11 -> Prolink PlayTV PVR
[ 18.000263] cx88[0]: card=12 -> ASUS PVR-416
[ 18.000264] cx88[0]: card=13 -> MSI TV-@nywhere
[ 18.000264] cx88[0]: card=14 -> KWorld/VStream XPert DVB-T
[ 18.000265] cx88[0]: card=15 -> DViCO FusionHDTV DVB-T1
[ 18.000265] cx88[0]: card=16 -> KWorld LTV883RF
[ 18.000266] cx88[0]: card=17 -> DViCO FusionHDTV 3 Gold-Q
[ 18.000266] cx88[0]: card=18 -> Hauppauge Nova-T DVB-T
[ 18.000267] cx88[0]: card=19 -> Conexant DVB-T reference design
[ 18.000267] cx88[0]: card=20 -> Provideo PV259
[ 18.000267] cx88[0]: card=21 -> DViCO FusionHDTV DVB-T Plus
[ 18.000268] cx88[0]: card=22 -> pcHDTV HD3000 HDTV
[ 18.000268] cx88[0]: card=23 -> digitalnow DNTV Live! DVB-T
[ 18.000269] cx88[0]: card=24 -> Hauppauge WinTV 28xxx (Roslyn) models
[ 18.000269] cx88[0]: card=25 -> Digital-Logic MICROSPACE Entertainment Center (MEC)
[ 18.000270] cx88[0]: card=26 -> IODATA GV/BCTV7E
[ 18.000270] cx88[0]: card=27 -> PixelView PlayTV Ultra Pro (Stereo)
[ 18.000271] cx88[0]: card=28 -> DViCO FusionHDTV 3 Gold-T
[ 18.000271] cx88[0]: card=29 -> ADS Tech Instant TV DVB-T PCI
[ 18.000272] cx88[0]: card=30 -> TerraTec Cinergy 1400 DVB-T
[ 18.000272] cx88[0]: card=31 -> DViCO FusionHDTV 5 Gold
[ 18.000273] cx88[0]: card=32 -> AverMedia UltraTV Media Center PCI 550
[ 18.000273] cx88[0]: card=33 -> Kworld V-Stream Xpert DVD
[ 18.000273] cx88[0]: card=34 -> ATI HDTV Wonder
[ 18.000274] cx88[0]: card=35 -> WinFast DTV1000-T
[ 18.000274] cx88[0]: card=36 -> AVerTV 303 (M126)
[ 18.000275] cx88[0]: card=37 -> Hauppauge Nova-S-Plus DVB-S
[ 18.000275] cx88[0]: card=38 -> Hauppauge Nova-SE2 DVB-S
[ 18.000276] cx88[0]: card=39 -> KWorld DVB-S 100
[ 18.000276] cx88[0]: card=40 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid
[ 18.000277] cx88[0]: card=41 -> Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)
[ 18.000277] cx88[0]: card=42 -> digitalnow DNTV Live! DVB-T Pro
[ 18.000278] cx88[0]: card=43 -> KWorld/VStream XPert DVB-T with cx22702
[ 18.000278] cx88[0]: card=44 -> DViCO FusionHDTV DVB-T Dual Digital
[ 18.000279] cx88[0]: card=45 -> KWorld HardwareMpegTV XPert
[ 18.000279] cx88[0]: card=46 -> DViCO FusionHDTV DVB-T Hybrid
[ 18.000280] cx88[0]: card=47 -> pcHDTV HD5500 HDTV
[ 18.000280] cx88[0]: card=48 -> Kworld MCE 200 Deluxe
[ 18.000281] cx88[0]: card=49 -> PixelView PlayTV P7000
[ 18.000281] cx88[0]: card=50 -> NPG Tech Real TV FM Top 10
[ 18.000281] cx88[0]: card=51 -> WinFast DTV2000 H
[ 18.000282] cx88[0]: card=52 -> Geniatech DVB-S
[ 18.000282] cx88[0]: card=53 -> Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T
[ 18.000283] cx88[0]: card=54 -> Norwood Micro TV Tuner
[ 18.000283] cx88[0]: card=55 -> Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM
[ 18.000284] cx88[0]: card=56 -> Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder
[ 18.000284] cx88[0]: card=57 -> ADS Tech Instant Video PCI
[ 18.000285] cx88[0]: card=58 -> Pinnacle PCTV HD 800i
[ 18.000285] cx88[0]: card=59 -> DViCO FusionHDTV 5 PCI nano
[ 18.000286] cx88[0]: card=60 -> Pinnacle Hybrid PCTV
[ 18.000286] cx88[0]: card=61 -> Leadtek TV2000 XP Global
[ 18.000287] cx88[0]: card=62 -> PowerColor RA330
[ 18.000287] cx88[0]: card=63 -> Geniatech X8000-MT DVBT
[ 18.000287] cx88[0]: card=64 -> DViCO FusionHDTV DVB-T PRO
[ 18.000288] cx88[0]: card=65 -> DViCO FusionHDTV 7 Gold
[ 18.000288] cx88[0]: card=66 -> Prolink Pixelview MPEG 8000GT
[ 18.000289] cx88[0]: card=67 -> Kworld PlusTV HD PCI 120 (ATSC 120)
[ 18.000289] cx88[0]: card=68 -> Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid
[ 18.000290] cx88[0]: card=69 -> Hauppauge WinTV-HVR4000(Lite) DVB-S/S2
[ 18.000290] cx88[0]: card=70 -> TeVii S460 DVB-S/S2
[ 18.000291] cx88[0]: card=71 -> Omicom SS4 DVB-S/S2 PCI
[ 18.000291] cx88[0]: card=72 -> TBS 8920 DVB-S/S2
[ 18.000292] cx88[0]: card=73 -> TeVii S420 DVB-S
[ 18.000292] cx88[0]: card=74 -> Prolink Pixelview Global Extreme
[ 18.000292] cx88[0]: card=75 -> PROF 7300 DVB-S/S2
[ 18.000293] cx88[0]: card=76 -> SATTRADE ST4200 DVB-S/S2
[ 18.000293] cx88[0]: card=77 -> TBS 8910 DVB-S
[ 18.000294] cx88[0]: card=78 -> Prof 6200 DVB-S
[ 18.000294] cx88[0]: card=79 -> Terratec Cinergy HT PCI MKII
[ 18.000295] cx88[0]: card=80 -> Hauppauge WinTV-IR Only
[ 18.000295] cx88[0]: card=81 -> Leadtek WinFast DTV1800 Hybrid
[ 18.000296] cx88[0]: card=82 -> WinFast DTV2000 H rev. J
[ 18.000296] cx88[0]: card=83 -> Prof 7301 DVB-S/S2
[ 18.000296] cx88[0]: card=84 -> Samsung SMT 7020 DVB-S
[ 18.000297] cx88[0]: card=85 -> Twinhan VP-1027 DVB-S
[ 18.000297] cx88[0]: card=86 -> TeVii S464 DVB-S/S2
[ 18.000298] cx88[0]: card=87 -> Leadtek WinFast DTV2000 H PLUS
[ 18.000298] cx88[0]: card=88 -> Leadtek WinFast DTV1800 H (XC4000)
[ 18.000299] cx88[0]: card=89 -> Leadtek TV2000 XP Global (SC4100)
[ 18.000299] cx88[0]: card=90 -> Leadtek TV2000 XP Global (XC4100)
[ 18.000300] cx88[0]: subsystem: 3000:9022, board: UNKNOWN/GENERIC [card=0,autodetected], frontend(s): 0
[ 18.014666] Console: switching to colour frame buffer device 160x64
[ 18.062368] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 18.062370] i915 0000:00:02.0: registered panic notifier
[ 18.063160] acpi device:37: registered as cooling_device4
[ 18.063306] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 18.063351] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[ 18.063409] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 18.063480] ACPI Warning: 0x00000540-0x0000054f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20130517/utaddress-251)
[ 18.063485] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 18.063487] ACPI Warning: 0x00000530-0x0000053f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20130517/utaddress-251)
[ 18.063491] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 18.063492] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20130517/utaddress-251)
[ 18.063495] ACPI Warning: 0x00000500-0x0000052f SystemIO conflicts with Region \_GPE.GPIO 2 (20130517/utaddress-251)
[ 18.063497] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 18.063498] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 18.063624] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[ 18.077483] SKU: Nid=0x1d sku_cfg=0x4004c601
[ 18.077485] SKU: port_connectivity=0x1
[ 18.077486] SKU: enable_pcbeep=0x0
[ 18.077487] SKU: check_sum=0x00000004
[ 18.077488] SKU: customization=0x000000c6
[ 18.077488] SKU: external_amp=0x0
[ 18.077489] SKU: platform_type=0x0
[ 18.077490] SKU: swap=0x0
[ 18.077490] SKU: override=0x1
[ 18.077819] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 18.077820] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 18.077821] hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 18.077822] mono: mono_out=0x0
[ 18.077822] dig-out=0x11/0x1e
[ 18.077823] inputs:
[ 18.077824] Front Mic=0x19
[ 18.077825] Rear Mic=0x18
[ 18.077826] Line=0x1a
[ 18.077827] realtek: No valid SSID, checking pincfg 0x4004c601 for NID 0x1d
[ 18.077828] realtek: Enabling init ASM_ID=0xc601 CODEC_ID=10ec0887
[ 18.092823] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[ 18.092897] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 18.092955] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 18.093013] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 18.093071] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 18.093129] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 18.134673] tuner 7-0068: Tuner -1 found with type(s) Radio TV.
[ 18.191485] cx88[0]/0: found at 0000:07:00.0, rev: 5, irq: 19, latency: 32, mmio: 0xfa000000
[ 18.191547] tuner 7-0068: tuner type not set
[ 18.191644] cx88[0]/0: registered device video0 [v4l2]
[ 18.191674] cx88[0]/0: registered device vbi0
[ 18.486825] asus_wmi: ASUS WMI generic driver loaded
[ 18.489664] asus_wmi: Initialization: 0x0
[ 18.489681] asus_wmi: BIOS WMI version: 0.9
[ 18.489712] asus_wmi: SFUN value: 0x0
[ 18.489930] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input12
[ 18.490425] asus_wmi: Backlight controlled by ACPI video driver
[ 18.495584] ppdev: user-space parallel port driver
[ 18.516690] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x6
[ 18.798345] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 18.802359] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x6
[ 18.803192] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x6
[ 18.803717] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 18.834305] kvm: disabled by bios
[ 20.871821] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[ 21.060057] init: failsafe main process (639) killed by TERM signal
[ 21.713269] Bluetooth: Core ver 2.16
[ 21.713283] NET: Registered protocol family 31
[ 21.713284] Bluetooth: HCI device and connection manager initialized
[ 21.713290] Bluetooth: HCI socket layer initialized
[ 21.713291] Bluetooth: L2CAP socket layer initialized
[ 21.713295] Bluetooth: SCO socket layer initialized
[ 21.717452] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 21.717455] Bluetooth: BNEP filters: protocol multicast
[ 21.717460] Bluetooth: BNEP socket layer initialized
[ 21.722524] Bluetooth: RFCOMM TTY layer initialized
[ 21.722532] Bluetooth: RFCOMM socket layer initialized
[ 21.722533] Bluetooth: RFCOMM ver 1.11
[ 21.818609] type=1400 audit(1393318077.593:8): apparmor="STATUS" operation="profile_replace" parent=800 profile="unconfined" name="/sbin/dhclient" pid=808 comm="apparmor_parser"
[ 21.818618] type=1400 audit(1393318077.593:9): apparmor="STATUS" operation="profile_replace" parent=800 profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=808 comm="apparmor_parser"
[ 21.818623] type=1400 audit(1393318077.593:10): apparmor="STATUS" operation="profile_replace" parent=800 profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=808 comm="apparmor_parser"
[ 21.819023] type=1400 audit(1393318077.593:11): apparmor="STATUS" operation="profile_load" parent=800 profile="unconfined" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=805 comm="apparmor_parser"
[ 22.311401] init: avahi-cups-reload main process (851) terminated with status 1
[ 23.233379] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 23.235260] vboxdrv: Found 4 processor cores.
[ 23.235429] vboxdrv: fAsync=0 offMin=0x25a offMax=0x29e2
[ 23.235489] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 23.235491] vboxdrv: Successfully loaded version 4.2.16_Ubuntu (interface 0x001a0005).
[ 23.254905] vboxpci: IOMMU not found (not registered)
[ 24.165404] r8169 0000:05:00.0 eth0: link down
[ 24.165417] r8169 0000:05:00.0 eth0: link down
[ 24.165452] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.165678] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 28.284690] r8169 0000:05:00.0 eth0: link up
[ 28.284696] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 31.188021] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 31.192801] ISOFS: changing to secondary root
[ 1133.702028] audit_printk_skb: 162 callbacks suppressed
[ 1133.702033] type=1400 audit(1393319190.703:66): apparmor="STATUS" operation="profile_replace" parent=7729 profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=7733 comm="apparmor_parser"
[ 1133.702044] type=1400 audit(1393319190.703:67): apparmor="STATUS" operation="profile_replace" parent=7729 profile="unconfined" name="/usr/sbin/cupsd" pid=7733 comm="apparmor_parser"
[ 1133.703039] type=1400 audit(1393319190.703:68): apparmor="STATUS" operation="profile_replace" parent=7729 profile="unconfined" name="/usr/sbin/cupsd" pid=7733 comm="apparmor_parser"
[ 7240.365101] systemd-hostnamed[24488]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[ 8765.214432] VFS: busy inodes on changed media or resized disk sr0
toni@toni-System-Product-Name-System-Product-Name:~$ ^C
toni@toni-System-Product-Name-System-Product-Name:~$
|
Danke beffatore
|
hakunamatata
Supporter
Anmeldungsdatum: 30. Juni 2009
Beiträge: 5130
|
[ 17.803849] cx88[0]: card=90 -> Leadtek TV2000 XP Global (XC4100)
[ 17.803854] cx88[0]: subsystem: 3000:9022, board: UNKNOWN/GENERIC [card=0,autodetected], frontend(s): 0
Fürchte, da wird leider immer noch das falsche Modul verwendet. Im geänderten Modul gibt es eine Karte 91 ("VISIONPLUS VP3000"). Die wäre für die Subsystem ID 3000:9022, die auch deine Tevii S464 V2 hat, vorgesehen. Kannst du überprüfen, welches Modul derzeit verwendet wird:
modinfo cx8800
Zusätzlich vielleicht noch, wo sich dieses Modul überall befindet:
locate cx8800.ko
|
beffatore
(Themenstarter)
Anmeldungsdatum: 21. Februar 2014
Beiträge: 41
|
modinfo cx8800
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 | toni@toni-System-Product-Name-System-Product-Name:~$ modinfo cx8800
filename: /lib/modules/3.11.0-17-generic/kernel/drivers/media/pci/cx88/cx8800.ko
version: 0.0.9
license: GPL
author: Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
description: v4l2 driver module for cx2388x based TV cards
srcversion: 3DD106D15A14A56221FAFA9
alias: pci:v000014F1d00008800sv*sd*bc*sc*i*
depends: videobuf-core,videobuf-dma-sg,videodev,cx88xx,v4l2-common,btcx-risc
intree: Y
vermagic: 3.11.0-17-generic SMP mod_unload modversions 686
parm: vbibufs:number of vbi buffers, range 2-32 (int)
parm: vbi_debug:enable debug messages [vbi] (int)
parm: video_nr:video device numbers (array of int)
parm: vbi_nr:vbi device numbers (array of int)
parm: radio_nr:radio device numbers (array of int)
parm: video_debug:enable debug messages [video] (int)
parm: irq_debug:enable debug messages [IRQ handler] (int)
parm: vid_limit:capture memory limit in megabytes (int)
toni@toni-System-Product-Name-System-Product-Name:~$
|
locate cx8800.ko
| toni@toni-System-Product-Name-System-Product-Name:~$ locate cx8800.ko
/lib/modules/3.11.0-15-generic/kernel/drivers/media/pci/cx88/cx8800.ko
/lib/modules/3.11.0-17-generic/kernel/drivers/media/pci/cx88/cx8800.ko
/lib/modules/3.8.0-35-generic/kernel/drivers/media/pci/cx88/cx8800.ko
toni@toni-System-Product-Name-System-Product-Name:~$
|
Viele Grüße beffatore
|
hakunamatata
Supporter
Anmeldungsdatum: 30. Juni 2009
Beiträge: 5130
|
srcversion: 3DD106D15A14A56221FAFA9
Hab das mit jener Version verglichen, die bei Ubuntu 13.10 standardmäßig installiert wird; es handelt sich um die Originalversion und nicht um die geänderte Version. /lib/modules/3.11.0-15-generic/kernel/drivers/media/pci/cx88/cx8800.ko
/lib/modules/3.11.0-17-generic/kernel/drivers/media/pci/cx88/cx8800.ko
/lib/modules/3.8.0-35-generic/kernel/drivers/media/pci/cx88/cx8800.ko
Das zweite Modul wird aktuell verwendet. Das erste Modul ist für eine ältere Kernelversion von Ubuntu 13.10, das letzte Modul für Kernel 3.8.0.35 scheint noch von Ubuntu 13.04 zu stammen. Meiner Meinung nach sind bei
sudo make
Fehler aufgetreten. Die Anleitung von hier ist leider für unsere Zwecke nicht ideal. Zum einen ist der Inhalt des Verzeichnisses /tmp bei jedem Neustart wieder geleert, so dass du wenn du nicht alle Schritte bis zum Ende machst, wieder von vorne beginnen musst. Zum anderen werden fast 6000 Kernelmodule erstellt, von denen nur ein paar wirklich für deine Karte benötigt werden. Ich versuche die Anleitung auf das Wesentliche zu beschränken, so dass Fehlermeldungen nicht mehr in der riesigen Anzahl an Meldungen verschwinden können. Wenn ich so weit bin, melde ich mich wieder.
|
hakunamatata
Supporter
Anmeldungsdatum: 30. Juni 2009
Beiträge: 5130
|
Wie versprochen habe ich nun die Anleitung auf die Erstellung der wesentlichen Module reduziert. Zuerst habe ich das Treiberpaket im /home-Verzeichnis meines Users entpackt. Dazu sind keine Root-Rechte (sudo) erforderlich und das Treiberpaket wird auch nicht wie im /tmp-Verzeichnis immer wieder gelöscht.
wget https://bitbucket.org/liplianin/s2-liplianin-v39/get/4c01a16b6237.tar.bz2
tar xfvj 4c01a16b6237.tar.bz2
cd liplianin-s2-liplianin-v39-4c01a16b6237
Wenn nun mit make fortgesetzt wird, wird eine Konfigurationsdatei unter v4l/.config erstellt, in der alle Module des Treiberpakets für eine Erstellung aktiviert sind. Ich habe nun in dieser Datei alle Module von =m auf =n gesetzt, bis auf jene die vermutlich für deine Karte benötigt werden:
CONFIG_VIDEO_CX88_BLACKBIRD=m
CONFIG_V4L2_MEM2MEM_DEV=m
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_AU0828_V4L2=m
CONFIG_VIDEO_CX88_ALSA=m
CONFIG_VIDEO_CX88_DVB=m
CONFIG_VIDEO_CX88_MPEG=m
CONFIG_VIDEO_V4L2_INT_DEVICE=m
CONFIG_DVB_AU8522_V4L=m
CONFIG_VIDEO_CX88_VP3054=m
CONFIG_VIDEO_CX88=m
CONFIG_DVB_CX24123=m
Die von mir geänderte Datei befindet sich im Anhang und kannst du mittels
wget http://media.cdn.ubuntu-de.org/forum/attachments/40/08/6404102-config -O v4l/.config
herunterladen und unter v4l/.config speichern.
make clean
eventuell bereits erstellte Module löschen.
make
sudo make install
installieren.
Bei Problemen oder bei neuen Kernelversionen kannst du mit
cd liplianin-s2-liplianin-v39-4c01a16b6237
make clean
make
sudo make install
die Erstellung der Module und die Installation wiederholen.
- config (15.0 KiB)
- Download config
|
beffatore
(Themenstarter)
Anmeldungsdatum: 21. Februar 2014
Beiträge: 41
|
Hallo Hakunamatata,
erstmal bitte Entschuldigung für die späte Reaktion. Ich war zwei Wochen im Ausland und nicht an meinem PC. Und herzlichen Dank für die umfangreiche Anleitung. Nach dem Make-Befehl traue ich mich jedoch nicht weiter, weil die Ausführung voller Warnungen und Fehlermeldungen steckt, die ich nicht verstehe. Könntest du da bitte nochmal reinschauen?
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 |
toni@toni-System-Product-Name-System-Product-Name:~/liplianin-s2-liplianin-v39-4c01a16b6237$ make
make -C /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l
make[1]: Betrete Verzeichnis '/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l'
No version yet, using 3.11.0-18-generic
make[1]: Verlasse Verzeichnis '/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l'
make[1]: Betrete Verzeichnis '/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l'
scripts/make_makefile.pl
Updating/Creating .config
make[2]: Entering directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/linux'
Applying patches for kernel 3.11.0-18-generic
patch -s -f -N -p1 -i ../backports/api_version.patch
patch -s -f -N -p1 -i ../backports/pr_fmt.patch
drivers/media/dvb-core/dvbdev.c was already patched
drivers/media/v4l2-core/v4l2-dev.c was already patched
drivers/media/rc/rc-main.c was already patched
make[2]: Leaving directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/linux'
Preparing to compile for kernel version 3.11.0
***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.
If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.
Vanilla kernels are available at http://kernel.org.
On most distros, this will compile a newly downloaded kernel:
cp /boot/config-`uname -r` <your kernel dir>/.config
cd <your kernel dir>
make all modules_install install
Please see your distro's web site for instructions to build a new kernel.
WARNING: This is the V4L/DVB backport tree, with experimental drivers
backported to run on legacy kernels from the development tree at:
http://git.linuxtv.org/media-tree.git.
It is generally safe to use it for testing a new driver or
feature, but its usage on production environments is risky.
Don't use it in production. You've been warned.
Created default (all yes) .config file
./scripts/make_myconfig.pl
make[1]: Verlasse Verzeichnis '/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l'
make[1]: Betrete Verzeichnis '/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l'
perl scripts/make_config_compat.pl /lib/modules/3.11.0-18-generic/build ./.myconfig ./config-compat.h
creating symbolic links...
make -C firmware prep
make[2]: Entering directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/firmware'
make[2]: Leaving directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/firmware'
make -C firmware
make[2]: Entering directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/firmware'
CC ihex2fw
Generating vicam/firmware.fw
Generating ttusb-budget/dspbootcode.bin
Generating cpia2/stv0672_vp4.bin
Generating av7110/bootcode.bin
make[2]: Leaving directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/firmware'
Kernel build directory is /lib/modules/3.11.0-18-generic/build
make -C ../linux apply_patches
make[2]: Entering directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/linux'
Patches for 3.11.0-18-generic already applied.
make[2]: Leaving directory `/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/linux'
make -C /lib/modules/3.11.0-18-generic/build SUBDIRS=/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l modules
make[2]: Entering directory `/usr/src/linux-headers-3.11.0-18-generic'
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/altera-lpt.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/altera-jtag.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/altera-comp.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/altera.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/au0828-core.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/au0828-i2c.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/au0828-cards.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/au0828-dvb.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/au0828-video.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/au0828-vbi.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-dma.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-pci.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-usb.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-fe-tuner.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-i2c.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-sram.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-eeprom.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-misc.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/flexcop-hw-filter.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-driver.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-cards.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-if.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-risc.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-vbi.o
CC [M] /home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-i2c.o
/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-i2c.c: In function 'fini_bttv_i2c':
/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-i2c.c:404:2: error: void value not ignored as it ought to be
return i2c_del_adapter(&btv->c.i2c_adap);
^
/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-i2c.c:405:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
make[3]: *** [/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l/bttv-i2c.o] Fehler 1
make[2]: *** [_module_/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.11.0-18-generic'
make[1]: *** [default] Fehler 2
make[1]: Verlasse Verzeichnis '/home/toni/liplianin-s2-liplianin-v39-4c01a16b6237/v4l'
make: *** [all] Fehler 2
toni@toni-System-Product-Name-System-Product-Name:~/liplianin-s2-liplianin-v39-4c01a16b6237$
Viele Grüße beffatore
|
|
hakunamatata
Supporter
Anmeldungsdatum: 30. Juni 2009
Beiträge: 5130
|
Nach dem Make-Befehl traue ich mich jedoch nicht weiter, weil die Ausführung voller Warnungen und Fehlermeldungen steckt, die ich nicht verstehe.
Die Warnungen kannst du meist ignorieren, bei den Fehlermeldungen sieht es leider anders aus. Bei einer Fehlermeldung wird nämlich die Erstellung der Module abgebrochen. Im Prinzip hast du zwei Möglichkeiten:
Den Fehler im betroffenen Teil des Quelltextes beseitigen. d.h.: in den meisten Fällen Neuerungen der aktuellen Kernelversion im Quelltext zu berücksichtigen. Wenn die Problemmodule für deine Hardware nicht benötigt werden, kannst du einfach die Erstellung dieser Module unterdrücken.
Für zweiteren Weg war die letzte Anleitung von mir gedacht. Zum Fortsetzen der Erstellung würde ich folgenden Weg vorschlagen:
cd liplianin-s2-liplianin-v39-4c01a16b6237
wget http://media.cdn.ubuntu-de.org/forum/attachments/40/08/6404102-config -O v4l/.config
make clean
make
sudo make install
Beim letzten Versuch dürfte die gelbmarkierte Änderung der Konfiguration gefehlt haben. Ohne Änderung wurde versucht alle Module zu erstellen, auch jene bei denen es Probleme gibt.
|
beffatore
(Themenstarter)
Anmeldungsdatum: 21. Februar 2014
Beiträge: 41
|
Es ist zum Eierlegen! Deine Befehle sind wie Butter durchgerauscht, aber MeTV meldet nach wie vor: Keine dvb-Geräte verfügbar!
|
hakunamatata
Supporter
Anmeldungsdatum: 30. Juni 2009
Beiträge: 5130
|
beffatore schrieb: Deine Befehle sind wie Butter durchgerauscht, aber MeTV meldet nach wie vor: Keine dvb-Geräte verfügbar!
Versuch noch einen Neustart:
sudo reboot
Die neuen Kernelmodule (Treiber) müssen neu geladen werden. Damit geschieht dies am einfachsten. Nach dem Neustart noch ein
dmesg | grep -i -E 'dvb|firmware'
zur Erfolgskontrolle. Ebenfalls hilfreich sind die Infos zu den verwendeten Modulen:
modinfo cx8800
modinfo cx8802
|