Re: [mythtv-users] mythfilldatabase howto?

2005-01-17 Thread Da Worm
> Thank you for everything. It seems everything is working ok. I was 
> wondering why I can not do
> 
> # myth filldatabase

You aren't really putting that space in there, are you?

Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Component Video Output??

2005-01-15 Thread Da Worm
On 1/15/2005 at 7:55 PM Jim Kusznir wrote:

>I have not found any more general information.  For example, is there a
>converter like the $29 cited above that works generically with DVI-I?
>(like an nVidia card with DVI-I?)

The problem is that video cards output RGB, not YPrPb.  So to use
component inputs, you have to convert RGB to YPrPb (not to mention
get your modelines right, which is an adventure in and of itself).  I have
not heard of anyone getting the ATI HDTV adapter to work in Linux.

I bought a $150 transcoder from Key Digital, but you might could build
one a bit cheaper.  See the following thread: http://tinyurl.com/5qlwl

You'll need to get several pages into it (or start at the end).  Not for the
feint of heart, though, unless you are comfortable soldering surface
mount chips.

Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] bt878, btaudio, 2.6.9-1.681_FC3 and sound cards

2005-01-15 Thread Da Worm
I have a system very similar to yours.  Soyo Dragon Ultra, PVR-250 and a
PixelViewPro BT878 card.

I can get the onboard audio running, and have had the 878 card's audio
working in the past, but with the patch cable, and even that isn't working
now.  I get an error about MythTV requesting a rate of 32000 and the
card reporting 44100, so with the 878, no audio.  The PVR-250 works fine.

I am outputting using optical spdif to a Sony receiver, and MythVideo,
MythMusic, and MythDVD all work fine.  I recompiled from cvs source
from about 2005/01/07, disabled OSS and enabled ALSA in the
settings.pro file, and in Setup | General I used ALSA:spdif as the audio
device.  I use Xine for DVD and MythVideo, and you need to go into its
config screen to tell it to use ALSA Pass Through to get multichannel
sound from DVDs.

Here's my modprobe.conf, if it is any help.

Watch for line wrap, and you'll probably need to change the card= and
maybe tuner= parts of options bttv to match your card.  You may want
to nix the debug=1 bits, too.

If you can get the 878 card sound working, I'd appreciate it if you send
the steps back to the list.  I'll do the same if I manage it.

Jeff

- - - begin modprobe.conf - - -

alias eth0 8139too
alias snd-card-0 snd-cmipci
options snd-card-0 index=0
install snd-cmipci /sbin/modprobe --ignore-install snd-cmipci && /sbin/modprobe 
snd_bt87x && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-cmipci { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-cmipci

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias sound-service-0-19 snd-pcm-oss
alias sound-service-0-28 snd-pcm-oss

alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd

# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-224 ivtv
alias char-major-81-1 bttv
alias char-major-81-225 bttv
options bttv tuner=2 card=70 radio=0 bttv_debug=1
options tuner debug=1
options tvmixer debug=1
options tvaudio debug=1
install ivtv /sbin/modprobe --ignore-install tuner && /sbin/modprobe 
--ignore-install msp3400 && /sbin/modprobe --ignore-install videodev && 
/sbin/modprobe --ignore-install saa7115 && /sbin/modprobe --ignore-install 
saa7127 && /sbin/modprobe --ignore-install ivtv && /usr/bin/ivtvctl -d 
/dev/video0 -u 0xff
install bttv /sbin/modprobe ivtv && /sbin/modprobe --ignore-install bttv && 
/sbin/modprobe --ignore-install bt878 && /sbin/modprobe --ignore-install 
tvmixer && /sbin/modprobe --ignore-install tvaudio

#needed for powermate
alias char-major-13-64 evdev
# nvidia kernel module
alias char-major-195 nvidia-1_0-6629



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Where are xine and ogle for Jarod followers

2005-01-15 Thread Da Worm
On 1/15/2005 at 8:38 PM Sim wrote:

>These two programs seem essential to get a DVD to work, but if you follow
>Jarod's instructions they don't seem to become available.

Xine is covered in the Tips'n'Tricks section (see top of the page).  Haven't
looked at ogle.

Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Getting VCR Recordings Into MythTV/MythVideo

2005-01-12 Thread Da Worm
On 1/12/2005 at 1:49 AM Brad Templeton wrote:

>I mean you have a video capture card in your system.  It
>is probably video4linux compatbile, and if you go to the 4vl web pages
>there are a number of recording programs of all stripes, some of them
>with built in editors etc. for doing a manual recording to a file and
>cleaning it up nice.

I have a PVR-250 and a PixelView card.  So far, the TV apps I have tried only
use the PixelView card, not the PVR (xawtv, tvtime), and neither does recording,
only playback.

>If you have the pvr-250, you can actually record trivially from the
>current source, which you can set with ivtvctl.
>
>It's literally as simple as
>cat /dev/video0 >file.mpg

Yes, I mentioned that, but you can't watch it as it plays to see when to start
and stop recording.

>Anyway, once you have your file.mpg, you can edit and transcode it
>and simply copy it to your mythtv "videos" directory (I think it's
>/var/lib/video by default but most people move it.)

That's no problem, I've got many recordings already installed into MythVideo.

>Check out:
>
>http://www.exploits.org/v4l/
>
>For video4linux software.

I only see a couple there that look useful, but I'll be sure to try them out.  
The
big reason I was wondering if there was a Myth solution is that I'd like to 
remove
the monitor from this system going completely with TV output, and using normal
programs in the 960x540 tv screen (especially with the overscan) can be a real
pain, and it will take months to capture my tape/laser library.  I would rather 
use
the hardware MPEG on the PVR, rather than put my spare PixelView into another
box, and its in the Myth box.  Plus, some tapes I may not archive, and would 
like
to play them through Myth anyway, so I don't have to bother with changing TV
inputs (the TV remote will eventually end up in the closet somewhere) and the
cables around.

Thanks for the response.  Perhaps I'll look into building a module for this, as 
I really
need to hone up on my C coding.

Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Getting VCR Recordings Into MythTV/MythVideo

2005-01-11 Thread Da Worm
Can anyone reccommend the best way to get recordings from a VCR into MythTV or 
MythVideo?  I tried the following, but no luck:

1. Create new video source, called it VCR, left the data direct stuff blank, 
and hooked it to the composite input on the PVR-250 in the Input Connections 
screen
2. Defined a custom channel, pointed it to the new video source
3. Went to Watch TV, selected the custom channel
4. Pressed play on the VCR
5. After FBI warning played on the tape, I pressed R on the keyboard.  OSD 
displayed something along the lines of [Record ""].

Since there was no guide info to tell it what the source is, or how long it 
would run, it apparently decided there was nothing to record, so it didn't.

While this might be a decent way to allow me to run my other video sources (VHS 
VCR, Beta VCR - don't laugh too hard, LaserDisc) into my MythTV box, it doesn't 
appear to be well suited for archiving them.

Is there a Myth method of doing this, or is there another program I should 
install to simplify this process.  Just doing "cat /dev/video0 > 
/video/mythvideo/movie.mpg" doesn't seem like the best way to go (especially 
since you can't see what you are doing).

TIA,
  Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Channel Info

2005-01-03 Thread Da Worm
I started with Jarrod's guide, went to CVS just before Christmas (Dec 23rd?).  
Originally, I could tune all channels in my zap2it account.  However, now, I 
can only tune a few.  I have 3,6,7,8,47,49,76&77, when I should have 
2,3,4,5,6,7,8,9,10,11,12,13,14,76,77 (which is in my current zap2it setup, and 
yes, I have the cheapest cable package possible at $7 a month).  I tried 
running mythtvsetup (a symlink to the ./setup from my CVS build) and telling it 
to wipe the channel info, but it doesn't change anything.  Changing from 
us-cable to use-cable-hrc or us-bcast does nothing but either mess up the 
frequencies for hrc (expected, but I tried it anyway) or drop the 7x channels 
(also sort of expected).  I would have thought wiping the channel data in the 
setup program would have an effect, and it sort of does (as in the guide info 
changes) but the tuner (an older PVR-250) refuses to tune to 
2,4,5,9,10,11,12,13 or 14, either with channel up/down or direct numeric input. 
 Running the frontend and backend in a window doesn't give any info that is 
useful (to me).  For instance, when I use channel up from 8, I see output that 
it has tried 9 through 46 and failed.  I don't have 47, but because my original 
zap2it account had it accidentally left in, it shows up (even if I go into the 
channel editor and tell it that it isn't visible - that seems to only affect 
the guide, not the channel change in LiveTV).

I realize this is a bit vague, but it is late and I don't have time right now 
for more details, only what I have in memory, but if someone can help based on 
this, I'd appreciate it.  I'll be back working on this Wednesday (USC vs OK 
tomorrow, so I'll be watching somewhere else since I can't tune channel 10 
which is where it would be here), and can provide more details then.

Thanks in advance,
  Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: Progessive PAL (was Re: [mythtv-users] TV Output)

2005-01-03 Thread Da Worm
On 1/3/2005 at 11:54 AM Julian Edwards wrote:

>That's interesting to know, as it indicates a problem with the KD units
>in general.  It does show up all the time on my TV, it's just that you
>notice it more when the picture is dark anyway.

Well, not excactly, in my case.  If I am in KDE, and open up a terminal (which 
on my system/theme has a white background) it never shows up.  If I go into 
MythMusic and let the visualizations run, those with a black background usually 
won't show it either, unless the screen is mostly black.  Same with watching a 
DVD.  The black screens between titles that are common at the start and end of 
movies, it shows, as soon as a lighter screen comes up, it goes away.  Using 
Tililvitus (sp?) theme in the MythTV menus, it never shows up.

That's kind of what made me think it was black levels.  Perhaps the TV thinks 
all black (or mostly black) is an unselected input (as if something were off or 
something).

One other thing I have in mind to try is inverting my hsync and/or vsync.  I 
know one of the modelines I tried took a -hsync and still displayed.  Maybe 
that's what's triggering it.  With bowl games playing (don't get me started 
about the TN game scheduled recording QVC instead) it won't be until Wednesday 
before I can work on it.

Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: Progessive PAL (was Re: [mythtv-users] TV Output)

2005-01-02 Thread Da Worm
On 1/1/2005 at 3:03 PM Julian Edwards wrote:

>I tried your interlaced PAL modeline on my TV and it produces a fine
>picture but I still get my problem with the flashing input identifier.
>When using the interlaced component output from the DVD player it's not
>there so I think I've got a problem with the Key Digital converter
>somewhere, maybe with the sync signal.  :(

I get the same problem with my Samsung unit and a KD converter in NTSC land.  
It only shows up when there is a lot of black on the screen.  Could it be the 
black level needs to be bumped higher in the signal?  I'd love to figure out 
how to get rid of it, as it is VERY annoying.

Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Remote control probs

2004-12-29 Thread Da Worm
On 12/28/2004 at 11:40 PM Piers Kittel wrote:

>1) Running irw and using my Hauppauge remote, works fine.  But when I
>try to use irrecord with my other remotes, it doesn't detect nearly all
>of them (tried a total 9), only works with 1, and even then irrecord
>didn't deal with it properly (pressed and held the button, typed in "1"
>and pressed the "1" button but it seemed to ignore it, typed in "2" and
>didn't press any other button and it asked me for the next button, then
>when finishing, it asks me to tap the button fast but it does nothing
>even tho I tapped the button for a long time?)

You will only be able to use remotes that use RC5 protocol with the built-in
IR receiver on the PVR card, as I understand it.  For others, you could build
a UIR or one of the other homebrew IR receivers, or spend the bucks and get
an IRMan prebuilt.  Note, if you buy the IRMan, you won't be able to use any
of the premade lircd.conf files, as it works differently (well, my old PixelView
remote gave totally different codes, anyway).

As for the tapping thing, I just do it for four or five seconds.  Then wait ten
seconds and it will time out and go on.  I have no clue about the not reading
some keys, though.

>2) Anyway, ignoring that, I can't quite get the remote to work with myth
>TV - the HOWTO (http://www.mythtv.org/docs/mythtv-HOWTO-8.html#ss8.6)
>mentions an lircrc file, but I can't find an example (lircrc.examples)
>Can I have an example?

They tend to be very much tailored to the remote you are using.  Here's the one
from Jarod's guide.

http://wilsonet.com/mythtv/lircrc-haupgrey.txt

>3) When running irxevent, I find I have to run that and mythfrontend
>within the same terminal window - I can't just log in remotely, type in
>"irxevent &" and start mythfrontend via X?  Is it suggested that I
>recompile MythTV to incorporate native lirc support?

You shouldn't need to do that.  The lircrc will handle that just find without
irxevent.  I just got mine almost working (lousy modelines giving me trouble)
and didn't have to mess with more than editing the above lircrc to match my
remote and the keynames I used in irrecord.  It can be a pain if you have a
remote with fewer keys than that, though, as the one I'm using now does.

HTH,
 Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythtvsetup: command not found error

2004-12-29 Thread Da Worm
On 12/28/2004 at 2:36 PM George Lopez wrote:

>hoping to get some response since my Mythbox is
>currently sitting idle.  I am not sure where I went
>wrong, my video capture
>works perfectly (with Audio and Video) but I cannot
>get mythtvsetup to work. I get an error saying
>"command not found" I have done an apt-get update
>(results below) and was not successful.

Did you build from source originally?  If so, you need to go into your source 
tree
and look for the setup directory.  In there will be a program called setup.  I 
made
a symlink in /usr/sbin to point to it to make things easier.  Not sure what the
problem might be if you went pure apt-get.

Try this:

locate mythtv | grep setup

and see if you can find where it is located.


HTH,
  Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] LCD and keys

2004-12-27 Thread Da Worm
Checking this older thread 
(http://www.gossamer-threads.com/lists/mythtv/dev/12901#12901) I found out how 
to map in the keypad keys from my matrix orbital display.  I'm wondering if 
there are plans to make that a menu or setup file configurable option?  Having 
to recompile again is a bit of a pain.  Also, it looks like six keys are 
needed, but alas, my case only has five 
(http://www.atechfabrication.com/images/htpc/HTPC_Case_black_157b_320.jpg but 
with silver buttons and powermate).  For now, I'm just mapping "up" to an 
unused key, since all the menus seem to wrap.

Also, when I first accessed MythMusic, the track info was displayed on the vfd 
screen, but it stopped working, and I can't figure out why.  I didn't change 
anything that I can think of that would have done that.

Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] nVidia Dual Tuner Card

2004-12-27 Thread Da Worm
Does anyone know if the new nVidia Dual Tuner card 032-P1-NVTV-TX has linux 
drivers and can be used in MythTV?

http://evga.com/articles/public.asp?AID=219

Hard to search, considering the name NVTV happens to be the TV out package name 
as well.

It would be really sweet to get a dual tuner hardware encoder for about the 
same price as a PVR-250.

Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] ivtv & bttv with one sound card

2004-12-27 Thread Da Worm
On 12/27/2004 at 10:53 AM Ryan A. Carris wrote:

>Yes it works.  I have a system with both a itvt and bttv card running
>FC3.  I just used Jarods insturctions last month, and all is good.
>I'm guessing it is one of two errors, either your modprobe.conf or
>mixer.
>
>He has a section on what your modprob.conf should look like for the
>combination.  It is further down then the section describing just an
>itvt or two ivtv, so make sure you read it all.

Yes, I started with that.  I had to add option lines to set my card and tuner 
types, and add debug switches to try to track down the problems.

Could you post your modprobe.conf so I can compare?

>The other big thing is setting your mixer settings.  In Kmix, make
>sure you click on the input tab.  I usually have to click som bizaar
>sequence before it works correctly, but make sure you line-in is set
>to record and is muted.

I've used alsamixer almost exclusively.  In Kmix, the mute seems to be the 
green spot.  What does the red spot do?

>BTW, what is the problem you are having?

No audio when Mythtv uses the 878 tuner (the pvr250 is primary and works, but 
if it is busy recording, then the 878 is used for live tv, and I get no audio).

Thanks for the reply.

Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Jarod's Guide and LCDProc

2004-12-26 Thread Da Worm
*** REPLY SEPARATOR  ***

On 12/25/2004 at 11:09 PM [EMAIL PROTECTED] wrote:

>Check out the "compiling your own stuff" section of Jarod's tips and
>tricks page http://wilsonet.com/mythtv/tips.php  for info on moving to a
>compiled version. The directions are for upgrading to CVS, but should
>work fine for release version as well.

Thanks for the link.  I managed to get all of that working to a point.  
However, there's an omission and another problem.

In the guide, it doesn't mention that if you go from an ATrpms setup to a cvs 
setup, you lose mythtvsetup (well, at least I did, anyway).  I had to drop into 
the setup direcory, run make, then symlink the setup file to 
/usr/bin/mythtvsetup.  It's definitely different, with more DB stuff, and the 
two questions are asked in the GUI now.

The problem I now have is that when I try to change channels when using the 
secondary card (a PixelView Pro .8E card, a PVR250 is primary) the frontend 
crashes.  When run from a term window, I get the following.

***frontend***

[EMAIL PROTECTED] ~]$ mythfrontend
2004-12-26 18:41:06.117 mythfrontend version: 0.16.20041207-1 www.mythtv.org
2004-12-26 18:41:06.118 Enabled verbose msgs : important general
2004-12-26 18:41:06.970 Joystick disabled.
2004-12-26 18:41:07.080 Registering Internal as a media playback plugin.
2004-12-26 18:41:07.160 Registering MythDVD DVD Media Handler as a media handler
2004-12-26 18:41:07.161 Registering MythDVD VCD Media Handler as a media handler
Failed to run 'cdrecord --scanbus'
2004-12-26 18:41:07.674 Registering MythMusic Media Handler as a media handler
2004-12-26 18:41:09.250 Starting media monitor.
Error loading image file: /usr/share/mythtv/themes/default/NOTHING.png
2004-12-26 18:41:14.005 Connecting to backend server:
192.168.254.15:6543 (try 1 of 5)
2004-12-26 18:41:14.028 Using protocol version 14
2004-12-26 18:41:14.048 Using protocol version 14
2004-12-26 18:41:14.052 Using protocol version 14
2004-12-26 18:41:14.639 Disable DPMS
2004-12-26 18:41:15.262 Opening audio device '/dev/dsp'.
2004-12-26 18:41:15.262 Opening OSS audio device '/dev/dsp'.
2004-12-26 18:41:15.393 Using XV port 61
2004-12-26 18:41:16.361 Realtime priority would require SUID as root.
2004-12-26 18:41:16.384 Changing from None to WatchingLiveTV
2004-12-26 18:41:16.412 Video timing method: USleep with busy wait
2004-12-26 18:41:18.150 prebuffering pause
2004-12-26 18:41:21.110 prebuffering pause
2004-12-26 18:41:23.587 prebuffering pause
2004-12-26 18:41:25.747 prebuffering pause
2004-12-26 18:41:27.513 prebuffering pause
2004-12-26 18:41:37.915 prebuffering pause
2004-12-26 18:41:42.732 Audio buffer overflow, audio data lost!
2004-12-26 18:41:42.853 prebuffering pause
Segmentation fault
[EMAIL PROTECTED] ~]$

***backend***

[EMAIL PROTECTED] mythtv]# service mythbackend stop
Stopping mythbackend:  [  OK  ]
[EMAIL PROTECTED] mythtv]# mythbackend
Starting up as the master server.
2004-12-26 18:40:56.611 mythbackend version: 0.16.20041207-1 www.mythtv.org
2004-12-26 18:40:56.611 Enabled verbose msgs : important general
2004-12-26 18:40:58.624 Found changes in the todo list.
2004-12-26 18:40:58.857 Scheduled 3 items in 0.2 seconds.
2004-12-26 18:40:58.860 Recording starts soon, AUTO-Startup assumed
2004-12-26 18:40:58.863 Started recording "National Geographic" on
channel: 1012 on cardid: 1, sourceid 1
2004-12-26 18:40:58.909 Changing from None to RecordingOnly
2004-12-26 18:41:14.032 MainServer::HandleAnnounce Playback
2004-12-26 18:41:14.032 adding: mythtv.daworm666.dyndns.org as a
client (events: 0)
2004-12-26 18:41:14.057 MainServer::HandleAnnounce Playback
2004-12-26 18:41:14.057 adding: mythtv.daworm666.dyndns.org as a
client (events: 1)
2004-12-26 18:41:14.062 MainServer::HandleAnnounce Playback
2004-12-26 18:41:14.062 adding: mythtv.daworm666.dyndns.org as a
client (events: 0)
2004-12-26 18:41:14.174 MainServer::HandleAnnounce Playback
2004-12-26 18:41:14.174 adding: mythtv.daworm666.dyndns.org as a
client (events: 0)
2004-12-26 18:41:14.181 adding: mythtv.daworm666.dyndns.org as a
remote ringbuffer
2004-12-26 18:41:14.190 Changing from None to WatchingLiveTV
strange error flushing buffer ...
2004-12-26 18:41:44.859 Changing from WatchingLiveTV to None

[EMAIL PROTECTED] mythtv]#

Watching live TV from the PVR-250 works fine.

Jeff.

P.S. I'm beginning to think I need to ditch the 878 card and get another 
PVR-250...



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] ivtv & bttv with one sound card

2004-12-26 Thread Da Worm
>I've made some progress here.  The reason I wasn't getting sound on my
>PixelView card was that the snd_bt87x module was not getting loaded in my
>modprobe.conf file.  I added that and now I get sound when I watch TV on
>that card.

Oops, scratch that, I still had the patch cable in.

Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] ivtv & bttv with one sound card

2004-12-26 Thread Da Worm
I've made some progress here.  The reason I wasn't getting sound on my 
PixelView card was that the snd_bt87x module was not getting loaded in my 
modprobe.conf file.  I added that and now I get sound when I watch TV on that 
card.

However, I still have other problems, but that is related to a previous email, 
so I'll bring that up there.

Jeff.

*** REPLY SEPARATOR  ***

On 12/26/2004 at 4:35 AM Da Worm wrote:

>I would have thought so, but I can only seem to get one or the other to
>work, not both.  Should one of them have the Audio Device set to (None) in
>mythtvsetup?
>
>Jeff.
>
>*** REPLY SEPARATOR  ***
>
>On 12/26/2004 at 1:27 AM [EMAIL PROTECTED] wrote:
>
>>You should. Ivtv doesn't record from the sound card from what I know.
>>Unless
>>you have a different card than the one I have.
>>
>>
>>
>>
>>
>>Johnny Lee
>>
>>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED] On Behalf Of Da Worm
>>Sent: Sunday, December 26, 2004 12:13 AM
>>To: mythtv-users@mythtv.org
>>Subject: [mythtv-users] ivtv & bttv with one sound card
>>
>>Running frontend and backend on the same machine with both a PVR-250 and
>>BT878 card, is it possible to have only a single sound card and record
>>sound
>>to both cards (and possibly watch one of them while it records)?
>>
>>I'm running FC3, and I had tried Gentoo before.  I seem to recall having a
>>/dev/dsp0 and /dev/dsp1 in the Gentoo setup (but never got anything
>working
>>well there).  With the FC3 setup, I've tried all I can think of to get
>>/dev/dsp0 and /dev/dsp1 but all I get is /dev/dsp.
>>
>>What am I missing?
>>
>>Thanks,
>>  Jeff.
>>
>>
>>
>>___
>>mythtv-users mailing list
>>mythtv-users@mythtv.org
>>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
>
>
>___
>mythtv-users mailing list
>mythtv-users@mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] ivtv & bttv with one sound card

2004-12-26 Thread Da Worm
I would have thought so, but I can only seem to get one or the other to work, 
not both.  Should one of them have the Audio Device set to (None) in 
mythtvsetup?

Jeff.

*** REPLY SEPARATOR  ***

On 12/26/2004 at 1:27 AM [EMAIL PROTECTED] wrote:

>You should. Ivtv doesn't record from the sound card from what I know.
>Unless
>you have a different card than the one I have.
>
>
>
>
>
>Johnny Lee
>
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Da Worm
>Sent: Sunday, December 26, 2004 12:13 AM
>To: mythtv-users@mythtv.org
>Subject: [mythtv-users] ivtv & bttv with one sound card
>
>Running frontend and backend on the same machine with both a PVR-250 and
>BT878 card, is it possible to have only a single sound card and record
>sound
>to both cards (and possibly watch one of them while it records)?
>
>I'm running FC3, and I had tried Gentoo before.  I seem to recall having a
>/dev/dsp0 and /dev/dsp1 in the Gentoo setup (but never got anything working
>well there).  With the FC3 setup, I've tried all I can think of to get
>/dev/dsp0 and /dev/dsp1 but all I get is /dev/dsp.
>
>What am I missing?
>
>Thanks,
>  Jeff.
>
>
>
>___
>mythtv-users mailing list
>mythtv-users@mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] ivtv & bttv with one sound card

2004-12-26 Thread Da Worm
Running frontend and backend on the same machine with both a PVR-250 and BT878 
card, is it possible to have only a single sound card and record sound to both 
cards (and possibly watch one of them while it records)?

I'm running FC3, and I had tried Gentoo before.  I seem to recall having a 
/dev/dsp0 and /dev/dsp1 in the Gentoo setup (but never got anything working 
well there).  With the FC3 setup, I've tried all I can think of to get 
/dev/dsp0 and /dev/dsp1 but all I get is /dev/dsp.

What am I missing?

Thanks,
  Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Jarod's Guide and LCDProc

2004-12-25 Thread Da Worm
I've installed MythTV via Jarod's guide, and would like to use my MatrixOrbital 
VFD with MythTV.  Everything I find in the archives indicates it takes a 
recompile.  How do I go from an (almost - see previous posts) working system 
installed via apt-get to a compiled version without messing up everything?  Or 
is there an LCD enabled apt-get file out there I can install?

Thanks,
  Jeff.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Problems viewing TV

2004-12-25 Thread Da Worm
Update:

It seems it was my ivtv drivers failing to load properly.  After reading this 
thread:
http://lists.atrpms.net/pipermail/atrpms-users/2004-July/000771.html
I modified my modprobe.conf as follows (noting the PAL vs NTSC differences):

# ivtv modules setup
alias char-major-81 videodev
alias char-major-81-0 ivtv
alias char-major-81-224 ivtv
alias char-major-81-1 bttv
alias char-major-81-225 bttv
options bttv tuner=2 card=70 radio=1
install ivtv /sbin/modprobe --ignore-install tuner && /sbin/modprobe 
--ignore-install msp3400 && /sbin/modprobe --ignore-install videodev && 
/sbin/modprobe --ignore-install saa7115 && /sbin/modprobe --ignore-install 
saa7127 && /sbin/modprobe --ignore-install ivtv && /usr/bin/ivtvctl -d 
/dev/video0 -u 0xff
install bttv /sbin/modprobe ivtv && /sbin/modprobe --ignore-install bttv && 
/sbin/modprobe --ignore-install bt878

Now, when it works (see below) I can define either card alone, and it can be 
used to
watch live TV, or define both and it uses the first defined (I presume if it 
were busy recording
it would fall over to the other, but haven't tested it).

The only problem I have now is that when mythbackend starts at boot, if I load
mythfrontend and select TV, I get an error about /dev/dsp being in use.  I can
then watch TV with no sound.  However, if I drop to a shell and restart 
mythbackend,
I no longer have whatever conflict there was with /dev/dsp and it works just 
fine.

Any clues?

Thanks,
  Jeff.

*** REPLY SEPARATOR  ***

On 12/25/2004 at 11:16 AM Da Worm wrote:

>Hi, this is my first post on the list.
>
>My problem is that I can't get MythTV to even display live TV, much less
>record anything.  Here's some details:
>
>P4-2.4Ghz, 512 M RAM, Radeon 9500 Pro, 200G drive with 180G free for
>recording, PVR-250, PixelView Pro Rev 8E,
>Irman, Matrix Orbital 4x25 VF with keypad
>Fedora Core 3, installed Myth via Jarod's guide
>
>I can watch TV with sound (via patch cable) using TVTime.  I can watch TV
>with no sound with xawtv.  Both of these
>are using the PixelView card.  On the PVR-250, I can cat /dev/video1 and
>play back the file with mplayer, although
>with no sound.  With MythTV, when I select Watch TV, I get a blank screen
>for about ten seconds, then the menu
>comes back.  I have tried with both cards defined in mythtvsetup and with
>each alone.  Starting the frontend from a shell
>window, I see the following:
>
>[EMAIL PROTECTED] -]$ mythfrontend
>2004-12-25 10:27:24 mythfrontend version: 0.16.20040906-1 www.mythtv.org
>2004-12-25 10:27:24 Enabled verbose msgs: important general
>2004-12-25 10:27:25 Registering Internal as a media playback plugin.
>2004-12-25 10:27:25 Registering MythDVD DVD Media Handler as a media
>handler
>2004-12-25 10:27:25 Registering MythDVD VCD Media Handler as a media
>handler
>Failed to run 'cdrecord --scanbus'
>2004-12-25 10:27:25 Registering MythMusic Media Handler as a media handler
>SIP listening on IP Address 192.168.254.15:5060 NAT address 192.168.254.15
>2004-12-25 10:27:28 Connecting to backend server: 127.0.0.1:6543 (try 1 of
>5)
>2004-12-25 10:27:36 ReadStringList timeout (quick)
>2004-12-25 10:27:36 Unexpected response to MYTH_PROTO_VERSION:
>2004-12-25 10:27:36 Changing from None to None
>
>I can understand the cdrecord failure: I don't have a burner.
>
>I've Googled for issues, and find this, which is identical.
>
>http://mythtv.org/pipermail/mythtv-users/2004-March/035859.html
>
>I didn't find a resolution for it, though.
>
>Can anyone point me to a possible solution?
>
>Thanks,
>  Jeff.
>
>
>
>___
>mythtv-users mailing list
>mythtv-users@mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Problems viewing TV

2004-12-25 Thread Da Worm
Hi, this is my first post on the list.

My problem is that I can't get MythTV to even display live TV, much less record 
anything.  Here's some details:

P4-2.4Ghz, 512 M RAM, Radeon 9500 Pro, 200G drive with 180G free for recording, 
PVR-250, PixelView Pro Rev 8E,
Irman, Matrix Orbital 4x25 VF with keypad
Fedora Core 3, installed Myth via Jarod's guide

I can watch TV with sound (via patch cable) using TVTime.  I can watch TV with 
no sound with xawtv.  Both of these
are using the PixelView card.  On the PVR-250, I can cat /dev/video1 and play 
back the file with mplayer, although
with no sound.  With MythTV, when I select Watch TV, I get a blank screen for 
about ten seconds, then the menu
comes back.  I have tried with both cards defined in mythtvsetup and with each 
alone.  Starting the frontend from a shell
window, I see the following:

[EMAIL PROTECTED] -]$ mythfrontend
2004-12-25 10:27:24 mythfrontend version: 0.16.20040906-1 www.mythtv.org
2004-12-25 10:27:24 Enabled verbose msgs: important general
2004-12-25 10:27:25 Registering Internal as a media playback plugin.
2004-12-25 10:27:25 Registering MythDVD DVD Media Handler as a media handler
2004-12-25 10:27:25 Registering MythDVD VCD Media Handler as a media handler
Failed to run 'cdrecord --scanbus'
2004-12-25 10:27:25 Registering MythMusic Media Handler as a media handler
SIP listening on IP Address 192.168.254.15:5060 NAT address 192.168.254.15
2004-12-25 10:27:28 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2004-12-25 10:27:36 ReadStringList timeout (quick)
2004-12-25 10:27:36 Unexpected response to MYTH_PROTO_VERSION:
2004-12-25 10:27:36 Changing from None to None

I can understand the cdrecord failure: I don't have a burner.

I've Googled for issues, and find this, which is identical.

http://mythtv.org/pipermail/mythtv-users/2004-March/035859.html

I didn't find a resolution for it, though.

Can anyone point me to a possible solution?

Thanks,
  Jeff.



___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Watching Tv in MythTv

2004-12-25 Thread Da Worm
Wow, just as I post my previous message, I see two more on the list having the 
same problem.

Jeff.

*** REPLY SEPARATOR  ***

On 12/25/2004 at 10:34 AM Matt Lane wrote:

>Have you got this working?  I am having a similar problem.
>
>
>On Fri, 24 Dec 2004 13:40:17 -0600, Steve Frank <[EMAIL PROTECTED]>
>wrote:
>> Is mythbackend running?
>>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Kenny Votava
>> Sent: Friday, December 24, 2004 1:33 AM
>> To: mythtv-users@mythtv.org
>> Subject: [mythtv-users] Watching Tv in MythTv
>>
>> When i attempt to watch tv in Mythtv it just goes to a blank screen that
>> takes me back to the main menu.  The frontend server tells me the
>> following : connecting to backend server:  ReadStringList timeout
>> (quick): Unexpected response to MYTH_PROTO_VERSION: Changing from none
>> to none
>>
>>
>> ___
>> mythtv-users mailing list
>> mythtv-users@mythtv.org
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>>
>>
>
>___
>mythtv-users mailing list
>mythtv-users@mythtv.org
>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users