Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
09-20-2009, 02:38 AM
|
#1
|
LQ Newbie
Registered: Sep 2009
Posts: 5
Rep:
|
Help Using Linpus Linux
I just bought an acer e machine, when i boot it brings the coomand line [root@localhost /]#
i saw in another form someone had been advised to type runlevel or startx or telnit
have tried all these and it stil comes back to [root@localhost /]#
I am new to Linux and need your help please, thanks.
|
|
|
09-20-2009, 03:02 AM
|
#2
|
LQ Newbie
Registered: Sep 2009
Location: India
Distribution: Redhat/Oracle Ent/CentOS
Posts: 28
Rep:
|
what is current runlevel
Hi ,
Could you post output of
#uname -a ( this will show OS details)
#who -r ( this will show your current run level)
#ps -ef|grep X (this will check if X service is running)
#startx ( if X windows is installed it will kcik GUI)
#init 5 ( this will boot your distro to Graphics User Interface, provided you have X-Windows installed)
about runlevel- it decides how would your linux boot with what opstions
■Runlevel 0 is halt
■Runlevel 1 is single-user
■Runlevels 2-5 are multi-user (some distro uses RUN level 5 to start X [KDE/Gnome])
■Runlevel 6 is for rebooting system
P.S - while running any of the commands if you encounter any error message, pls post that too..
-Akash
|
|
|
09-20-2009, 06:29 AM
|
#3
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
You more than likely have a Linpus version without X (the graphical stuff in layman's terms).
Just install an OS of your choice
|
|
|
09-20-2009, 12:21 PM
|
#4
|
LQ Newbie
Registered: Sep 2009
Posts: 5
Original Poster
Rep:
|
Thanks Akash. I have posted as you instructed and the results are as follows:
#uname –a
Linux localhost.localdomain 2.6.25.41p #10 Thu Sep 18 15:49:37 CST 2008 i686 i686 GNU/Linux
#who -r
Run-level 5 Sep 21 00:40 last=3
#ps -ef|grep X
root 10 2 0 00:24 ? 00:00:00 [ata_aux]
root 3639 1316 0 01:03 tty1 00:00:00 grep x
#startx
sh: startx: command not found
#init 5
Just goes back to [root@localhost /]#
Is what Sturkenboom saying possible?
|
|
|
09-20-2009, 01:33 PM
|
#5
|
Member
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825
Rep: 
|
Your installation is missing the graphical part, it is just not present at all. Normally, acer one come with it by default, so the factory installation just failed. Try the recovery partition to reinstall Linpus or just grab EEEBuntu Linux netbook remix, it support acer one too. The interface and software choice is similar, but with newer versions of all applications.
|
|
|
09-20-2009, 02:05 PM
|
#6
|
LQ Newbie
Registered: Sep 2009
Posts: 5
Original Poster
Rep:
|
Thanks Elv13
I have a CD that came with it. Can it help and how do i run it from the [root@localhost /]# command line?
|
|
|
09-20-2009, 11:04 PM
|
#7
|
LQ Newbie
Registered: Sep 2009
Location: India
Distribution: Redhat/Oracle Ent/CentOS
Posts: 28
Rep:
|
Quote:
Originally Posted by Wakube
Thanks Akash. I have posted as you instructed and the results are as follows:
#uname –a
Linux localhost.localdomain 2.6.25.41p #10 Thu Sep 18 15:49:37 CST 2008 i686 i686 GNU/Linux
#who -r
Run-level 5 Sep 21 00:40 last=3
#ps -ef|grep X
root 10 2 0 00:24 ? 00:00:00 [ata_aux]
root 3639 1316 0 01:03 tty1 00:00:00 grep x
#startx
sh: startx: command not found
#init 5
Just goes back to [root@localhost /]#
Is what Sturkenboom saying possible?
|
Buddy it looks like the linpus 9.2 distor you have preinstalled on your machine does not come up with preinstalled graphics desktop, i scaracthed internet a bit & found that you can install a GUI based linpus if you like from http://ftp.twaren.net/Linux/Linpus/ , the latest in linpus9.6
instructions to install
1. download the "LinpusLinux9.6.iso" from http://ftp.twaren.net/Linux/Linpus/
2. Burn to DVD , reboot your machine & let it boot from DVD
Information source - http://help.lockergnome.com/linux/Li...ict491988.html
w.r.t to your question( I have a CD that came with it. Can it help and how do i run it from the [root@localhost /]# command line?)
[root@localhost /]# mount /dev/hdc /mnt/cdrom
[root@localhost /]# cd /mnt/cdrom
[root@localhost /mnt/cdrom]# ls -l
P.S - We can also install gnome or KDE if you want to experiment with your existing Linpus OS..let me know if you need help with that(this would surely help us learn more & offcourse will be more time consuming  )
|
|
|
09-20-2009, 11:43 PM
|
#8
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
Your CD might help you further by booting from it and installing; I suggest that you do an install/recovery from it to see if it will install the GUI part. I don't think it will help, but if you don't try you will not know; I'm interested in the outcome anyway for future reference to others so if you want to test it it's appreciated.
There are plenty of places with info about installing other OSes;
have a look at http://aspireone.wikia.com/wiki/Main_Page and http://www.aspireoneuser.com/forum/
Quote:
Originally Posted by Elv13
Your installation is missing the graphical part, it is just not present at all. Normally, acer one come with it by default, so the factory installation just failed. Try the recovery partition to reinstall Linpus or just grab EEEBuntu Linux netbook remix, it support acer one too. The interface and software choice is similar, but with newer versions of all applications.
|
This is not an Aspire One.
You can search the internet and will find that a couple of e-machines (or maybe all) simply come with a placeholder OS (see e.g. https://www.linuxquestions.org/quest...ork...-703136/ )
|
|
|
09-21-2009, 12:17 AM
|
#9
|
LQ Newbie
Registered: Sep 2009
Location: India
Distribution: Redhat/Oracle Ent/CentOS
Posts: 28
Rep:
|
Wakeube, may be i am late to ask but Wim does have a good point i want to know if the CD that you have, is it an installation CD or a linpus LIVE-CD (more likely)?
In case if it is an installation CD we can try Wim's suggestion
-Akash
|
|
|
09-21-2009, 03:25 AM
|
#10
|
LQ Newbie
Registered: Sep 2009
Posts: 5
Original Poster
Rep:
|
Thanks Akash and Wim. Tried the CD that came with the machine but does not work. So have just gone to http://ftp.twaren.net/Linux/Linpus/ and started to download the GUI version of Linpus.
Problem is it is 3GB and with my EDGE internet connection the estimated download time is 528hrs. I guess i need patience.
But am just curious why Linpus would bundle an OS without the GUI in a machine to be used by lay people like myself?
I even tried asking for help from the e machines call centre but got the US one and they cannot support me.
thanks for this Forum and your advice. Will update you once i succeed.
regards
Wakube
|
|
|
09-21-2009, 03:44 AM
|
#11
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
Don't ask why Linpus would do that. It's Acer who did that. It's just a placeholder; I think that in certain countries it's not allowed to sell PCs without an OS.
Stop that download if you don't have a high speed connection. This is over 20 days and if the connection goes down you might have to start over again.
Some options: - Buy a Linux computer magazine with CD/DVD that has a distro on it.
- Get an Ubuntu CD via shipit ( https://shipit.ubuntu.com/; it's free )
- Download a CD version of a distro; only roughly 800MB so about a quarter of the time.
- Do a net install of a distro that has that option.
|
|
|
09-22-2009, 01:27 AM
|
#12
|
LQ Newbie
Registered: Sep 2009
Location: India
Distribution: Redhat/Oracle Ent/CentOS
Posts: 28
Rep:
|
were you able to get ubuntu
Quote:
Originally Posted by Wakube
Thanks Akash and Wim. Tried the CD that came with the machine but does not work. So have just gone to http://ftp.twaren.net/Linux/Linpus/ and started to download the GUI version of Linpus.
Problem is it is 3GB and with my EDGE internet connection the estimated download time is 528hrs. I guess i need patience.
But am just curious why Linpus would bundle an OS without the GUI in a machine to be used by lay people like myself?
I even tried asking for help from the e machines call centre but got the US one and they cannot support me.
thanks for this Forum and your advice. Will update you once i succeed.
regards
Wakube
|
Hey Wakeube,
Were you able to get ubuntu up & running ..
-Akash
|
|
|
09-22-2009, 10:27 AM
|
#13
|
Member
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825
Rep: 
|
Quote:
Originally Posted by Wakube
Thanks Elv13
I have a CD that came with it. Can it help and how do i run it from the [root@localhost /]# command line?
|
You boot on it
|
|
|
09-22-2009, 02:34 PM
|
#14
|
LQ Newbie
Registered: Sep 2009
Posts: 5
Original Poster
Rep:
|
Quote:
Originally Posted by ak@shdubey
Hey Wakeube,
Were you able to get ubuntu up & running ..
-Akash
|
My more Linux Literate Brother promised to get me one by weeks end. I will definately update you on what happens. Thanks.
|
|
|
08-01-2010, 10:51 PM
|
#15
|
LQ Newbie
Registered: Sep 2009
Location: India
Distribution: Redhat/Oracle Ent/CentOS
Posts: 28
Rep:
|
Is your issue resolved now ?
Quote:
Originally Posted by Wakube
My more Linux Literate Brother promised to get me one by weeks end. I will definately update you on what happens. Thanks.
|
Hi Wakube,
Maybe i am late again, wondering if your issue is resolved or if you need further help ?
-Akash
|
|
|
All times are GMT -5. The time now is 01:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|