[mythtv-users] PVR-350 lost sound in upgrade

2005-01-29 Thread Hugo van der Kooij
Hi,

I was close to getting a working system with the 2.6.9 kernel. Just X did
not work.

Aftre the upgrades of last week it would not work well anymore so I tried
to get things right with the latest kernel and all. After a clash with
some options in my modprobe.conf file I got it back to working and not
ivtv-fb is working as well. (Getting X on there is now an option.)

But in the process I have lost my sound. It is no longer recorded as part
of the stream. I can still get sound from the older recordings so the
playback itself works fine.

I noticed in my syslog these lines:
Jan 29 13:27:45 saruman kernel: ivtv: Encoder revision: 0x02040024
Jan 29 13:27:45 saruman kernel: ivtv: Encoder Firmware is buggy, use version 
0x02040011
Jan 29 13:27:45 saruman kernel: ivtv: Decoder revision: 0x02020023

They mave something to do with the problem. The FC3 system is currently
up2date according to apt-get.

Any hints to solve the issue are much appriciated. (I could live without X
for a while but living without sounds in the recording is tough.)

Hugo.

-- 
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]   http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 lost sound in upgrade

2005-01-29 Thread Paul Bender
I had the same problem. I ended up doing the following to get it to 
work. I doubt that all the steps are needed, but I am not sure which 
one(s) actually did the trick for the sound.

Adjusted kernel modules:
(1) cd /lib/modules/2.6.10-1.741_FC3smp/kernel/drivers/media/video/  ; \
mv msp3400.ko msp3400.ko.orig
(2) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
mv msp3400.ko msp3400.ko.orig ; \
cp msp3400-ivtv.ko msp3400.ko
(3) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
mv tveeprom.ko tveeprom.ko.orig \
cp tveeprom-ivtv.ko tveeprom.ko
Added to /etc/modprobe.conf:
install eeprom { /sbin/modprobe tveeprom; } ; /sbin/modprobe 
--first-time --ignore-install eeprom

Hugo van der Kooij wrote:
Hi,
I was close to getting a working system with the 2.6.9 kernel. Just X did
not work.
Aftre the upgrades of last week it would not work well anymore so I tried
to get things right with the latest kernel and all. After a clash with
some options in my modprobe.conf file I got it back to working and not
ivtv-fb is working as well. (Getting X on there is now an option.)
But in the process I have lost my sound. It is no longer recorded as part
of the stream. I can still get sound from the older recordings so the
playback itself works fine.
I noticed in my syslog these lines:
Jan 29 13:27:45 saruman kernel: ivtv: Encoder revision: 0x02040024
Jan 29 13:27:45 saruman kernel: ivtv: Encoder Firmware is buggy, use version 
0x02040011
Jan 29 13:27:45 saruman kernel: ivtv: Decoder revision: 0x02020023
They mave something to do with the problem. The FC3 system is currently
up2date according to apt-get.
Any hints to solve the issue are much appriciated. (I could live without X
for a while but living without sounds in the recording is tough.)
Hugo.


___
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] PVR-350 lost sound in upgrade

2005-01-29 Thread Hugo van der Kooij
On Sat, 29 Jan 2005, Paul Bender wrote:

 I had the same problem. I ended up doing the following to get it to
 work. I doubt that all the steps are needed, but I am not sure which
 one(s) actually did the trick for the sound.

 Adjusted kernel modules:
 (1) cd /lib/modules/2.6.10-1.741_FC3smp/kernel/drivers/media/video/  ; \
  mv msp3400.ko msp3400.ko.orig
 (2) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
  mv msp3400.ko msp3400.ko.orig ; \
  cp msp3400-ivtv.ko msp3400.ko
 (3) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
  mv tveeprom.ko tveeprom.ko.orig \
  cp tveeprom-ivtv.ko tveeprom.ko

Sounds like a single line in /etc/modprobe.conf will do as well:
alias msp3400 msp3400-ivtv

And it will survive an update of the packages.

Done that and is works quite allright now.

Thanks,
Hugo.

-- 
I hate duplicates. Just reply to the relevant mailinglist.
[EMAIL PROTECTED]   http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of magicians,
for they are subtle and quick to anger.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 lost sound in upgrade

2005-01-29 Thread Paul Bender
Hugo van der Kooij wrote:
On Sat, 29 Jan 2005, Paul Bender wrote:

I had the same problem. I ended up doing the following to get it to
work. I doubt that all the steps are needed, but I am not sure which
one(s) actually did the trick for the sound.
Adjusted kernel modules:
(1) cd /lib/modules/2.6.10-1.741_FC3smp/kernel/drivers/media/video/  ; \
mv msp3400.ko msp3400.ko.orig
(2) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
mv msp3400.ko msp3400.ko.orig ; \
cp msp3400-ivtv.ko msp3400.ko
(3) cd /lib/modules/2.6.10-1.741_FC3smp/updates/drivers/media/video/ ; \
mv tveeprom.ko tveeprom.ko.orig \
cp tveeprom-ivtv.ko tveeprom.ko

Sounds like a single line in /etc/modprobe.conf will do as well:
alias msp3400 msp3400-ivtv
I agree, However, when I tried that, for some reason when I would 
modprobe ivtv, it would still load msp3400 and tveeprom rather than 
msp3400-ivtv and tveeprom-ivtv. I was too lazy to figure out why so I 
moved the files.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users