Questions tagged [drivers]

For questions related to modules, the ones that control and orchestrate how the kernel should communicate with the hardware

For questions relating to:

  • Questions related to driver problems/troubleshooting
  • Questions on how to wrap drivers (for cross platform use)
  • Questions on which driver to use

Drivers generally fall into two categories:

  • Device/Software driver - A program allowing higher-level computer programs to interact with a hardware device.

  • Hardware Device - (examples) Graphics Card, Sound Card, NIC, etc.

The Operating System, or other programs will use drivers to communicate with the Hardware on the computer. These drivers give information on how to access the device, often with specific ways of communicating (interrupts, how to access).


Related links:

17060 questions
392
votes
43 answers

Installing Broadcom Wireless Drivers

I'm having serious problems installing the Broadcom drivers for Ubuntu. It worked perfectly on my previous version, but now, it is impossible. What are the steps to install Broadcom wireless drivers for a BCM43xx card? I'm a user with no advance…
242
votes
6 answers

How can I find what video driver is in use on my system?

I would like to try a different video display driver, but I'm not sure which one I'm currently using. What's the simple way to see what driver my system is using currently?
belacqua
  • 22,469
  • 21
  • 85
  • 107
176
votes
14 answers

How do I install the Nvidia drivers?

I just ordered the Nvidia GTX card. I have a dilemma, though. Should I keep using the driver which is available in "additional drivers" in Ubuntu, or should I install the driver from the Nvidia site? So which driver is the best for me?
Frantisek
  • 8,548
  • 11
  • 29
  • 35
175
votes
16 answers

How to install NVIDIA.run?

I have a Nvidia Ge force Ge6150 SE graphics card. I am running ubuntu 12.04. When I try to install the .run file it fails. It shows the message like this: I tried to install it after uninstalling the old driver.still same message. Here is the log…
Kiranraj
  • 2,013
  • 2
  • 14
  • 10
121
votes
15 answers

Is there a way to "restart" the touchpad driver?

I use Ubuntu 14.04 on a laptop, usually with an external usb mouse and keyboard and screen connected. Sometimes, however, I unplug all of them and move the laptop and keep using it with the builtin keyboard and screen and touchpad. At random times…
matteo
  • 2,263
  • 9
  • 25
  • 34
113
votes
8 answers

How do I check if Ubuntu is using my NVIDIA graphics card?

The reason I'm asking is that none of the games I've installed through software center that require 3D accelartion like TORCS for instance will run. When I try to run then, nothing happens. I have a Dell Inspiron N5110 with a nVidia GeForce GT…
Nic
  • 1,131
  • 2
  • 8
  • 3
108
votes
30 answers

External monitor not detected on Ubuntu 18.04

After upgrading to Ubuntu 18.04, my laptop has been unable to detect/use an external monitor attached via HDMI. Even when plugged in, the "detect displays" button within the default settings app doesn't do anything. Here is the output from…
PullJosh
  • 1,191
  • 2
  • 9
  • 8
104
votes
4 answers

Possible missing firmware /lib/firmware/i915

I upgraded my laptop to have the 4.8 kernel and during the process the following warnings came up. update-initramfs: Generating /boot/initrd.img-4.8.0-040800-generic W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_01.bin for module…
Malachi
  • 1,357
  • 2
  • 11
  • 19
91
votes
1 answer

Unknown Additional Driver: Processor microcode firmware for Intel CPUs for intel-microcode

After upgrading to 15.04, I have one additional driver (it did not appear in 14.10). What is the purpose of this driver and should I enable it?
Ljiljan Veselinovic
  • 1,471
  • 3
  • 14
  • 22
86
votes
6 answers

"W: Possible missing firmware for module i915_bpo" when updating initramfs

When I run a kernel or NVIDIA driver update on my 16.04, this triggers an initramfs rebuild which outputs the warning below: Processing triggers for initramfs-tools (0.122ubuntu8.1) ... update-initramfs: Generating…
Byte Commander
  • 101,912
  • 42
  • 275
  • 416
80
votes
4 answers

How do I install additional drivers?

I've just installed Ubuntu and I need either video, wireless, or some sort of other manufacturer (non-opensource) driver. How can I run the tool that will fetch all of these for me? I'd like graphical instructions. Related: Can I install extra…
Jorge Castro
  • 69,284
  • 123
  • 459
  • 651
74
votes
6 answers

How can I check the information of currently installed WiFi drivers?

When I clicked on additional drivers on Ubuntu 12.04, I could not see any drivers.. How can I check what drivers are installed for WiFi on Ubuntu environment.
Inderjeet
  • 741
  • 2
  • 7
  • 6
74
votes
5 answers

Can I install extra drivers via the command prompt?

Since I can't seem to open the Additional Drivers program? And how do I know what driver I need to install?
TheXed
  • 25,066
  • 13
  • 58
  • 89
73
votes
2 answers

dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

On Ubuntu 18.04 I am getting this when I want to install the recommended Nvidia driver. sudo apt install nvidia-340 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were…
Nitescu Lucian
  • 1,052
  • 2
  • 10
  • 22
72
votes
9 answers

How do I install the Nvidia driver for a GeForce GT 630

I recently installed 14.04. But now I need a new driver for my nVidia GeForce GT 630. The former driver was rejected as not compatible with the 64-bit. I found that other driver and when I wanted to install it in the terminal with sh I was called…
Horst Seeger
  • 783
  • 2
  • 7
  • 9
1
2 3
99 100