Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
38
rated 0 times [  38] [ 0]  / answers: 1 / hits: 23449  / 3 Years ago, mon, may 31, 2021, 7:33:06

I'm running Ubuntu 14.04 LTS, and I have an HD 4600 integrated graphics chip.



lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)


Intel just released the new version of their Graphics driver for Ubuntu 14.04.
https://01.org/linuxgraphics/downloads/2014/intelr-graphics-installer-1.0.5-linux



When I try to install it, I get stuck at:



Finished : E:GPG error: http://download.01.org trusty InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)  [  ] ◦
main-window.c/on_transaction_finished: Package transaction finished with an error


And it prevents sudo apt-get update from completing. I get the same error as before.



I went to Software & Updates and under Other Software tab I removed the bad repository: http://download.01.org/gfx/ubuntu/14.04/main, and then I could update my repositories. But I cannot install the Intel Graphics Driver!



I hope I'm making sense. This is the first day this is available, so I'm counting on Intel to fix this soon, if not, I hope someone can help find a work around.


More From » apt

 Answers
2

The installer contains the wrong repository url. To fix this you need:




  1. Start the installer and try to install, you got error, close installer.

  2. Open console and type:



    sudo -H gedit /etc/apt/sources.list.d/intellinuxgraphics.list

  3. Replace text with text below, don't close gedit just leave it:



    deb https://download.01.org/gfx/ubuntu/14.04/main/ trusty main #Intel Graphics drivers

  4. Start the installer again, press Begin button, press Install button and fast switch to gedit and hold CTRL+S.



    sudo apt-get update may yield:



    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


    Fix it with:



    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A902DDA375E52366


[#25208] Tuesday, June 1, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
looweets

Total Points: 52
Total Questions: 114
Total Answers: 111

Location: Turkmenistan
Member since Sat, Apr 16, 2022
2 Years ago
;