|
Bugzilla – Full Text Bug Listing |
| Summary: | dvb-s2 card not usable anymore with kernel 6.5 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Michael Zapf <Michael.Zapf> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | Gerhard, ivan.ivanov, jslaby, stakanov |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Zapf
2023-09-12 21:08:46 UTC
Most probably this[1] will fix it. [1] https://lore.kernel.org/lkml/20230908092035.3815268-2-gregkh@linuxfoundation.org/ I confirm this with a system running a dvb-s card Montage Technology M88RS6000 based Hauppauge card. The symptoms were already present way before only intermittently. Kaffeine states: Card not connected When trying to open a channel, it gives: "no suitable card found or access permissions are erroneous" [ 8.929860] failing symbol_get of non-GPLONLY symbol m88ds3103_attach. [ 8.931462] failing symbol_get of non-GPLONLY symbol m88ds3103_attach. [ 8.931463] DVB: Unable to find symbol m88ds3103_attach() [ 8.931466] cx23885: cx23885[0]: frontend initialization failed [ 8.931468] cx23885: cx23885_dvb_register() dvb_register failed err = -22 [ 8.931470] cx23885: cx23885_dev_setup() Failed to register dvb adapters on VID_B [ 8.931472] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 8.931473] cx23885: cx23885[0]: cx23885 based dvb card [ 8.940060] i2c i2c-13: Added multiplexed i2c bus 16 [ 8.940062] si2168 13-0064: Silicon Labs Si2168-B40 successfully identified [ 8.940064] si2168 13-0064: firmware version: B 4.0.2 [ 8.943227] si2157 14-0060: Silicon Labs Si2157 successfully attached So no error message, but apparently the card it finds is not the right one (montage) but the DVB-T one (silicon) The card is mentioned here: https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-5525 (In reply to Ivan Ivanov from comment #1) > Most probably this[1] will fix it. > > [1] > https://lore.kernel.org/lkml/20230908092035.3815268-2-gregkh@linuxfoundation. > org/ Hello Ivan. with which kernel version will this fix be integrated in the kernel, do you happen to know? Just to know when we have to look for the outcome and report back. Thank you. It's in 6.5.3 which is heading to factory soon. https://build.opensuse.org/request/show/1110855 You can check with Kernel:stable in the meantime. *** Bug 1215358 has been marked as a duplicate of this bug. *** (In reply to Jiri Slaby from comment #4) > It's in 6.5.3 which is heading to factory soon. > > https://build.opensuse.org/request/show/1110855 > > You can check with Kernel:stable in the meantime. I confirm that the update: 6.5.3-1-default #1 SMP PREEMPT_DYNAMIC restores functionality. Thank you for fixing lightning fast, outstanding! |