Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DVB extension - unknown symbol errors + potentially adding other products #566

Open
SniperAsh6 opened this issue Dec 24, 2024 · 1 comment

Comments

@SniperAsh6
Copy link

I'm hoping to use a dualHD from Hauppauge (USB tuner) with Talos and hoped the new DVB extension would enable that but attempting to use it results in a whole host of Unknown symbol errors ultimately resulting in an error loading the module

Only a snippet of errors but they're variants of

cx2341x: Unknown symbol v4l2_ctrl_handler_init_class (err -2)
cx2341x: Unknown symbol v4l2_ctrl_query_fill (err -2)
cx2341x: Unknown symbol v4l2_ctrl_handler_setup (err -2)
cx2341x: Unknown symbol __v4l2_ctrl_grab (err -2)
cx2341x: Unknown symbol v4l2_ctrl_new_custom (err -2)
cx2341x: Unknown symbol v4l2_ctrl_new_std_menu (err -2)
cx2341x: Unknown symbol v4l2_ctrl_get_menu (err -2)
cx2341x: Unknown symbol v4l2_ctrl_activate (err -2)
cx2341x: Unknown symbol v4l2_ctrl_new_std (err -2)
cx2341x: Unknown symbol v4l2_ctrl_g_ctrl (err -2)
cx2341x: Unknown symbol v4l2_ctrl_handler_free (err -2)
cx2341x: Unknown symbol v4l2_ctrl_cluster (err -2)
...
[talos] controller failed {"component": "controller-runtime", "controller": "runtime.KernelModuleSpecController", "error": "error loading module \"cx23885\": load cx23885 failed: no such file or directory"}

Any pointers would be appreciated please but I expect I'm barking up the wrong tree with using a product the extension doesn't support anyway and so would it be something which could be added to the extension or should it be one in its own right?

@frezbo
Copy link
Member

frezbo commented Dec 24, 2024

This is a community extension, might be helpful to reach out to the maintainer mentioned in the maintainers file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants