Monday, June 4, 2007

Beholder TV tuner

For kernel 2.6.19.2

How to setup Beholder TV tuner

1)see README.saa7134 in linux-source/Documentation
2)modprobe -r saa7134
3)modprobe saa7134 card=67

Create /etc/modprobe.d/beholder.conf with:
options saa7134 card=67

Sound card setup:

Create /etc/modprobe.d/sound.conf with
options snd-hda-intel model=6stack-dig

Use ALSA mixer, Front for general sound, Analog Mix for TV sound + Line-In for kdetv.

Friday, June 1, 2007

G-Pen 560

How I made my Genius G-560 tablet working in Debian Linux 4.0 .

1) Downloaded wizardpen driver

http://www.stud.fit.vutbr.cz/~xhorak28/index.php?page=WizardPen_Driver

2) Unpacked to home directory.
3) In the make file Adjusted the directory for the directory where x.org drivers lie.
4) Did as it is written in INSTALL and README.
5) with cat and hexdump utilites I have found the proper /dev/input/event device for the tablet ;-)
6) Modified the x.org file for:

Section "InputDevice"
Identifier "Tablet"
Driver "wizardpen"
Option "Device" "/dev/input/event1" # adjust for yours device for the tablet
Option "MaxX" "11939"
Option "MaxY" "8939"
Option "MaxZ" "1023"
Option "TopZ" "32"
Option "BottomY" "8650"
EndSection


Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Tablet" "AlwaysCore"
EndSection


7) Restarted the x.org server.