#1679: Support for AR2425 (AR5007EG) chipset
--------------------------------------+-------------------------------------
      Reporter:  [EMAIL PROTECTED]  |       Owner:  proski             
          Type:  enhancement          |      Status:  assigned           
      Priority:  minor                |   Milestone:                     
     Component:  madwifi: HAL         |     Version:  v0.9.3.3           
    Resolution:                       |    Keywords:  AR2425 AR5007EG HAL
Patch_attached:  0                    |  
--------------------------------------+-------------------------------------
Comment (by anonymous):

 Replying to [comment:228 fzn007]:
 > Replying to [comment:201 [EMAIL PROTECTED]:
 > > Here are the updated installation instructions for '''ubuntu hardy
 (amd64)'''.
 > >
 > > 1. First remove ndiswrapper completely (if not sure skip to step 2)
 > >
 > > {{{
 > > $ sudo ndiswrapper -e net5211
 > > $ sudo modprobe -r ndiswrapper
 > > $ sudo apt-get remove --purge ndiswrapper-common ndiswrapper-utils
 ndisgtk
 > > }}}
 > >
 > > 2. Build, install and load ''madwifi'' with the new HAL
 > >
 > > {{{
 > > $ snv co hxxp://svn.madwifi.org/madwifi/trunk madwifi
 > > $ wget hxxp://people.freebsd.org/~sam/ath_hal-20080528.tgz
 > > $ cd madwifi
 > > $ mv hal hal.old
 > > $ tar xvf ../ath_hal-20080528.tgz
 > > $ mv ath_hal-20080528 hal
 > > $ sudo make install BINDIR=/usr/bin MANDIR=/usr/share/man
 > > $ sudo depmod -ae
 > > $ sudo modprobe ath_pci
 > >
 > > $ echo ath_hal | sudo tee -a /etc/modules
 > > $ echo ath_pci | sudo tee -a /etc/modules
 > > }}}
 > >
 > > From ''System -Administration -Hardware Drivers'' enable ''Atheros''
 drivers, and reboot the system.
 > >
 > > Thanks...
 >
 > I had a problem when I try to execute the command:
 > $ sudo make install BINDIR=/usr/bin MANDIR=/usr/share/man
 >
 > The system return the error message:
 >
 >  HOSTCC  /home/adamastor/madwifi_patch/madwifi/ath_hal/uudecode
 > /home/adamastor/madwifi_patch/madwifi/ath_hal/uudecode.c:26:19: error:
 stdio.h: No such file or directory
 > /home/adamastor/madwifi_patch/madwifi/ath_hal/uudecode.c:27:19: error:
 errno.h: No such file or directory
 > ...

 looks like headers are not installed. To install them on your box, do

 {{{
 $ sudo apt-get install build-essential
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/1679#comment:229>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to