| Summary: | linux kernel upgrade to 5.17.1 Kaffeine 2.0.18 fails to read DVB device | ||
|---|---|---|---|
| Product: | [Applications] kaffeine | Reporter: | Avid <aviddaye> |
| Component: | general | Assignee: | Mauro Carvalho Chehab <mchehab> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Avid
2022-04-11 03:58:42 UTC
That sounds a Kernel regression. What device? Please post the information from dmesg when the driver gets probed and used. kernel: tveeprom: Hauppauge model 165101, rev B4I6, serial# 4036109885 kernel: tveeprom: MAC address is 00:0d:fe:92:26:3d kernel: tveeprom: tuner model is SiLabs Si2157 (idx 186, type 4) kernel: tveeprom: TV standards NTSC(M) ATSC/DVB Digital (eeprom 0x88) kernel: tveeprom: audio processor is CX23888 (idx 40) kernel: tveeprom: decoder processor is CX23888 (idx 34) kernel: tveeprom: has no radio kernel: cx23885: cx23885[1]: hauppauge eeprom: model=165101 kernel: cx25840 6-0044: cx23888 A/V decoder found @ 0x88 (cx23885[1]) kernel: cx25840 6-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) kernel: cx23885: cx23885[1]: registered device video1 [v4l2] kernel: cx23885: cx23885[1]: registered device vbi1 kernel: cx23885: cx23885[1]: alsa: registered ALSA audio device kernel: cx23885: cx23885_dvb_register() allocating 1 frontend(s) kernel: cx23885: cx23885[1]: cx23885 based dvb card kernel: cx23885: dvb_register(): board=57 port=1 kernel: si2157 5-0060: Silicon Labs Si2147/2148/2157/2158 successfully attached kernel: cx23885: dvb_register(): QUADHD_ATSC analog setup kernel: dvbdev: DVB: registering new adapter (cx23885[1]) kernel: cx23885 0000:06:00.0: DVB: registering adapter 2 frontend 0 (LG Electronics LGDT3306A VSB/QAM Frontend)... kernel: cx23885: cx23885_dvb_register() allocating 1 frontend(s) kernel: cx23885: cx23885[1]: cx23885 based dvb card (In reply to Mauro Carvalho Chehab from comment #1) > That sounds a Kernel regression. What device? Please post the information > from dmesg when the driver gets probed and used. Done. (In reply to Avid from comment #2) > kernel: si2157 5-0060: Silicon Labs Si2147/2148/2157/2158 successfully > attached Ok, there's a regression on this tuner. I submitted the patches today for upstream merge today: https://lore.kernel.org/linux-media/20220411233714.448cdc01@coco.lan/ hopefully in time for 5.17.2. You can also pick it from: https://git.linuxtv.org/media_tree.git/commit/?h=fixes&id=3ae87d2f25c0e998da2721ce332e2b80d3d53c39 (In reply to Mauro Carvalho Chehab from comment #4) > (In reply to Avid from comment #2) > > > kernel: si2157 5-0060: Silicon Labs Si2147/2148/2157/2158 successfully > > attached > > Ok, there's a regression on this tuner. I submitted the patches today for > upstream merge today: > https://lore.kernel.org/linux-media/20220411233714.448cdc01@coco.lan/ > hopefully in time for 5.17.2. > > You can also pick it from: > https://git.linuxtv.org/media_tree.git/commit/ > ?h=fixes&id=3ae87d2f25c0e998da2721ce332e2b80d3d53c39 Thank-you. I confirm the bugfix in linux kernel 5.17.3-arch1-1 #1 SMP PREEMPT Thu, 14 Apr 2022 01:18:36 +0000 x86_64 GNU/Linux works with Kaffeine 2.0.18 with my device. |