aktualisiert

This commit is contained in:
2019-10-18 21:23:53 +02:00
parent 3731b1551b
commit 94a997cd5d
33 changed files with 6915 additions and 897 deletions

16
vdr-reload.sh Normal file
View File

@@ -0,0 +1,16 @@
sudo service vdr stop
cd ~/src/vdr/dvbsky-current
sudo make rmmod
sudo make rmmod
sudo rmmod cx2341x
sudo rmmod v4l2_common
sudo rmmod videobuf2_core
sudo rmmod videobuf2_v4l2
sudo rmmod videobuf2_core
sudo make rmmod
sudo modprobe cx2341x cx23885 videobuf2_v4l2 cx25840 videobuf2_v4l2 videobuf2_core
sudo service vdr start