我在安装 Intel(HD) Graphisc 驱动程序时遇到了问题。我使用 Linux 的 Intel HD Graphics 安装程序,安装 1 分钟后出现此错误:
W:GPG error: https://download.01.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A902DDA375E52366, W:Failed to fetch http://repo.steampowered.com/steam/dists/precise/steam/i18n/Translation-en Error reading from server. Remote end closed connection [IP: 80.157.170.56 80]
, E:Some index files failed to download. They have been ignored, or old ones used instead.
我有一台英特尔高清显卡 4000
答案1
您已开始英特尔驱动程序包更新,但尚未阅读全套说明!
在 01.org 网站上,你找到了 PPA 的链接,其中还有具体的指示让 Ubuntu 将公钥添加到您的系统,以便您可以验证从该 PPA 下载的内容。
您需要打开一个终端窗口ctrl++altt
输入命令
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | \
sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | \
sudo apt-key add -
您现在可以完成安装英特尔驱动程序的过程。