Command to mount a Windows share to a folder in Linux:

mount -t cifs //[ServerName]/[SharedFolder] /[MountFolder] -o username=[ServerName]/[Username],password=[Password]

For the mount folder I created a folder under /home/[MyUsername] using MKDir /home/[MyUsername]/Videos

Remove the brackets from Servername etc.  Also make sure there’s no spaces between the = and the username or password.

Troubleshooting Audio problems:

Open Suse has a great audio troubleshooting page found here.