Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ivtv: users

ivtv with gentoo and pvr 150

 

 

ivtv users RSS feed   Index | Next | Previous | View Threaded


ivtv at gaandalein

Mar 4, 2007, 2:29 AM

Post #1 of 18 (1749 views)
Permalink
ivtv with gentoo and pvr 150

Hi!

I'm trying to get my Hauppauge PVR 150 Card working after a new Gentoo
installation (before this it worked quite well)...

After installing Gentoo I emerged ivtv following this howto:
http://ivtvdriver.org/index.php/Howto:Gentoo

Unfortunately my system froze while trying to modprobe ivtv for the
first time. I did some research and found out, that this has to be a
problem with newer versions of udev and hotplug (25 & 26 in the
troubleshooting guide).

i am using the following versions:
udev-104-r9 (104-r11 did the same)
hotplug-20040923-r2
hotplug-base-20040401
ivtv-0.9.1 (0.10.0 did the same)
pvr-firmware-20061007 (20070217 did the same)

lspci gave me this:
01:0a.0 Multimedia video controller: Internext Compression Inc iTVC16
(CX23416) MPEG-2 Encoder (rev 01)

so, first I commented out this line in my 50-udev.rules:

ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*",
RUN="/sbin/firmware_helper", OPTIONS="last_rule"

modprobe ivtv caused the same freeze as before.

after this, i reactivated the 50-udev.rule line from above and moved the
firmware.agent file out of my /etc/hotplug directory.

as a result my system did not freeze anymore but the pvr-firmware was
not being loaded correctly. this is what dmesg said:

ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.9.1 (tagged release) loading
ivtv: Linux version: 2.6.19-gentoo-r5 SMP mod_unload K8 REGPARM
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 card (cx23416 based)
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 19
ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [LNKC] -> GSI 19 (level,
low) -> IRQ 19
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: unable to open firmware v4l-cx2341x-enc.fw (must be 262144 bytes)
ivtv0: did you put the firmware in the hotplug firmware directory?
ivtv0 warning: failed loading encoder firmware
ivtv0 warning: Error loading firmware -3!
ivtv0: Error -3 initializing firmware.
Trying to free already-free IRQ 19
ivtv0: Error -12 on initialization
ivtv: probe of 0000:01:0a.0 failed with error -12
ivtv: ==================== END INIT IVTV ====================

my firmware is in the /lib/firmware and has the demanded size... i have
even tried to put it in all the following directories too:

/lib/hotplug/firmware
/usr/local/lib/firmware
/etc/hotplug.d/firmware
/etc/hotplug/firmware
/usr/lib/firmware
/usr/lib/hotplug/firmware

now i am rather desperate, but i know my card works, because it did
before on gentoo and does now on win. does anyone have a clue?
thanks in advance!




_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


some_x at inbox

Mar 4, 2007, 6:10 AM

Post #2 of 18 (1689 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

castor wrote:
> Hi!
>
> I'm trying to get my Hauppauge PVR 150 Card working after a new Gentoo
> installation (before this it worked quite well)...
>
> After installing Gentoo I emerged ivtv following this howto:
> http://ivtvdriver.org/index.php/Howto:Gentoo
>
> Unfortunately my system froze while trying to modprobe ivtv for the
> first time. I did some research and found out, that this has to be a
> problem with newer versions of udev and hotplug (25 & 26 in the
> troubleshooting guide).
>
> i am using the following versions:
> udev-104-r9 (104-r11 did the same)
> hotplug-20040923-r2
> hotplug-base-20040401
> ivtv-0.9.1 (0.10.0 did the same)
> pvr-firmware-20061007 (20070217 did the same)
>
> lspci gave me this:
> 01:0a.0 Multimedia video controller: Internext Compression Inc iTVC16
> (CX23416) MPEG-2 Encoder (rev 01)
>
> so, first I commented out this line in my 50-udev.rules:
>
> ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*",
> RUN="/sbin/firmware_helper", OPTIONS="last_rule"
>
> modprobe ivtv caused the same freeze as before.
>
> after this, i reactivated the 50-udev.rule line from above and moved the
> firmware.agent file out of my /etc/hotplug directory.
>
> as a result my system did not freeze anymore but the pvr-firmware was
> not being loaded correctly. this is what dmesg said:
>
> ivtv: ==================== START INIT IVTV ====================
> ivtv: version 0.9.1 (tagged release) loading
> ivtv: Linux version: 2.6.19-gentoo-r5 SMP mod_unload K8 REGPARM
> 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 card (cx23416 based)
> ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 19
> ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [LNKC] -> GSI 19 (level,
> low) -> IRQ 19
> ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
> ivtv0: unable to open firmware v4l-cx2341x-enc.fw (must be 262144 bytes)
> ivtv0: did you put the firmware in the hotplug firmware directory?
> ivtv0 warning: failed loading encoder firmware
> ivtv0 warning: Error loading firmware -3!
> ivtv0: Error -3 initializing firmware.
> Trying to free already-free IRQ 19
> ivtv0: Error -12 on initialization
> ivtv: probe of 0000:01:0a.0 failed with error -12
> ivtv: ==================== END INIT IVTV ====================
>
>
I have so trouble too, on my gentoo after updating kernel and ivtv(and
removing coldplug):
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.9.1 (tagged release) loading
ivtv: Linux version: 2.6.19-gentoo-r5 SMP mod_unload K8 4KSTACKS
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 GotView PCI DVD2 Deluxe card (cx23416 based)
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: unable to open firmware v4l-cx2341x-enc.fw (must be 262144 bytes)
ivtv0: did you put the firmware in the hotplug firmware directory?
ivtv0 warning: failed loading encoder firmware
ivtv0 warning: Error loading firmware -3!
ivtv0: Error -3 initializing firmware.
ivtv0: Error -12 on initialization
ivtv: probe of 0000:01:04.0 failed with error -12
ivtv: ==================== END INIT IVTV ====================

my config:
ivtv - 0.9.1
udev - 104-r11
I don`t know what to do. Are there any way to load firmware manually?

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 6:35 AM

Post #3 of 18 (1708 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

> >
> I have so trouble too, on my gentoo after updating kernel and ivtv(and
> removing coldplug):

What version of udev are you running?

John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


some_x at inbox

Mar 4, 2007, 6:49 AM

Post #4 of 18 (1701 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

John Drescher wrote:
>> >
>> I have so trouble too, on my gentoo after updating kernel and ivtv(and
>> removing coldplug):
>
> What version of udev are you running?
>
> John
104-r11

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 6:51 AM

Post #5 of 18 (1695 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

On 3/4/07, Igor V.Marenkov <some_x [at] inbox> wrote:
> John Drescher wrote:
> >> >
> >> I have so trouble too, on my gentoo after updating kernel and ivtv(and
> >> removing coldplug):
> >
> > What version of udev are you running?
> 104-r11
>
That is good. Can you post the output of

ls -al /lib/firmware

What version of pvr-firmware do you have installed?

John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


some_x at inbox

Mar 4, 2007, 7:13 AM

Post #6 of 18 (1692 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

John Drescher wrote:
> On 3/4/07, Igor V.Marenkov <some_x [at] inbox> wrote:
>> John Drescher wrote:
>> >> >
>> >> I have so trouble too, on my gentoo after updating kernel and
>> ivtv(and
>> >> removing coldplug):
>> >
>> > What version of udev are you running?
>> 104-r11
>>
> That is good. Can you post the output of
>
> ls -al /lib/firmware
total 832
drwxr-xr-x 2 root root 4096 Mar 1 21:54 .
drwxr-xr-x 10 root root 4096 Mar 4 15:17 ..
-rw-r--r-- 1 root root 262144 Mar 4 20:59 v4l-cx2341x-dec.fw
-rw-r--r-- 1 root root 376836 Mar 4 20:59 v4l-cx2341x-enc.fw
-rw-r--r-- 1 root root 155648 Mar 4 20:59 v4l-cx2341x-init.mpg
-rw-r--r-- 1 root root 16382 Mar 4 20:59 v4l-cx25840.fw
-rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-24xxx-01.fw
-rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-29xxx-01.fw

>
> What version of pvr-firmware do you have installed?
20070217

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 7:39 AM

Post #7 of 18 (1686 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

> > ls -al /lib/firmware
> total 832
> drwxr-xr-x 2 root root 4096 Mar 1 21:54 .
> drwxr-xr-x 10 root root 4096 Mar 4 15:17 ..
> -rw-r--r-- 1 root root 262144 Mar 4 20:59 v4l-cx2341x-dec.fw
> -rw-r--r-- 1 root root 376836 Mar 4 20:59 v4l-cx2341x-enc.fw
> -rw-r--r-- 1 root root 155648 Mar 4 20:59 v4l-cx2341x-init.mpg
> -rw-r--r-- 1 root root 16382 Mar 4 20:59 v4l-cx25840.fw
> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-24xxx-01.fw
> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-29xxx-01.fw
>
> >
> > What version of pvr-firmware do you have installed?
> 20070217

Although I have not installed my firmware via that ebuild ( I was
using 0.10.X early) it appears that I have the same firmware. Now the
big question is why 0.9.1 is looking for the old firmware. Have you
tried unmasking ivtv-0.10.1 and using that instead of 0.9.1? The other
option is to downgrade your firmware to pvr-firmware-20061007 but I
would recommend the upgrade to 0.10.1.


John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


ivtv at gaandalein

Mar 4, 2007, 7:41 AM

Post #8 of 18 (1701 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

Igor V.Marenkov wrote:
> John Drescher wrote:
>> That is good. Can you post the output of
>>
>> ls -al /lib/firmware
> total 832
> drwxr-xr-x 2 root root 4096 Mar 1 21:54 .
> drwxr-xr-x 10 root root 4096 Mar 4 15:17 ..
> -rw-r--r-- 1 root root 262144 Mar 4 20:59 v4l-cx2341x-dec.fw
> -rw-r--r-- 1 root root 376836 Mar 4 20:59 v4l-cx2341x-enc.fw
> -rw-r--r-- 1 root root 155648 Mar 4 20:59 v4l-cx2341x-init.mpg
> -rw-r--r-- 1 root root 16382 Mar 4 20:59 v4l-cx25840.fw
> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-24xxx-01.fw
> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-29xxx-01.fw
>
>> What version of pvr-firmware do you have installed?
> 20070217
>
It is exactly the same for me (see first post). By the way, I am using
the 2.6.19-gentoo-r5 kernel.


_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 7:50 AM

Post #9 of 18 (1692 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

On 3/4/07, castor <ivtv [at] gaandalein> wrote:
> Igor V.Marenkov wrote:
> > John Drescher wrote:
> >> That is good. Can you post the output of
> >>
> >> ls -al /lib/firmware
> > total 832
> > drwxr-xr-x 2 root root 4096 Mar 1 21:54 .
> > drwxr-xr-x 10 root root 4096 Mar 4 15:17 ..
> > -rw-r--r-- 1 root root 262144 Mar 4 20:59 v4l-cx2341x-dec.fw
> > -rw-r--r-- 1 root root 376836 Mar 4 20:59 v4l-cx2341x-enc.fw
> > -rw-r--r-- 1 root root 155648 Mar 4 20:59 v4l-cx2341x-init.mpg
> > -rw-r--r-- 1 root root 16382 Mar 4 20:59 v4l-cx25840.fw
> > -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-24xxx-01.fw
> > -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-29xxx-01.fw
> >
> >> What version of pvr-firmware do you have installed?
> > 20070217
> >
> It is exactly the same for me (see first post). By the way, I am using
> the 2.6.19-gentoo-r5 kernel.
>
>
If pvr-firmware-20061007 is pulling in the new firmware that is
definitely the problem. Can you try ivtv-0.10.1?



John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 8:15 AM

Post #10 of 18 (1687 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

> both combinations cause my system to freeze, if firmware.agent is in the
> /etc/hotplug/ directory, and without firmware.agent, modprobe does not
> find the *.fw files an gives back the dmesg-output from above.
>
Do you have a VIA motherboard? As I see this in your dmesg output

Unreasonably low latency timer, setting to 64 (was 32)

John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 8:25 AM

Post #11 of 18 (1681 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

Have you looked at this thread:

http://forums.gentoo.org/viewtopic-t-527522-highlight-.html

John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 8:30 AM

Post #12 of 18 (1700 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

On 3/4/07, John Drescher <drescherjm [at] gmail> wrote:
> Have you looked at this thread:
>
> http://forums.gentoo.org/viewtopic-t-527522-highlight-.html
>
> John
>
How about this as well:

http://bugs.gentoo.org/show_bug.cgi?id=147006

John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


some_x at inbox

Mar 4, 2007, 8:31 AM

Post #13 of 18 (1683 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

John Drescher wrote:
>> > ls -al /lib/firmware
>> total 832
>> drwxr-xr-x 2 root root 4096 Mar 1 21:54 .
>> drwxr-xr-x 10 root root 4096 Mar 4 15:17 ..
>> -rw-r--r-- 1 root root 262144 Mar 4 20:59 v4l-cx2341x-dec.fw
>> -rw-r--r-- 1 root root 376836 Mar 4 20:59 v4l-cx2341x-enc.fw
>> -rw-r--r-- 1 root root 155648 Mar 4 20:59 v4l-cx2341x-init.mpg
>> -rw-r--r-- 1 root root 16382 Mar 4 20:59 v4l-cx25840.fw
>> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-24xxx-01.fw
>> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-29xxx-01.fw
>>
>> >
>> > What version of pvr-firmware do you have installed?
>> 20070217
>
> Although I have not installed my firmware via that ebuild ( I was
> using 0.10.X early) it appears that I have the same firmware. Now the
> big question is why 0.9.1 is looking for the old firmware. Have you
> tried unmasking ivtv-0.10.1 and using that instead of 0.9.1? The other
> option is to downgrade your firmware to pvr-firmware-20061007 but I
> would recommend the upgrade to 0.10.1.
Hmm... Where I can get ivtv 0.10.1 ebuild?

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


ivtv at gaandalein

Mar 4, 2007, 8:33 AM

Post #14 of 18 (1680 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

John Drescher wrote:
> Have you looked at this thread:
>
> http://forums.gentoo.org/viewtopic-t-527522-highlight-.html

thats one of the threads i got the idea to downgrade udev from... maybe
i did it wrong, but even that did not work.. i will try it again.


_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


drescherjm at gmail

Mar 4, 2007, 8:45 AM

Post #15 of 18 (1698 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

On 3/4/07, Igor V.Marenkov <some_x [at] inbox> wrote:
> John Drescher wrote:
> >> > ls -al /lib/firmware
> >> total 832
> >> drwxr-xr-x 2 root root 4096 Mar 1 21:54 .
> >> drwxr-xr-x 10 root root 4096 Mar 4 15:17 ..
> >> -rw-r--r-- 1 root root 262144 Mar 4 20:59 v4l-cx2341x-dec.fw
> >> -rw-r--r-- 1 root root 376836 Mar 4 20:59 v4l-cx2341x-enc.fw
> >> -rw-r--r-- 1 root root 155648 Mar 4 20:59 v4l-cx2341x-init.mpg
> >> -rw-r--r-- 1 root root 16382 Mar 4 20:59 v4l-cx25840.fw
> >> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-24xxx-01.fw
> >> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-29xxx-01.fw
> >>
> >> >
> >> > What version of pvr-firmware do you have installed?
> >> 20070217
> >
> > Although I have not installed my firmware via that ebuild ( I was
> > using 0.10.X early) it appears that I have the same firmware. Now the
> > big question is why 0.9.1 is looking for the old firmware. Have you
> > tried unmasking ivtv-0.10.1 and using that instead of 0.9.1? The other
> > option is to downgrade your firmware to pvr-firmware-20061007 but I
> > would recommend the upgrade to 0.10.1.
> Hmm... Where I can get ivtv 0.10.1 ebuild?
>
Its in portage but hardmasked.

http://packages.gentoo.org/ebuilds/?ivtv-0.10.1

You will have to resync as it was just added.

John

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


ivtv at gaandalein

Mar 4, 2007, 9:21 AM

Post #16 of 18 (1681 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

John Drescher wrote:
> How about this as well:
>
> http://bugs.gentoo.org/show_bug.cgi?id=147006
>


Ok, now it tried to upgrade my baselayout and reemerge udev as said in
http://bugs.gentoo.org/show_bug.cgi?id=147006#c23 (I updated to ivtv
beforehand, so now I have ivtv-0.10.1 and pvr-firmware-20070217 on my
system).

i unmerged hotplug and hotplug-base.

now i get a freeze while booting with my card in its slot, so I would
get it too, if i would try to modprobe ivtv.

in my opinion theses freezes are prove that udev finds and tries to load
the firmware, but somehow does not succeed... a shame i cannot boot my
system with my card in its slot to look at the udevmonitor while
modprobing..



_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


ivtv at gaandalein

Mar 4, 2007, 9:46 AM

Post #17 of 18 (1684 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

castor wrote:
> a shame i cannot boot my
> system with my card in its slot to look at the udevmonitor while
> modprobing..

All right, I got some new logs...
I took the card out of my system, botted and set RC_COLDPLUG in
/etc/conf.d/rc to "no". Then I reinstalled the card booted my system,
started udevmonitor --env and tried to modprobe ivtv. The following is
all the udevmonitor-output i get:

localhost ~ # udevmonitor --env

udevmonitor prints the received event from the kernel [UEVENT]
and the event which udev sends out after rule processing [UDEV]

UEVENT[1173033495.252526] add@/module/ivtv
ACTION=add
DEVPATH=/module/ivtv
SUBSYSTEM=module
SEQNUM=1716

UEVENT[1173033495.253241] add@/bus/pci/drivers/ivtv
ACTION=add
DEVPATH=/bus/pci/drivers/ivtv
SUBSYSTEM=drivers
SEQNUM=1717

UEVENT[1173033495.871764] add@/class/firmware/0000:01:0a.0
ACTION=add
DEVPATH=/class/firmware/0000:01:0a.0
SUBSYSTEM=firmware
SEQNUM=1718
PHYSDEVPATH=/devices/pci0000:00/0000:00:04.0/0000:01:0a.0
PHYSDEVBUS=pci
PHYSDEVDRIVER=ivtv
FIRMWARE=v4l-cx2341x-enc.fw
TIMEOUT=10

UDEV [1173033496.132562] add@/class/firmware/0000:01:0a.0
UDEV_LOG=3
ACTION=add
DEVPATH=/class/firmware/0000:01:0a.0
SUBSYSTEM=firmware
SEQNUM=1718
PHYSDEVPATH=/devices/pci0000:00/0000:00:04.0/0000:01:0a.0
PHYSDEVBUS=pci
PHYSDEVDRIVER=ivtv
FIRMWARE=v4l-cx2341x-enc.fw
TIMEOUT=10
UDEVD_EVENT=1
IN_HOTPLUG=1

UEVENT[1173033496.132744] remove@/class/firmware/0000:01:0a.0
ACTION=remove
DEVPATH=/class/firmware/0000:01:0a.0
SUBSYSTEM=firmware
SEQNUM=1719
PHYSDEVPATH=/devices/pci0000:00/0000:00:04.0/0000:01:0a.0
PHYSDEVBUS=pci
PHYSDEVDRIVER=ivtv
FIRMWARE=v4l-cx2341x-enc.fw
TIMEOUT=10

UDEV [1173033496.134288] remove@/class/firmware/0000:01:0a.0
UDEV_LOG=3
ACTION=remove
DEVPATH=/class/firmware/0000:01:0a.0
SUBSYSTEM=firmware
SEQNUM=1719
PHYSDEVPATH=/devices/pci0000:00/0000:00:04.0/0000:01:0a.0
PHYSDEVBUS=pci
PHYSDEVDRIVER=ivtv
FIRMWARE=v4l-cx2341x-enc.fw
TIMEOUT=10
UDEVD_EVENT=1
IN_HOTPLUG=1


At this point the system freezes. It seems udev finds the right
firmware, but cant handle the loading...


_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users


some_x at inbox

Mar 8, 2007, 6:23 AM

Post #18 of 18 (1644 views)
Permalink
Re: ivtv with gentoo and pvr 150 [In reply to]

John Drescher wrote:
> On 3/4/07, Igor V.Marenkov <some_x [at] inbox> wrote:
>> John Drescher wrote:
>> >> > ls -al /lib/firmware
>> >> total 832
>> >> drwxr-xr-x 2 root root 4096 Mar 1 21:54 .
>> >> drwxr-xr-x 10 root root 4096 Mar 4 15:17 ..
>> >> -rw-r--r-- 1 root root 262144 Mar 4 20:59 v4l-cx2341x-dec.fw
>> >> -rw-r--r-- 1 root root 376836 Mar 4 20:59 v4l-cx2341x-enc.fw
>> >> -rw-r--r-- 1 root root 155648 Mar 4 20:59 v4l-cx2341x-init.mpg
>> >> -rw-r--r-- 1 root root 16382 Mar 4 20:59 v4l-cx25840.fw
>> >> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-24xxx-01.fw
>> >> -rw-r--r-- 1 root root 8192 Mar 4 20:59 v4l-pvrusb2-29xxx-01.fw
>> >>
>> >> >
>> >> > What version of pvr-firmware do you have installed?
>> >> 20070217
>> >
>> > Although I have not installed my firmware via that ebuild ( I was
>> > using 0.10.X early) it appears that I have the same firmware. Now the
>> > big question is why 0.9.1 is looking for the old firmware. Have you
>> > tried unmasking ivtv-0.10.1 and using that instead of 0.9.1? The other
>> > option is to downgrade your firmware to pvr-firmware-20061007 but I
>> > would recommend the upgrade to 0.10.1.
Sorry for delay.
Install ivtv-0.10.1, don`t help:
ivtv: ==================== START INIT IVTV ====================
ivtv: version 0.10.1 (tagged release) loading
ivtv: Linux version: 2.6.19-gentoo-r5 SMP mod_unload K8 4KSTACKS
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 GotView PCI DVD2 Deluxe card (cx23416 based)
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: unable to open firmware v4l-cx2341x-enc.fw (must be 376836 bytes)
ivtv0: did you put the firmware in the hotplug firmware directory?
ivtv0 warning: failed loading encoder firmware
ivtv0 warning: Error -3 loading firmware
ivtv0: Retry loading firmware
ivtv0: unable to open firmware v4l-cx2341x-enc.fw (must be 376836 bytes)
ivtv0: did you put the firmware in the hotplug firmware directory?
ivtv0 warning: failed loading encoder firmware
ivtv0 warning: Error -3 loading firmware
ivtv0: Error initializing firmware
ivtv0: Error -19 on initialization

Downgrade to coldplug and udev-087 don`t help too.

_______________________________________________
ivtv-users mailing list
ivtv-users [at] ivtvdriver
http://ivtvdriver.org/mailman/listinfo/ivtv-users

ivtv users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.