In a nutshell:
Since you have Intel graphics, then you have the driver you need already.
As for other components, Ubuntu will inform you if there are missing drivers for certain components, such as your wireless devices. If you are unsure, you can run jockey-gtk and it will run a check for you.
If you need to see the details of what you have installed, there are two options:
GUI (Graphical interface):
Install [hardinfo

My recommendation is that you pipe the output to a file though as it can be rather hefty. So, run:
touch sysinfo.txt
sudo lshw > sysinfo.txt
You can then view this file at your leisure:
gedit sysinfo.txt
or
nano sysinfo.txt
As izx mentioned in the comments, any device marked as UNCLAIMED has no driver.
For your touchpad, you just need to change the settings. Open System Settings>Mouse & Touchpad, and under the "Touchpad" tab, you can set up two-finger scrolling.
