Donnerstag, 26. Juni 2008

error message when compiling v4l-dvb-experimental

if you get an error message like usage_count... then just comment this lines in that files.

tvtime, kwintv, xawtv no sound

Execute this line after you started the application. Maybe you need to do this as root

sox -w -r 32000 -t ossdsp /dev/dsp3 -t ossdsp /dev/dsp

please adjust /dev/dscp3 and /dev/dsp to your needs.

xawtv liefert X Error of failed request: XF86DGANoDirectVideoMode

xawtv -c /dev/video -remote -global:filter "linear bend"

Mittwoch, 25. Juni 2008

printing DHL postage stamp

If you want to make a test print with acroread (i.e. to print a DHL postage stamp)
and you get the error message "lp: The printer or class was not found"
then set up the default printer to have the name "undefined".
You can do this via hp-setup -a. Only if it looks like this:
linux>lpq
undefined is ready
no entries
linux>

then you can print.

Montag, 9. Juni 2008

encryption

-> /etc/init.d/boot.crypto start to start the encryption daemon
-> give the passwords
-> dmsetup ls
shows the encrypted devices
-> mount "device" "directory"
mounts the "device" to the "directory"
-> cryptsetup remove "device"
removes the link and after this it can not be mounted again.

by hand procedure

losetup /dev/loop0 soft_08062008 (soft_08062008 is a file)
cryptsetup luksOpen /dev/loop0 softcont (softcont is any name)
mount /dev/mapper/softcont softcontainer (softcontainer is the directory where the data will be mounted)

Attention:
cryptsetup luksFormat /dev/loop0 will format the file
cryptsetup luksClose softcont will detach the mapping