How do I install a driver package?


Results 1 to 5 of 5

Thread: How do I install a driver package?

  1. #1
    Join Date
    Feb 2009
    Posts
    4

    How do I install a driver package?

    My atheros wireless card isn't working, so I downloaded MadWifi. What it gave me was two files, "madwifi-0.9.4.tar.gz.gz" and "madwifi-0.9.4.tar.bz2.tar"

    Now what?

    Thanks

  2. #2
    Join Date
    Dec 2002
    Location
    Montreal Canada
    Posts
    383
    Most Linux distro have a madwifi package already made, it would be easier for you to install, just check the repository for your Linux distribution. (.rpm or else)
    If you can not find the distro package then you will have to install from source because those files you specify are source tarball that need to be compiled.
    Usually in a shell as user:
    tar -xzvf /location/of the files/madwifi-0.9.4.tar.gz (not madwifi-0.9.4.tar.gz.gz)
    then cd /location/where the files decompressed
    then read the readme files in there for proper installation. (usually ./configure as user then make followed by make install as root)
    Using the shell to install source package is not that hard but it require some reading. (google)
    Last edited by Davno; 02-26-2009 at 08:46 PM.

    Linux Counter


    Debian "Lenny"
    Mandriva 2010.2

    "Where am I?" "In the Village." "What do you want?" "Information.""Whose side are you on?" "That would be telling.... We want information. Information! INFORMATION!"

  3. #3
    Join Date
    Feb 2009
    Posts
    4

    Linux Mint

    Thanks for your reply! I installed the madwifi tools I found in the repositories, but that didn't change anything. The tarballs I downloaded were recently listed on the manufacturer's webpage

    I'm using the latest version of Linux Mint (Ubuntu 8.10) so I'll try those lines you gave me.

  4. #4
    Join Date
    Feb 2009
    Posts
    4

    Linux

    The files for installing drivers are ridiculously complicated and plum don't work.

    I'm assuming maybe the driver already is installed? Does anyone know what to do now? I clicked on the networking icon in the corner and it just says "no connection" "Edit" and "about"

    When I go to wireless connections, I try to click "add" and it freezes.

  5. #5
    Join Date
    Oct 2002
    Location
    Republic of Texas
    Posts
    5,898
    See if the ath_pci module is loaded (that's the name of one of the driver modules) by issuing the command "lsmod" in a terminal
    If not, try loading it with "modprobe ath_pci" in a terminal, as root.
    If madwifi isn't installed, use your distros package manager to install it.
    Need help in realtime? Visit us at #linuxnewbie on irc.libera.chat

    Few of us will do as much for our fellow man as he has done.
    --Andrew Morton on RMS

Posting Permissions

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