Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Quoted
Original von Pieper VDR
Ich kriege immer die Fehlermeldung, das das System auf der HDD "beschäftigt" ist!
|
|
Source code |
1 2 |
sudo grub-install --root-directory=/media/zendeb ZHDD --recheck sudo grub-install --root-directory=/media/zendeb ZHDD |
|
|
Source code |
1 2 3 |
sudo su - grub-install --root-directory=/media/zendeb ZHDD --recheck grub-install --root-directory=/media/zendeb ZHDD |


Quoted
In order to work correctly you must copy the subdirectory 'live' from
the source distribution to the directory where the vdr plugins look
for their configuration files. The pure VDR default for this config
directory is: /video/plugins, but this depends also from the
parameters -c or -v (see 'vdr --help' for details).
cp -a <live-src-dir>/live <plugin-config-dir>/plugins
|
|
Source code |
1 |
--aspect auto |
|
|
Source code |
1 |
--aspect 4:3 |
|
|
Source code |
1 |
http://www.debian.org/distrib/netinst#smallcd |
|
|
Source code |
1 |
http://www.ubuntu.com/getubuntu/download |
|
|
Source code |
1 |
sudo -s |
|
|
Source code |
1 |
cd /media/<uid der festplatte> |
|
|
Source code |
1 |
tar zxpvf /pfad/zu/eurer/datei/auf/dem/usb/stick/smt-lenny.tar.gz |
|
|
Source code |
1 |
gedit /media/<uid der smt festplatte>/etc/fstab |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda1 / ext3 errors=remount-ro 0 1 #/dev/hda5 /video ext3 defaults 0 2 /dev/hda5 none swap sw 0 0 none /tmp tmpfs defaults /dev/hdc /media/cdrom0 udf,iso9660,cdfs user,noauto 0 0 /dev/sda1 /media/sda1 auto rw,user,noauto 0 0 /dev/sdb1 /media/sdb1 auto rw,user,noauto 0 0 none /etc/vdr/plugins/osdteletext tmpfs size=64M 0 0 |
|
|
Source code |
1 |
/media/<uid der smt festplatte>/etc/network/interfaces |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp # The scondary network interface allow-hotplug eth1 iface eth1 inet dhcp # The third network interface allow-hotplug eth2 iface eth2 inet dhcp allow-hotplug eth3 iface eth3 inet dhcp allow-hotplug eth4 iface eth4 inet dhcp allow-hotplug eth5 iface eth5 inet dhcp |
|
|
Source code |
1 |
chown -R 99:99 /media/<uid der smt festplatte>/video |
This post has been edited 11 times, last edit by "gdm" (Dec 3rd 2009, 12:52am)
This post has been edited 1 times, last edit by "dreamar" (Dec 2nd 2009, 11:21pm)

This post has been edited 1 times, last edit by "gdm" (Dec 7th 2009, 5:03pm)
|
|
Source code |
1 |
ide=nodma |