Package Details: tbsecp3-driver-git-dkms r20210710.060305.7d89106-3

Git Clone URL: https://aur.archlinux.org/tbsecp3-driver-git-dkms.git (read-only, click to copy)
Package Base: tbsecp3-driver-git-dkms
Description: TBSECP3 driver - standalone version (DKMS)
Upstream URL: https://github.com/AlexanderS/tbsecp3-driver
Licenses: GPL2
Conflicts: tbs-dvb-drivers, tbs-linux_media-git, tbs-linux_media-git-dkms, tbsecp3-driver-git
Provides: tbsecp3-driver-git
Submitter: AlexanderS
Maintainer: None
Last Packager: AlexanderS
Votes: 10
Popularity: 0.000001
First Submitted: 2018-10-07 23:07 (UTC)
Last Updated: 2023-02-24 10:55 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

ck2katAUR commented on 2020-03-26 11:35 (UTC)

Hi AlexanderS This morning a 'pacman -Syu' updated my kernel from linux-hardened 5.5.11.a-1 to 5.5.13.a-1 (nothing else), DKMS re-built this package & then I re-booted. No errors were reported by journalctl -b (nor by dmesg). lspci -vnn now states 'kernel driver in use: TBSECP3 driver' for the TBS6281E. I can now perform a dvbv5-scan OK. This was completed before I read your last comment so I haven't followed it - so far. For my own purposes here, I am now ready to continue learning Arch+ZFS+Samba+MythTV+etc! Thank you for your attention. I will continue to monitor comments here in case there are further developments. Stay healthy.

AlexanderS commented on 2020-03-26 10:24 (UTC)

@ck2katAUR: The missing symbols are part of dvb-core. This should be loaded automatically, but you could try to modprobe dvb-core manually.

ck2katAUR commented on 2020-03-25 21:34 (UTC)

Hi again AlexanderS. I had a go a re-building and it appeared to go OK, but the new driver will not insert. Modprobe issues error 'Unknown symbol in module' and dmesg states; [ 3.937577] tbsecp3: Unknown symbol dvb_dmxdev_init (err -2) [ 3.937588] tbsecp3: Unknown symbol dvb_ca_en50221_init (err -2) [ 3.937602] tbsecp3: Unknown symbol dvb_register_adapter (err -2) [ 3.937611] tbsecp3: Unknown symbol dvb_dmx_swfilter_packets (err -2) [ 3.937621] tbsecp3: Unknown symbol dvb_dmx_release (err -2) [ 3.937629] tbsecp3: Unknown symbol dvb_ca_en50221_release (err -2) [ 3.937638] tbsecp3: Unknown symbol dvb_net_init (err -2) [ 3.937647] tbsecp3: Unknown symbol dvb_dmxdev_release (err -2) [ 3.937655] tbsecp3: Unknown symbol dvb_frontend_detach (err -2) [ 3.937661] tbsecp3: Unknown symbol dvb_net_release (err -2) [ 3.937669] tbsecp3: Unknown symbol dvb_unregister_frontend (err -2) [ 3.937676] tbsecp3: Unknown symbol dvb_register_frontend (err -2) [ 3.937683] tbsecp3: Unknown symbol dvb_unregister_adapter (err -2) [ 3.937689] tbsecp3: Unknown symbol dvb_dmx_init (err -2) I re-tried with a completely fresh git clone but got the same result. I am now stuck at this point. Can you help?

AlexanderS commented on 2020-03-25 15:34 (UTC)

@ck2katAUR: I updated the driver with the files from the upstream repo. It should now build again with the current kernel.

ck2katAUR commented on 2020-03-24 21:48 (UTC)

Further to my earlier comment, I did a post on the Arch forum. See; https://bbs.archlinux.org/viewtopic.php?id=253940 . @loqs has kindly suggested a cause, i.e; "i2c_new_dummy() was removed with https://github.com/torvalds/linux/commit/2c2f00ab1641895183488ff2bce53c415344fb87" and offered a patch. @AlexanderS; respecting your good self as the maintainer of this package, do you wish to take this forward? I would prefer to watch and learn from those who are far more experienced then me!

ck2katAUR commented on 2020-03-24 17:11 (UTC)

DKMS re-build fails after 'pacman -Syu' upgrade that includes linux-hardened update from 5.4.25.a-2 to 5.5.11.a-1. DKMS make.log indicates compilation error in; dvb-frontends/mn88436.c line:1386; "error: implicit declaration of function i2c_new_dummy" tbsecp3 module will not install & load now.