Answers for "how to get driver information ubuntu"

0

how to get driver information ubuntu

Run the command lsmod to see if driver is loaded. (look for the driver name that was listed in the output of lshw, "configuration" line). If you did not see the driver module in the list then use the modprobe command to load it
Posted by: Guest on May-07-2022

Code answers related to "how to get driver information ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language