When you download linux drivers for devices such as wireless dongles, you'll get a folder full of random files that I'm assuming oyu need to compile? How do you install a wireless driver in linux?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Generally it depends on many things, but I'll sum them up to 2 ways:
|
||||
|
|
|
In practice most devices are already supported by the installed kernel and modules; just plug in the device and try it out. If it doesn't work then you can see if there are drivers in a separate package. Look in the |
|||
|
|
|
First you need to install make, gcc, and the development files for your kernel (in a package called |
|||
|
|