Share

acx100 - Wireless chipset Linux driver

Code

Programming Languages: C

License: GNU General Public License (GPL), BSD License, Mozilla Public License 1.1 (MPL 1.1)

Repositories

browse code, statistics svn co https://acx100.svn.sourceforge.net/svnroot/acx100 acx100

Show:

What's happening?

  • Followup: RE: acx-mac80211: 2.6.32, testable version avail

    Hi, Thanks for the first USB testing :)! ... so something is already works. That's good ;). I'll test WEP one time as well with my pci cards here and hostapd (and iptables set to self-protect). My testing focus was mainly on WPA, but normally WEP should be feasable (since mac and crypto-wise basically the same things happen, only without the wpa key-ceremony by the supplicant). Let's see...

    2010-01-06 23:03:29 UTC by oli1417

  • Followup: RE: acx-mac80211: 2.6.32, testable version avail

    Well, I was a bit bored, thus I actually tested it for a while. Build was no problem since I was running 2.6.32.2 already. Connection did NOT work (WEP setup.....). Probably since H/W WEP is now disabled due to wpa_supplicant and software WEP with mac80211 has issues?? Or maybe I'm just a doofus and don't know how to configure software WEP with all that new-fangled crap ;) BUT... the best...

    2010-01-05 20:39:41 UTC by andim2

  • Followup: RE: acx-mac80211: 2.6.32, testable version avail

    Good evening and Thanks ;)! Well, indeed there are advantages of supporting different kernel versions - like you mention the distro support. That's of course a point. I was also thinking one time of different branches per kernel version, which would get rebased with the latest, but of course that's also a bit of work (for each branch) ... . So probably both approaches require somehow...

    2010-01-05 18:44:27 UTC by oli1417

  • Followup: RE: acx-mac80211: 2.6.32, testable version avail

    veto ;) Since the driver likely will remain mainline-external forever (*howl*), we need to ensure sufficient version compatibility, thus we should provide reasonable if relatively minimal compatibility with various current kernel versions (== as used by current distributions, that is). Frankly that never was much of a problem with the old acx100 driver (well, as long as someone actively...

    2010-01-04 19:15:46 UTC by andim2

  • Followup: RE: acx-mac80211: 2.6.32, testable version avail

    Yupp, the driver is for the 2.6.32 mac80211 API. The easiest is probably to upgrade your kernel. Shouldn't be difficult with Ubuntu, I guess. I'm running 2.6.32.2 on Debian wo problems. The mac80211 API changes regularly with newer kernels. My intention is to move the driver along with the changing API (as regularly if possible ;). -Oliver.

    2010-01-04 17:34:36 UTC by oli1417

  • Followup: RE: acx-mac80211: 2.6.32, testable version avail

    lwalkera, in first post clearly noted: > / Dependencies: Kernel 2.6.32.

    2010-01-04 09:59:41 UTC by hubbitus

  • Followup: RE: acx-mac80211: 2.6.32, testable version avail

    I'm trying to compile under Ubuntu 9.10 which has kernel 2.6.31 and I'm getting the following errors: CC [M] /home/ceriand/acx-mac80211-oli1417-clone/common.o /home/ceriand/acx-mac80211-oli1417-clone/common.c: In function ‘acx_l_rx’: /home/ceriand/acx-mac80211-oli1417-clone/common.c:2879: error: implicit declaration of function ‘IEEE80211_SKB_RXCB’...

    2010-01-04 00:24:21 UTC by lwalkera

  • acx-mac80211: 2.6.32, testable version avail

    Hello, Since sometime I'm working on an updated version of the acx-mac80211 code. For interested people with acx hardware there is now a testable version for kernel version 2.6.32 available, which includes support of WPA(2) (among others). Details for testing can be found below. This is work in progress and of course there are still many things to improve and to be done. The next...

    2010-01-03 19:02:12 UTC by oli1417

  • Comment: Fix build problems of mainline on kernel 2.6.31

    Against what driver version this patch is? I tried with this http://downloads.sourceforge.net/acx100/acx-20080210.tar.bz2 patching file pci.c patching file wlan_compat.h Hunk #1 succeeded at 218 (offset -4 lines). and compiled with make -C /lib/modules/`uname -r`/build M=`pwd` But ends with errors.

    2009-12-10 13:54:39 UTC by aapoaapo

  • Comment: 20080210 incompatible irqreturn_t

    I got it to compile to but it didn't work. Just kinda locks up.

    2009-11-24 23:51:42 UTC by superdav42