PDA

View Full Version : LinuxDVB



thriller
10-11-2003, 05:48 PM
Anyone can help me to install linux dvb in knoppix?
I don't understand how to compile drivers, if i can't write to kernel dir.

Notebookuser
11-09-2003, 10:47 AM
Download:
dvb-driver, vdr, kernel-source,xfs patch.

The xfs patch can be dl here:
ftp://oss.sgi.com/projects/xfs/patches/2.4.22

In the directory where I downloaded the files I typed:

mkdir /x
tar -xvjf linuxdvb-20030622.tar.bz2 -C /x
tar -xvjf vdr-1.2.0.tar.bz2 -C /x
tar -xvjf linux-2.4.22.tar.bz2 -C /usr/src
bunzip2 xfs-2.4.22-all-i386.bz2
cd /usr/src/linux
patch -p1 < pathwherepatchfilelocated/xfs-2.4.22-all-i386
cd /x
ln -s vdr-1.2.0 VDR
cd VDR
ln -s /x/DVB DVB
cd /x/VDR/DVB/driver
make clean;make;./makedev.napi;
#Now try loading modules
make insmod
echo $?
#Should return 0
cd /x/VDR
make clean; make plugins-clean;
make REMOTE=LIRC TELETEXT=1 VFAT=1; make plugins;

mkdir /video
cp *.conf /video
vi /video/remote.conf
#enter the following
KBD.Up 00000000001B4F41
KBD.Down 00000000001B4F42
KBD.Menu 000000001B5B317E
KBD.Ok 000000000000000D
KBD.Back 000000001B5B347E
KBD.Left 00000000001B4F44
KBD.Right 00000000001B4F43
KBD.Red 00000000001B4F50
KBD.Green 00000000001B4F51
KBD.Yellow 00000000001B4F52
KBD.Blue 00000000001B4F53
KBD.0 0000000000000030
KBD.1 0000000000000031
KBD.2 0000000000000032
KBD.3 0000000000000033
KBD.4 0000000000000034
KBD.5 0000000000000035
KBD.6 0000000000000036
KBD.7 0000000000000037
KBD.8 0000000000000038
KBD.9 0000000000000039
KBD.Power 0000000000000070
KBD.Volume+ 000000000000002B
KBD.Volume- 000000000000002D
KBD.Mute 000000000000006D
LIRC.Up UP
LIRC.Down DOWN
LIRC.Menu MENU
LIRC.Ok OK
LIRC.Back BACK
LIRC.Left LEFT
LIRC.Right RIGHT
LIRC.Red RED
LIRC.Green GREEN
LIRC.Yellow YELLOW
LIRC.Blue BLUE
LIRC.0 0
LIRC.1 1
LIRC.2 2
LIRC.3 3
LIRC.4 4
LIRC.5 5
LIRC.6 6
LIRC.7 7
LIRC.8 8
LIRC.9 9
LIRC.Power POWER
LIRC.Volume+ VOLUME+
LIRC.Volume- VOLUME-
LIRC.Mute MUTE
#save it

#optionally you my want to compile certain plugins check out Sandmann's
HP: http://home.t-online.de/home/hubertus.sandmann/vdr.htm