You are not logged in.
Pages: 1
Hi everyone!
I've been trying to get GuC and HuC firmware loaded on my i7-5600U CPU (HD5500 GPU) for days with no success. Here's what I've done:
EarlyKMS is activateds according to https://wiki.archlinux.org/index.php/Ke … _KMS_start
$ cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
MODULES=(i915)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect block filesystems)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev block filesystems)
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS=(base udev block mdadm encrypt filesystems)
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS=(base udev block lvm2 filesystems)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()GuC firmware-loading ist activated according to https://wiki.archlinux.org/index.php/in … re_loading
cat /etc/modprobe.d/i915.conf
options i915 enable_guc=2GuC and HuC firmware is installed and present on system:
ls -l /usr/lib/firmware/i915/
insgesamt 1840
-rw-r--r-- 1 root root 8380 14. Mär 12:25 bxt_dmc_ver1_07.bin
lrwxrwxrwx 1 root root 19 14. Mär 12:25 bxt_dmc_ver1.bin -> bxt_dmc_ver1_07.bin
-rw-r--r-- 1 root root 140928 14. Mär 12:25 bxt_guc_ver8_7.bin
-rw-r--r-- 1 root root 146432 14. Mär 12:25 bxt_guc_ver9_29.bin
-rw-r--r-- 1 root root 154432 14. Mär 12:25 bxt_huc_ver01_07_1398.bin
-rw-r--r-- 1 root root 146880 14. Mär 12:25 bxt_huc_ver01_8_2893.bin
-rw-r--r-- 1 root root 11224 14. Mär 12:25 cnl_dmc_ver1_06.bin
-rw-r--r-- 1 root root 11268 14. Mär 12:25 cnl_dmc_ver1_07.bin
-rw-r--r-- 1 root root 8800 14. Mär 12:25 glk_dmc_ver1_04.bin
-rw-r--r-- 1 root root 25716 14. Mär 12:25 icl_dmc_ver1_07.bin
-rw-r--r-- 1 root root 8616 14. Mär 12:25 kbl_dmc_ver1_01.bin
-rw-r--r-- 1 root root 8840 14. Mär 12:25 kbl_dmc_ver1_04.bin
lrwxrwxrwx 1 root root 19 14. Mär 12:25 kbl_dmc_ver1.bin -> kbl_dmc_ver1_01.bin
-rw-r--r-- 1 root root 142656 14. Mär 12:25 kbl_guc_ver9_14.bin
-rw-r--r-- 1 root root 147776 14. Mär 12:25 kbl_guc_ver9_39.bin
-rw-r--r-- 1 root root 218688 14. Mär 12:25 kbl_huc_ver02_00_1810.bin
-rw-r--r-- 1 root root 8824 14. Mär 12:25 skl_dmc_ver1_23.bin
-rw-r--r-- 1 root root 8928 14. Mär 12:25 skl_dmc_ver1_26.bin
-rw-r--r-- 1 root root 8928 14. Mär 12:25 skl_dmc_ver1_27.bin
lrwxrwxrwx 1 root root 19 14. Mär 12:25 skl_dmc_ver1.bin -> skl_dmc_ver1_26.bin
-rw-r--r-- 1 root root 109636 14. Mär 12:25 skl_guc_ver1.bin
-rw-r--r-- 1 root root 128320 14. Mär 12:25 skl_guc_ver4.bin
-rw-r--r-- 1 root root 129024 14. Mär 12:25 skl_guc_ver6_1.bin
lrwxrwxrwx 1 root root 18 14. Mär 12:25 skl_guc_ver6.bin -> skl_guc_ver6_1.bin
-rw-r--r-- 1 root root 147520 14. Mär 12:25 skl_guc_ver9_33.bin
-rw-r--r-- 1 root root 140992 14. Mär 12:25 skl_huc_ver01_07_1398.binYet, there is no sign of loaded GuC or HuC firmware
dmesg | grep i915
[ 1.040932] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.084761] [drm] Initialized i915 1.6.0 20181204 for 0000:00:02.0 on minor 0
[ 1.137118] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 3.368771] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])Direct testing for firmware shows no sign of GuC/HuC
# cat /sys/kernel/debug/dri/0/i915_huc_load_status
not found
# cat /sys/kernel/debug/dri/0/i915_guc_load_status
not foundAm I missing something?
Linux
uname -r
5.0.9-arch1-1-ARCHInstalled Packages
sudo pacman -Qe
accerciser 3.32.1-1
acroread 9.5.5-9
adwaita-icon-theme 3.32.0-1
aisleriot 3.22.8-1
android-tools 9.0.0_r30-2
anjuta 3.28.0-4
arc-gtk-theme 20190330-1
arc-icon-theme 20161122-2
archey3 0.5-9
atom-editor-bin 1.36.0-1
atomix 3.32.1-1
autoconf 2.69-5
autofs 5.1.4-3
autokey-py3 0.95.6-1
automake 1.16.1-1
avidemux-cli 2.7.3-1
avidemux-qt 2.7.3-1
baobab 3.32.0-1
bash 5.0.003-1
beecrypt 4.2.1-6
binutils 2.32-1
bison 3.3.2-1
bluefish 2.2.10-4
bluez-firmware 1.2-9
bluez-utils 5.50-6
brasero 3.12.2+62+gbd1a4d5b-1
bzip2 1.0.6-8
charles 4.2.8-1
cheese 3.32.1-2
chrome-gnome-shell 10.1-2
chromium 73.0.3683.103-2
chromium-widevine 1:4.10.1303.2-2
clonezilla 3.27.16-1
cndrvcups-common-lb 4.10-1
cndrvcups-lb 3.70-1
conky 1.11.3-1
copyq 3.8.0-1
coreutils 8.31-1
cower 18-1
cryptsetup 2.1.0-1
cups 2.2.11-2
cups-pdf 3.0.1-4
darktable 2:2.6.2-1
dconf-editor 3.32.0-1
deepin-screenshot 4.1.9-1
dejagnu 1.6.2-1
devhelp 3.32.0-1
device-mapper 2.02.184-4
dhcpcd 7.0.8-1
dialog 1:1.3_20190211-1
diffuse 0.4.8-3
diffutils 3.7-1
dmenu 4.9-1
dosfstools 4.1-2
downgrade 6.2.1-0
dpkg 1.18.25-1
dropbox 70.4.93-1
e2fsprogs 1.45.0-1
emacs 26.2-1
empathy 3.25.90+34+g78f4d4fda-3
eog 3.32.1-1
epiphany 3.32.1.2-2
etcher-bin 1.5.28-1
evince 3.32.0-1
evolution 3.32.1-1
evolution-ews 3.32.1-1
evolution-mapi 3.26.0-1
evtest 1.33-3
exfat-utils 1.3.0-1
expac 9-1
fakeroot 1.23-1
file 5.36-1
file-roller 3.32.1-1
filesystem 2018.12-2
filezilla 3.41.2-1
findutils 4.6.0-4
firefox 66.0.3-1
five-or-more 3.32.0-1
flashplugin 32.0.0.171-1
flat-remix-gnome 20190401-1
flat-remix-gtk 20190414-1
flex 2.6.4-2
flvstreamer 2.1c1-5
four-in-a-row 3.32.0-1
freshplayerplugin 0.3.9-2
gawk 4.2.1-2
gconf-editor 3.0.1-5
gdm 3.32.0+2+g820f90f5-1
geany 1.34.1-1
gedit 3.32.0-2
gedit-code-assistance 3.16.0+4+gd19b879-1
gettext 0.19.8.1-3
ghostpdl 9.26-1
gifsicle 1.92-1
gimp 2.10.10-1
gimp-plugin-registry 7.20170217-1
gitg 1:3.30.1-1
gksu 2.0.2-6
glibc 2.29-1
gnome-2048 3.32.0-1
gnome-backgrounds 3.32.0-1
gnome-builder 3.32.1-1
gnome-calculator 3.32.1-1
gnome-calendar 3.32.0+4+g64362206-1
gnome-characters 3.32.1-1
gnome-chess 3.32.0-1
gnome-clocks 3.32.0-2
gnome-code-assistance 3.16.1+14+gaad6437-1
gnome-color-manager 3.32.0-1
gnome-contacts 3.32-2
gnome-control-center 3.32.1-1
gnome-desktop 1:3.32.1-1
gnome-devel-docs 3.32.1-1
gnome-dictionary 3.26.1-1
gnome-disk-utility 3.32.1-1
gnome-documents 3.32.0-1
gnome-font-viewer 3.32.0-1
gnome-getting-started-docs 3.32.1-1
gnome-initial-setup 3.32.1-1
gnome-keyring 1:3.31.91-1
gnome-klotski 3.32.0-1
gnome-logs 3.32.1-1
gnome-mahjongg 3.32.0-1
gnome-maps 3.32.1-1
gnome-mines 3.32.0-1
gnome-music 1:3.32.1-1
gnome-nettool 3.8.1+205+g8550eef-2
gnome-nibbles 3.24.1-1
gnome-notes 3.32.1-1
gnome-packagekit 3.32.0-1
gnome-photos 3.32.0-1
gnome-power-manager 3.32.0-1
gnome-robots 3.32.0-1
gnome-screenshot 3.32.0-1
gnome-session 3.32.0-1
gnome-settings-daemon 3.32.0-2
gnome-shell 1:3.32.1-1
gnome-shell-extension-audio-output-switcher-git r32.b8f48c1-1
gnome-shell-extension-dash-to-dock 66-1
gnome-shell-extension-emoji-selector-git 11.r68.gfcb5be8-1
gnome-shell-extension-mediaplayer-git 4.0.r5.gc2483c1-1
gnome-shell-extensions 3.32.1-1
gnome-sound-recorder 3.32.0-1
gnome-subtitles 1.4.2-2
gnome-sudoku 3.32.0-1
gnome-system-log 3.9.90+160+g4b07190-1
gnome-system-monitor 3.32.1-1
gnome-taquin 3.32.0-1
gnome-terminal 3.32.1-1
gnome-tetravex 3.32.0-1
gnome-themes-extra 3.28-1
gnome-todo 3.28.1+17+gb2ffd8f-1
gnome-tweaks 3.32.0-1
gnome-user-docs 3.32.1-1
gnome-user-share 3.32.0.1-1
gnome-weather 3.32.2-1
gobi-loader 0.7-5
google-chrome 73.0.3683.103-1
google-desktop-links 4-1
gparted 0.33.0-1
gpmdp 4.6.1-2
grep 3.3-1
grilo-plugins 0.3.8-1
groff 1.22.4-1
grsync 1.2.6-4
grub 2:2.02-8
gstreamer-vaapi 1.14.4+1+gb219f609-1
gthumb 3.7.1-1
gucharmap 12.0.1-1
gufw 18.10.0-1
gutenprint 5.3.1-2
gvfs 1.40.1-2
gvfs-afc 1.40.1-2
gvfs-goa 1.40.1-2
gvfs-google 1.40.1-2
gvfs-gphoto2 1.40.1-2
gvfs-mtp 1.40.1-2
gvfs-nfs 1.40.1-2
gvfs-smb 1.40.1-2
gzip 1.10-1
handbrake 1.2.2-2
hardinfo 0.5.1.816.g877ea2b-1
haskell-zlib 0.6.2-7
hitori 3.22.4-1
hollywood 1.14-2
hplip 1:3.19.3-1
hunspell-de 20161207-2
hwdetect 2016.01-2
iagno 3.32.0-1
icaclient 19.03-2
ice-ssb 6.0.0-1
inetutils 1.9.4-7
inkscape 0.92.4-4
intel-compute-runtime 19.11.12599-2
intel-media-driver 18.4.1-2
intel-ucode 20190312-1
iproute2 5.0.0-1
iputils 20180629.f6aac8d-4
iw 5.0.1-1
jfsutils 1.1.15-6
kdelibs4support 5.57.0-1
keepass 2.41-3
keepass-plugin-http 1.8.4.2-2
keepassxc 2.4.1-2
keybase 3.2.2-1
kompozer 0.8b3-20
less 530-1
lib32-alsa-lib 1.1.8-2
lib32-alsa-plugins 1.1.8-1
lib32-gnutls 3.6.7-1
lib32-jack 0.125.0-2
lib32-libpulse 12.2-1
lib32-libqmi 1.22.4-1
lib32-libsamplerate 0.1.9-2
lib32-libstdc++5 3.3.6-8
lib32-libxslt 1.1.33-1
lib32-nss-mdns 0.10-5
lib32-popt 1.16-7
libart-lgpl 2.3.21-4
libical 3.0.4-3
libinput 1.13.1-1
libinput-gestures-git r129.65ede21-1
libreoffice-fresh 6.2.3-1
libreoffice-fresh-de 6.2.3-1
libstdc++5 3.3.6-6
libtool 2.4.6+42+gb88cebd5-3
libva-utils 2.4.1-1
libvncserver 0.9.12-1
licenses 20181104-1
lightsoff 3.32.0-1
lightzone 4.1.8-1
linux 5.0.9.arch1-1
logrotate 3.15.0-1
lsof 4.91-1
lvm2 2.02.184-4
m4 1.4.18-2
make 4.2.1-3
man-db 2.8.5-2
man-pages 5.00-1
masterpdfeditor 5.4.04-1
mdadm 4.1-1
modem-manager-gui 0.0.19.1-3
modemmanager 1.10.0-1
mousetweaks 3.32.0-1
mplayer 38125-5
mutter 3.32.1-1
nano 4.1-1
nautilus 3.32.0+5+g73876bdcd-1
nautilus-image-converter 0.3.0+31+g23441ed-2
nautilus-sendto 3.8.6+14+ge8a3604-1
network-manager-applet 1.8.21dev+3+gb4c365b1-1
networkmanager-openconnect 1.2.5dev+110+g524a2e0-2
networkmanager-openvpn 1.8.10-1
networkmanager-vpnc 1.2.7dev+20+gdca3aea-1
nextcloud-client 2.5.2-1
nfs-utils 2.3.3-1
noto-fonts-emoji 20180810-2
ntfs-3g 2017.3.23-3
numix-circle-icon-theme-git 0.r42.657c83e-1
okular 19.04.0-1
openshot 2.4.4-1
openssh 8.0p1-1
openvpn-update-systemd-resolved 1.2.7-1
orca 3.32.0-1
os-prober 1.76-1
pacaur 4.8.6-1
package-query 1.9-3
pacman 5.1.3-1
pacman-contrib 1.1.0-1
patch 2.7.6-7
pciutils 3.6.2-1
pdfmod 0.9.1-10
pdftk 2.02-18
peek 1.3.1-3
pepper-flash 32.0.0.171-1
perl 5.28.2-1
perl-email-localdelivery 1.200-1
perl-email-outlook-message 0.919-2
perl-image-exiftool 11.30-1
phatch 0.2.7.1-10
phonon-qt4 4.10.2-5
pkgconf 1.6.1-1
pkgfile 19-1
playonlinux 4.3.4-1
polari 3.32.1-1
powerline 2.7-3
powerline-fonts 2.7-3
powerline-vim 2.7-3
powertop 2.10-1
procps-ng 3.3.15-1
psmisc 23.2-1
pulseaudio-bluetooth 12.2-2
pycp 8.0.8-1
pyexiftoolgui-git 0.5.r43.17c7a0e-1
python-dnspython 1.16.0-1
python-psutil 5.6.1-1
python-xlib 0.24-1
python2-exiv2 0.3.2-22
python2-nautilus 1.2.2-3
quadrapassel 3.32.0-1
rdesktop 1.8.4-1
reiserfsprogs 3.6.27-2
remmina 1:1.3.4-1
remmina-plugin-rdesktop 1.2.3.0-1
rsnapshot 1.4.2-3
rts5227-dkms 1.07-7
rts_bpp-dkms-git 10-1
rygel 0.38.0-1
s-nail 14.9.13-2
scribus 1.5.4-11
seahorse 1:3.32-1
sed 4.7-1
shadow 4.6-2
shotwell 2:0.30.2-1
simple-scan 3.32.2-1
spotify 1:1.0.98.78-2
standardnotes-desktop 3.0.8-1
sublime-text-dev 3.3207-1
sudo 1.8.27-1
sushi 3.32.0-1
sweethome3d 6.1.2-1
swell-foop 3.32.0-1
sysfsutils 2.1.0-10
systemd-sysvcompat 241.93-1
tali 3.32.0-1
tar 1.32-1
tcpdump 4.9.2-1
teamviewer 14.2.2558-1
testdisk 7.0-5
texinfo 6.6-1
textsuggest-git r164.ba67136-1
thunderbird 60.6.1-2
tiddlydesktop 0.0.13-2
tmux 2.8-1
tnef 1.4.17-2
totem 3.32.0-1
tracker 2.2.1-2
ttf-emojione 4.5-1
ttf-font-awesome 5.8.1-1
ttf-fork-awesome 1.1.3-1
ttf-mac-fonts 20100901.134-1
ttf-ms-fonts 2.0-10
ttf-vista-fonts 1-8
unrar 1:5.7.4-1
usb_modeswitch 2.5.2-1
usbutils 010-1
util-linux 2.33.2-1
variety 0.7.1-1
vi 1:070224-3
vidcutter 6.0.0-3
vinagre 3.22.0+35+gadcb63c-1
vino 3.22.0+60+gd29a4f2-1
virtualbox 6.0.6-2
virtualbox-guest-iso 6.0.6-1
vivaldi 2.4.1488.38-1
vivaldi-ffmpeg-codecs 73.0.3683.88-1
vivaldi-snapshot 2.5.1511.4-1
vivaldi-snapshot-ffmpeg-codecs 73.0.3683.88-1
vlc 3.0.6-11
vulkan-intel 19.0.2-1
which 2.21-3
wine-mono 4.8.2-1
wine_gecko 2.47-2
wkhtmltopdf 0.12.5-1
wpa_supplicant 2:2.6-2
xclip 0.13-2
xdg-user-dirs-gtk 0.10+9+g5b7efc6-2
xdotool 3.20160805.1-2
xf86-input-libinput 0.28.2-1
xf86-video-intel 1:2.99.917+863+g6afed33b-1
xfsprogs 4.20.0-2
xorg-xinput 1.6.2-2
yaourt 1.9-1
yay 9.2.0-1
yelp 3.32.1-1*EDIT*
This is the output of systool – interestingly, it tells me "enable_guc" is "0", although i have "enable_guc=2" set in /etc/modprobe.d/i915.conf (see above).
# systool -m i915 -av
Module = "i915"
Attributes:
coresize = "2166784"
initsize = "0"
initstate = "live"
refcnt = "33"
srcversion = "2100B10EBDFCE705B993A61"
taint = ""
uevent = <store method only>
Parameters:
alpha_support = "Y"
disable_display = "N"
disable_power_well = "1"
dmc_firmware_path = "(null)"
edp_vswing = "0"
enable_dc = "-1"
enable_dp_mst = "Y"
enable_dpcd_backlight= "N"
enable_fbc = "1"
enable_guc = "0"
enable_gvt = "N"
enable_hangcheck = "Y"
enable_ips = "1"
enable_psr = "-1"
error_capture = "Y"
fastboot = "N"
force_reset_modeset_test= "N"
guc_firmware_path = "(null)"
guc_log_level = "0"
huc_firmware_path = "(null)"
invert_brightness = "0"
load_detect_test = "N"
lvds_channel_mode = "0"
mmio_debug = "0"
modeset = "-1"
nuclear_pageflip = "N"
panel_use_ssc = "-1"
prefault_disable = "N"
reset = "2"
vbt_firmware = "(null)"
vbt_sdvo_panel_type = "-1"
verbose_state_checks= "Y"
Sections:
.altinstr_aux = "0xffffffffc059ca9b"
.altinstr_replacement= "0xffffffffc059c47d"
.altinstructions = "0xffffffffc05cd757"
.bss = "0xffffffffc065de80"
.data..cacheline_aligned= "0xffffffffc065d480"
.data..read_mostly = "0xffffffffc06595e0"
.data.once = "0xffffffffc065956c"
.data = "0xffffffffc064f000"
.exit.text = "0xffffffffc059cb19"
.fixup = "0xffffffffc059cb30"
.gnu.linkonce.this_module= "0xffffffffc065db40"
.init.text = "0xffffffffc069c000"
.note.Linux = "0xffffffffc059d024"
.note.gnu.build-id = "0xffffffffc059d000"
.orc_unwind = "0xffffffffc0613338"
.orc_unwind_ip = "0xffffffffc05ed8cc"
.parainstructions = "0xffffffffc064c4a0"
.ref.data = "0xffffffffc0659e40"
.rodata = "0xffffffffc059d080"
.rodata.str1.1 = "0xffffffffc05c027c"
.rodata.str1.8 = "0xffffffffc05cddd8"
.smp_locks = "0xffffffffc05ed124"
.strtab = "0xffffffffc06c51e0"
.symtab = "0xffffffffc069e000"
.text..refcount = "0xffffffffc059c660"
.text = "0xffffffffc048a000"
.text.unlikely = "0xffffffffc0596dec"
__bpf_raw_tp_map = "0xffffffffc0659660"
__bug_table = "0xffffffffc0656290"
__ex_table = "0xffffffffc064badc"
__jump_table = "0xffffffffc064e000"
__ksymtab_gpl = "0xffffffffc059d040"
__ksymtab_strings = "0xffffffffc064cab0"
__mcount_loc = "0xffffffffc05b9cfc"
__param = "0xffffffffc064c5b0"
__tracepoints_ptrs = "0xffffffffc064cb08"
__tracepoints_strings= "0xffffffffc064cbd0"
__tracepoints = "0xffffffffc065af20"
__verbose = "0xffffffffc065bb90"
_ftrace_events = "0xffffffffc0659ca0"Last edited by stefanotis (2019-04-23 13:25:38)
Offline
As far as I know, if you are doing an early load and want your /etc/modprobe.d/i915.conf to be honored, you'd have to add that to your initramfs as well: https://wiki.archlinux.org/index.php/Mk … _and_FILES
Last edited by V1del (2019-04-23 14:23:00)
Offline
Your case may be different, but I've found I have to pass "enable_guc=-1" in order to get both GuC/HuC to load successfully.
Last edited by CarbonChauvinist (2019-04-23 14:31:14)
"the wind-blown way, wanna win? don't play"
Offline
As far as I know, if you are doing an early load and want your /etc/modprobe.d/i915.conf to be honored, you'd have to add that to your initramfs as well: https://wiki.archlinux.org/index.php/Mk … _and_FILES
Thank you for the suggestions! I actually tried that – with no success. I also edited the kernel parameters in GRUB to "guc_enable=2" with no success.
Your case may be different, but I've found I have to pass "enable_guc=-1" in order to get both GuC/HuC to load successfully.
Thank! I tried the following kernel parameters – all with no success:
guc_enable=2
guc_enable=3
guc_enable=-1Offline
FWIW, on rereading, why do you think your CPU/GPU is eligible for any of these? None of the firmwares you have specifically mention Broadwell and a bit of googling suggests these are only available for Skylake+
And even the wiki page mentions that in the first sentence of the sub heading, I'm noticing.
Last edited by V1del (2019-04-24 11:36:48)
Offline
FWIW, on rereading, why do you think your CPU/GPU is eligible for any of these? None of the firmwares you have specifically mention Broadwell and a bit of googling suggests these are only available for Skylake+
And even the wiki page mentions that in the first sentence of the sub heading, I'm noticing.
Wow, what a beginner's mistake. Thanks. I thought my Broadwell CPU was actually newer than Skylake. In fact, Broadwell is Gen 8, while Skylake is Gen 9 (see: https://wiki.gentoo.org/wiki/Intel#Feature_support). There is no GuC/HuC firmware for me. Thanks and sorry.
Offline
Pages: 1