Figure it out... here is as detailed as I can get:
1. Download the Lan Express Windows driver from the Sony website...
2. Once downloaded, install it on your windows partition (if you don't have a windows partition not sure how you will get it out of the .exe)...
3. Switch to linux, open a prompt...
4. If you don't have it, install ndiswrapper (
http://ndiswrapper.sourceforge.net/ or "urpmi ndiswrapper")
5. Move the driver from your windows partition to a folder on the linux partition... (what I did is: "cp /mnt/windows/Program\ Files/LanExpress/WirelessAS/Driver/* /root/drivers/wireless")
6. Once ndiswrapper is installed type "ndiswrapper -i /root/drivers/wireless/NetasAg.inf"
7. Type "ndiswrapper -l" to see if it says "netasag installed"
8. If it is installed, type "ndiswrapper -m"
9. Type "ifconfig wlan0 up" to start it (Make sure your card is on at this point)
10. Go to "Configure Your Computer" and select the "Network & Internet"
11. Click "New Connection" and select "Wireless Connection"
12. Choose "wlan0" and follow the screen configuring it to your needs from there on... it should work once you enter a valid SSID (I picked "Auto" for Operating Mode)
Hopefully this helps you..