Hi,
I have installed gentoo 2.6.17-r7 on a new
harddisk. It's a very minimal installation, no X or other big apps so
far.
I've installed a PVR 350.
Then I've installed ivtv 0.70.
I know, that modules are build by the kernel with
the current kernel and enabled them in the config. My config is mainly a copy
of a gentoo 2.6.14 version, where my card has running.
But with "modprobe ivtv" loading of some modules
fails:
saa7115 1-0021: saa7115 found @ 0x42 (ivtv i2c
driver #0)
saa7127 1-0044: saa7127 found @ 0x88 (ivtv i2c driver
#0)
msp3400 1-0040: MSP4418G-A2 found @ 0x80 (ivtv i2c driver
#0)
msp3400 1-0040: MSP4418G-A2 supports nicam and radio, mode is
autodetect and autoselect
ivtv0: Failed to load module tveeprom
tveeprom
1-0050: Hauppauge model 48134, rev J342, serial# 7067564
tveeprom 1-0050:
tuner model is Temic 4009FR5 (idx 42, type 20)
tveeprom 1-0050: TV
standards PAL(B/G) (eeprom 0x04)
tveeprom 1-0050: audio processor is
MSP4418 (idx 25)
tveeprom 1-0050: decoder processor is SAA7115 (idx
19)
tveeprom 1-0050: has radio, has IR remote
ivtv0: Failed to load
module tuner
ivtv0: Failed to load module tda9887
ivtv0: Failed to load
module saa7115
ivtv0: Failed to load module saa7127
ivtv0: Failed to
load module msp3400
The modules are in the folder:
/lib/modules/2.6.17-gentoo-r7/kernel/drivers/media/video
I've put the modules in the file
/etc/modules.autoload.d/kernel-2.6 to be autoloaded by startup:
tveeprom
tuner
tda9887
saa7115
saa7127
msp3400
And after reboot with lsmod I can see that
the modules can be found:
Module
Size Used
by
msp3400
24896
0
saa7127
9332
0
saa7115
12112
0
tda9887
13360
0
tuner
43788
0
tveeprom
12016 0
But when loading ivtv with modprobe loading of
the modules still fails.
Please tell me where my mistake is.
Thank you