Diff for "TeamSpeak"


Differences between revisions 6 and 7
Revision 6 as of 2006-12-09 15:31:55
Size: 2191
Editor: 212-55-41-55
Comment:
Revision 7 as of 2006-12-09 15:45:20
Size: 2432
Editor: 212-55-41-55
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:

= Run =

Now you can execute TeamSpeak, just by writing {{{TeamSpeak}}}
Line 59: Line 64:
== Stop TeamSeak from hogging sound == = Troubleshooting =
Line 61: Line 66:
You need to run TeamSpeak with the aoss command, in order to stop it from hogging sound from other applications.

See this page for more info: ["alsa-oss"]

= Run =

Now you can execute TeamSpeak, just by writing {{{TeamSpeak}}}
If you are unable to get sound in TeamSpeak or TeamSpeak is hogging the sound from other applications, then you will need to run TeamSpeak with the {{{aoss}}} command, because the Linux version of TeamSpeak is based on OSS, which doesn't support software mixing, and therefor one needs to use ["alsa-oss"], which channels OSS applications through ALSA, making them them work more or less like regular ALSA programs.

ContentsTableOfContents

Introduction

This is a howto on installing, configuring and running TeamSpeak under Ubuntu-x86.

Thanks to JConnell and his tread for mostly all info on this subject: http://www.ubuntuforums.org/showthread.php?t=16361&highlight=TeamSpeak

Download TeamSpeak

To download the TeamSpeak client, open a terminal and execute one of these two commands:

Run

Now you can execute TeamSpeak, just by writing TeamSpeak

wget ftp://213.202.254.114/teamspeak/releases/ts2_client_rc2_2032.tar.bz2

wget ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/ts2_client_rc2_2032.tar.bz2

Or find it yourself on the [http://www.goteamspeak.com/downloads.php TeamSpeak website]

Install TeamSpeak

Open a terminal and cd to the directory where you saved the install file

Then run these commands:

tar -jxf ts2_client_rc2_2032.tar.bz2
cd ts2_client_rc2_2032
sudo chmod 755 setup.sh
sudo ./setup.sh

Choose this install path: /opt/TeamSpeak2RC2 (Should be the default)

Configure TeamSpeak

You can create a link, which makes TeamSpeak run with one commands like this:

sudo ln -s /opt/TeamSpeak2RC2/TeamSpeak /usr/bin/

If you want to open teamspeak:// links with firefox then do this:

  1. Launch firefox and type about:config in the address bar

  2. Right-click and select New->String

Name: network.protocol-handler.app.teamspeak Value: TeamSpeak

  1. Right-click and select New->Boolean

Name: network.protocol-handler.external.teamspeak Value: true

  1. Now you can open teamspeak:// links, which will automaticly launch TeamSpeak and connect to the specified server when you click them!

Troubleshooting

If you are unable to get sound in TeamSpeak or TeamSpeak is hogging the sound from other applications, then you will need to run TeamSpeak with the aoss command, because the Linux version of TeamSpeak is based on OSS, which doesn't support software mixing, and therefor one needs to use ["alsa-oss"], which channels OSS applications through ALSA, making them them work more or less like regular ALSA programs.


CategoryDocumentation

TeamSpeak (last edited 2009-07-17 01:08:06 by 84)