212k views
5 votes
On a Linux system using modern hardware, it can be difficult to

find Linux wireless drivers. What is a possible solution?
Question options:
Use Bluetooth drivers.
Use Ndiswrapper and Windows

User Dewfy
by
7.9k points

1 Answer

7 votes

Final answer:

If you're having trouble finding Linux wireless drivers, you can use a tool called Ndiswrapper, which allows Linux to use Windows drivers. You will need to download the Windows driver of your wireless chip, install Ndiswrapper, and load the driver into your kernel using commands in the terminal.

Step-by-step explanation:

If you are having difficulty finding Linux wireless drivers on a modern Linux system, one solution could be to use the Ndiswrapper tool. Ndiswrapper is an open-source software that allows Linux to use drivers made for Windows, effectively allowing Linux to use the same wireless hardware.

Here is a step-by-step process on how to use it:

  1. First, you need to obtain the Windows driver for your wireless chip. This can usually be found on the manufacturer's website.
  2. Install the Ndiswrapper package. This can be done through your distribution's package manager.
  3. Use the 'ndiswrapper' command in the terminal with the '-i' option followed by the path to your driver to install the driver.
  4. Once the driver is installed, you can use the 'modprobe ndiswrapper' command to load the driver into your kernel.

Learn more about Ndiswrapper

User Todor Simeonov
by
8.6k points