Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: HOWTO: Latest Madwifi driver

  1. #11
    Join Date
    May 2005
    Beans
    25

    Re: HOWTO: Latest Madwifi driver

    I do everything stated but I get the fallowing back:
    Code:
    root@I8000:/home/ # modprobe ath_pci
    FATAL: Error inserting ath_pci (/lib/modules/2.6.10-5-386/kernel/drivers/net/wireless/ath/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    Any ideas?
    MacBook Air 2,1 - Ubuntu 10.10 i386
    MacPro 3,1 - Ubuntu 10.10 X64 + Win 7 X64 + OS X 10.6.5

  2. #12
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Latest Madwifi driver

    Post output to the dmesg command.


    this HOWTO seems unsafe and incorrect. Compiling against the raw Ubuntu source tree doesn't necessarily mean the binary modules will be compatible with the various Ubuntu kernel.

    For example, a module for the i386 kernel will not insert into an i686 kernel, and so on.

    You should really compile against your correct version of linux-headers , such as linux-headers-k7.

    to the author: I highly recommend you redo your howto using this method, instead.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  3. #13
    Join Date
    May 2005
    Beans
    25

    Re: HOWTO: Latest Madwifi driver

    Quote Originally Posted by jdong
    Post output to the dmesg command.


    this HOWTO seems unsafe and incorrect. Compiling against the raw Ubuntu source tree doesn't necessarily mean the binary modules will be compatible with the various Ubuntu kernel.

    For example, a module for the i386 kernel will not insert into an i686 kernel, and so on.

    You should really compile against your correct version of linux-headers , such as linux-headers-k7.

    to the author: I highly recommend you redo your howto using this method, instead.
    I am a newbie... so how would I do that exactly? (hay atleast I could modprobe without help)
    MacBook Air 2,1 - Ubuntu 10.10 i386
    MacPro 3,1 - Ubuntu 10.10 X64 + Win 7 X64 + OS X 10.6.5

  4. #14
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Latest Madwifi driver

    Just skip step two. If you already did it, do an rm -f /usr/src/linux to remove that symlink. It's simply not necessary. Madwifi's Makefile may have to be edited to reflect the /lib/modules/KERNELVERSIONS/build (or /include) directories, but I'll turn that back over to the HOWTO author, as I don't use Madwifi.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  5. #15
    Join Date
    Nov 2004
    Location
    Nyack NY USA
    Beans
    988
    Distro
    Ubuntu Development Release

    Re: HOWTO: Latest Madwifi driver

    I have edited the howto to make sure that the correct headers packages are installed. If this does not work let me know. I use the 686-smp kernel with the corresponding packages and had no problems and did not need to edit the makefile. Let me know if you have problems like that described what your kernel version is exactly (do uname -a to find out) and which kernel headers you have installed.

  6. #16
    Join Date
    Nov 2004
    Location
    Nyack NY USA
    Beans
    988
    Distro
    Ubuntu Development Release

    Re: HOWTO: Latest Madwifi driver

    To cwestpha: Are you sure you copied all 9 files into your /lib/modules directory structure as outlined in the howto? Your error message doesn't sound like a version conflict as suggested by jdong, it sounds more like the module is missing helper applications i.e. other modules. However just to make sure check carefully that your kernel package matches your kernel headers package (step 1 in the reedited howto).

  7. #17
    Join Date
    Dec 2004
    Beans
    9

    Re: HOWTO: Latest Madwifi driver

    Hi guys,
    thank you for this howto which was very helpful in Hoary.
    As you said, this card works out of the box in Breezy, but I would prefere a custom kernel
    I would like to set madwifi as a module but I didn't find it in menuconfig
    Do I need to install linux-headers of my custom kernel?

  8. #18
    Join Date
    Dec 2004
    Beans
    9

    Re: HOWTO: Latest Madwifi driver

    Quote Originally Posted by aranbanjo
    Hi guys,
    ...
    Do I need to install linux-headers of my custom kernel?
    Yep, just do it!
    Downloaded the latest driver and installed making
    Code:
    # cd madwifi
    # export KERNELPATH=/usr/src/linux-source-'your version'
    # export KERNELRELEASE='your custom kernel'
    # make
    # make install
    reboot.
    Cheers

Page 2 of 2 FirstFirst 12

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
  •