PCTV PRO 12.000Ft eladó

Fórumok

Üdv,

Van egy Pinnacle PCTV PRO TV tunner kártyám, eladó 12.000Ft-ért
PCI-os de nekem ment mind PCI mind PCI-X foglalatban is.
A rajta lévő chip Conexant Fusion 878A.
Breezy-n a TVTIME alapból felismerte és kezelte minden beállítgatás
nélkül.

Van hozzá távirányító is. Azt egy kis konfiggal szóra lehet bírni
,.lircrc-t oda tudom adni nekem be van lőve tvtime-ra, és már megy is.

A tuner sztereo/mono tv és rádió adások vételére alkalmas.
Van rajta S-Video és kompozit bemenet.

Persze vannak win-es szoftverek is, a driver lemezén.

Hozzászólások

hali

nekem is pont ilyen kártyám van és csak ajánlani tudom midenkinek linux alá, nekem sincs semmi problémám vele...
de én mégnemigazán foglalkoztam a távirányító beüzemelésével, uh megtennéd, hogy elküldöd nekem a.lircrc-det, hogy ne kelljen vele dolgoznom:) az e-mail címem kerozoli@invitel.hu
előre is köszi

Üdv,

inkább berakom ide, lehet hogy kell másnak is.
még valami, lehet hogy a lircd-nek meg kell adni, hogy a /dev/ttyS0-t használja, mert nálam az 1-es soros portba volt bedugva, FC4-nél nekem meg kellett adni, meg lehet, hogy a driver=pinsys-t is, ezt a slackware 10.1-nél kellet.

# This section includes two configs, what this does is that it allows
# you to open tvtime and close tvtime with one button. If your remote
# has seperate buttons for this, then you can break it apart.
begin
prog = irexec
button = Power
config = tvtime --mixer=/dev/mixer:cd &
# mert nekem a hangkártyám CD_IN (SBLive CT7860)-ba van bedugva
config = tvtime-command QUIT
end

begin
prog = irexec
button = F_TV
config = tvtime --mixer=/dev/mixer:cd &
# mert nekem a hangkártyám CD_IN (SBLive CT7860)-ba van bedugva
config = tvtime-command QUIT
end

begin
prog = irexec
# ezzel ha megnyomom az EPg-t és az xmms-ben van lirc pluggin...
button = EPG
config = xmms &
mode = xmms
flags = once
end

# The following defines most of the common buttons found on a remote and
# what commads they would map to inside tvtime.

begin
prog = irexec
button = 0/AV
config = tvtime-command TOGGLE_INPUT
end
begin
prog = irexec
button = Info
config = tvtime-command DISPLAY_INFO
repeat = 1
end
begin
prog = irexec
button = Fullscreen
config = tvtime-command TOGGLE_FULLSCREEN
end
begin
prog = irexec
button = Mute
config = tvtime-command TOGGLE_MUTE
end

# Menu navigation.
begin
prog = irexec
button = channel+
config = tvtime-command UP
repeat = 1
end
begin
prog = irexec
button = channel-
config = tvtime-command DOWN
repeat = 1
end
begin
prog = irexec
button = Chan+Play
config = tvtime-command UP
repeat = 1
end
begin
prog = irexec
button = Chan-Stop
config = tvtime-command DOWN
repeat = 1
end
begin
prog = irexec
button = Vol+FF
config = tvtime-command RIGHT
repeat = 2
end
begin
prog = irexec
button = Vol-Rew
config = tvtime-command LEFT
repeat = 2
end

begin
prog = irexec
button = Chan_Last
config = tvtime-command CHANNEL_JUMP
repeat = 1
end

begin
prog = irexec
button = 1
config = tvtime-command CHANNEL_1
end
begin
prog = irexec
button = 2
config = tvtime-command CHANNEL_2
end
begin
prog = irexec
button = 3
config = tvtime-command CHANNEL_3
end
begin
prog = irexec
button = 4
config = tvtime-command CHANNEL_4
end
begin
prog = irexec
button = 5
config = tvtime-command CHANNEL_5
end
begin
prog = irexec
button = 6
config = tvtime-command CHANNEL_6
end
begin
prog = irexec
button = 7
config = tvtime-command CHANNEL_7
end
begin
prog = irexec
button = 8
config = tvtime-command CHANNEL_8
end
begin
prog = irexec
button = 9
config = tvtime-command CHANNEL_9
end
begin
prog = irexec
button = 0/AV
config = tvtime-command CHANNEL_0
end
begin
prog = irexec
button = Menu
config = tvtime-command ENTER
end
begin
prog = irexec
button = Preview
config = tvtime-command AUTO_ADJUST_WINDOW
end

begin xmms
begin
prog = xmms
button = Play
config = PLAY
end
begin
prog = xmms
button = pause
config = PAUSE
end
begin
prog = xmms
button = Stop
config = STOP
end
begin
prog = xmms
button = F_TELETEXT
config = QUIT
flags = mode
end
begin
prog = xmms
button = FForward
config = FWD 5
repeat = 2
end
begin
prog = xmms
button = Rewind
config = BWD 5
repeat = 2
end
begin
prog = xmms
button = vol+
config = VOL_UP 10
repeat = 2
end
begin
prog = xmms
button = vol-
config = VOL_DOWN 10
repeat = 2
end
begin
prog = xmms
button = undo
config = PREV
end
begin
prog = xmms
button = redo
config = NEXT
end
end xmms