General TC > General TC Talk

Introduction, plus: my ACX wireless card is online!

<< < (2/3) > >>

Rich:
Hi giac_fab
I found the following which may help

--- Quote ---To solve this problem just change line 221 in wlan_compat.h
from
#ifndef IRQ_NONE
to
#if (! (defined(_LINUX_IRQRETURN_H) || defined(IRQ_NONE)))

--- End quote ---
Open the file  /usr/src/acx-20080210/wlan_compat.h  and find the above mentioned line and change
it. The line number might not be the same. Then try again.
This fix was found at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545367#10

Rich:
Hi giac_fab
It seems the network API changed since this driver was released so you will probably get other
compiler errors. You might want to check out this wiki:
http://sourceforge.net/apps/mediawiki/acx100/index.php?title=Main_Page
They list a newer driver called  acx-mac80211  that you may have better luck with. To download it
you have to install the  git  extension.

giac_fab:
@Rich

--- Quote ---To solve this problem just change line 221 in wlan_compat.h
from
#ifndef IRQ_NONE
to
#if (! (defined(_LINUX_IRQRETURN_H) || defined(IRQ_NONE)))
--- End quote ---

I already tried that .... different kinds of errors show up


--- Quote ---They list a newer driver called  acx-mac80211  that you may have better luck with.

--- End quote ---

with acx-mac80211
fatal error: net/ieee80211.h: No such file or directory .....
I have

tc@box:/usr/local/src/linux-headers-3.0.3-tinycore/include/net$ ./ieee8021
ieee80211_radiotap.h  ieee802154.h          ieee802154_netdev.h


After some years of linux i can say that my biggest problems were and are  wireless drivers :-P


bmarkus:
Did you try ndiswrapper?

Rich:
Hi giac_fab
The header file is located here:
/usr/local/src/linux-headers-2.6.33.3-tinycore/include/linux/ieee80211.h

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version