Search found 8 matches
- Tue Apr 30, 2019 1:23 am
- Forum: Deutsch
- Topic: SAT-TV Server
- Replies: 180
- Views: 70816
Re: SAT-TV Server
Update 29.5.2015 Ich möchte hier ein Projekt vorstellen, das bei mir seit längerem erfolgreich im Einsatz ist und das ich jetzt für eine Veröffentlichung vorbereitet habe. Ich wähle dafür das deutschsprachige Forum, weil das Programm für den deutschen Astra 19.2E Satellitenempfang vorkonfiguriert i...
- Sun Aug 05, 2018 11:31 am
- Forum: Troubleshooting
- Topic: My RPi won’t enter Raspbian desktop anymore
- Replies: 4
- Views: 438
- Sun Aug 05, 2018 1:51 am
- Forum: Troubleshooting
- Topic: My RPi won’t enter Raspbian desktop anymore
- Replies: 4
- Views: 438
My RPi won’t enter Raspbian desktop anymore
Hello, up until last week my RPi 3 with Stretch (but the 1st Stretch version i did not update those few new versions) worked brilliant, then it suddenly won’t enter into Raspbian desktop anymore. There weren’t any problems, it worked flawlessly, and now it stucks in between the boot sequence and the...
- Tue Oct 10, 2017 11:12 pm
- Forum: Raspberry Pi OS
- Topic: Tutorial: Compile VLC with HW acceleration - Jessie, RPi 2/3
- Replies: 404
- Views: 244293
Re: Tutorial: Compile VLC with HW acceleration - Jessie, RPi 2/3
Compiling with multiple cores uses a lot of memory. Close as many applications as possible and use only 3 cores (-j 3). Chromium is a memory hog and many web pages are so badly designed that they use lots of memory in the browser. I used make -j3 during the compiling. I always wondered what that -j...
- Tue Oct 10, 2017 9:29 pm
- Forum: Raspberry Pi OS
- Topic: Tutorial: Compile VLC with HW acceleration - Jessie, RPi 2/3
- Replies: 404
- Views: 244293
Re: Tutorial: Compile VLC with HW acceleration - Jessie, RPi 2/3
Yep, i tried it also and it‘s working! Thanks Mike! Oh, and a notice, takes almost 2 hours to compile lol And one more tip from me, close every running app/program, i had Chrome opened during the compiling and it froze, so i had to switch my RPi off. I hate Stretch... Everything works so horrible an...
- Tue Jul 25, 2017 3:55 am
- Forum: Beginners
- Topic: Patching Skystar USB 2 HD CI
- Replies: 2
- Views: 1673
Re: Patching Skystar USB 2 HD CI
Edit: I just found the source of your information: https://www.linuxtv.org/wiki/index.php/Technisat_SkyStar_USB_2_HD_CI You need a patched driver which has to be compiled from source, after adding the patch. Not an easy task for a beginner. Yep, the info is from the linuxtv site where i saw what i ...
- Mon Jul 24, 2017 6:48 pm
- Forum: Beginners
- Topic: Patching Skystar USB 2 HD CI
- Replies: 2
- Views: 1673
Patching Skystar USB 2 HD CI
Hello everyone here! I am a total newbie with this Raspberry Pi thingy, and i need help. I have a Technisat Skystar USB 2 HD CI rev2.0, and i need to patch it with a rejected patch in order that it can function properly (that it can scan DVB-S2 frequencies), but i don't know how to do that simply be...
- Sat Jul 22, 2017 9:55 pm
- Forum: Device Tree
- Topic: lirc_rpi.c won't compile under latest media_tree & 4.9.28v7+
- Replies: 28
- Views: 9016
Re: lirc_rpi.c won't compile under gcc 7.1.0 & kernel 4.9.28
@6by9 "media_build is the absolute latest and greatest V4L2 and DVB development tree. That is what will be going in to kernel 4.12. RPi is currently using 4.9 as that is the current latest that has been blessed with Long Term Support (LTS) status so should be maintained for several (2 IIRC) ye...