Questions tagged [drivers]

Ubuntu drivers are either coded into the Linux kernel, or loaded with kernel modules. Use this tag for questions related to installing, loading and troubleshooting drivers (kernel modules).

The Ubuntu OS and installed applications 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 etc.).

This tag covers all 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.


Related links:

18215 questions
81
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
  • 71,754
11
votes
3 answers

How can I tell if all the hardware in my system has correctly installed drivers?

I'm working on making the switch from Windows to Ubuntu. Does Ubuntu have an equivalent to "Device Manager"? What I want to do is check if all of the hardware in the machine has correctly installed drivers. (without having to run a plethora of…
Allen
  • 503
  • 2
  • 5
  • 15
9
votes
1 answer

Where do I go to learn about writing device-drivers

I do not know how to write this any simpler. I have several books on Linux device-drivers, but I need a little help to get started.
Roland Koluvek
  • 91
  • 1
  • 1
  • 2
7
votes
2 answers

Ethernet driver Intel 82579LM e1000e update

I have a problem with my ethernet wired connection that doesn't work on ubuntu 13.10, using Intel 82579LM controller. On the same pc, windows 7 works perfectly, so I guess that it's a driver issue. The "lshw" command says that installed driver is…
Salrandazzo
  • 343
  • 2
  • 6
  • 14
7
votes
4 answers

Not able to get graphs on screen with gnuplot

I have installed 12.04 along with Windows 7 and also installed gnuplot 4.6.0. When I type gnuplot on the terminal, I am getting the error message: Terminal type set to unknown. When I tried plot sin(x), the graph does not appear on the…
6
votes
1 answer

Driver Manager applying changes.. stucks

i am trying to change the Display driver. but it takes too long. is it normal to take more then 20 miunts?
6
votes
1 answer

New motherboard, Windows drivers?

Perhaps it's a silly question but I've recently purchased a new motherboard and of course it came with a CD with it's drivers only for Windows systems (you know, the Autorun cr@p and all that) So, should I somehow try to obtain these drivers from…
Gabriel
  • 2,453
  • 7
  • 32
  • 52
5
votes
1 answer

Meson build error "ModuleNotFoundError: No module named 'mesonbuild'"

While trying to download Zathura with Meson, I stumbled across an error; [0/1] Installing files. Installation failed due to insufficient permissions. Attempting to use polkit to gain elevated privileges... Traceback (most recent call last): File…
diffy123
  • 53
  • 1
  • 1
  • 3
4
votes
4 answers

What driver should I choose for my graphics card?

Which one should I select? Preferably without breaking my system. The last time I tried to install drivers, it totally messed up my system and I had to reinstall Ubuntu (which I just finished) and I would like to try an avoid the same mistake, but I…
TheXed
  • 26,536
4
votes
2 answers

How do I connect my Fujitsu ScanSnap iX1500 to my computer?

I have buy a scanner from fujitsu, but the cd driver of out from me. How do to install the programs?
4
votes
0 answers

sudo lshw shows UNCLAIMED for memory, serial, Intel and AMD Radeon graphics

description: Notebook product: Vostro 3578 (0844) vendor: Dell Inc. serial: G436WN2 width: 64 bits capabilities: smbios-3.1 dmi-3.1 smp vsyscall32 configuration: boot=normal chassis=notebook family=Vostro sku=0844…
3
votes
2 answers

I want to install audio and video plugins

I recently dual booted ubuntu 17.10 with windows 10 At the time of installation i did not installed audio, video and flash plugins Now i want to install them Can anybody tell me how to install them
AHSAN
  • 33
3
votes
2 answers

r8168-dkms build fails on ubuntu 16.04.2

Hello I have installed 16.04.2 and I am trying to install the realtek driver. I have tried installing it by apt-get, but it fails and exits on starting the compile. Here is the log of the make: DKMS make.log for r8168-8.041.00 for kernel…
3
votes
1 answer

DIGImend refuses to install

I recently downloaded the .deb file for DIGImend to use with my HUION 580 graphics tablet (Not H580). I click to install, it installs before my very own eyes. But then my tablet now refuses to work. So I restart, thinking this will solve the…
3
votes
1 answer

How to reinstall wifi card driver?

I would like to reinstall the driver of my wifi card. In order to find out the name of my driver, I have used: sudo lshw -C network and the output for the wifi card is *-network DISABLED description: Wireless interface product:…
Unique
  • 175
1
2 3
24 25