Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old February 21st, 2005   #1
JConnell
First Cup of Ubuntu
 
Join Date: Oct 2004
Location: Seattle, USA
Beans: 9
Send a message via ICQ to JConnell
Cool HOWTO: TeamSpeak (with teamspeak:// links!)

Download the linux client from the TeamSpeak website

Code:
user@ubuntu:~ $ tar -jxf ts2_client_rc2_2032.tar.bz2
user@ubuntu:~ $ cd ts2_client_rc2_2032
user@ubuntu:~ $ sudo chmod 755 setup.sh
user@ubuntu:~ $ sudo sh setup.sh
Install to: /opt/TeamSpeak2RC2 (Should be the default)

Code:
user@ubuntu:~ $ sudo ln -s /opt/TeamSpeak2RC2/TeamSpeak /usr/bin/
user@ubuntu:~ $ TeamSpeak
Congratulations, TeamSpeak is now installed!



If you want to open "teamspeak://" links with firefox:

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 automaticly launch TeamSpeak and connect to the specified server when you click them!

Last edited by JConnell; February 21st, 2005 at 01:18 AM..
JConnell is offline   Reply With Quote
Old April 23rd, 2005   #2
KingArthur10
Just Give Me the Beans!
 
Join Date: Apr 2005
Beans: 75
Dapper Drake Testing/
Send a message via ICQ to KingArthur10 Send a message via AIM to KingArthur10 Send a message via MSN to KingArthur10 Send a message via Yahoo to KingArthur10 Send a message via Skype™ to KingArthur10
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

Thanks for the help! Finally got TeamSpeak working. Thankee again!
KingArthur10 is offline   Reply With Quote
Old July 1st, 2005   #3
sOnIc
First Cup of Ubuntu
 
sOnIc's Avatar
 
Join Date: Jun 2005
Location: Portugal
Beans: 12
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

Hi!
I follow all steps but when i try to run TeamSpeak...

Code:
sonic@ubuntu:~$ TeamSpeak
Qt: Locales not supported on X server
What it means ?? (im absolutely new to linux)
Sorry about my bad english
Cheers sOnIc
__________________
[Current Ubuntu System & WinXP 64]
-] MSI K8N neo platinum / AMD 64 3200+ [-
-] 120 GB Primary HD / 20 GB Secondary HD [-
-] OCZ 1 GB DDR [-
-] NVIDIA GeForce 6600GT 128M [-
sOnIc is offline   Reply With Quote
Old December 12th, 2005   #4
scruffy
5 Cups of Ubuntu
 
scruffy's Avatar
 
Join Date: Dec 2005
Location: United Kingdom
Beans: 22
Ubuntu Breezy 5.10
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

Works perfectly for me

Thanks

All the best..scruffy
__________________
My Ubuntu Machine: AMD64 3500+, Gigabyte GA-K8NF-9 nForce4, Nvidia Geforce 6600, 2Gb PC3200 DDR400 128bit, 2x 120gb Maxtor SATA Raid, 2 x 80 Gb Maxtors
scruffy is offline   Reply With Quote
Old April 30th, 2006   #5
Cogito
First Cup of Ubuntu
 
Join Date: Apr 2006
Beans: 2
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

Getting an error on when I try and run the installer binary.
Any suggestions?

Code:
user@ubuntu:~/ts2_client_rc2_2032$ sudo sh setup.sh
setup.sh: line 19: setup.data/installer/installer: cannot execute binary file
Cogito is offline   Reply With Quote
Old May 5th, 2006   #6
BlastXng
First Cup of Ubuntu
 
BlastXng's Avatar
 
Join Date: May 2006
Beans: 6
Edubuntu Breezy 5.10
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

Quote:
Originally Posted by Cogito
Getting an error on when I try and run the installer binary.
Any suggestions?

Code:
user@ubuntu:~/ts2_client_rc2_2032$ sudo sh setup.sh
setup.sh: line 19: setup.data/installer/installer: cannot execute binary file
Try what was first shown above. I had problems with TeamSpeak after I used AutoMatix to install some software. I had to re-install TeamSpeak twice to get it to work. I followed the information at the begining of the post.
__________________
Umm.. Yeah what he said..
BlastXng is offline   Reply With Quote
Old May 6th, 2006   #7
Neonsolid
First Cup of Ubuntu
 
Join Date: May 2006
Beans: 1
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

*

Last edited by Neonsolid; August 3rd, 2008 at 02:38 AM.. Reason: rewrite history
Neonsolid is offline   Reply With Quote
Old December 2nd, 2006   #8
Sakhaara
First Cup of Ubuntu
 
Join Date: Mar 2006
Beans: 3
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

Thanks man
Sakhaara is offline   Reply With Quote
Old January 3rd, 2007   #9
stu_u2k
First Cup of Ubuntu
 
Join Date: Dec 2006
Beans: 2
Exclamation Re: HOWTO: TeamSpeak (with teamspeak:// links!)

I have tried installing it multiple ways & i just cant get the Autoinstall to work or the manual install either, i am abit of a ubuntu n00b so maybe its something silly.

I going to paste what i have tried, i have also had a mate SSH in & look at it, thou he's much more Gentoo orientated than ubuntu & he was lost too.

First of all i will show you the Auto Installation problem...

"USER@COMPUTER:~/Desktop/teamspeak$ sudo sh setup.sh
setup.sh: 14: Syntax error: Bad substitution"

After trying loads of different things the *automated* way i gave up & thought i would install it the manual way, so i have copied the contents of "/image/" to "/opt/teamspeak" then edited the teamspeak file so it look like...

"#!/bin/sh
#
# This starup script will set the correct library path
# and then startup the teamspeak binary.
#

export LD_LIBRARY_PATH=/opt/teamspeak:$LD_LIBRARY_PATH
/opt/teamspeak/TeamSpeak.bin $*"

Then when i try to run it i get...


"USER@COMPUTER:~$ cd /opt/teamspeak
USER@COMPUTER:/opt/teamspeak$ ./TeamSpeak
./TeamSpeak: 8: /opt/teamspeak/TeamSpeak.bin: not found
USER@COMPUTER:/opt/teamspeak$ sudo ./TeamSpeak
./TeamSpeak: 8: /opt/teamspeak/TeamSpeak.bin: not found"

At this point i would forgive you for thinking i was abit useless and was in the wrong folder or something of the like so to prove otherwise...

"USER@COMPUTER:/opt/teamspeak$ ls
clicense.txt libborqt-6.9-qt2.3.so manual TeamSpeak
client_sdk libHVDI.so.0.8.0 Readme.txt TeamSpeak~
icon.xpm libspeex.so.1.0.0 sounds TeamSpeak.bin"

I have all the correct permissions have tried all steps as "USER/ROOT/SUDO" all of which give me the same errors.
So i am completely lost, any advise would be appreciated.
stu_u2k is offline   Reply With Quote
Old January 5th, 2007   #10
ToeKing
First Cup of Ubuntu
 
Join Date: Dec 2006
Location: Myrtle Beach, SC
Beans: 9
Send a message via AIM to ToeKing
Re: HOWTO: TeamSpeak (with teamspeak:// links!)

remove the sh. just do "sudo setup.sh"
ToeKing is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:53 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry