Hi all, I've been working on this for quite a while and can't seem to
come up with anything. I'm running an up-to-date gentoo 2005.1
profile on an amd64. I used the gentoo-wiki
(<a href="http://gentoo-wiki.com/HOWTO_Setup_MythTV" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://gentoo-wiki.com/HOWTO_Setup_MythTV</a>) and <a href="http://mythtv.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv.org</a>'s
instructions to get everything working so far. Everything looks
great except I can't change the channel. Here's the output I get
in the console when I try to change the channel in the frontend.<br>
X Error: BadMatch (invalid parameter attributes) 8
<br>
Major opcode: 142
<br>
Minor opcode: 14
<br>
Resource id: 0x1d2
<br>
2005-09-01 18:12:56.176 Couldn't get the color key color, and we need it.
<br>
You likely won't get any video.
<br>
2005-09-01 18:12:56.365 The realtime priority setting is not enabled.
<br>
2005-09-01 18:12:56.386 Changing from None to WatchingLiveTV<br>
2005-09-01 18:12:56.543 Video timing method: SGI OpenGL<br>
<br>
>From the <a href="http://mythtv.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv.org</a> documentation, this likely means the permissions
aren't correct or mythfilldatabase erred. However, I changed the
udev rule to <br>
KERNEL=="video[0-9]*", NAME="v4l/video%n", SYMLINK+="video%n", GROUP="video", MODE="0666"
<br>
which should establish the v4l folder as 666. Mythfilldatabase
doesn't show any sign of error either, so I'm looking for anything at
this point. When I try to change channels it seems to stall for a
second like its trying, and then the new channel's osd shows, but its
still the same channel. If anyone can provide anything, insight
or whatever else, I'd greatly appreciate it.