Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Very broadly speaking and with numerous exceptions, the procedure for building software is
    Code:
    ./configure
    make
    make install
    You need basic development tools installed to do so.

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...