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?
|
feedback
|
|
Generally it depends on many things, but I'll sum them up to 2 ways:
| ||||
|
feedback
|
|
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 | |||
|
feedback
|
|
First you need to install make, gcc, and the development files for your kernel (in a package called | |||
|
feedback
|