Marty
Mark Rafn wrote:
On Wed, 1 Dec 2004 [EMAIL PROTECTED] wrote:
I have a Hauppauge pvr350 and a sound blaster live. I ran mythtv just fine using fedora core 1. I am now trying to migrate to fedora core 3. Like others, I am having a sound issue. Specifically, no sound is being captured.
Your guess is almost certainly correct - you're using the kernel's msp3400 module rather than the ivtv one. This is the symptom I get if I update my kernel and don't remove the msp400 file that it installs.
These are all the msp3400* files on my drive: ./lib/modules/2.6.9-1.681_FC3/updates/drivers/media/video/msp3400.ko ./lib/modules/2.6.9-1.681_FC3/updates/drivers/media/video/msp3400.ko.sav ./lib/modules/2.6.9-1.681_FC3/updates/drivers/media/video/msp3400-ivtv.ko ./lib/modules/2.6.9-1.681_FC3/kernel/drivers/media/video/msp3400.ko ./lib/modules/2.6.9-1.681_FC3/kernel/drivers/media/video/msp3400.ko.orig ./lib/modules/2.6.9-1.667/kernel/drivers/media/video/msp3400.ko ./sys/module/msp3400
Hmm. when I build and install ivtv, it puts the modules in /lib/modules/<kernel-rev>/extra/ It's possible that none of the .ko files are the right one - perhaps reinstall the ivtv driver to get the right one? Or look at the .ko files, and try them each in turn.
[EMAIL PROTECTED] /]# /sbin/modinfo msp3400
filename: /lib/modules/2.6.9-1.681_FC3/updates/drivers/media/video/msp3400.ko
parm: probe:List of adapter,address pairs to scan additionally
parm: probe_range:List of adapter,start-addr,end-addr triples to scan additionally
parm: ignore:List of adapter,address pairs not to scan
parm: ignore_range:List of adapter,start-addr,end-addr triples not to scan
parm: force:List of adapter,address pairs to boldly assume to be present
description: device driver for msp34xx TV sound processor
author: Gerd Knorr
license: GPL
vermagic: 2.6.9-1.681_FC3 686 REGPARM 4KSTACKS gcc-3.4
depends:
Hmm. Mine (0.2.0-rc3) is almost that.
[EMAIL PROTECTED] dagon]$ modinfo msp3400
parm: probe:List of adapter,address pairs to scan additionally
parm: probe_range:List of adapter,start-addr,end-addr triples to scan additionally
parm: ignore:List of adapter,address pairs not to scan
parm: ignore_range:List of adapter,start-addr,end-addr triples not to scan
parm: force:List of adapter,address pairs to boldly assume to be present
description: device driver for msp34xx TV sound processor
author: Gerd Knorr
license: GPL
vermagic: 2.6.7 preempt PENTIUMIII gcc-3.3
depends: i2c-core
It's interesting that you're using 4k stacks too. ISTR something about that being broken, but that could be for another device I have (nvidia card, maybe) rather than ivtv.
--
Mark Rafn [EMAIL PROTECTED] <http://www.dagon.net/>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
ivtv-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
ivtv-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel
