Ticket #1 (assigned enhancement)
anonymous
| Reported by: | shubnub@… | Owned by: | anonymous |
|---|---|---|---|
| Priority: | major | Milestone: | milestone2 |
| Component: | component2 | Version: | 1.0 |
| Keywords: | <Key> | Cc: | None |
Description
I briefly talked with Josh about this at Shmoocon...
- LORCON builds on OS X.
- With the following minor patch, it installs on OS X too.
--- Makefile.in 2007-04-04 08:35:06.000000000 -0400 +++ Makefile.in.new 2007-04-04 08:36:26.000000000 -0400 @@ -67,7 +67,7 @@ install -m 644 lorcon_packasm.h $(INCLUDE)/lorcon_packasm.h install -m 644 lorcon_forge.h $(INCLUDE)/lorcon_forge.h install -d -m 755 $(MAN)/man3 - install -o root -g man -m 644 lorcon.3 $(MAN)/man3/lorcon.3 + install -o root -g wheel -m 644 lorcon.3 $(MAN)/man3/lorcon.3 $(LDCONFIG) - tx80211_getversion(), tx80211_cardlist(), and tx80211_freecardlist() seem to work in OS X, but that's all I can test as the cardlist returned is "None."
- Are there any chipsets known to work with LORCON on OS X?
- If not, are there any USB (or CardExpress/32) devices that'll work with LORCON and in Linux running in Parallels on OS X?
I ask, because I'd like to work on Python bindings for LORCON and I only have OS X and Linux in Parallels. I've got bindings working for tx80211_getversion() and tx80211_cardlist() (which calls tx80211_freecardlist() at the appropriate time), but can't test much beyond this.
If there's not much I can do with LORCON at this point, I'd be happy to send in what I've got as it might help someone else further the Python bindings.
Thanks, pete
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
