1 ... 4 5 [6] MLD-5.x / Systems / x86 Systeme (PC) / (MLD 5.4 testing) dvb-mb does it work?
 

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #75 on: January 04, 2020, 00:06:51 »
That might help?

Code: [Select]
MLD> lsmod
Module                  Size  Used by    Tainted: G 
w83627ehf              49152  0
hwmon_vid              16384  1 w83627ehf
i2c_dev                24576  0
stv6110x               20480  1
i915                 2076672  2
stv090x                77824  1
snd_hda_codec_realtek   106496  1
snd_hda_codec_generic    86016  1 snd_hda_codec_realtek
ledtrig_audio          16384  2 snd_hda_codec_realtek,snd_hda_codec_generic
snd_hda_intel          40960  0
saa716x_dvb            53248  1
cx24117                32768  1 saa716x_dvb
snd_hda_codec         122880  3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
saa716x_core           73728  1 saa716x_dvb
video                  45056  1 i915
tas2101                24576  1 saa716x_dvb
dvb_core              135168  2 saa716x_dvb,saa716x_core
drm_kms_helper        167936  1 i915
snd_hda_core           69632  4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec
mc                     53248  1 dvb_core
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               102400  3 snd_hda_intel,snd_hda_codec,snd_hda_core
drm                   454656  4 i915,drm_kms_helper
coretemp               20480  0
snd_timer              36864  1 snd_pcm
r8169                  86016  0
i2c_i801               32768  0
snd                    86016  7 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer

I will re-install the non working package and try to load the needed modules manually.

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #76 on: January 04, 2020, 00:19:17 »
Code: [Select]
MLD> modprobe saa716x_dvb
modprobe: module saa716x_dvb not found in modules.dep

So, that is the problem?
saa716x_dvb module was removed too after applying the patch?
« Last Edit: January 04, 2020, 00:22:02 by gr4vity »

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20122
    • View Profile
    • ClausMuus.de
(MLD 5.4 testing) dvb-mb does it work?
« Reply #77 on: January 06, 2020, 15:22:53 »
After a long time of search, I found the reson for the missing saa716x_dvb module. There is a bug in the makefile of dvb-mb sources. It do not use its own .config file, but the config of the kernel. But in the kernel config this driver is disabled (I don't know why).
I don't know how to fix the dvb-mb makefile, but enable the driver in the kernel makefile for a test. Now you can try the unstable dvb-mb package.
Later I will activate the driver in the kernel makefile as hotfix.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #78 on: January 06, 2020, 16:23:49 »
Thanks a lot Claus for your effort.
I know this device is bit hard to make it work as it's not supported by mainline kernel
(maybe that's why saa716x_dvb is disabled in kernel .config)
The thing is saa716x_dvb module is compiled just fine without applying the patch.  :-\
Unfortunately my kernel is 5.3.11.202.34 MLD unstable uses 5.3.11.202.33.
I can restore MLD testing snapshot, is it possible to build dvb-mb package for testing?


Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20122
    • View Profile
    • ClausMuus.de
(MLD 5.4 testing) dvb-mb does it work?
« Reply #79 on: January 06, 2020, 17:21:05 »
I have now checkin the changes on the kernel config. If you now rebuild your kernel and dvb-mb package, you will get the driver also with enabled patch. In a view hours you can also use the testing kernel and dvb-mb package. And maybe also the dvb package will work for your dvb card.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #80 on: January 06, 2020, 17:42:53 »
No problem, i can wait till dvb-mb package is available for testing then i will restore a testing snapshot.
By the way, if you check my previous post, there are other needed modules
like cx24117, tas2101.

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20122
    • View Profile
    • ClausMuus.de
(MLD 5.4 testing) dvb-mb does it work?
« Reply #81 on: January 06, 2020, 17:48:43 »
That modules will be also available.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20122
    • View Profile
    • ClausMuus.de
(MLD 5.4 testing) dvb-mb does it work?
« Reply #82 on: January 06, 2020, 18:02:45 »
Now you can test the testing kernel and the dvb and also the dvb-mb package.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #83 on: January 06, 2020, 18:58:19 »
Well done Claus  :)
The dvb card works with dvb and dvb-mb packages, Vielen Dank!
I will stick with dvb-mb though.

Code: [Select]
MLD> dvb-fe-tool
Device STV090x Multistandard (/dev/dvb/adapter0/frontend0) capabilities:
     CAN_2G_MODULATION
     CAN_FEC_AUTO
     CAN_INVERSION_AUTO
     CAN_MULTISTREAM
     CAN_QPSK
DVB API Version 5.11, Current v5 delivery system: DVBS2
Supported delivery systems:
     DVBS
    [DVBS2]
     DSS
SEC: set voltage to OFF
ERROR    FE_SET_VOLTAGE: Operation not permitted

I see no saa716x_dvb module because it was renamed to saa716x_budget.

« Last Edit: January 06, 2020, 19:14:49 by gr4vity »

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #84 on: January 06, 2020, 19:16:13 »
Oh sorry  :)
It's :
saa716x_budget in dvb package.
saa716x_dvb in dvb-mb package.

There was a difficulty removing dvb package because there is no /etc/modprobe.d/custom.conf.
« Last Edit: January 06, 2020, 19:19:44 by gr4vity »

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #85 on: January 06, 2020, 22:51:58 »


Too bad Technisat stopped producing this dvb card, it's one of my favorites.
Anyway, if anyone still interested to buy it, perhaps you find a used card on ebay.de.

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #86 on: August 25, 2020, 18:05:57 »
Hi Claus,

What does dvb-mb remove mc patch do?
I don't really remember.
Does it cause a problem with USB headphones?
That's it?

Br.

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #87 on: August 26, 2020, 00:01:20 »
I want to know what does the patch do coz v4l2loopback module depends on mc.
Does it explain why it didn't work when p3f build it?

Br.
« Last Edit: August 26, 2020, 01:57:59 by gr4vity »

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20122
    • View Profile
    • ClausMuus.de
(MLD 5.4 testing) dvb-mb does it work?
« Reply #88 on: August 26, 2020, 11:09:59 »
maybe.
The mc part of the dvb-mb Sources is not compatible to the actual kernel. So the patch remove it and use the mc part of the kernel (or disable all depends, I don't remember).
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline gr4vity

  • Expert Member
  • *****
  • Posts: 604
    • View Profile
(MLD 5.4 testing) dvb-mb does it work?
« Reply #89 on: August 26, 2020, 15:46:04 »
Hi Claus,

What if i replaced dvb-mb mc source with kernel source then build dvb-mb?
Will it work?

If it worked i'll have 2 mc modules then i can just delete one of them or keep them both, i dunno.  :)

Br.
« Last Edit: August 26, 2020, 17:13:41 by gr4vity »

1 ... 4 5 [6] MLD-5.x / Systems / x86 Systeme (PC) / (MLD 5.4 testing) dvb-mb does it work?
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.