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
_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users