linux64
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux64 [2026/05/30 13:40] – [Hauppauge WinTV Dual HD] bengt | linux64 [2026/06/01 09:43] (current) – [Moving boot disk from sata to m.2] bengt | ||
|---|---|---|---|
| Line 49: | Line 49: | ||
| Standard users https:// | Standard users https:// | ||
| - | ==== TBS 6280 PCIe DVB-T2 ==== | ||
| - | |||
| - | A PCIe card for recording DVB-T2 TV. Linux driver support from the manufacturer, | ||
| - | |||
| - | You will need to disable secure boot in bios for uefi boot to load 3rd party drivers. Maybe solved by selecting "Other OS" instead of " | ||
| - | |||
| - | Roughly following https:// | ||
| - | dnf install kernel-headers kernel-devel | ||
| - | mkdir tbs | ||
| - | cd tbs | ||
| - | wget http:// | ||
| - | unzip tbs-linux-drivers_v170330.zip | ||
| - | tar xvjf linux-tbs-drivers.tar.bz2 | ||
| - | cd linux-tbs-drivers/ | ||
| - | ./ | ||
| - | make -j6 | ||
| - | mv / | ||
| - | make install | ||
| - | reboot | ||
| - | dmesg | grep DVB | ||
| - | The cards should be possible to configure in mythtvsetup now. After kernel upgrades you will need to remove the " | ||
| - | |||
| - | Nowadays it seems like like using the open source drivers at https:// | ||
| - | dnf install perl-Proc-ProcessTable patchutils | ||
| - | mkdir tbs && cd tbs | ||
| - | git clone https:// | ||
| - | git clone --depth=1 https:// | ||
| - | cd media_build | ||
| - | make dir DIR=../ | ||
| - | make distclean | ||
| - | make -j6 | ||
| - | mv / | ||
| - | make install | ||
| - | reboot | ||
| - | |||
| - | Install firmware: | ||
| - | wget http:// | ||
| - | tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C / | ||
| - | |||
| - | Update using: (Does not work anymore since kernel 5.7.15) | ||
| - | cd tbs/media | ||
| - | git remote update && git pull | ||
| - | git clean -ffdx | ||
| - | cd ../ | ||
| - | git remote update && git pull | ||
| - | git clean -ffdx | ||
| - | make dir DIR=../ | ||
| - | make distclean | ||
| - | echo -e "# | ||
| - | sed -i '/ | ||
| - | make -j6 # I actually tried compiling without disabling OV9650, then I had to run "make distclean" | ||
| - | sudo mv / | ||
| - | sudo make install | ||
| - | sudo reboot | ||
| - | |||
| - | I've really had issues with kernel 5.7, in the forum they suggest to download precompiled files instead which does not work either. Failed the same way as the compilation for 5.7.15 did. Therefor I eventually decided to try: | ||
| ==== Hauppauge WinTV Dual HD ==== | ==== Hauppauge WinTV Dual HD ==== | ||
| Line 134: | Line 78: | ||
| Removed a kernel and tried this instead: | Removed a kernel and tried this instead: | ||
| - | echo -e ' | + | # echo -e ' |
| - | dracut --force | + | # |
| + | Then clone again. Remove sata and boot from nvme to check that it works. This time it did. Then boot livecd again, install gparted and use this to expand /boot and move and expand / putting the swap at the end as well. Reboot | ||
| - | Then clone again. Remove sata and boot from nvme to check that it works. This time it did. | + | Also took the time to get new rescue images as my old ones were from 2016, remove old vmlinuz/ |
| - | + | # / | |
| - | Then boot livecd again, | + | |
| Line 222: | Line 166: | ||
| More info on rpmfusion drivers: | More info on rpmfusion drivers: | ||
| https:// | https:// | ||
| + | |||
| + | ==== TBS 6280 PCIe DVB-T2 [old] ==== | ||
| + | |||
| + | A PCIe card for recording DVB-T2 TV. Linux driver support from the manufacturer, | ||
| + | |||
| + | You will need to disable secure boot in bios for uefi boot to load 3rd party drivers. Maybe solved by selecting "Other OS" instead of " | ||
| + | |||
| + | Roughly following https:// | ||
| + | dnf install kernel-headers kernel-devel | ||
| + | mkdir tbs | ||
| + | cd tbs | ||
| + | wget http:// | ||
| + | unzip tbs-linux-drivers_v170330.zip | ||
| + | tar xvjf linux-tbs-drivers.tar.bz2 | ||
| + | cd linux-tbs-drivers/ | ||
| + | ./ | ||
| + | make -j6 | ||
| + | mv / | ||
| + | make install | ||
| + | reboot | ||
| + | dmesg | grep DVB | ||
| + | The cards should be possible to configure in mythtvsetup now. After kernel upgrades you will need to remove the " | ||
| + | |||
| + | Nowadays it seems like like using the open source drivers at https:// | ||
| + | dnf install perl-Proc-ProcessTable patchutils | ||
| + | mkdir tbs && cd tbs | ||
| + | git clone https:// | ||
| + | git clone --depth=1 https:// | ||
| + | cd media_build | ||
| + | make dir DIR=../ | ||
| + | make distclean | ||
| + | make -j6 | ||
| + | mv / | ||
| + | make install | ||
| + | reboot | ||
| + | |||
| + | Install firmware: | ||
| + | wget http:// | ||
| + | tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C / | ||
| + | |||
| + | Update using: (Does not work anymore since kernel 5.7.15) | ||
| + | cd tbs/media | ||
| + | git remote update && git pull | ||
| + | git clean -ffdx | ||
| + | cd ../ | ||
| + | git remote update && git pull | ||
| + | git clean -ffdx | ||
| + | make dir DIR=../ | ||
| + | make distclean | ||
| + | echo -e "# | ||
| + | sed -i '/ | ||
| + | make -j6 # I actually tried compiling without disabling OV9650, then I had to run "make distclean" | ||
| + | sudo mv / | ||
| + | sudo make install | ||
| + | sudo reboot | ||
| + | |||
| + | I've really had issues with kernel 5.7, in the forum they suggest to download precompiled files instead which does not work either. Failed the same way as the compilation for 5.7.15 did. Therefor I eventually decided to try usb instead. See above. | ||
| + | |||
| ===== Services ===== | ===== Services ===== | ||
linux64.1780148419.txt.gz · Last modified: by bengt