-
Notifications
You must be signed in to change notification settings - Fork 125
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
Comments
This is a community extension, might be helpful to reach out to the maintainer mentioned in the maintainers file |
I'm able to reproduce as it does indeed seem like not everything needed was loaded/included. Those errors seem to be mostly v4l2 related, so my guess is that the extension is missing some of the needed modules or it just might need more modules to be added to machine config to load them. EDIT: I really wish I could just add another extension that I had built myself but it will reject it due to the unavailable key so to test this properly I need to compile the whole kernel. |
Thank you both. I'm not sure I can but please let me know if I can help @samip5. I've been looking more at the PR for the extension to see what's included and it looks like the firmware for one version of the dualHD tuner was included but I have the newer one (2040:8265) which wasn't. Would it be possible to add that as well please? It's available from https://github.com/CoreELEC/dvb-firmware/blob/master/firmware/dvb-demod-si2168-d60-01.fw Reference: https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-dualHD |
This comment was marked as outdated.
This comment was marked as outdated.
It seems that the modules.dep does exist, so I'm confused as to why it couldn't do the thing.. I'm somewhat confused. |
did you include the v4l extension too https://github.com/siderolabs/extensions/tree/main/drivers/v4l-uvc? |
I did not. 🤦 |
Okay after including v4l-uvc, now it's complaining about other things..
|
have to dig more to see which module provides them and add those |
Yeah, found them by this nice utility: https://elixir.bootlin.com/linux/v6.11.3/A/ident/snd_pcm_new :) Related PR: #575 |
The firmware missing shouldn't make it completely not work, as it should still be recognized and use the firmware on the card instead. |
Ok, thank you. Happy to see how it is with your new changes and go from there |
@SniperAsh6 If you want to test drive, you can use something like this to generate new ISO: docker run --rm -t -v $PWD/_out:/out ghcr.io/siderolabs/imager:v1.9.1 iso --arch amd64 --system-extension-image registry.skysolutions.fi/library/talos/dvb-cx23885:v1.9.1 |
@samip5 Sorry for the late reply. I don't think I've got a good way of testing it like this I'm afraid so I may have to wait until it's merged to test but thank you |
You can test more easilly by going to https://factory.kryptonian.dev and choosing 1.9.2 and my dvb extension when it lists the extensions as it does list mine too. |
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
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?
The text was updated successfully, but these errors were encountered: