Search This Blog

Tuesday, January 14, 2014

Ubuntu 12.04 - make a DVD ISO from command line


Make a DVD ISO from command line. No additional tools required.

sudo dd if=/dev/sr0 of=image_name.iso


Sunday, January 12, 2014

Ubuntu 12.04 - TeamViewer 8 / TeamViewer 9 - no sound/no microphone. Sound problems

TeamViewer 8 run in Wine so if there is no sound - it's probably wine's configuration fault. In my case I had a standard Intel's integrated sound card in Lenovo Workstation.

To resolve the issue, install wine 1.4 and then configure teamviewer's wine settings:

sudo apt-get install wine1.4

and then:

WINEPREFIX=$HOME/.config/teamviewer8 winecfg


For more details go to:

Configuration:



THE PROCEDURE DOES NOT WORK FOR TEAMVIEWER 9,
On Ubuntu 12.04 I tried:

  • removing puleaudio package
  • installing wine1.6 instead wine1.4 (teamviewer9 runs on wine1.6)

sudo apt-get purge pulseaudio

WINEPREFIX=$HOME/.config/teamviewer9 winecfg

$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wine1.6
$ sudo apt-get install winetricks