Size: 2187
Comment:
|
Size: 2437
Comment: Removed CategoryDocumentation reference
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[TableOfContents]]|| | ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''<<TableOfContents>>|| |
Line 7: | Line 7: |
Thanks to JConnell and his tread for mostly all info on this subject: http://www.ubuntuforums.org/showthread.php?t=16361&highlight=TeamSpeak | Since Feisty, Teamspeak client and server packages are available in the Ubuntu repositories. If you are unable to install Teamspeak from the repositories, you can still install manually; for that, see JConnell's forum thread at http://www.ubuntuforums.org/showthread.php?t=16361&highlight=TeamSpeak |
Line 9: | Line 9: |
= Download TeamSpeak = | |
Line 11: | Line 10: |
To download the TeamSpeak client, open a terminal and execute one of these two commands: {{{ 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 }}} |
= Download and install TeamSpeak = |
Line 19: | Line 12: |
Or find it yourself on the [http://www.goteamspeak.com/downloads.php TeamSpeak website] | To install the TeamSpeak client, run Synaptic or your favorite package manager, and install the 'teamspeak-client' package. Once installed, you will find Teamspeak under Applications -> Internet -> Teamspeak. |
Line 21: | Line 14: |
= 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 = == Make a executable link == You can create a link, which makes TeamSpeak run with one commands like this: {{{ sudo ln -s /opt/TeamSpeak2RC2/TeamSpeak /usr/bin/ }}} == TeamSpeak link in Firefox == |
= TeamSpeak links in Firefox = |
Line 57: | Line 28: |
1.#4 Now you can open teamspeak:// links, which will automaticly launch TeamSpeak and connect to the specified server when you click them! | 1.#4 Now you can open teamspeak:// links, which will automatically launch TeamSpeak and connect to the specified server when you click them! |
Line 59: | Line 30: |
== Stop TeamSeak from hogging sound == | = Troubleshooting = |
Line 61: | Line 32: |
You need to run TeamSpeak with the aoss command, in order to stop it from hogging sound from other applications. | 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. The Linux version of TeamSpeak is based on OSS, which doesn't support software mixing. Therefore you need to use [[alsa-oss]], which channels OSS applications through ALSA, making them them work more or less like regular ALSA programs. |
Line 63: | Line 34: |
See this page for more info: alsa-oss | To run Teamspeak through ALSA always, you should edit your Launcher links to add 'aoss' to the front of the command. E.g. the command becomes "aoss teamspeak". If you run Teamspeak from the Applications menu, go to System, Preferences, then Main Menu, and find Teamspeak under Internet. Then click Teamspeak, click Properties, and modify the command accordingly. |
Line 65: | Line 36: |
= Run = Now you can execute TeamSpeak, just by writing {{{TeamSpeak}}} |
'''If you run TS2 with the `aoss` option, and you still aren't able to get sound in more than one application, look at your kernel -- it is possible that the driver that is loaded via autodetection is not the best driver for your actual chipset.''' |
Line 70: | Line 39: |
CategoryDocumentation |
Contents |
Introduction
This is a howto on installing, configuring and running TeamSpeak under Ubuntu-x86.
Since Feisty, Teamspeak client and server packages are available in the Ubuntu repositories. If you are unable to install Teamspeak from the repositories, you can still install manually; for that, see JConnell's forum thread at http://www.ubuntuforums.org/showthread.php?t=16361&highlight=TeamSpeak
Download and install TeamSpeak
To install the TeamSpeak client, run Synaptic or your favorite package manager, and install the 'teamspeak-client' package. Once installed, you will find Teamspeak under Applications -> Internet -> Teamspeak.
TeamSpeak links in Firefox
If you want to open teamspeak:// links with firefox then do this:
Launch firefox and type about:config in the address bar
Right-click and select New->String
Name: network.protocol-handler.app.teamspeak Value: TeamSpeak
Right-click and select New->Boolean
Name: network.protocol-handler.external.teamspeak Value: true
Now you can open teamspeak:// links, which will automatically 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. The Linux version of TeamSpeak is based on OSS, which doesn't support software mixing. Therefore you need to use alsa-oss, which channels OSS applications through ALSA, making them them work more or less like regular ALSA programs.
To run Teamspeak through ALSA always, you should edit your Launcher links to add 'aoss' to the front of the command. E.g. the command becomes "aoss teamspeak". If you run Teamspeak from the Applications menu, go to System, Preferences, then Main Menu, and find Teamspeak under Internet. Then click Teamspeak, click Properties, and modify the command accordingly.
If you run TS2 with the aoss option, and you still aren't able to get sound in more than one application, look at your kernel -- it is possible that the driver that is loaded via autodetection is not the best driver for your actual chipset.