OK well, my laptop is currently a Gateway mx3230 and as anyone that owns one knows, drivers are a pain no matter what, so I'll attempt to show you how I've dealt with the initial problems right out of the box for the mx3230 after installing ubuntu feisty. Do not attempt to mail me, I won't answer any questions about it. I am going to link these issues, and what I did (line for line) to resolve them, with refferences.
Source: Trev's Travels
sudo pico /etc/X11/xorg.confModes "1024x768" "800x600" "640x480"Modes "1280x768" "1024x768" "800x600" "640x480"HorizSync 36-64
VertRefresh 36-60Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 36-64
VertRefresh 36-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Source: Trev's Travels
ndiswrapper -i net8185.infndiswrapper -a 1799:700f net8185ndiswrapper -lnet8185: driver installed
device (1799:700F) presentSource: Ubuntu Forums
UPDATE after linux did an auto update of it's kernal, my wireless stopped working, after some research through the ubuntu forums and bug tracking I found a solution...
sudo pico /etc/modprobe.d/blacklistrtl818x






