[mythtv-users] /sbin/modprobe ivtv -- not working

Ramon Roca Ramon.Roca at XCombo.com
Sat Dec 20 18:43:51 EST 2003


Not sure, since you are using a newer version than mine, however, by the erors that you are reporting (look comments below)... are you sure that you have the devices defined?
try "ls /dev/diveo*", be sure that you have many video* there...
If not are there, try something like this:

 for i in 0 1 2 3 16 32 224 ;do if [ ! -f /dev/video$i ]; then echo "Creating /dev/video$i" && mknod /dev/video$i c 81 $i && chown :video /dev/video$i && chmod 660 /dev/video$i; else echo "/dev/video$i already exists";fi;done

Have luck,
Ramon

El Sat, 20 Dec 2003 18:23:58 -0500
Myth Man <mythtv at pln.cc> va escriure:

MM >  I have gotten to this place 4 times after complete re-installs.  :^(
MM > 
MM >  I have a WINTV PVR 350 card on a P4PE ASUS MB w/ a 2.4ghz and 1 GIG
MM >  of RAM.
MM > 
MM >  I followed Jarod's Guide..
MM >  
MM > When I do a /sbin/modprobe ivtv, I get this:
MM > 
MM > [root at myth root]# /sbin/modprobe ivtv
MM > Warning: ignoring debug=1, no such parameter in this module
MM > /lib/modules/2.4.20-24_31.rh9.at/updates/drivers/media/video/ivtv.o: init_module: No such device
MM > Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
MM >       You may find more information in syslog or the output from dmesg
MM > /lib/modules/2.4.20-24_31.rh9.at/updates/drivers/media/video/ivtv.o: insmod /lib/modules/2.4.20-24_31.rh9.at/updates/drivers/media/video/ivtv.o failed
MM > /lib/modules/2.4.20-24_31.rh9.at/updates/drivers/media/video/ivtv.o: insmod ivtv failed
MM > 
MM > 
MM > The relevant output of /var/log/messages is:
MM > 
MM > Dec 20 18:11:52 myth kernel: i2c-core.o: i2c core module version 2.8.0 (20030714)
MM > Dec 20 18:11:52 myth kernel: ivtv: SGarray_size = 340, DSGarray_size = 16
MM > Dec 20 18:11:52 myth kernel: ivtv: Found an iTVC15 based chip
MM > Dec 20 18:11:52 myth kernel: PCI: Found IRQ 7 for device 02:0c.0
MM > Dec 20 18:11:52 myth kernel: PCI: Sharing IRQ 7 with 02:05.0
MM > Dec 20 18:11:52 myth kernel: tuner: probing ivtv i2c driver #0 i2c adapter [id=0x10005]
MM > Dec 20 18:11:52 myth kernel: tuner: chip found @ 0xc2
MM > Dec 20 18:11:52 myth kernel: tuner(bttv): type forced to 2 (Philips NTSC (FI1236,FM1236 and compatibles)) [insmod]
MM > Dec 20 18:11:52 myth kernel: saa7114.c: starting probe for adapter ivtv i2c driver #0 (0x10005)
MM > Dec 20 18:11:52 myth kernel: saa7114.c: detecting saa7114 client on address 0x42
MM > Dec 20 18:11:52 myth kernel: saa7115.c: writing init values
MM > Dec 20 18:11:54 myth kernel: status: (1E) 0x48, (1F) 0xc0
MM > Dec 20 18:11:54 myth kernel: msp34xx: init: chip=MSP3448W-A2, has NICAM support
MM > Dec 20 18:11:54 myth kernel: msp3410: daemon started
MM > Dec 20 18:11:56 myth kernel: ivtv: Encoder revision: 0x02040011

Everythinh was ok until here, and here, looks like is trying to register the video devices...

MM > Dec 20 18:11:56 myth kernel: ivtv: Device or minor 0 not accepted
MM > Dec 20 18:11:56 myth kernel: ivtv: Device or minor 1 not accepted
MM > Dec 20 18:11:56 myth kernel: ivtv: Registered v4l2 device, minor 2
MM > Dec 20 18:11:56 myth kernel: ivtv: Device or minor 32 not accepted
MM > Dec 20 18:11:56 myth kernel: ivtv: Couldn't register v4l2 device!
MM > Dec 20 18:11:56 myth kernel: ivtv: Problem starting v4l2
MM > Dec 20 18:11:56 myth kernel: ivtv: Error -19 on init
MM > Dec 20 18:11:56 myth kernel: ivtv: Error detecting PCI card
MM > 
MM > 
MM > It's almost as if the WinTV PVR 350 is not recognized on the system at
MM > all.  This is borne out by the output of /proc/interrupts:
MM > 
MM > [root at myth root]# cat /proc/interrupts
MM >            CPU0       
MM >   0:     239439          XT-PIC  timer
MM >   1:       1783          XT-PIC  keyboard
MM >   2:          0          XT-PIC  cascade
MM >   5:     198505          XT-PIC  nvidia
MM >   7:      73873          XT-PIC  eth0
MM >   8:          1          XT-PIC  rtc
MM >   9:          0          XT-PIC  Intel ICH4
MM >  12:     137372          XT-PIC  PS/2 Mouse
MM >  14:      13783          XT-PIC  ide0
MM >  15:       7442          XT-PIC  ide1
MM > NMI:          0 
MM > ERR:          0
MM > 
MM > 
MM > I have swapped the PVR card to different PCI slots with no change.
MM > 
MM > The only thing I can think of that is different from Jarod's Guide is
MM > the kernel.
MM > 
MM > "Install his latest kernel and kernel-source packages (as of this writing), like so:
MM > 
MM > # apt-get install kernel#2.4.20-20_29.rh9.at kernel-source#2.4.20-20_29.rh9.at"
MM > 
MM > The latest kernel according to the link provided was ...20-24_31,
MM > which is what I installed.
MM > 
MM > And the .exe on the Hauptpauge web site is now pvr250_17_21288.exe
MM > instead of pvr250_17_21226.exe, so I installed the 88.exe one.
MM > 
MM > I have tried to find the older kernel version mentioned in the Guide,
MM > but it is obsolete and UTL.
MM > 
MM > I have read up on the GOSSAMER forums as well, but didn't find any
MM > help there.  Some clues that did not pan out.
MM > 
MM > Any assistance would be most appreciated.
MM > 
MM > 
MM > 
MM > -- 
MM > Best regards,
MM >  Myth                            mailto:mythtv at pln.cc
MM > 
MM > 


More information about the mythtv-users mailing list