Hi guys,
For some reasons, I have to use Wireless USB Adapter instead of Lan. I have Totolink-N150UA and I want to install its driver.
The driver is in this link:
http://www.totolink.net/sub/product/detail.asp?product_num=100035however, I don't know how to install the driver in Linux, NVOC. Can anyone please teach me?
Thank you very much.
PS. I know linux doesn't need to install the driver to be able to use the wireless usb adapter, but internet connection to mining pool is very bad, so I want to try update the driver.
Thank you guys,I've found the way.
sudo -s
cd Download/(driver_folder_name)
sudo make
sudo make install
for anyone who is learning Linux as same as me.
