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

help on installing drivers for tbs5980 on raspberry pi #256

Open
keiron26 opened this issue Jun 30, 2021 · 3 comments
Open

help on installing drivers for tbs5980 on raspberry pi #256

keiron26 opened this issue Jun 30, 2021 · 3 comments

Comments

@keiron26
Copy link

keiron26 commented Jun 30, 2021

Hi can anyone give me a list of step by step quide on building and installing drivers for tbs5980 on raspberry pi

i have followed the
git clone https://github.com/tbsdtv/media_build.git
git clone --depth=1 https://github.com/tbsdtv/linux_media.git -b latest ./media
cd media_build
make dir DIR=../media
make allyesconfig
make -j4
sudo make install
sudo reboot

also installed raspberrypi-kernel-headers, install patchutils and libproc-processtable-perl

no errors came up i could tell but it is still not showing up in tvheadend adapters

@crazycat69
Copy link

Remove kernel media modules tree before install, see install.sh script

@keiron26
Copy link
Author

Remove kernel media modules tree before install, see install.sh script

can you explain how i do that i am abit of a noob towards linux

@menzbua
Copy link

menzbua commented Jul 6, 2021

Execute theses commands:

sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/media
sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/staging/media
sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/misc/altera-stapl
sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/linux
sudo rm -r -f /lib/modules/$(uname -r)/extra

And then recompile the drivers. This is how i understand @crazycat69 suggestion.

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

3 participants