This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Where is pcsensor located? | |
PCSENSOR="/usr/local/bin/pcsensor" | |
if [ ! -e ${PCSENSOR} ]; then | |
echo "Cannot find pcsensor executable" >&2 | |
exit -1 | |
fi | |
case $1 in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# /etc/init.d/dvbc-switch | |
### BEGIN INIT INFO | |
# Provides: dvbc-switch | |
# Required-Start: $local_fs $remote_fs udev | |
# Required-Stop: | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Switch multipurpose tuner to DVB-C. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi ~ $ lsmod | |
Module Size Used by | |
cfg80211 499322 0 | |
rfkill 22487 1 cfg80211 | |
snd_bcm2835 22331 0 | |
snd_pcm 92157 1 snd_bcm2835 | |
snd_seq 62024 0 | |
snd_seq_device 8188 1 snd_seq | |
snd_timer 23488 2 snd_pcm,snd_seq | |
snd 67406 5 snd_bcm2835,snd_timer,snd_pcm,snd_seq,snd_seq_device |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenELEC:/dev/dvb/adapter0 # lsmod | |
Module Size Used by | |
si2157 3908 1 | |
si2168 6226 1 | |
i2c_mux 2086 1 si2168 | |
dvb_usb_cxusb 43597 1 | |
dib0070 7188 1 dvb_usb_cxusb | |
dvb_usb 15469 1 dvb_usb_cxusb | |
rc_core 15367 1 dvb_usb | |
dvb_core 78568 1 dvb_usb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sport2;T-Home:402000:M64:C:6875:101=2:110=hun:0:B00,B01:48:100:4:0 | |
Minimax/C8;T-Home:402000:M64:C:6875:201=2:210=hun:0:B00,B01:54:100:4:0 | |
COOL;T-Home:402000:M64:C:6875:301=2:310=HUN:0:B00,B01:60:100:4:0 | |
AMC;T-Home:402000:M64:C:6875:401=2:410=hun,411=eng:0:B00,B01:62:100:4:0 | |
Discovery Channel;T-Home:402000:M64:C:6875:501=2:510=hun,511=eng:0:B00,B01:67:100:4:0 | |
Spektrum;T-Home:402000:M64:C:6875:601=2:610=hun:0:B00,B01:72:100:4:0 | |
TV Paprika;T-Home:402000:M64:C:6875:701=2:710=hun:0:B00,B01:77:100:4:0 | |
Echo TV;T-Home:402000:M64:C:6875:801=2:810=hun:0:B00,B01:78:100:4:0 | |
d1TV;T-Home:402000:M64:C:6875:901=2:910=hun:0:B00,B01:81:100:4:0 | |
OzoneNetwork;T-Home:426000:M64:C:6875:101=2:110=hun,111=eng:0:0:10:100:1:0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/OpenELEC/dvb-firmware/tree/master/firmware | |
dvb-demod-si2168-a20-01.fw | |
dvb-demod-si2168-a30-01.fw | |
dvb-demod-si2168-b40-01.fw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<CheckBox | |
android:id="@+id/checkBox" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center_vertical" | |
android:text="Mutasd a kódot!" | |
android:drawablePadding="10dp" | |
android:paddingLeft="0dp" | |
android:checked="false" | |
android:drawableLeft="@drawable/checkbox_drawable" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======= /etc/init.d/oscam ============= | |
#! /bin/bash | |
# /etc/init.d/oscam | |
### BEGIN INIT INFO | |
# Provides: oscam | |
# Required-Start: | |
# Required-Stop: | |
# Default-Start: 2 3 4 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Raspi2 tvheadend & oscam setup | |
Raspbian current | |
sudo apt-get update | |
sudo apt-get upgrade | |
# libs for tvheadend & oscam | |
sudo apt-get install build-essential subversion pcscd pcsc-tools libpcsclite-dev libccid libssl-dev debhelper libavahi-client-dev libcurl4-gnutls-dev liburiparser-dev git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using username "root". | |
[email protected]'s password: | |
############################################## | |
# OpenELEC - The living room PC for everyone # | |
# ...... visit http://www.openelec.tv ...... # | |
############################################## | |
OpenELEC (official) Version: 5.0.0 | |
OpenELEC:~ # ls /dev/dvb | |
adapter0 |