On Aug 16, 2006, at 10:39 PM, Weltobills wrote:
Sorry to as what is probably a stupid question but here goes. How do I run the commands to get to here;
│ Symbol: VIDEO_MSP3400 [=m] │
│ Prompt: Micronas MSP34xx audio decoders │
│ Defined at drivers/media/video/Kconfig:341 │
│ Depends on: VIDEO_DEV && I2C │
│ Location: │
│ -> Device Drivers │
│ -> Multimedia devices │
│ -> Video Capture Adapters │
│ -> Encoders and Decoders │
│ Selected by: VIDEO_BT848 && VIDEO_DEV && PCI && I2C && VIDEO_V4L2 │
I just need a little more direction on this one. BTW, I renamed the msp3400.ko to msp3400.ko.orig. I then renamed it back, rebooted and I get the same message in dmesg. The line I see is "ivtv0: Failed to load module msp3400". Are you saying that should load once I enable it with the commands above?
What he was telling you how to do is enable your kernel to build the msp3400 as part of the kernel. After that you would build the kernel from scratch. This is not something for people without lots of Linux experience.
And you don't have to do it. From your posts, it appears your kernel does have a valid msp3400.ko file that should be loading. Make sure it is named with its original name and then try the following :
/sbin/depmod -a
/sbin/modinfo msp3400
The modinfo command should tell you about the msp3400 module, if its in the right place. If it does find it, then you should be able to modprobe ivtv.
Keith C
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.7.0 (tagged release) loading
ivtv: Linux version: 2.6.17-1.2142_FC4 mod_unload 686 REGPARM 4KSTACKS gcc-4.0
ivtv: In case of problems please include the debug info between
ivtv: the START INIT IVTV and END INIT IVTV lines, along with
ivtv: any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-350 card (cx23415 based)
ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 193
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
tveeprom 0-0050: Hauppauge model 48132, rev K268, serial# 8051829
tveeprom 0-0050: tuner model is LG TAPE H001F MK3 (idx 68, type 47)
tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 0-0050: audio processor is MSP4448 (idx 27)
tveeprom 0-0050: decoder processor is SAA7115 (idx 19)
tveeprom 0-0050: has radio, has IR remote
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
tda9887 0-0043: chip found @ 0x86 (ivtv i2c driver #0)
saa7115 0-0021: saa7115 found @ 0x42 (ivtv i2c driver #0)
saa7127 0-0044: saa7129 found @ 0x88 (ivtv i2c driver #0)
ivtv0: Failed to load module msp3400
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02050032
ivtv0: Decoder revision: 0x02020023
ivtv0: Allocate DMA encoder MPEG stream: 128 x 32768 buffers (4096KB total)
ivtv0: Allocate DMA encoder YUV stream: 194 x 10800 buffers (2048KB total)
ivtv0: Allocate DMA encoder VBI stream: 120 x 17472 buffers (2048KB total)
ivtv0: Allocate DMA encoder PCM audio stream: 455 x 4608 buffers (2048KB total)
ivtv0: Create encoder radio stream
ivtv0: Allocate DMA decoder MPEG stream: 16 x 65536 buffers (1024KB total)
ivtv0: Allocate DMA decoder VBI stream: 512 x 2048 buffers (1024KB total)
ivtv0: Create decoder VOUT stream
ivtv0: Allocate DMA decoder YUV stream: 24 x 43200 buffers (1024KB total)
ivtv0: loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
tuner 0-0061: type set to 47 (LG NTSC (TAPE series))
ivtv0: i2c hardware 0x00000008 not found for command 0xc008561c!
ivtv0: i2c hardware 0x00000008 not found for command 0x4008646d!
ivtv0: i2c hardware 0x00000008 not found for command 0xc008561c!
ivtv0: i2c hardware 0x00000008 not found for command 0xc008561c!
ivtv0: i2c hardware 0x00000008 not found for command 0xc008561c!
ivtv0: Initialized Hauppauge WinTV PVR-350, card #0
ivtv: ==================== END INIT IVTV ====================
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.10.10/418 - Release Date: 8/14/2006
_______________________________________________
ivtv-users mailing list