Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
First let me introduce myself. I am a complete and utter noob to Linux and have installed mandrake 9.1 on my laptop because I thought it would be a good way to learn. I have a problem logging on. I enter my user/pas and receive this after modules load: roban@localhost roban1$. After I see this nothing happens and I don't know where to go from here. Any help would be appreciated. TIA
Check out their tutorial (linux 101). Excellent info for newbies.
Also, look at some links in my sig, and most of all:
Welcome to LQ
That is a bash prompt. From there you execute commands, but I am gonna assume you want to get into a graphical environment now, so the command to do that is:
startx
Hopefully, you've got the necessary packages installed and setup (usually this is done during the installation, so normally it isn't a problem, however post back if nothing happens when you type that...).
I guess I don't have the necessary packages. I have a 3 CD set and never was asked for other than CD1. When I type startx I get execue failed for /etc/X11/X (errno 13) xinit:no such file unable to conect to xserver..blah blah
Login as root (assuming you didn't already) by logging out:
exit
And then typing for the username:
root
And enter the root password you typed during the install.
Then, type:
XFdrake
Case sEnSITive of course
Run through that, it will be asking some funny questions, most of the time the default card is actually the one you have. In the rare instance it's not, scroll up and down the list and find yours. Select it, hit OK, and move on down the line. Get your resolution, if you don't know specs on your monitor, usually the default is OK (again) but can often be the bain of headaches for setting up the X server (what we are doing). So I usually tend to stand shy of what I think the maxes my monitor can handle are, and then after I get things running, go back and test better resolutions/color depths.
You can run the test, but often the test doesn't work. After you are done, highlight "quit" tap OK and try:
startx
Again. This is going to be tedious doing this over and over until things work out, but once it gets all sussed and you finally get X setup, you'll be in a graphical environment and will have an excellent sense of accomplishment
Just thinkin about this one a bit, do you have any info on your hardware?
Can you post up what you get from:
lspcidrake
Just type that into the terminal and it will print out some stuff, if you can post that up (btw, how are you browsing the board?) that'd be great.
Something to become familiar with sooner rather than later, the TAB autocomplete function. It will help you find commands and more importantly, make sure you are typing the correct letters for them. After you type the first few letters of something, try press TAB to see if it autocompletes the word for you, so for lspcidrake you could type:
lspciTAB
where TAB is you pressing the TAB key. Give it a whirl, it's very nice especially when you have to 'live in the dark' for a while (Live in the dark = Be at the command line only).
OK did a re-install and I am in using KDE 3.1 I am browsing the Board on my XP Pro machine. I haven't been able to configure my DLink card on my laptop for internet yet. I will try to get drivers for Linux
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.