Results 1 to 4 of 4

Thread: Intel UHD 750 Driver

  1. #1
    Join Date
    Jun 2021
    Beans
    2

    Intel UHD 750 Driver

    Hi , I recently bought a i5 11600K CPU which has a Intel UHD 750 VGA, but apparently UBUNTU can not automatically install the exact driver.

    I searched for the driver manually on Intel and 0.org but no answers.

    Is there anyone here that can help me solve this issue ?

  2. #2
    Join Date
    Jun 2007
    Beans
    14,788

    Re: Intel UHD 750 Driver

    Try booting with "i915.force_probe=4c8a"
    https://bugs.launchpad.net/ubuntu/+s...x/+bug/1905466

  3. #3
    Join Date
    Jun 2021
    Beans
    2

    Re: Intel UHD 750 Driver

    firstly thanks for your concern,
    the article solution was to insert "i915.force_probe=4c8a" to /boot/config/probmode.d directory which I dont have on UBUNTU. I am confused

    (also tried making the directory and rebooting, didnt work)

    also :
    lspci | grep VGA00:02.0 VGA compatible controller: Intel Corporation Device 4c8a (rev 04)
    Last edited by mawsyh; June 4th, 2021 at 10:25 AM.

  4. #4
    Join Date
    Jun 2007
    Beans
    14,788

    Re: Intel UHD 750 Driver

    Quote Originally Posted by mawsyh View Post
    the article solution was to insert "i915.force_probe=4c8a" to /boot/config/probmode.d directory which I dont have on UBUNTU.
    I don't see that anywhere in the bug report. I have no idea where you got that.

    See: https://askubuntu.com/questions/1948...boot-parameter
    I'm not sure if gksudo is still around, but the bottom line is that you pick your favorite text editor and start it with root permissions. So, for me
    Code:
    sudo vim /etc/default/grub
    EDIT: Alternatively, you can try creating a file in /etc/modprobe.d/
    Code:
    echo "options i915 force_probe=4c8a" | sudo tee -a /etc/modprobe.d/i915.conf
    Last edited by Yellow Pasque; June 4th, 2021 at 07:14 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •