> Stanley Merkx wrote:
>> Well, it took some time, but I think I nailed it...
>>
>> The problem was indeed the firmware_helper. FC5 has a udev rule in
>> /etc/udev/rules.d/05-udev-early.rules to define an action for loading
>> firmware:
>>
>> ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}=="*",
>> RUN="/sbin/firmware_helper", OPTIONS="last_rule"
>>
>> I commented this out, now all is working fine again. Tried multiple
>> reboots, everyone of them went fine, no more hangs in udev while booting
>> and ivtv (both cards) works great every time.
>>
>> I also added a small set of rules to set the permissions so I can run
>> MythTV as user mythtv:
>> /etc/udev/rules.d/99-ivtv.rules:
>> KERNEL=="fb[0-9]*", GROUP="video", MODE="660"
>> KERNEL=="*", SUBSYSTEM=="sound", GROUP="audio", MODE="660",
>> OPTIONS+="last_rule"
>> KERNEL=="*", SUBSYSTEM=="video4linux", GROUP="video", MODE="660",
>> OPTIONS+="last_rule"
>>
>> Perhaps there is a better way to do this, but it works for me...
>>
>
> What's really weird: This is a generic part of FC5.  I'm running FC5 and
> ivtv-0.7.0 and a different kernel, although perhaps the same - you
> didn't specify (I'm currently running 2.6.17-1.2174_FC5smp).  And I'm
> not having any problem like this.
>
> It makes me wonder: What's "different" between our systems (FC5 and
> FC5), where you'd have this problem with 0.7.0 and I wouldn't?
>
>     -- Jeff
>

Yes, I know how weird it is. But it really does look very much like a
timing or perhaps an interrupt sharing problem. Perhaps you (and many
others) are not bitten by it, although I do suspect there are others that
are...

I've had this same problem with 0.7.0, 0.7.1 on 2.6.17-1.2054_FC5smp,
2.6.17-1.2174_FC5smp and 2.6.17-1.2187_FC5smp (and non-smp versions); I
just never managed to get ivtv working reliably on FC5 on this mobo (MSI
with Intel945). Currently on 2187_FC5xen0 SMP and very happy again :-).

Stanley.


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



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

Reply via email to