answersLogoWhite

0


Best Answer

To get a list of every driver your system is using (except those that are compiled into the Linux kernel) type lsmod at the command line.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get device drivers' name in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you connect internet with Tata Photon in Redhat Linux 5?

You just have to plug the device and Linux will load the drivers automatically.


Is Linux harware or sofware?

Linux is a Software which interacts with hardware using device drivers and controls the hardware using kernel routines.


Why Linux OS has not required device drivers?

It does. Most drivers are developed in-kernel, not provided separately by third-party vendors.


Device drivers are written for which platforms?

Every platform (Windows, Linux, Mac, etc) requires its own driver programs for each hardware device. Drivers are written by the hardware manufacturer for each supported platform.


What is device management in Linux?

tell me about device management in Linux?


How a device can be added in Linux?

Generally in Linux you can just plug in the device and go, no need to even install drivers because chances are they're already available. Once you plug in a device, a component of Linux called udev catches the messages from the kernel detecting the insertion of the hardware, searches its rules to see what the appropriate response for the device would be, then loads the appropriate kernel module for the device, all within at most a few seconds. It's definitely faster than Windows' response to Plug-and-Play. Sometimes you might plug in a device that doesn't have drivers in the kernel tree, in which case its best to first Google the device to see if there are any drivers you have to get yourself.


Where can I find device drivers online?

A simple way to download device drivers is to visit www.driverguide.com. Enter your device model name or number, and the website will guide you to which drivers you need to install.


What is the name given to a set of programs routines and procedures that are used to operate the computer hardware?

Device drivers


What is the function of the device manager udev?

The device manager UDEV manages device nodes in /dev in Linux. It is a generic kernal device manager originally was introduced in Linux 2.5, and is still in the current version of Linux.


Which task can you perform in Device manager?

Install device drivers update device drivers uninstall device drivers


How do you install Windows drivers and applications on Trisquel Linux?

With the exception of wireless card drivers (using the ndiswrapper module), Windows device drivers cannot be used in Linux. Windows applications can be run using Wine, with compatibility and stability depending on the program. Wine can be installed from the command line on Trisquel using the command "sudo apt-get install wine."


Where can you get drivers for Linux that will work on your PC?

The drivers are typically included with the distribution. If your hardware doesn't work out of the box, there is a good chance it doesn't have any Linux drivers at all.