
why resurrect old unrelated topic?gcyoung wrote:A warning! I have just updated to kernel 5.4.48-gentoo and find that although a search indicates the module dvb_usn_cxusb there seems to be no way to install it under 'menuconfig'.I assume it is missing from tthe modulle collection. Can anyone advise?


you need a frontend too, try enabling CONFIG_DVB_SI2168gcyoung wrote:They were all set apart from DVB-USB which I seemed prevously unable to activate.
.
The history of this is relevant. I have been using the module with two sticks and kernel 4.19.129
for some time. When kernel-5.4.28 appeared I upgraded my computer to it, and found then that I
could not get the module installed, so I decided to stay with the earlier kernel until such time as
another kernel became current.
On the arrival of kernel-5.4.48 I tried again, but could not get DVB_USB set and the module dvb_usb_cxusb
would not get created.
Since my inital post to the forum and the reply above, on the thought that the settings in kernel-5.4.28
may have had some influence on the current kernel configuration, (YES, I KNOW i SHULD HAVE DELETED
IT EARLIER) I have deleted all trace of it, reinstalled a clean source copy of kernel 5.4.48, and on the
theory of "if it works don't fix it" I have used the .config file from the 4.19.129 kernel, done a "make clean"
and compiled the kernal afresh.
The result is that all the necessarry variables are set, and the module is loading, but the /dev/dvb/adapters
are not being created. I'm not able to deal with this at the moment, so I am reverting to the earlier
working kernel until I can. I think though, that this failure to activate has something to do with the firmware.


what is the vid and did? I'll check mine.gcyoung wrote:I have had another try at this and, quite frankly, I'm baffled. I have found that a remote controller needs to be activated, by enabling RC_CORE, before
the module (dvb_usb_cxusb) shows itself, and enabling that, although I don't use a remote, solved one problem.
However, although everything works as it should with kernel-4.19.152-gentoo, I seem unable to get it to create the adapters with my current 5.4.80-gentoo
kernel. The module loads but does not create the adapter. I have no problem with a 292e stick which works exactly as it should on both kernels.
I should like to know if anyone is using a 'mygica' stick ( which shows up as "Geniatech_T230_DVB-T/T2/C") with a gentoo 5 kernel, so that I can at least
be reassured that the later kernel is able to handle this device.


that is why I asked for the vid and did, I "hope" that if the vendor indeed changed the dev's guts, he had the basic common sense to change the did.NeddySeagoon wrote:DaggyStyle,
It looks like one of these, but vendors keep changing the guts without changing the packaging, so it might not be.


as said, I can only hope, mine works with 5.7 vanilla I thinkNeddySeagoon wrote:DaggyStyle,
I can point you at some Belkin Wireless G dongles made in three different version, with different chipsets, needing different drivers all having the same device ID. It doesn't happen often.

Code: Select all
$ cd /usr/src/linux
roy@NeddySeagoon_Static /usr/src/linux $ grep -R -i c688 ./Code: Select all
./Documentation/admin-guide/media/dvb-usb-dvbsky-cardlist.rst: - 0572:c688
./include/media/dvb-usb-ids.h:#define USB_PID_MYGICA_T230 0xc688Code: Select all
$ grep dvb-usb-ids drivers/media/usb/dvb-usb/*
drivers/media/usb/dvb-usb/dvb-usb.h:#include <media/dvb-usb-ids.h>
drivers/media/usb/dvb-usb/dw2102.c:#include <media/dvb-usb-ids.h>Code: Select all
MODULE_DESCRIPTION("Driver for DVBWorld DVB-S 2101, 2102, DVB-S2 2104, DVB-C 3101 USB2.0, TeVii S421, S480, S482, S600, S630, S632, S650, TeVii S660, S662, Prof 1100, 7500 USB2.0, Geniatech SU3000, T220, TechnoTrend S2-4600, Terratec Cinergy S2 devices");Code: Select all
DvbWorld & TeVii DVB-S/S2 USB2.0 support (NEW)