I made it so my modules.conf only had these two lines:
alias char-major-81 videodev
alias char-major-81-0 ivtv
And then did depmod -a, did rmmod to all ivtv related modules
(msp3400, saa7127, saa7115, tuner, tveeprom, ivtv, i2c_algo_bit,
i2c_core, videodev) so I was down to:
v4l1_compat 13700 0
v4l2_common 5120 0
md5 3712 1
ipv6 224260 21
appletalk 29108 20
psnap 2948 1 appletalk
llc 5524 1 psnap
8250 17376 0
serial_core 18176 1 8250
af_packet 15880 2
b44 18052 0
xfs 505976 1
ide_cd 37536 0
cdrom 36508 1 ide_cd
genrtc 7796 0
Then I did modprobe ivtv, and got same errors in dmesg and all the
modules I removed were back.
--------------
find /lib/modules/`uname -r` -name "tveeprom*" -ls:
1105279 16 -rw-r--r-- 1 root root 16254 Jan 31 11:53
/lib/modules/2.6.8/extra/tveeprom.ko.orig
1105285 16 -rw-r--r-- 1 root root 16254 Jan 31 13:42
/lib/modules/2.6.8/extra/tveeprom.ko
find /lib/modules/`uname -r` -name "msp3400*" -ls:
1072797 28 -rw-r--r-- 1 root root 27405 Jan 31 09:05
/lib/modules/2.6.8/kernel/drivers/media/video/msp3400.ko.orig
1105276 36 -rw-r--r-- 1 root root 34233 Jan 31 11:53
/lib/modules/2.6.8/extra/msp3400.ko.orig
1105282 36 -rw-r--r-- 1 root root 34233 Jan 31 13:42
/lib/modules/2.6.8/extra/msp3400.ko
find /lib/modules/`uname -r` -name "ivtv*" -ls
1105275 184 -rw-r--r-- 1 root root 181633 Jan 31 11:53
/lib/modules/2.6.8/extra/ivtv.ko.orig
1105267 40 -rw-r--r-- 1 root root 38198 Jan 31 13:42
/lib/modules/2.6.8/extra/ivtv-fb.ko
1105272 40 -rw-r--r-- 1 root root 38198 Jan 31 11:53
/lib/modules/2.6.8/extra/ivtv-fb.ko.orig
1105281 184 -rw-r--r-- 1 root root 181633 Jan 31 13:42
/lib/modules/2.6.8/extra/ivtv.ko
----modinfos:
/lib/modules/2.6.8/extra/ivtv.ko
author: Kevin Thayer
description: iTVC15_16 driver
license: GPL
version: 0.2.0-rc3e
vermagic: 2.6.8 PENTIUM4 gcc-3.3
depends: videodev,i2c-algo-bit
parm: ivtv_first_minor:Set minor assigned to first card
parm: ivtv_std:Specify video standard: 1 = NTSC, 2 = PAL, 3
= SECAM, Default: Autodetect
parm: ivtv_debug:Debug level (bitmask). Default: errors only
(ivtv_debug = 255 gives full debugging)
parm: cardtype:Only use this option if your card is not
detected properly.
Specify card type:
1 = WinTV PVR 250
2 = WinTV PVR 350
3 = AVerMedia M179
4 = YUAN MPG600/Kuroutoshikou iTVC16-STVLP
5 = YUAN MPG160/Kuroutoshikou iTVC15-STVLP
Default: Autodetect
parm: autoload:automatically load i2c modules like tuner.o,
default is 1 (yes)
parm: radio:Enable or disable the radio. Use only if
autodetection fails. 0 = disable, 1 = enable
parm: tda9887:Enable or disable tda9887 module, 0 = normal,
1+ = pinnacle_id
parm: tuner:Tuner type selection, see tuner.h for values
/lib/modules/2.6.8/extra/msp3400.ko
description: device driver for msp34xx TV sound processor
author: Gerd Knorr
license: GPL
vermagic: 2.6.8 PENTIUM4 gcc-3.3
depends: i2c-core
parm: force:List of adapter,address pairs to boldly assume
to be present
parm: ignore_range:List of adapter,start-addr,end-addr
triples not to scan
parm: ignore:List of adapter,address pairs not to scan
parm: probe_range:List of adapter,start-addr,end-addr
triples to scan additionally
parm: probe:List of adapter,address pairs to scan additionally
filename: /lib/modules/2.6.8/extra/tveeprom.ko
description: i2c Hauppauge eeprom decoder driver
author: John Klar
license: GPL
vermagic: 2.6.8 PENTIUM4 gcc-3.3
depends: i2c-core
parm: force:List of adapter,address pairs to boldly assume
to be present
parm: ignore_range:List of adapter,start-addr,end-addr
triples not to scan
parm: ignore:List of adapter,address pairs not to scan
parm: probe_range:List of adapter,start-addr,end-addr
triples to scan additionally
parm: probe:List of adapter,address pairs to scan additionally
parm: debug:Debug level (0-2)
filename: /lib/modules/2.6.8/extra/saa7127.ko
description: Philips SAA7127 video encoder driver
author: Roy Bulter
license: GPL
vermagic: 2.6.8 PENTIUM4 gcc-3.3
depends: i2c-core
parm: test_image:test_image (0-1)
parm: debug:debug level (0-2)
parm: force:List of adapter,address pairs to boldly assume
to be present
parm: ignore_range:List of adapter,start-addr,end-addr
triples not to scan
parm: ignore:List of adapter,address pairs not to scan
parm: probe_range:List of adapter,start-addr,end-addr
triples to scan additionally
parm: probe:List of adapter,address pairs to scan additionally
filename: /lib/modules/2.6.8/extra/saa7115.ko
description: Philips SAA7115 video decoder driver
author: Kevin Thayer
license: GPL
vermagic: 2.6.8 PENTIUM4 gcc-3.3
depends: i2c-core
parm: force:List of adapter,address pairs to boldly assume
to be present
parm: ignore_range:List of adapter,start-addr,end-addr
triples not to scan
parm: ignore:List of adapter,address pairs not to scan
parm: probe_range:List of adapter,start-addr,end-addr
triples to scan additionally
parm: probe:List of adapter,address pairs to scan additionally
parm: debug:Debug level (0-1)
On Mon, 31 Jan 2005 22:15:05 -0500, Alan Gonzalez
<[EMAIL PROTECTED]> wrote:
> As was stated in his first post:
>
> > I included
> > "alias tveeprom tveeprom-ivtv" in my modprobe.conf. I have also tried
> > using IVTV-0.2.0-rc3e with the same results.
>
> And he's been down the road of deleting all tveeprom's in kernel dir
> except for ivtv version.
>
> So we're trying to see what the state of his modules are. I should
> have asked him to send output of
>
> find /lib/modules/`uname -r` -name "tveeprom*" -ls
> find /lib/modules/`uname -r` -name "msp3400*" -ls
> find /lib/modules/`uname -r` -name "ivtv*" -ls
>
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel