[RndTbl] intel-media-driver with Intel 1165G7 and Rocky 9

Trevor Cordes trevor at tecnopolis.ca
Wed Feb 15 21:38:51 CST 2023


On 2023-02-15 Chris Audet wrote:
> [root at what ~]# dnf install intel-media-driver
> Last metadata expiration check: 2:11:34 ago on Wed 15 Feb 2023
> 03:49:21 PM. Package intel-media-driver-21.1.3-1.el9.x86_64 is

rpm -ql intel-media-driver-21.1.3-1.el9.x86_64 |grep ko.xz

take the string between the last / and the ko.xz and do:

lsmod |grep inteldrivermodname

(change inteldrivermodname to the string)

If you get output, it's loaded, and likely being used.

If you want to see if it's really being used and have some fun (read:
crash your video) then try

rmmod inteldrivermodname

(ugly but it shoudn't foobar your fs's or anything... can likely ssh
into the box to reboot properly, or use magic-sys-rq keys)

Forget GUI tools, GUIs suck!  :-)


More information about the Roundtable mailing list