How to Use NDIS on Ubuntu
Network driver interface specification (NDIS) is a driver wrapper used on Linux operating systems to interface with Windows-based wireless network cards, both integrated and external. You can use NDIS by downloading and installing the NDISwrapper package onto your Ubuntu operating system using the terminal. From there, the operating system will automatically use NDISwrapper whenever a Windows-based network card is connected.
Instructions
-
-
1
Log in to Ubuntu as the "root" user.
-
2
Open the Terminal from the desktop.
-
-
3
Type "sudo apt-get install ndisgtk" and press "Enter." This downloads and installs the NDISwrapper package, enabling it on your Ubuntu system.
-
1