If you are trying to get a device working with ndiswrapper, please help ndiswrapper project wiki by contributing your findings. See HowToContribute
Motorola WN825Gv3
From NDISWrapper
Motorola WN825G (V3)
- Chipset: Broadcom Corporation: Unknown Device 4320 (rev 3)
- pciid: 14E4:4320
- FCC ID: ACQWN825GV3
- Driver: ./Motorola Utility Installer/Win/bcmwl5.{inf,sys}
Info
This card works with ndiswrapper 1.1 and 1.5 using supplied drivers on CDROM, though I'm sure drivers can be downloaded from Motorola(r) at http://www.motorola.com/broadband/networking .
Note: [Fedora Core4]. I was having problems getting a DHCP lease with WEP enabled. I added a delay after iwconfig in my script:
#!/bin/sh; modprobe ndiswrapper; iwconfig wlan0 essid ESSID key 4D34EFD52A; sleep 10; dhclient wlan0