-
Notifications
You must be signed in to change notification settings - Fork 81
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
problem with drivers on debian #261
Comments
Use media_build branch extra (default now) and install.sh for compiling/install. |
Thanks for the orientation, just got it right. [ 8.873874] videodev: Linux video capture interface: v2.00 |
Don't worry about this msgs. Some SoC specific drivers (camera controller) not loaded because v4l2 core drivers replaced |
@tokenativo do you use a proprietary nvidia driver in Ubuntu ? |
Nope, actually I did it on my Raspberry Pi @elkizana |
Hello again:)
my ubuntu broken after update to 21.10, so decide to install debian testing with kernel 5.14.
installation was without problems but:
[ 3.603072] WARNING: You are using an experimental version of the media stack. As the driver is backported to an older kernel, it doesn't offer enough quality for its usage in production. Use it with care. Latest git patches (needed if you report a bug to [email protected]): 91b94c9ed5293cd54b03137d7e0038cf998aca6f Merge branch 'tbsdtv_linux_media/master' into tbsdtv_linux_media/latest [ 3.603372] snd_usb_audio: disagrees about version of symbol media_devnode_remove [ 3.603374] snd_usb_audio: Unknown symbol media_devnode_remove (err -22) [ 3.603517] snd_usb_audio: disagrees about version of symbol media_create_intf_link [ 3.603518] snd_usb_audio: Unknown symbol media_create_intf_link (err -22) [ 3.603520] snd_usb_audio: disagrees about version of symbol media_create_pad_link [ 3.603521] snd_usb_audio: Unknown symbol media_create_pad_link (err -22) [ 3.603628] snd_usb_audio: disagrees about version of symbol media_entity_pads_init [ 3.603629] snd_usb_audio: Unknown symbol media_entity_pads_init (err -22) [ 3.603645] snd_usb_audio: disagrees about version of symbol media_remove_intf_link [ 3.603645] snd_usb_audio: Unknown symbol media_remove_intf_link (err -22) [ 3.603700] snd_usb_audio: disagrees about version of symbol media_device_delete [ 3.603701] snd_usb_audio: Unknown symbol media_device_delete (err -22) [ 3.603724] snd_usb_audio: disagrees about version of symbol media_devnode_create [ 3.603725] snd_usb_audio: Unknown symbol media_devnode_create (err -22) [ 3.603743] snd_usb_audio: disagrees about version of symbol media_device_usb_allocate [ 3.603744] snd_usb_audio: Unknown symbol media_device_usb_allocate (err -22)
sound and vaapi works so there is no problem with that but when i upgrade some other packages who needs update initramfs, after restart drivers are broken with issues from here #240 !!! cec problems, no sound, no vaapi ;(
so i start to think maybe im compiling wrong those drivers so only few persons have problems (or only few persons is using)
question is how properly compile this drivers using this wiki https://github.com/tbsdtv/linux_media/wiki or maybe use only install script https://github.com/tbsdtv/media_build/blob/extra/install.sh ??? -maybe you should update wiki
if this is no problem with compiling what distro or kernel you suggest? need to back few years old distro and old kernel?
The text was updated successfully, but these errors were encountered: