Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52) +---- Thread: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server (/showthread.php?tid=231955) Pages:
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
|
RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-01-13 Baytrail J1900 - this one has the CPU bug that when switching loads (and therefore C-States) would just freeze, hang and so on. You have two possibilities: a) Build a kernel that has a workaround for that b) use the intel_idle.max_cstate=1 kernel parameter to disable them by software (it will get hotter that way) RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-01-13 For your J1900, you can try to install and boot a 4.14.13 kernel I built for you: http://fritsch.fruehberger.net/kernel/byt/ - download both .deb files and install them at once with sudo dpkg -i RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Preacher - 2018-01-14 Fritsch, thanks tremendously for your efforts. Both files downloaded, installed, and a reboot confirms they're now in use: old: Quote:root@fender:/etc/grub.d# uname -aCurrent: Quote:fender:/home/dave $ uname -a(for those that aren't Linux-savvy, this was pretty idiot-proof and required very little effort on the user part, thanks to Fritsch's work). Not sure if it's of any concern, but had some warnings crop up during the install: Quote: Hmm. There is a symbolic link /lib/modules/4.14.13-byt1+/build Nonetheless, everything seems fine; I'm currently soak-testing it with an episode downstairs that it previously crashed on. The previous build would bomb out every 30 mins, you can see the (list) of crashlogs here: http://paste.ubuntu.com/26385087/ - I take it the known CPU bug means none of these are of any use? If so, I'll clear them out and await new ones. Thanks again for your speedy response; I'm hoping to transition everything over to this new silent box and I'm still getting caught out with finding some OS-level oddities, but it's reassuring to hear that some aren't just known issues but workarounds are also available. nb: in the light of this issue, should I hold off on future kernel updates? Thinking newer Canonical-supplied kernels may lack the tweaks you've done here. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-01-14 Test it for a few more days. Remove the other crashlogs so we can look into the new ones when your system crashes and burns again. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Preacher - 2018-01-14 Thanks... but the regular 30-min crashlogs are reapparing again. http://paste.ubuntu.com/26386408/ is the latest one. Peculiarly, a few earlier crashlogs show issues with files I was playing fine. I don't recall the screen blanking nor Kodi resetting in this time, so it looks more like a dump than an actual crash and restart. Would earlier logs help also? Appreciate you looking into this issue, Fritsch. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-01-14 It's caused by this addon: Quote:17:13:47.135 T:140468414859008 NOTICE: weather.metoffice: Fetching Hourly Observation for 'Heathrow (3772)' from the Met Office... Remove it please. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Preacher - 2018-01-14 Removed! Will see if I get another crashlog showing up. For a few other questions:
RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-01-14 Nope, but please ask those in another thread. No one will find those questions in here :-) RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Preacher - 2018-01-14 Good point! New thread forthcoming... For what it's worth, no crashlog appearing, so it seems Met Office plugin was definitely the culprit for that - thanks! RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - Eriker - 2018-01-24 Hi Kodi Team, I think I have the same problem as camelreef with my intel NUC7i3BNH (see his post: #4,567). Unfortunately, his screenshots and the testfile are already deleted. I don't experience this issue with ubuntu kernel 4.10.0-37-generic (4k hevc 10bit playback for hours without a problem). All kernels including 4.13 and higher give me this problem after 30-45min into perfect playback. Did somebody ever got this to fix? Apart from that, it's an awesome setup which plays everything in HW! Here is a log of using the 4.13.16-041316-generic kernel: Code: dpkg -l |grep mesa | pastebinit Thanks, Erik RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-01-24 Wrong thread. This thread is NOT about Linux-Mint: Quote:1:09:34.886 T:140177976863104 NOTICE: Running on Linux Mint 18.3, kernel: Linux x86 64-bit version 4.13.16-041316-genericPlease open your own thread. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - soder - 2018-02-05 (2017-06-28, 12:28)Axman Wrote:If I didn't thank you before, I do it now. I've returned to your post many times, and tried to look in to what I should get instead of my Braswell NUC.(2017-06-28, 12:19)soder Wrote: Hi. I know this is kind of a question that might not be suited for this thread, but I try it anyways. I miss being able to see hevc 4k 10bits on my (for now) not HDR ready TV, and I returned once again to your post to find the url to the guild. I think that the Vero 4K could be something for me. It's not android, and seems to be able to do a lot of stuff I want. Do you guys think it's a great device? If not, what is it missing in your opinions? Thanks. /Söder RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - schrackin - 2018-02-07 (2018-01-07, 17:53)fritsch Wrote: Your user is not member of video nor audio (see useradd on the first page)now dni is part of the required groups, but the problem still persists: dni@ubi- htpc :~$ groups dni adm dialout cdrom sudo audio dip video plugdev users input lxd lpadmin sambashare dni@ubi-htpc:~$ groups kodi kodi : kodi dialout cdrom audio dip video plugdev users input But as far as is can tell kodi application is running by kodi user, not by dni. Could you please tell me what should I check next to get proper audio pass-through? RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2018-02-07 Repost all your logs .. no crystal ball here. RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - schrackin - 2018-02-07 In the meantime, i managed to solve it. I disabled pulse audio globally, so i can use alsa instead and now it works as expected. Thanks for your help. |