Jump to content

josk

Members
  • Posts

    66
  • Joined

  • Last visited

Everything posted by josk

  1. Menu->System->Configuration->Configure your computer and finally click hardware.
  2. josk

    TV-out problem

    Hi, I just installed new nvidia drivers and now Im confused how to setup tv-out. Do I have to edit xorg.conf somehow??? Here is my xorg.conf
  3. Ok! I solved it. I just have to make following file: homedirectory/.kde/Autostart/keycodes and give it permission to execute. Now everything works like it should be!
  4. Hi, I need help to add actions to my multimedia keys. I installed XEV keymapping tool and get following information: volume+ (keycode 176) (no keysym) mute (keycode 160) (no keysym) volume- (keycode 174) (no keysym) media (keycode 129) (no keysym) stop (keycode 164) (no keysym) rev (keycode 144) (no keysym) forw (keycode 153) (no keysym) play/pause (keycode 144) (no keysym) I dont want add actions like STOP PLAYING.... I just want to add that it works same as putting some alphabetical character like A or B. Thats cause I will teach those keys to work with VDR (video disc recorder) software. Question is: How I add keysym to the those keys? Keysym should be just normal alphabetical character like A or B. -josk, FIN
  5. Here is simple guide to install vdr @ Mandriva http://www.sajaniemi.net/index.php?option=...id=40&Itemid=49
  6. Here is short instructions to VDR @ Mandriva: ยป Install VDR The Video Disk Recorder is a Linux program from Klaus Schmidinger. It is used to receive digital TV and radio programs with a Personal Computer. If you wish you can record and play back those recordings at will. Its features include time-shifting and on-disk editing of the recordings. Like any other hi-fi equipment, VDR can be controlled through remote controls. The user interface is a menu displayed on the television (On Screen Display). The software is released under the GPL. Everybody can download and use the source code freely. Also there exist many extensions in the form of Plugins and Patches, e.g. a DVD player or a MP3 player. Two pictures is worth a 2000 words so here is two screenshots from my TV screen.
  7. If someone cannot get dvb drivers of kernel to work u shoud know that: Official 2.6.8 kernel coming with Mandrake 10.1 does not has new enough dvb drivers, but their 2.6.7 multimedia kernel in contrib has newer dvb drivers which are correctly detected by the udev rules. To get it work with 2.6.8.1-12mdk Kernel you have to run this patch or use 2.6.7 multimediia kernel. My card: Technotrend DVB-C Premium 2.1 (Hauppauge clone) -josk ---------------------------------- makedvb.sh <- SAVE AS bottom code #!/bin/sh # Create device nodes for the Linux DVB API with DVB_API_VERSION 2. # The devices created are suitable for most current PC DVB cards, # i.e. cards having one frontend, one demux and optionally one # MPEG decoder. # The script creates devices for four cards by default. if [ -e /dev/.devfsd ]; then echo "It seems you are using devfs. Good!" exit 0 fi # get rid of old DVB API devices; do it twice for good measure... rm -rf /dev/ost rm -rf /dev/ost rm -rf /dev/dvb rm -rf /dev/dvb mkdir /dev/dvb chmod 755 /dev/dvb for i in `seq 0 3`; do echo "Creating DVB devices in /dev/dvb/adapter$i" mkdir /dev/dvb/adapter$i chmod 755 /dev/dvb/adapter$i # Changed device major number from 250 to 212 mknod -m 0660 /dev/dvb/adapter$i/video0 c 212 `expr 64 \* $i + 0` mknod -m 0660 /dev/dvb/adapter$i/audio0 c 212 `expr 64 \* $i + 1` mknod -m 0660 /dev/dvb/adapter$i/frontend0 c 212 `expr 64 \* $i + 3` mknod -m 0660 /dev/dvb/adapter$i/demux0 c 212 `expr 64 \* $i + 4` mknod -m 0660 /dev/dvb/adapter$i/dvr0 c 212 `expr 64 \* $i + 5` mknod -m 0660 /dev/dvb/adapter$i/ca0 c 212 `expr 64 \* $i + 6` mknod -m 0660 /dev/dvb/adapter$i/net0 c 212 `expr 64 \* $i + 7` mknod -m 0660 /dev/dvb/adapter$i/osd0 c 212 `expr 64 \* $i + 8` chown root:video /dev/dvb/adapter$i/* done
  8. josk

    DVB DRIVER PROBLEM

    Can anyone help me, please?!
  9. I have Nec DVD-R(W)+- and works like a dream! B)
  10. I noticed the kernel has already DVB drivers as modules, so I guess my TT DVB-C 2.1 should be supported without compiling new DVB drivers. Right? Here is screenshot about my hardware and dvb-card details: I try to use Xine to watch TV but I get error: There is no input plugin avaible to handle 'dvb://' ... What I have to do next? How I load modules? My OS / SYSTEM AMD 2100+ / 1Ghz memory Mandrake 10 (kernel 2.6.3-7mdk-i686-up-4GB) Technotrend 2.1 Premium DVB-C DVD-R(W)+-
×
×
  • Create New...