How to install Intel VGA Controller Drivers?
I have a fresh Debian Jessie installation and my VGA Controller is UNCLAIMED:
$ sudo lshw -C display
*-display UNCLAIMED
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a0000000-a0ffffff memory:90000000-9fffffff ioport:2000(size=64) memory:c0000-dffff
this is the card:
$ lspci -nn
...
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 03)
...
and this are my kernel and system versions:
Linux nburner 4.9.0-0.bpo.6-amd64 #1 SMP Debian 4.9.88-1+deb9u1~bpo8+1 (2018-05-13) x86_64 GNU/Linux
i915 kernel module is loaded:
$ lsmod | grep i915
i915 1265664 0
I suspect this due to missing drivers in older versions of the kernel/some packages since I am using Debian Jessie.
Where can I find out what drivers do I need, and how to backport them to my system?
debian drivers video intel
New contributor
add a comment |
I have a fresh Debian Jessie installation and my VGA Controller is UNCLAIMED:
$ sudo lshw -C display
*-display UNCLAIMED
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a0000000-a0ffffff memory:90000000-9fffffff ioport:2000(size=64) memory:c0000-dffff
this is the card:
$ lspci -nn
...
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 03)
...
and this are my kernel and system versions:
Linux nburner 4.9.0-0.bpo.6-amd64 #1 SMP Debian 4.9.88-1+deb9u1~bpo8+1 (2018-05-13) x86_64 GNU/Linux
i915 kernel module is loaded:
$ lsmod | grep i915
i915 1265664 0
I suspect this due to missing drivers in older versions of the kernel/some packages since I am using Debian Jessie.
Where can I find out what drivers do I need, and how to backport them to my system?
debian drivers video intel
New contributor
The general way to find out is google for the vendor and device id, in your case8086:3185
(and one adds-nn
tolspci
to see this id). If you google that, you'll find out it needs thei915
driver. If the one you have on Jessie doesn't support this hardware, backporting one will probably be more "fun" than you want to have, so I'd suggest upgrading to a newer Debian version instead.
– dirkt
10 hours ago
add a comment |
I have a fresh Debian Jessie installation and my VGA Controller is UNCLAIMED:
$ sudo lshw -C display
*-display UNCLAIMED
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a0000000-a0ffffff memory:90000000-9fffffff ioport:2000(size=64) memory:c0000-dffff
this is the card:
$ lspci -nn
...
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 03)
...
and this are my kernel and system versions:
Linux nburner 4.9.0-0.bpo.6-amd64 #1 SMP Debian 4.9.88-1+deb9u1~bpo8+1 (2018-05-13) x86_64 GNU/Linux
i915 kernel module is loaded:
$ lsmod | grep i915
i915 1265664 0
I suspect this due to missing drivers in older versions of the kernel/some packages since I am using Debian Jessie.
Where can I find out what drivers do I need, and how to backport them to my system?
debian drivers video intel
New contributor
I have a fresh Debian Jessie installation and my VGA Controller is UNCLAIMED:
$ sudo lshw -C display
*-display UNCLAIMED
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a0000000-a0ffffff memory:90000000-9fffffff ioport:2000(size=64) memory:c0000-dffff
this is the card:
$ lspci -nn
...
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3185] (rev 03)
...
and this are my kernel and system versions:
Linux nburner 4.9.0-0.bpo.6-amd64 #1 SMP Debian 4.9.88-1+deb9u1~bpo8+1 (2018-05-13) x86_64 GNU/Linux
i915 kernel module is loaded:
$ lsmod | grep i915
i915 1265664 0
I suspect this due to missing drivers in older versions of the kernel/some packages since I am using Debian Jessie.
Where can I find out what drivers do I need, and how to backport them to my system?
debian drivers video intel
debian drivers video intel
New contributor
New contributor
edited 11 hours ago
aljazerzen
New contributor
asked 16 hours ago
aljazerzenaljazerzen
61
61
New contributor
New contributor
The general way to find out is google for the vendor and device id, in your case8086:3185
(and one adds-nn
tolspci
to see this id). If you google that, you'll find out it needs thei915
driver. If the one you have on Jessie doesn't support this hardware, backporting one will probably be more "fun" than you want to have, so I'd suggest upgrading to a newer Debian version instead.
– dirkt
10 hours ago
add a comment |
The general way to find out is google for the vendor and device id, in your case8086:3185
(and one adds-nn
tolspci
to see this id). If you google that, you'll find out it needs thei915
driver. If the one you have on Jessie doesn't support this hardware, backporting one will probably be more "fun" than you want to have, so I'd suggest upgrading to a newer Debian version instead.
– dirkt
10 hours ago
The general way to find out is google for the vendor and device id, in your case
8086:3185
(and one adds -nn
to lspci
to see this id). If you google that, you'll find out it needs the i915
driver. If the one you have on Jessie doesn't support this hardware, backporting one will probably be more "fun" than you want to have, so I'd suggest upgrading to a newer Debian version instead.– dirkt
10 hours ago
The general way to find out is google for the vendor and device id, in your case
8086:3185
(and one adds -nn
to lspci
to see this id). If you google that, you'll find out it needs the i915
driver. If the one you have on Jessie doesn't support this hardware, backporting one will probably be more "fun" than you want to have, so I'd suggest upgrading to a newer Debian version instead.– dirkt
10 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
aljazerzen is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505320%2fhow-to-install-intel-vga-controller-drivers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
aljazerzen is a new contributor. Be nice, and check out our Code of Conduct.
aljazerzen is a new contributor. Be nice, and check out our Code of Conduct.
aljazerzen is a new contributor. Be nice, and check out our Code of Conduct.
aljazerzen is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505320%2fhow-to-install-intel-vga-controller-drivers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The general way to find out is google for the vendor and device id, in your case
8086:3185
(and one adds-nn
tolspci
to see this id). If you google that, you'll find out it needs thei915
driver. If the one you have on Jessie doesn't support this hardware, backporting one will probably be more "fun" than you want to have, so I'd suggest upgrading to a newer Debian version instead.– dirkt
10 hours ago