I think this USB dongle uses Atheros card
Try to set it up with ndiswrapper -- you may need to install 2 different .inf files from your Netgear CD -- make sure .sys files (at least one is needed) are in the same directory in Linux (copy the files from the CD or your Windows install to Linux install)
I think 1 of the .inf files is netwg11.inf -- the other starts with ath
So
in konsole
su
(root password)
ndiswrapper -i netwg11.inf
ndiswrapper -i athxxxx.inf
ndiswrapper -l
(result should show driver present for one of the new drivers and driver present, hardware present for the other)
mutilities
(set up your network in mutilities -- set up Wi-Fi and wlan0 -- mark "start at boot"
and click "Apply" and "OK" at each tab)
set up first without encryption -- add encryption later
You may need to blacklist some drivers:
edit /etc/modprobe.d/blacklist with kwrite as root
[...add to the bottom of the file....]
blacklist islsm_pci
blacklist islsm
blacklist islsm_usb
blacklist prism2_usb
Use the wiki
http://www.mepis.org/docs -- you can search it
Post to
http://www.mepislovers.com -- great forum
You may need to reboot before ndiswrapper works properly
Mike