updatelee
Member
- Joined
- Jul 30, 2010
- Messages
- 11
- Reaction score
- 16
- Points
- 3
- Age
- 69
- Location
- Edmonton, Alberta, Canada
- Website
- bitbucket.org
- My Satellite Setup
-
TBS5925/6925/5980/5922/6903/6522/6908/6983, DVBSky S960, DD Cine S2
Prof 7301/7500/8000, Genpix Skywalker-1, Skystar 2 Express HD
Hauppauge 950Q/955Q/Aero/Aero-m, Kworld 330U/435v3/445v3, MyGica T230C
- My Location
- Edmonton, Alberta, Canada
I pushed a commit to v4l-updatelee that will hopefully fix that, I dont have my TBS6983 up and running right now (my remote box crashed and wont come back up lol) but the code looks right. If you dont mind giving it a try
adjust the folder names as required.
cd ~/src/UDL/v4l-updatelee
git pull
make -j10 modules
sudo modprobe -r tbsecp3
sudo make modules_install
sudo modprobe tbsecp3
That should unload the module first, then install the new one and reload the new module with the new changes. a reboot shouldnt be necessary, but maybe.
UDL
adjust the folder names as required.
cd ~/src/UDL/v4l-updatelee
git pull
make -j10 modules
sudo modprobe -r tbsecp3
sudo make modules_install
sudo modprobe tbsecp3
That should unload the module first, then install the new one and reload the new module with the new changes. a reboot shouldnt be necessary, but maybe.
UDL