Results 1 to 4 of 4

Thread: wireless madwifi install problems

  1. #1
    Join Date
    Apr 2007
    Beans
    40

    wireless madwifi install problems

    hi.

    I'm trying to install madwifi 0.9.3.1 on my slackware 12
    First i cd the madwifi directory,then i do a "make",then i do a "make install"
    but when i do "modprobe ath_pci" it gives me "ath_pci mod not found"or something similar. I tried several time's but it give's me the same.

    can you help me?

  2. #2
    Join Date
    Mar 2007
    Location
    Alaska, south-east
    Beans
    209
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: wireless madwifi install problems

    i believe that you need to use "sudo" in the "make install" and "sbin/modprobe ath-pci". this is for a Atheros wireless card{are you sure its an atheros card} found this here -
    http://xlayn.blogspot.com/2007/07/sl...12-review.html

    1. extract the driver
    $tar -jxf madwifi-0.9.3.1.tar.bz2
    2. enter the directory of the driver
    $cd madwifi-0.9.3.1
    3. make the kernel modules
    $make
    4. install the kernel modules
    $sudo make install
    5. insert the kernel module
    $sudo /sbin/modprobe ath-pci
    6. configure your wireless with kwifimanager

    here is another great how-to http://madwifi.org/wiki/UserDocs/FirstTimeHowTo

  3. #3
    Join Date
    Apr 2007
    Beans
    40

    Re: wireless madwifi install problems

    Thanks for your help.it's working now

  4. #4
    Join Date
    Oct 2006
    Beans
    921

    Re: wireless madwifi install problems

    You can compile it or save yourself some time by using the slackware package.
    http://www.slackware.com/~alien/slac...s/madwifi/pkg/

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
  •