Posts Tagged openSUSE
Skype no audio and crashing on OpenSUSE 12.3
Posted by MB in Uncategorized on November 8, 2013
Skype for OpenSUSE (download link) may have no audio and frequently crash. This issue is caused by missing packages for the audio subsystem.
Solution: install the packages alsa-plugins-pulse-32bit and pavucontrol
sudo zypper in alsa-plugins-pulse-32bit pavucontrol
Please feel free to leave any feedback in the comments section below.
Thanks!
OpenSUSE 12.3 hangs on boot in VMware Player or Workstation
Posted by MB in Uncategorized on October 22, 2013
OpenSUSE 12.3 can be installed in VMware, but on reboot it hangs on the green splash screen as shown in the image below.
Workarounds:
- Go to VM > Settings > Processors and set the number of processor cores to 2 or more.
- Go to VM > Settings > Display and uncheck ‘Accelerate 3D graphics’.
This allowed OpenSUSE to boot normally for me.
How to add Samba accounts on openSUSE
Posted by MB in Uncategorized on July 23, 2013
Previously using Ubuntu, I never ran into this issue, but using openSUSE I couldn’t get logged into a Samba share using any user accounts. Turns out, the users have to be added to Samba seperately. Ubuntu probably did this through the adduser (useradd?) script. In openSUSE, you have to add the user manually.
You can either use pdbedit, or smbpasswd. Both work.
I won’t give examples here, as using –help for either program will spit out very useful and non-confusing examples. But, that’s how.
Problems printing in landscape with LibreOffice 3.6 on openSUSE 12.3
Posted by MB in Uncategorized on July 21, 2013
I noticed this problem while trying to print something today. Even though the page was formatted to landscape, the printer would still print it in portrait mode.
My printer is a Brother HL-2170W using the Foomatic/hpijs-pcl5w (recommended) driver.
The fix:
In LibreOffice, go to File > Printer Settings > (select printer) > Properties > Device.
Change ‘Printer Language Type‘ from ‘PDF’ to ‘PostScript (Level from driver)’
The page now prints in the correct orientation.
Futher reading:
openSUSE Dolphin brower gives error “Unable to find any workgroups in your local network. This might be cause by an enabled firewall.”
Posted by MB in Uncategorized on July 20, 2013
To solve this:
Open up YaST > Network Services > Samba Server. Go to the “Identity” tab, and make sure the Workgroup is set correctly, and set Domain Controller to “Not a DC.”
Problems installing VMware Workstation on openSUSE 12.3
Posted by MB in Uncategorized on July 19, 2013
If you try to install VMware Workstation 9.0.2 on openSUSE 12.3 it will tell you in cannot find the kernel headers.
Here’s the fix(es)
First, make sure you are using VMware 9.0.2, as the kernel header locations have moved in recent Linux releases, and 9.0.2 has been updated to correctly locate them.
Next, make sure you have the required packages installed:
zypper install gcc make kernel-desktop-devel
Lastly,
sudo vmware-modconfig –install-all
done!