I'm trying to enable transcoding by using this sequence of commands:
After running the last command, I get a ton of these errors:
Can someone tell me what this error means and how to resolve it?
echo “options i915 enable_guc=2” >> /etc/modprobe.d/i915.conf
update-initramfs -u -k all
After running the last command, I get a ton of these errors:
libkmod: ERROR ../libkmod/libkmod-config.c:657 kmod_config_parse: /etc/modprobe.d/i915.conf line 1: ignoring bad line starting with '“options'
Can someone tell me what this error means and how to resolve it?