Results 1 to 8 of 8

Thread: Help with driver & makefile?

  1. #1
    Join Date
    May 2008
    Beans
    4

    Question Help with driver & makefile?

    Hey everyone I don't know if this is in the right section or not but I the help with making and installing a driver for a wifi usb adapter. The adapters chipset is Winbond w89c35dg I found someone that got it to work but the website was in italian so I translated it using google to find the linux driver then downloaded it but I don't know how to compile it or to install it.
    be nice I am new to Ubuntu and to Linux.
    This is what the read me says

    (To build driver
    ( In your driver path, Driver/Linux/2.4/, run
    ( # make
    (
    ( then the driver, w35und.o, will be created.
    (
    ( Notes:
    ( Makefile.24: Makefile for kernel 2.4 series
    ( Makefile.26: Makefile for kernel 2.6 series
    (
    (1. Installation
    (
    ( # insmod w35und.o
    (
    ( Notes:
    ( After your inserted this module to system, your can use special (commands
    ( of user guider to connect your desired AP or IBSS station. After (connected,
    ( you can use this command to assign an IP address and up it.
    (
    ( # ifconfig wlan0 xxx.xxx.xxx.xxx. up
    ----------------------------------------------
    First do I have to have it in a specific folder?
    Second What do I click on?
    Well just tell me how to do it
    this is a screenshot of the folders th at came in the download
    http://i248.photobucket.com/albums/g...sp/folders.png
    Thank you for your help!
    Last edited by retropsp; July 15th, 2008 at 07:01 PM.

  2. #2
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Help with driver & makefile?

    You have to click on Applications, Acessories, Terminal. Installing a driver can not be done from the GUI. Also, could you please tell us the model of your wifi adapter, and provide a link to the driver? It seems pretty old, so it might not work with your Ubuntu.
    「明後日の夕方には帰ってるからね。」


  3. #3
    Join Date
    Jul 2008
    Location
    /dev/random
    Beans
    147

    Re: Help with driver & makefile?

    Right click anywhere in the folder where your downloaded driver files are, and then click on "open terminal here". Then type "make" without the quotes of course, and then hit enter. Then post the result.

    EDIT: Since you're new to linux, I suppose you never compiled anything -> you don't have the build-essential package. To correct that, open (again ) the terminal, and type sudo apt-get install build-essential. It will ask for your password, just enter it and hit enter. Then try to type make again if it ouputed errors before.
    Last edited by houbysoft.xf.cz; July 15th, 2008 at 06:30 PM. Reason: added sudo apt-get blah
    Have a peek at some of my programs at http://houbysoft.com/
    CLI / GUI linux advanced calculator : http://houbysoft.com/hc/
    http://houbysoft.com/humor/

  4. #4
    Join Date
    May 2008
    Beans
    4

    Re: Help with driver & makefile?

    Quote Originally Posted by houbysoft.xf.cz View Post
    Right click anywhere in the folder where your downloaded driver files are, and then click on "open terminal here". Then type "make" without the quotes of course, and then hit enter. Then post the result.

    EDIT: Since you're new to linux, I suppose you never compiled anything -> you don't have the build-essential package. To correct that, open (again ) the terminal, and type sudo apt-get install build-essential. It will ask for your password, just enter it and hit enter. Then try to type make again if it ouputed errors before.
    Thanks I will try it.

  5. #5
    Join Date
    Jul 2008
    Location
    /dev/random
    Beans
    147

    Re: Help with driver & makefile?

    Quote Originally Posted by retropsp View Post
    Thanks I will try it.
    btw, after that, a file called w35und.o should be created in the driver's directory if all worked. (I think this will not happen, unless you're lucky).

    But anyway, if it really works and the file is created, you should open the terminal again and type in "sudo insmod w35und.o".
    Have a peek at some of my programs at http://houbysoft.com/
    CLI / GUI linux advanced calculator : http://houbysoft.com/hc/
    http://houbysoft.com/humor/

  6. #6
    Join Date
    May 2008
    Beans
    4

    Re: Help with driver & makefile?

    Quote Originally Posted by houbysoft.xf.cz View Post
    btw, after that, a file called w35und.o should be created in the driver's directory if all worked. (I think this will not happen, unless you're lucky).

    But anyway, if it really works and the file is created, you should open the terminal again and type in "sudo insmod w35und.o".
    I didn't work well I tried right clicking and it did not give me the option to open the terminal so I opened it manually and put in the file then clicked run. but it still didn't work

  7. #7
    Join Date
    Jul 2008
    Location
    /dev/random
    Beans
    147

    Re: Help with driver & makefile?

    And are you sure that you clicked NOT on any file, but anywhere else in the folder with the files? It should give you the option to open a terminal... or is this in xubuntu only? But if it will not give you the option to open a terminal, you will have to manually open one, but then not putting in the file, but navigating to the folder where you have the driver files.
    Maybe you already know it, but in the terminal, changing directories is done with the "cd" command. So, for example, if you want to go to a directory named "exampledir", you must run "cd exampledir". If I take a look at your screenshot, the files are probably in /home/timothy/Documents/hal_142_o/linux.

    So, open the terminal and type in these commands:

    Code:
    cd Documents/hal_142_o/linux
    make
    Then post the output here...
    Have a peek at some of my programs at http://houbysoft.com/
    CLI / GUI linux advanced calculator : http://houbysoft.com/hc/
    http://houbysoft.com/humor/

  8. #8
    Join Date
    Jun 2010
    Beans
    7

    Re: Help with driver & makefile?

    After looking all over the place and wading through BS "driver" links, I found this WIn driver. Maybe itll help. It works on my XP laptop fine. Not the greatest. but has more rnge than my internal antenna laptop.

    http://www.novopos.ch/client/FIRICH/...20W89C35DG.zip

Bookmarks

Posting Permissions

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