1) No sound. I know my soundcard (Audigy) is working because KDE chirps away whenever I start programs, minimize windows, start up, etc. However, as soon as I go into MythTV, I get no sound. I'm using /dev/sound/dsp and /dev/sound/mixer in MythTV. Permissions for those two are 660 root:audio. I can raise and lower volume in MythTV using the '[' and ']' keys--the OSD displays the rising and falling volume levels. MythTV was compiled with OSS support, a hint I got from another thread.
2) I cannot get my Radioshack 2116 remote control to work. LIRC is installed and lircd is running. I can run irw and then mash the keys on my remote and see the corresponding keypresses in irw, so I know the IR receiver and lirc are working. It's just that MythTV isn't getting it. I have a .lircrc symlink to .mythtv/lircrc-rs. Here's that file:
Code: Select all
# ~/.mythtv/lircrc
#
# MythTV native LIRC config file for
# the RadioShack 15-2116, VCR type 0081
# using Hauppauge IR receiver
#
# By Jarod Wilson, 2003/12/31
# Amalgamated from Harry O's
# .lircrc, the mythtv.org docs, and
# a few touches of my own. :)
#
# Channel Up
begin
prog = mythtv
button = CH+
repeat = 4
config = Up
end
# Channel Down
begin
prog = mythtv
button = CH-
repeat = 4
config = Down
end
# OK/Select
begin
prog = mythtv
button = SELECT
repeat = 4
config = Return
end
# Play
begin
prog = mythtv
button = PLAY
repeat = 4
config = Space
end
# Stop
begin
prog = mythtv
button = STOP
repeat = 4
config = Esc
end
# Escape/Exit/Back
begin
prog = mythtv
button = EXIT
repeat = 4
config = Esc
end
# Power Off/Exit
begin
prog = mythtv
button = POWER
repeat = 4
config = Esc
end
# Pause
begin
prog = mythtv
button = PAUSE
repeat = 4
config = P
end
# Mute
begin
prog = mythtv
button = MUTE
repeat = 4
config = F9
end
# Rewind (10 sec default)
begin
prog = mythtv
button = REW
repeat = 4
config = Left
end
begin
prog = mythtv
button = LEFT
repeat = 4
config = Left
end
# Fast forward (30 sec default)
begin
prog = mythtv
button = FFWD
repeat = 4
config = Right
end
begin
prog = mythtv
button = RIGHT
repeat = 4
config = Right
end
# Skip forward (10 min default)
begin
prog = mythtv
button = FREEZE
repeat = 4
config = PgDown
end
# Skip backward (10 min default)
begin
prog = mythtv
button = MOVE
repeat = 4
config = PgUp
end
# Record
begin
prog = mythtv
button = REC
repeat = 4
config = R
end
# OSD browse
begin
prog = mythtv
button = GUIDE
repeat = 4
config = O
end
# Display EPG while in live TV,
# View selected show while in EPG
begin
prog = mythtv
button = MENU
repeat = 4
config = M
end
# Bring up OSD info
begin
prog = mythtv
button = INFO
repeat = 4
config = I
end
# Change display aspect ratio
begin
prog = mythtv
button = +100
repeat = 4
config = W
end
# Seek to previous commercial cut point
begin
prog = mythtv
button = SLEEP
repeat = 4
config = Q
end
# Seek to next commercial cut point
begin
prog = mythtv
button = ENTER
repeat = 4
config = Z
end
# Change TV card input
begin
prog = mythtv
button = TV/VIDEO
repeat = 4
config = C
end
# Toggle Picture-In-Picture
begin
prog = mythtv
button = PIP
repeat = 4
config = V
end
# Swap PIP
begin
prog = mythtv
button = SWAP
repeat = 4
config = N
end
# Cycle through channel history
begin
prog = mythtv
button = LAST
repeat = 4
config = H
end
# Numbers 0-9
begin
prog = mythtv
button = 0
repeat = 4
config = 0
end
begin
prog = mythtv
button = 1
repeat = 4
config = 1
end
begin
prog = mythtv
button = 2
repeat = 4
config = 2
end
begin
prog = mythtv
button = 3
repeat = 4
config = 3
end
begin
prog = mythtv
button = 4
repeat = 4
config = 4
end
begin
prog = mythtv
button = 5
repeat = 4
config = 5
end
begin
prog = mythtv
button = 6
repeat = 4
config = 6
end
begin
prog = mythtv
button = 7
repeat = 4
config = 7
end
begin
prog = mythtv
button = 8
repeat = 4
config = 8
end
begin
prog = mythtv
button = 9
repeat = 4
config = 9
end
### MPlayer commands
begin
prog = mplayer
button = MENU
repeat = 4
config = osd
end
begin
prog = mplayer
button = PAUSE
repeat = 4
config = pause
end
begin
prog = mplayer
button = PLAY
repeat = 4
config = seek +1
end
begin
prog = mplayer
button = STOP
repeat = 4
config = quit
end
begin
prog = mplayer
button = MUTE
repeat = 4
config = mute
end
begin
prog = mplayer
button = REW
repeat = 4
config = seek -10
end
begin
prog = mplayer
button = LEFT
repeat = 4
config = seek -10
end
begin
prog = mplayer
button = FFWD
repeat = 4
config = seek +30
end
begin
prog = mplayer
button = RIGHT
repeat = 4
config = seek +30
end
begin
prog = mplayer
button = EXIT
repeat = 4
config = quit
end
begin
prog = mplayer
button = FREEZE
repeat = 4
config = seek +1200
end
begin
prog = mplayer
button = MOVE
repeat = 4
config = seek -1200
end
begin
prog = mplayer
button = +100
repeat = 4
config = vo_fullscreen
end
### Xine commands
begin
prog = xine
button = PLAY
repeat = 3
config = Play
end
begin
prog = xine
button = STOP
repeat = 3
config = Stop
end
begin
prog = xine
button = POWER
repeat = 3
config = Quit
end
begin
prog = xine
button = EXIT
repeat = 3
config = Quit
end
begin
prog = xine
button = PAUSE
repeat = 3
config = Pause
end
begin
prog = xine
button = CH+
repeat = 3
config = EventUp
end
begin
prog = xine
button = CH-
repeat = 3
config = EventDown
end
begin
prog = xine
button = LEFT
repeat = 3
config = EventLeft
end
begin
prog = xine
button = RIGHT
repeat = 3
config = EventRight
end
begin
prog = xine
button = SELECT
repeat = 3
config = EventSelect
end
begin
prog = xine
button = GUIDE
repeat = 3
config = Menu
end
begin
prog = xine
button = FFWD
repeat = 3
config = SpeedFaster
end
begin
prog = xine
button = REW
repeat = 3
config = SpeedSlower
end
begin
prog = xine
button = VOL+
repeat = 3
config = Volume+
end
begin
prog = xine
button = VOL-
repeat = 3
config = Volume-
end
begin
prog = xine
button = MUTE
repeat = 3
config = Mute
end
begin
prog = xine
button = MENU
repeat = 3
config = RootMenu
end
begin
prog = xine
button = SKIP
repeat = 3
config = EventNext
end
begin
prog = xine
button = REPLAY
repeat = 3
config = EventPrior
end
begin
prog = xine
button = INFO
repeat = 3
config = OSDStreamInfos
endCode: Select all
# this config file was generated
# using lirc-0.7.0pre2(hauppauge) on Thu Jan 1 00:35:50 2004
#
# contributed by Jarod Wilson <jcw@wilsonet.com>
#------------------------------------------------------------------------------
#
# filename: RadioShack_15-2116-vcr0081.lirc
# encoding: RC-5
# brand: RadioShack Universal (and others)
# model: 15-2116, set as VCR type 0081
# supported devices: all
#
# note: requires quite a bit of key reassignment w/keymover and EFCs...
# see http://wilsonet.com/mythtv/rs15-2116.html for HOWTO
#
#------------------------------------------------------------------------------
begin remote
name rs15-2116-vcr0081
bits 11
flags RC5|CONST_LENGTH
eps 20
aeps 0
header 0 0
one 889 889
zero 889 889
plead 889
ptrail 0
foot 0 0
repeat 0 0
pre_data_bits 2
pre_data 0x02
post_data_bits 0
post_data 0x0
pre 0 0
post 0 0
gap 113792
toggle_bit 2
frequency 36000
duty_cycle 50
begin codes
0 0x0000000000000140
1 0x0000000000000141
2 0x0000000000000142
3 0x0000000000000143
4 0x0000000000000144
5 0x0000000000000145
6 0x0000000000000146
7 0x0000000000000147
8 0x0000000000000148
9 0x0000000000000149
INFO 0x000000000000014a
SELECT 0x000000000000014b
POWER 0x000000000000014c
MUTE 0x000000000000014d
MOVE 0x000000000000014e
VOL+ 0x0000000000000150
VOL- 0x0000000000000151
RIGHT 0x000000000000015a
LEFT 0x000000000000015b
ENTER 0x000000000000015c
MENU 0x000000000000015d
CH+ 0x0000000000000160
CH- 0x0000000000000161
PIP 0x0000000000000162
SWAP 0x0000000000000163
SLEEP 0x0000000000000166
FREEZE 0x0000000000000168
PAUSE 0x0000000000000169
SKIP 0x000000000000016a
EXIT 0x0000000000000171
REW 0x0000000000000172
REPLAY 0x0000000000000173
FFWD 0x0000000000000174
PLAY 0x0000000000000175
STOP 0x0000000000000176
REC 0x0000000000000177
SKIP 0x0000000000000178
+100 0x0000000000000179
LAST 0x000000000000017b
GUIDE 0x000000000000017c
TV/VIDEO 0x000000000000017e
end codes
end remote3) I'm using the PVR-350's TV-out (very nice!). It is capable of overscanning, and that is just great for actual television. However, the MythTV menus (the GUI) are getting lost past the edges of the screen just enough to where I can't make out some menu options. I'm fairly certain there's a way to correct this, but I'm not sure what settings I need to adjust and how.
Any answers would be greatly appreciated!




