Moderator Control Panel ]

tbs-open-linux-drivers_v20210204 kernel 5.3

It's important to keep your driver and software updated.

tbs-open-linux-drivers_v20210204 kernel 5.3

Postby MrEd » Tue Mar 23, 2021 4:03 pm

Hi,

I switch from kernel 4.12.14-lp151.28.91 to 5.3.18-lp152.66-preempt (opensuse 15.2).
Previously, with some home made patches, I used tbs-linux-drivers_v170330. Everything was OK.
Now, because of kernel 5 directories, I'd like to use tbs-open-linux-drivers_v20210204.zip.
Unfortunately, after modules were compiled and installed, I lost functionalities. Not on the TBS card which works well, but in others modules.
I lost snd_usb_audio but, hopefully, I was able to rebuild it but I don't know if I do that all time a new kernel will be published...
I lost /dev/video0 (my webcam) and didn't see how recover...
I'm afraid there are other modules, I don't use for now, impacted by this driver distribution...

Is anybody experienced the same issue?
Is it a way to avoid it?
Is somebody knows how to get a working /dev/video0 again?

KR,
MrEd
MrEd
 
Posts: 4
Joined: Mon Mar 22, 2021 10:59 pm

Re: tbs-open-linux-drivers_v20210204 kernel 5.3

Postby zhangchao » Wed Mar 24, 2021 3:30 pm

hi

please add skype jack_2431 , and setup teamviewer ,i will check .

best regards!
zhangchao
 
Posts: 95
Joined: Thu Jan 17, 2013 4:59 pm

Re: tbs-open-linux-drivers_v20210204 kernel 5.3

Postby MrEd » Mon Aug 23, 2021 9:02 pm

Hi,

Very sorry for this late late answer, but I should say everything is working fine :D . My mistake was I didn't delete the media directory :oops: but move it too close...
Also, in the script I run when kernel is updated, I also delete v4l/Makefile and install.sh because if I don't do that after tar extract, auto update from server doesn't work.
Don't know how to tag my issue fixed :mrgreen: , it works for months and many kernel upgrades!

Many Thanks,
MrEd

Code: Select All Code
# trucs et astuces a utiliser avec un nouveau systeme
rm -rf media_build
tar xvf media_build-2021-02-04.tar.bz2
cd media_build
make distclean
# rm, sinon empeche l'update...
# d'autres fichiers a ajouter eventuellement... mais tant que l'archive source
# est identique, il ne devrait pas y avoir de changement...
rm v4l/Makefile install.sh
./build
# *elimination* des anciens modules de l'arboresence consideree
# ne surtout pas deplacer *dans* l'arborescence
cd /lib/modules/`uname -r`/kernel/drivers
mv media ../../../oldmedia-`uname -r`
cd -
# installation des nouveaux modules
make install
# au prochain redemarrage, ce doit etre correct ;-)
#reboot
MrEd
 
Posts: 4
Joined: Mon Mar 22, 2021 10:59 pm


Return to Driver & Software Update

Who is online

Users browsing this forum: No registered users and 10 guests