well i only uncommented 2 lines because i wasnt sure what the rest were used for, rebooted and i have wireless on startup. Thanks so much for all the help. So to recap for a newbie with this chipset you need to:
1) Download NDISWrapper from
Download NDISWrapper
2) Download specific driver for your chipset from here:
Driver List
3) Unpackage NDISWrapper
- CD to ndiswrapper folder
4) Make
5) Make Install
6) Unpackage driver into ndiswrapper folder
7) ndiswrapper -i drivername.inf (assuming its in the same folder)
8) ndiswrapper -l should display driver installed, device present if correct
9) ndiswrapper -m
10) modprobe ndiswrapper
11) iwconfig (see if wlan0 shows up)
12) iwlist scan (to see available networks)
13) iwconfig wlan0 ESSID networkname (to connect to an access point)
14) iwconfig wlan0 key s:"network key" (if needed)
15) dhcpcd wlan0
16) At this point an ifconfig should show an ip address for wlan0
To add to startup
1) pico /etc/rc.d/rc.inet1.conf
2) uncomment IFNAME[4]="wlan0"
3) uncomment USE_DHCP[4]="yes"
4) Control o then enter to save
5) Control x to exit pico
6) Reboot and test
am i missing anything critical here in case i have to ever do this again...