An update

> 1. Tuner Sound
Done....thanks for the help. Used the ramdisk for everything but the
ivtv and ivtv-fb.

I put the msp3400, ivtv and ivtv-fb in the rc.local...in that order.

Works.

> 2. X on the TV Out
Done.....Loaded ivtv-devel...works.

> 3. Lirc (can not get irw to work, no file error) 
Done. Crappy work around. The stupid udev is not working...oh well. I
put in the rc.local after ivtv-fb:

/sbin/modprobe lirc_i2c
ln -s /dev/lirc0 /dev/lirc
service lircd start

> 4. Transcoding (best 
> setup for multicasting within the house on 802.11b) Using VLC
Not working on it right now. Playing with it.

New problem cropped up. The stupid remote would not change channels. A
workaround is, rc.local:

/etc/init.d/mythbackend start
sleep 3
/etc/init.d/mythbackend stop
/etc/init.d/mythbackend start

Then the mplayer would not work with lirc. Fixed by copying the
~/.mythtv/lircrc to ~/.lircrc.

The last trivial problem is the cddb and imdb lookups are not working.

Later.

-r

-----Original Message-----
From: Minh Duong [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 10, 2005 11:01 PM
To: Ronald Kohsman
Subject: RE: [mythtv-users] Sound PVR-350

About your sound, did you put back msp3400ko.o   It
appears in you logs that msp3400 isn't being loaded.


--- Ronald Kohsman <[EMAIL PROTECTED]> wrote:

> Video16 is there and it comes up all by itself. I am
> using the mkinitrd
> version.
> 
> -r
> 
> -----Original Message-----
> From: Minh Duong [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 10, 2005 4:03 PM
> To: Ronald Kohsman
> Subject: RE: [mythtv-users] Sound PVR-350
> 
> For me it wasn't a problem, but check to make sure
> that /dev/video16 exists.  If you do, then it's not
> a
> problem. 
> 
> Does X come up by itself?  Or do you have to launch
> it?
> 
> 
> --- Ronald Kohsman <[EMAIL PROTECTED]> wrote:
> 
> > Ok the TV out is up and running on X.
> > 
> > I now can not get the videos to play back on TV
> Out.
> > 
> > Like the mplayer is not happy?????
> > 
> > -r
> > 
> > -----Original Message-----
> > From: Minh Duong [mailto:[EMAIL PROTECTED] 
> > Sent: Thursday, February 10, 2005 1:03 AM
> > To: Ronald Kohsman
> > Subject: RE: [mythtv-users] Sound PVR-350
> > 
> > oh one more thing:  reboot after these changes.
> > 
> > --- Minh Duong <[EMAIL PROTECTED]> wrote:
> > 
> > > Ok as I understand it, you need to start ivtv
> and
> > > lirc
> > > before you start mythbackend.  First though, you
> > > need
> > > to load the modules.  I got this from
> > >
> >
>
http://wilson-stowe.com/family/mythtv/installguide#AutomaticallyStarting
> > everythingonBootUp
> > > 
> > > You need two scripts.  You must be root.
> > > 
> > > 1) First create a script named ivtv in
> > /etc/init.d/
> > > 
> > > --------------
> > > # modprobe v4l1-compat # if not compiled into
> the
> > > kernel
> > > modprobe ivtv
> > > # use the following if you use TV-Out on PVR350
> > > modprobe ivtv-fb
> > > --------------
> > > 
> > > 2) Change the permissions to allow to run by
> > anyone:
> > > 
> > > chmod +x /etc/init.d/ivtv
> > > 
> > > 3) Now you have to get it to load but scripts
> have
> > a
> > > hierarchy.  Lower numbers have higher priority. 
> > Get
> > > a
> > > listing of your /etc/rc2.d directory:
> > > 
> > > cd /etc/rc2.d
> > > ls
> > > 
> > > You're going to see a lot links in this
> directory.
> > 
> > > Those links that start with "K" are not running
> at
> > > this run level .  Those starting with "S" are
> > > running.
> > >  Note the number that mythbackend runs.  You
> need
> > to
> > > create a symbolic link but a number lower than
> > > mythbackend.  For me I had to get it lower than
> > 86.
> > > 
> > > ln -s /etc/init.d/ivtv S84ivtv
> > > 
> > > Now do the same in rc5.d.  I'm not sure if this
> is
> > > necessary but I wanted to be sure because rc5 is
> > X.
> > > 
> > > cd /etc/rc5.d
> > > ln -s /etc/init.d/ivtv S84ivtv
> > > 
> > > 4)  Now do the same for lirc.  I'm not sure how
> > this
> > > will work since you haven't gotten lirc to work
> > yet,
> > > but once you do, you'll need it.  First the
> script
> > > for
> > > /etc/init.d/lirc :
> > > 
> > > --------
> > > #setserial /dev/ttyS0 uart none
> > > modprobe lirc_i2c
> > > --------
> > > 
> > > Make it executable:
> > > 
> > > chmod  +x /etc/init.d/lirc
> > > 
> > > 5)  Now create links in the different rc levels.
> 
> > > Again same rule on the priority level.
> > > 
> > > cd /etc/rc2.d
> > > ln -s /etc/init.d/lirc S85lirc
> > > 
> > > cd /etc/rc5.d
> > > ln -s /etc/init.d/lirc S85lirc
> > > 
> > > 
> > > I don't know what the effect of having done the
> > > changed the ramdisk.  Maybe nothing.  Hopefully
> > this
> > > helps.
> > > 
> > > --- Ronald Kohsman <[EMAIL PROTECTED]>
> > wrote:
> > > 
> > > > Is it too much trouble to get copy of your
> > scripts
> > > > and little help?
> > > > 
> > > > Did you put modprobe stuff?
> > > > 
> > > > I really appreciate the help.
> > > > 
> > > > -r
> > > > 
> > > > -----Original Message-----
> > > > From: Minh Duong [mailto:[EMAIL PROTECTED]
> 
> > > > Sent: Wednesday, February 09, 2005 11:59 PM
> > > > To: Ronald Kohsman
> > > > Subject: RE: [mythtv-users] Sound PVR-350
> > > > 
> > > > Ronald,
> > > > 
> > > > You're still having problems with X on TV Out?
> 
> > I
> > > > thought you had resolved that problem.  You
> set
> > up
> > > > the
> > > > initial ramdisk as per Jarod's guide?   I
> could
> > > > never
> > > > get that to work.  I bypassed it and just
> loaded
> > > > them
> > > > via scripts at rc2.d and rc5.d.  I don't see
> the
> > > > machine boot up on the TV but I don't care as
> > long
> > > > as
> > > > X boots before mythtv does.
> > > 
> > > 
> > > 
> > >           
> > > __________________________________ 
> > > Do you Yahoo!? 
> > > Meet the all-new My Yahoo! - Try it today! 
> > > http://my.yahoo.com 
> > >  
> > > 
> > > >
> _______________________________________________
> > > mythtv-users mailing list
> > > [email protected]
> > >
> >
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> > > 
> > 
> 
=== message truncated ===



                
__________________________________ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to