View previous topic :: View next topic |
Author |
Message |
awilisch n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Nov 2004 Posts: 21 Location: Loveland, OH
|
Posted: Thu Feb 24, 2005 1:54 am Post subject: madwifi |
|
|
i'm trying to get an Enterasys wireless card working. Running kernel 2.6.10-gentoo-r6.
All of the madwifi-driver packages seem to be masked
!!! One of the following masked packages is required to complete your request:
- net-wireless/madwifi-driver-0.1_pre20041019 (masked by: ~x86 keyword)
- net-wireless/madwifi-driver-0.1_pre20050106 (masked by: -* keyword)
- net-wireless/madwifi-driver-0.1_pre20050107 (masked by: ~x86 keyword)
I tried installing the linux drivers that came with the card. ath_hal seemed to go in ok, but ath_pci gave this error when trying to make it:
root@revenge ath # make
make -C /lib/modules/2.6.10-gentoo-r6/build SUBDIRS=/home/awilisch/downloads/madwifi/ath modules
make[1]: Entering directory `/usr/src/linux-2.6.10-gentoo-r6'
CC [M] /home/awilisch/downloads/madwifi/ath/if_ath_pci.o
/home/awilisch/downloads/madwifi/ath/if_ath_pci.c: In function `ath_pci_suspend':
/home/awilisch/downloads/madwifi/ath/if_ath_pci.c:245: error: too many arguments to function `pci_save_state'
/home/awilisch/downloads/madwifi/ath/if_ath_pci.c: In function `ath_pci_resume':
/home/awilisch/downloads/madwifi/ath/if_ath_pci.c:260: error: too many arguments to function `pci_restore_state'
make[2]: *** [/home/awilisch/downloads/madwifi/ath/if_ath_pci.o] Error 1
make[1]: *** [_module_/home/awilisch/downloads/madwifi/ath] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.10-gentoo-r6'
make: *** [all] Error 2
I'd be very gratefull for anyone would could give me some advise on how to get this card working.
Thanks
Aric
ps: I've had an older Orinoco Gold card working, so I know the slots are good. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zoyd_wheeler n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 22 Mar 2003 Posts: 40
|
Posted: Thu Feb 24, 2005 1:03 pm Post subject: |
|
|
If madwifi is the correct driver for the chipset on the card, why don't you just unmask it?
Code: |
echo "net-wireless/madwifi-driver" >> /etc/portage/package.unmask
echo "net-wireless/madwifi-driver ~x86" >> /etc/portage/package.keywords
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
awilisch n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Nov 2004 Posts: 21 Location: Loveland, OH
|
Posted: Thu Feb 24, 2005 2:38 pm Post subject: |
|
|
I don't know much about masked packages, just what it mentions in the handbook. From what I was seeing it looked like they were masked cause they didn't work, so I was hesitant about unmasking them. But I'll try that and see where it goes.
thanks much
Aric |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Alebo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Mar 2005 Posts: 37 Location: NRW, Germany
|
Posted: Fri Apr 01, 2005 12:18 am Post subject: |
|
|
I have the same problem at the moment. I installed gentoo 2005.0 from cd.
I get the same error with x86 instead of ~x86. After making
Code: |
echo "net-wireless/madwifi-driver" >> /etc/portage/package.unmask
echo "net-wireless/madwifi-driver x86" >> /etc/portage/package.keywords
|
I still get the same error.
By the way? Is the madwifi-driver on the package-cd of gentoo-2005.0?
I could not find it there.
What can I do to emerge the madwifi-driver? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|