Comment 87 for bug 397617

Revision history for this message
In , Jeremie-lamah (jeremie-lamah) wrote :

(In reply to comment #78)
> (In reply to comment #77)
> > (In reply to comment #76)
> > > Hm, what is the pci id of the video device that you need to control? Odds are,
> > > that's the problem here.
>
> > 00:02.0 0300: 8086:2a02 (rev 03)
>
> Yes, the driver is looking for a different pci id. I'll work on it to add
> support for this device. The offset is still the same, right? 0xf4, right?
>

I use setpci like this : setpci -s 00:02.0 f4.b=<value>
Did this answer your question ?