Results 1 to 2 of 2
Dear OpenSUSE experts,
I have a Rosewill b/g/n wireless USB adapter. I downloaded the source code of the linux driver from Rosewill website. How do I compile the code and ...
- 02-10-2011 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 96
how to compile and install wireless USB driver?
Dear OpenSUSE experts,
I have a Rosewill b/g/n wireless USB adapter. I downloaded the source code of the linux driver from Rosewill website. How do I compile the code and then install the driver? I think that I can just type "make" to compile the code, but, how to install the driver after the compilation?
Thanks!
Pei-Ying
- 02-10-2011 #2
Very broadly speaking and with numerous exceptions, the procedure for building software is
You need basic development tools installed to do so.Code:./configure make make install
SDB:Compiling software - openSUSE
That said, most drivers are not something you download from the manufacturer's website. What is the wireless chipset of your device? Plug it in and post the output of
Code:lsusb


Reply With Quote