I'm trying to get a recently acquired Netgear WN511B (a/b/g/n) card to work with a laptop running Debian Etch. "lspci" reports:

02:00.0 Network controller: Broadcom Corporation BCM43XG (rev 01)

I downloaded the Windows installer from Netgear and ran it with Wine. I installed the "kwlan", "wpa_supplicant" and "ndiswapper-utils" packages. I installed ndiswrapper 0.55 from source, and ran "ndiswrapper -i" on the ".inf" file in "~/.wine/drive_c/Program Files/NETGEAR/WN511B/Driver". Then I did "modprobe ndiswrapper". I got the following messages in the kernel log:

ndiswrapper version 1.55 loaded (smp=no, preempt=yes)
usbcore: registered new interface driver ndiswrapper

A little blue light on the adapter is lighted, but I don't see any new interface with "ifconfig -a" or "iwconfig". The only clue I can find is a lot of messages like this in the kernel log:

audit(1246802446.437:342): avc: denied { unlink } for pid=31905 comm="install" name="loadndisdriver" dev=hda1 ino=534329 scontext=user_u:system_r:hotplug_t:s0 tcontext=system_u:object_r:sbin_t:s0 tclass=file
audit(1246802446.697:343): avc: denied { relabelto } for pid=31905 comm="install" name="loadndisdriver" dev=hda1 ino=534329 scontext=user_u:system_r:hotplug_t:s0 tcontext=system_u:object_r:sbin_t:s0 tclass=file
audit(1246802447.317:344): avc: denied { relabelto } for pid=31911 comm="install" name="ndiswrapper.8" dev=hda1 ino=498605 scontext=user_u:system_r:hotplug_t:s0 tcontext=system_u:object_r:man_t:s0 tclass=file
audit(1246802510.849:345): avc: denied { unlink } for pid=31918 comm="ndiswrapper" name="14E4:4329.5.conf" dev=hda1 ino=291207 scontext=user_u:system_r:hotplug_t:s0 tcontext=user_u:object_r:etc_t:s0 tclass=lnk_file
audit(1246802510.923:346): avc: denied { rmdir } for pid=31918 comm="ndiswrapper" name="wn511b" dev=hda1 ino=149823 scontext=user_u:system_r:hotplug_t:s0 tcontext=user_u:object_r:etc_t:s0 tclass=dir

Any idea what I'm neglecting to do?