Results 1 to 5 of 5

Thread: How to install wifi card in Linux

  1. #1
    Join Date
    Nov 2008
    Posts
    1,192

    How to install wifi card in Linux

    I want to install external wireless card under Suse Linux 9.2. I open the package and the installation steps but I did not understand or I put the package and the makefile, that is in this case, I leave or I change sound path and more in there makefile has the following lines to change

    KERNEL_SOURCE = /usr/src/linux-2.6.9

    instead of usr I think I met root then what I am instead of src and how to fetch the content of this variable

  2. #2
    Join Date
    Apr 2008
    Posts
    3,339

    Re: How to install wifi card in Linux

    Not an easy job!

    No, seriously, you think you could be more specific! What is the model of your wireless card? What drivers do you install?

  3. #3
    Join Date
    May 2008
    Posts
    188

    Re: How to install wifi card in Linux

    Even if there is a package, no need to Makefile (except very special cases).

    Then, a Makefile ... it will absolutely where we want. This is a file that defines how it compiles and installs the application. So wherever this works and you can even remove it at the end of the installation.

  4. #4
    Join Date
    Nov 2008
    Posts
    1,192

    Re: How to install wifi card in Linux

    About the installation of the card type and SAAP package is: ZD1211LnxDrv_2_15_0_0

    I made a little but not well done because I find I've changed the variable type of kernel that is write kernel_source = /usr.src/linux-2.6.18.2-34 that the kernel is installed. Now just compile and install but when I write the compiler make the following error appears:

    Makefile: 136: *** missing separator. Stop.

  5. #5
    Join Date
    May 2008
    Posts
    188

    Re: How to install wifi card in Linux

    Code:
    kernel_source = /usr.src/linux-2.6.18.2-34
    I hope it is a mistake in the copy, otherwise you're good to change again ... there is a "." in place of a "/". Then, the ideal would be to /usr/src/linux is a symlink to the latest kernel.

    SAAP, that not told me anything. That is what kind of card? USB? PCMCIA? PCI? (yes, this is important)

    Finally, this is not explicit:
    Makefile: 136: *** missing separator. Stop.
    Should be the rule of the makefile which corresponds to the line 136 (basically the 136 line and its context).

Similar Threads

  1. How to install linux from SD card without bootloader option
    By oRSON bEAN in forum Operating Systems
    Replies: 3
    Last Post: 11-01-2011, 12:16 AM
  2. cannot install a tv tuner card in linux mint
    By VAIJAYI in forum Operating Systems
    Replies: 5
    Last Post: 06-01-2011, 08:33 AM
  3. Need help to install grahic card on Linux
    By Zared in forum Monitor & Video Cards
    Replies: 5
    Last Post: 05-01-2011, 01:37 AM
  4. How to Install wifi sd card into windows mobile 6.1
    By Beltran in forum Networking & Security
    Replies: 3
    Last Post: 02-07-2009, 02:48 PM

Tags for this Thread

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
  •  
Page generated in 1,714,105,593.19333 seconds with 17 queries