From: Matthew T. R. <mru...@sp...> - 2003-01-24 19:28:06
|
On Friday, January 24, 2003, at 11:59 AM, Gerald Clare wrote: > I have the above PCMCIA card for which ASANTE supplies only a PC > driver. I would have liked to use this with my TI PowerBook G4. Is > there any possibility to get a MAC driver for this? The Asante AL1511 is an Atmel-based card, not a Prism/Prism2/Prism2.5. So it won't work with this driver. I have a driver which works with the SMC 2632W V2.0, which is also an Atmel-based card; it might work with your card as well, though I'd need the matching information (the output of ioreg -w0 -c IOPCCard16Device is sufficient, though overkill). And you'd have to be willing to be something of a guinea pig; I've only tested the driver with one system on one card. Also one possible problem problem is that there are three different versions of the AT76C502 chip which this card uses, and my driver is only set up to deal with one of them. |