Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown Intel device id: 0x2A42 #20

Open
grahamperrin opened this issue Jun 12, 2022 · 3 comments
Open

Unknown Intel device id: 0x2A42 #20

grahamperrin opened this issue Jun 12, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@grahamperrin
Copy link

grahamperrin@fuji:~/dev/gpufetch % ./gpufetch
[ERROR]: Unkown Intel device id: 0x2A42
Please, create a new issue with this error message on https://github.com/Dr-Noob/gpufetch/issues
[ERROR]: No GPU was detected! Available GPUs are:
- GPU 0:
  * Vendor: Intel
  * PCI id: 8086:2a42
Please, make sure that the appropiate backend is enabled:
- CUDA backend:  OFF
- Intel backend: ON
Visit https://github.com/Dr-Noob/gpufetch#2-backends for more information
grahamperrin@fuji:~/dev/gpufetch % freebsd-version -kru
13.1-RELEASE
13.1-RELEASE
13.1-RELEASE
grahamperrin@fuji:~/dev/gpufetch % uname -aKU
FreeBSD fuji 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64 1301000 1301000
grahamperrin@fuji:~/dev/gpufetch % 
@grahamperrin
Copy link
Author

[ERROR]: Unkown Intel device id: 0x2A42

I noticed slightly different 2A43 at https://forums.freebsd.org/posts/571197.

Then, from https://bsd-hardware.info/?probe=387bf3d18f&log=pciconf&d=FreeBSD:

vgapci0@pci0:0:2:0:	class=0x030000 rev=0x09 hdr=0x00 vendor=0x8086 device=0x2a42 subvendor=0x1734 subdevice=0x1160
    vendor     = 'Intel Corporation'
    device     = 'Mobile 4 Series Chipset Integrated Graphics Controller'
    class      = display
    subclass   = VGA
    bar   [10] = type Memory, range 64, base 0xf2800000, size 4194304, enabled
    bar   [18] = type Prefetchable Memory, range 64, base 0xd0000000, size 268435456, enabled
    bar   [20] = type I/O Port, range 32, base 0x1800, size 8, enabled
    cap 05[90] = MSI supports 1 message 
    cap 01[d0] = powerspec 3  supports D0 D3  current D0

vgapci1@pci0:0:2:1:	class=0x038000 rev=0x09 hdr=0x00 vendor=0x8086 device=0x2a43 subvendor=0x1734 subdevice=0x1160
    vendor     = 'Intel Corporation'
    device     = 'Mobile 4 Series Chipset Integrated Graphics Controller'
    class      = display
    bar   [10] = type Memory, range 64, base 0xf2100000, size 1048576, enabled
    cap 01[d0] = powerspec 3  supports D0 D3  current D0

Maybe relevant: Device Manager Shows Two Different Graphics Controllers

@Dr-Noob
Copy link
Owner

Dr-Noob commented Jul 13, 2022

Ok, so this is something expected because gpufetch currently supports from Gen6 onwards. But it's good to know that people want to use it with older iGPUs. I'll work on older architectures in the future, so I'm leaving this issue open.

@Dr-Noob Dr-Noob added the enhancement New feature or request label Jul 13, 2022
@archisman-panigrahi
Copy link

archisman-panigrahi commented Mar 1, 2023

Had a similar issue in a chromebook with Intel Celeron N3060 CPU running Ubuntu MATE.

./gpufetch 
[ERROR]: Unknown Intel device id: 0x22B1
Please, create a new issue with this error message on https://github.com/Dr-Noob/gpufetch/issues
[ERROR]: No GPU was detected! Available GPUs are:
- GPU 0:
  * Vendor: Intel
  * PCI id: 8086:22b1
Please, make sure that the appropiate backend is enabled:
- CUDA backend:  OFF
- Intel backend: ON
Visit https://github.com/Dr-Noob/gpufetch#2-backends for more information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants