Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

How to install SL

Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-25-2009 05:19
Please Please Help Me.

Ive Tried To Install Sl Onto My Acer Linux Laptop. Each Time I Do I Get That There Is A Error In The Command Line. THIS HAPPENS WHEN I EXTRACT IT.

What Do I Do??

All Replies Gratefully Appreciated. Ive Been Without Sl For Weeks And Weeks And This Is Driving Me Crazy!!!!

EDITED FOR ERRORS IN MY SPELLING
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
02-25-2009 06:29
Exactly how are you trying to extract, from a menu or with commands at a command prompt?

If it's typed commands at a command prompt, what exactly are you typing?

What is the exact text of the error message?
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-25-2009 09:05
From: SuezanneC Baskerville
Exactly how are you trying to extract, from a menu or with commands at a command prompt?

If it's typed commands at a command prompt, what exactly are you typing?

What is the exact text of the error message?



what happens is, i download sl. great. open the file, good so far, it opens with Xarchiver, then i extract the files, halfway thru extracting the files, i get the message 'there is a error in the command line, do you want to see the error'. i have no idea how to use linux, this is the first time i have had it. so i have absolutely no knowledge on how to use linux, and things such as entering commands etc.

thank you for taking the time xx
Briana Dawson
Attach to Mouth
Join date: 23 Sep 2003
Posts: 5,855
02-25-2009 09:11
Try re-downloading the file.
_____________________
WooT
------------------------------

http://www.secondcitizen.net/Forum/
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-25-2009 09:29
From: Briana Dawson
Try re-downloading the file.



I have tried many times. i remove it, then download again, and still the same thing. *sighs
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-25-2009 11:32
if someone has the codes etc for downloading and installing via a terminal window, that would be good, possibly

thanks
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
02-25-2009 12:54
I'm looking at an article that says Acer is using Linpus Linux Lite, is that correct?
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Boroondas Gupte
Registered User
Join date: 16 Sep 2005
Posts: 186
02-25-2009 13:48
From: Seraphina Juliesse
if someone has the codes etc for downloading and installing via a terminal window, that would be good, possibly

# I'm putting #-sings in front of comments,
# so this here can just be cut&past'ed into a terminal.
#
# I assume the terminal opens in your home directory (~)
# I also assume that the shell in the terminal is bash,
# but I'd be surprised if it isn't, so let's not worry about that just now.
# Let's create a new directory for SL ...
mkdir SL
# ... and change into it:
cd SL # note that linux is case sensitive
# The terminal is now in the new directory named "SL".
# Let's get the archive (might take some while to download) ...
wget http://download.cloud.secondlife.com/SecondLife-i686-1.21.6.99587.tar.bz2
# ... and unpack it:
tar -xjf SecondLife-i686-1.21.6.99587.tar.bz2
# That's it -- no installation is needed. Let's change back to the home directory
cd # no argument --> cd asumes you want to change to your home dir
# If there weren't any problems in the process above, you can now run SL by
./SL/SecondLife-i686-1.21.6.99587/secondlife
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-26-2009 03:05
From: SuezanneC Baskerville
I'm looking at an article that says Acer is using Linpus Linux Lite, is that correct?

yes that is correct.

i also get messages that say that nautilus is not running, but my file manager is Thunar???

i am not happy!!!!
Briana Dawson
Attach to Mouth
Join date: 23 Sep 2003
Posts: 5,855
02-26-2009 03:13
Ack!

Ubuntu for the winning Linux OS. http://www.ubuntu.com/
_____________________
WooT
------------------------------

http://www.secondcitizen.net/Forum/
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-26-2009 03:23
From: Boroondas Gupte
# I'm putting #-sings in front of comments,
# so this here can just be cut&past'ed into a terminal.
#
# I assume the terminal opens in your home directory (~)
# I also assume that the shell in the terminal is bash,
# but I'd be surprised if it isn't, so let's not worry about that just now.
# Let's create a new directory for SL ...
mkdir SL
# ... and change into it:
cd SL # note that linux is case sensitive
# The terminal is now in the new directory named "SL".
# Let's get the archive (might take some while to download) ...
wget http://download.cloud.secondlife.com/SecondLife-i686-1.21.6.99587.tar.bz2
# ... and unpack it:
tar -xjf SecondLife-i686-1.21.6.99587.tar.bz2
# That's it -- no installation is needed. Let's change back to the home directory
cd # no argument --> cd asumes you want to change to your home dir
# If there weren't any problems in the process above, you can now run SL by
./SL/SecondLife-i686-1.21.6.99587/secondlife



THANK YOU FOR TAKING THE TIME TO DO THAT FOR ME.
how ever when i do all that you said, i get that the file isnt recognised, no such file or directory.

it is bash and ~ is home. i am just so confused *sighs
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-26-2009 03:30
From: Briana Dawson
Ack!

Ubuntu for the winning Linux OS. http://www.ubuntu.com/


thank you for that, but it says about creating a cd.... i have no disk drive!!!
Katheryne Helendale
(loading...)
Join date: 5 Jun 2008
Posts: 2,187
02-26-2009 04:40
From: Seraphina Juliesse
thank you for that, but it says about creating a cd.... i have no disk drive!!!
No CD ROM drive whatsoever? Hmmm.... Anyone know how to create a bootable image on a thumbdrive?

Methinks you've got a severely bastardized Linux distro on your system, particularly if it complains about Nautilus not running, and doesn't know how to handle tar.bz2 files...

Will have to research that distro later.
_____________________
From: Debra Himmel
Of course, its all just another conspiracy, and I'm a conspiracy nut.

Need a high-quality custom or pre-fab home? Please check out my XStreetSL Marketplace at http://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=231434/ or IM me in-world.
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-26-2009 07:00
From: Katheryne Helendale
No CD ROM drive whatsoever? Hmmm.... Anyone know how to create a bootable image on a thumbdrive?

Methinks you've got a severely bastardized Linux distro on your system, particularly if it complains about Nautilus not running, and doesn't know how to handle tar.bz2 files...

Will have to research that distro later.



thanks. i only got this as it was cheap lol that will teach me. shoulda stuck to windows lol

may have to see about upgrading and installing suse possibly???
Briana Dawson
Attach to Mouth
Join date: 23 Sep 2003
Posts: 5,855
02-26-2009 08:40
From: Seraphina Juliesse
thanks. i only got this as it was cheap lol that will teach me. shoulda stuck to windows lol

may have to see about upgrading and installing suse possibly???


Go with Ubuntu, it is divine.

Except with my ATI + SL.. But i still love it.
_____________________
WooT
------------------------------

http://www.secondcitizen.net/Forum/
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-26-2009 08:44
From: Briana Dawson
Go with Ubuntu, it is divine.

Except with my ATI + SL.. But i still love it.



do you know where i could get ubuntu without needing a disk. no drives for it. a pure simple download would be nice, i cant find one...... knowing my luck, i wont be ableto get it on the laptop. me and linux = not good *smiles
Boroondas Gupte
Registered User
Join date: 16 Sep 2005
Posts: 186
02-26-2009 09:54
From: Seraphina Juliesse
do you know where i could get ubuntu without needing a disk.

Should be possible, but looks rather difficult: https://help.ubuntu.com/community/Installation/Netboot

I myself am a gentoo user. A CD-less gentoo installation from an existing Linux installation isn't much more difficult than the "standard" boot-from-CD gentoo installation: http://www.gentoo.org/doc/en/altinstall.xml#doc_chap5 (I've done it myself for a rented server (with preinstalled SuSE) to which I don't have physical access) But even the "standard" gentoo installation isn't something I'd recommend to someone new to Linux. And for the CD-less one, your existing distribution would have to be able to unpack tarballs.

So the easiest will probably be to just get an external CD-ROM drive (I guess your laptop does have USB, doesn't it?) External drives might be slightly more expensive then internal ones (for desktop PCs), but you'd be able to use such a drive for different computers by just plugging it in to the machine where it's needed at the moment.

If you decide to buy some hardware, you might also consider whether you'd also like to burn CDs (then get an external CD burner), read (playback) DVDs (then get an external DVD drive), burn CDs and read DVDs (get a so-called combo drive) or all of the above + burn DVDs (get an external DVD burner).
Armin Weatherwax
Registered User
Join date: 4 Jan 2008
Posts: 71
02-26-2009 11:11
From: Seraphina Juliesse
do you know where i could get ubuntu without needing a disk. no drives for it. a pure simple download would be nice, i cant find one...... knowing my luck, i wont be ableto get it on the laptop.


http://unetbootin.sourceforge.net/ looks like it does a net boot + install in a user friendly way.
I never tried it so I can't say how good it works. Make sure to backup any data you want to keep before you use it.


better take the way Boroondas describes.

:)
_____________________
If you mean what you say then you have good reasons to add to your google searches: -"did you mean"
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
02-27-2009 04:25
thankyou all so much, have finally managed to install SL, so thank you all so much for your help *smiles big and happy xxxx
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
02-27-2009 04:53
Did you install SL using the original version of Linux that came with your system?

Does SL work, or is it just installed?

How well does SL work? What FPS do you get?'

What was going wrong, what did you do to get to install?

What kind of video processor does it have?
_____________________
-

So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.

I can be found on the web by searching for "SuezanneC Baskerville", or go to

http://www.google.com/profiles/suezanne

-

http://lindenlab.tribe.net/ created on 11/19/03.

Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard,
Robin, and Ryan

-
Katheryne Helendale
(loading...)
Join date: 5 Jun 2008
Posts: 2,187
02-27-2009 23:37
From: Seraphina Juliesse
thankyou all so much, have finally managed to install SL, so thank you all so much for your help *smiles big and happy xxxx
What did you do to get it to work?
_____________________
From: Debra Himmel
Of course, its all just another conspiracy, and I'm a conspiracy nut.

Need a high-quality custom or pre-fab home? Please check out my XStreetSL Marketplace at http://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=231434/ or IM me in-world.
Katheryne Helendale
(loading...)
Join date: 5 Jun 2008
Posts: 2,187
02-28-2009 00:40
I just looked up the stats on Linpus Lite, cross-referenced it with Acer, and immediate red flags just went up for me!

Is your Acer an Aspire One?

If so, then that's a netbook, not a full-fledged laptop. In other words, it simply not have enough power to run SL well, if at all. I can't elaborate more on this because I'm having a hard time finding out what it uses for graphics and the capability of whatever it's using. It harms nothing to try, but I just don't think you're going to get usable performance out of it.
_____________________
From: Debra Himmel
Of course, its all just another conspiracy, and I'm a conspiracy nut.

Need a high-quality custom or pre-fab home? Please check out my XStreetSL Marketplace at http://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=231434/ or IM me in-world.
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
03-01-2009 03:07
From: SuezanneC Baskerville
Did you install SL using the original version of Linux that came with your system?

Does SL work, or is it just installed?

How well does SL work? What FPS do you get?'

What was going wrong, what did you do to get to install?

What kind of video processor does it have?


to be honest i dont know what i did. ive been fiddling so much with the netbook, that i thought id give it one more go,and the instructions that are posted on the first page of this thread worked. so i installed and it runs. everytime. it doesnt run very well, its really slow and laggy. and typing takes a while, but its there. FPS?? no idea!!. i am a complete linux newbie.
what was going wrong was,via SL's download page, it wouldnt install properly. the Xarchiver wasnt allowing me to extract. but someone kindly posed the commands so i could finally get in. not sure what i had done, but it all worked
Seraphina Juliesse
Registered User
Join date: 28 Jun 2008
Posts: 22
03-01-2009 03:09
From: Katheryne Helendale
I just looked up the stats on Linpus Lite, cross-referenced it with Acer, and immediate red flags just went up for me!

Is your Acer an Aspire One?

If so, then that's a netbook, not a full-fledged laptop. In other words, it simply not have enough power to run SL well, if at all. I can't elaborate more on this because I'm having a hard time finding out what it uses for graphics and the capability of whatever it's using. It harms nothing to try, but I just don't think you're going to get usable performance out of it.

you are quite right, SL is slow via this netbook. but it works, slowly. and it will do till i sort out my pc. i blew it up over christmas. not a good thing to do. so now i need a new one!!!

any tips for making it a nicer, slightly better SL is gratefully received!!