Thanks for the link.
I downloaded the driver and unpacked it with this command.
Code:
> unzip -a f5d7051.exe
This gives us a lot of files, unfortunately some are still compressed. Cabextract didn't work, so I had to use wine. First I created a new folder to "install" to. There are too many files in the other folder, and it would just get confusing.
Now run wine.
The windows installer will start (pretty cool, huh?). Don't let it install to the "C" drive, direct it to the folder that you created for it in the "/" section.
I looked it over, and I think that these are the files that NDISwrapper need:
bcmrndis.inf
RNDISMPK.sys
When you run NDISwrapper it wants the location and name for the drivers .inf file. Direct it to bcmrndis.inf, and it should install the driver.
Wait! You first need to have NDISwrapper installed. It should be available from the Debian installation CD that you used to install your distro. To see if you already have it installed enter this command (as root).
I don't want to get too far ahead, so let me know if you get NDISwrapper installed.