LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 10-24-2002, 10:10 PM   #1
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Rep: Reputation: 30
Question A Whole Long List of Questions! (Just installed Slack 8.1)


Hello again everyone. I just finished installing Slackware 8.1 and I have a long list of questions, sorry to throw them all at you at once. If you could at least answer one or two, I'd appreciate it!

The first few questions have to do with LILO.

1. I went through the LILO expert install in setup, and selected a graphical mode, but now when I boot up I get a "LILO 2.22" at the bottom of the screen that stays there no matter what I hit, then starts loading Linux 5 seconds later (what I chose). How do I go to configure this and how can I get it back to normal?

2. Trend Chipawayvirus is detecting a boot virus since I installed LILO on my MBR. A warning comes up every time I reboot. How can I get rid of this message/fix this?

Ok, now for the rest of them:

3. I went with the default bare.i kernal when installing. I have downloaded the 5 MB or so newest stable kernel at www.kernel.org. What is the process I need to go through to install it, and how important is it that I install it?

4. I set my default desktop environment as XFCE (since KDE and Gnome were running too slowly). How do I configure my modem to get online under this environment? Also how can I change the background color of the prompt, the bright white is hard on the eyes.

BTW if anyone was wondering, the reason why it was slow before is that for some reason my CPU speed was set back down to 166 Mhz from the 450 it is (I thought it was 550, its really 450). However, the temperature rises too much when I set it above 200 Mhz. In BIOS it says that the fan is disconnected, but when I opened up the case it was running, so I'm not sure whats happening. At this point I'm running at 200 Mhz.

5. Under RedHat there were .bashrc files in the /root and ~ directories that I could export my PS1 variable to set the prompt. I don't see these under the Slackware install. Can I create a .bashrc file in those places and make it simply:

"#! /bin/bash

export PS1='blahblahblah'"

and it will work? Or do I need to do something else?

I'm sure I'll think of more questions later, but I'll leave it at that.

Oh yeah, one last question. Are there any tips anyone can give me for things to do after the installation. Anything helpful to do or things I'm forgetting?

Wait, one more Every once in a while, when restarting or at various times, the CD tray will eject without anything in it. This can happen when rebooting or going into Linux or at the login prompt or anywhere. Any reason why it could be doing this?

Ok, I promise I'm stopping now

Thanks again,
JMagi

Last edited by jrdioko; 10-24-2002 at 10:12 PM.
 
Old 10-24-2002, 10:49 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
1. Press the shift key (on the left side of the keyboard) when you see lilo version, this will give you the "graphic" version.

2. It's probably in your BIOS, look for Virus detection, and turn it off.

3. 5MB is not a whole kernel, get the full version which will be more like 30MB or so. And get the latest 2.4.19 kernel. Here is a direct link:
http://www.kernel.org/pub/linux/kern...-2.4.19.tar.gz

You probably just got a patch...

Ok, hope those help at least

Cool
 
Old 10-24-2002, 10:50 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Oh and one more thing...

We do have a Slackware specific forum here, it's in the distro forum, actually a sub forum of it.

You might be better off posting questions about Slackware there from now on. Just a thought

Cool
 
Old 10-24-2002, 11:07 PM   #4
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Original Poster
Rep: Reputation: 30
I appreciate it. I completely forgot about the Slackware forum. I guess I considered myself far too much of a newbie to even think of posting there . I'll post there in a bit, once I gather my thoughts. For now, I just want to be able to go online from Linux. I'm running XFCE as a desktop environment. How can I configure my modem and ISP and dial up.

Thanks again,
JMagi
 
Old 12-26-2002, 09:40 PM   #5
oot
Member
 
Registered: Dec 2002
Distribution: Slackware 12.0
Posts: 240

Rep: Reputation: 30
Some answers

1. Copy the /etc/lilo.conf file to /etc/lilo.conf.bak. Run liloconfig again, choosing simple. Take the top part of the /etc/lilo.conf it generates, which will contain the proper settings for a pretty graphical menu at bootup, and the bottom of /etc/lilo.conf.bak, which will contain the specific information for your system that you set up in advanced and combine them into one /etc/lilo.conf. Then run /sbin/lilo to load lilo with your custom configuration.

3. Don't upgrade the kernel unless you have a specific reason you know you need to upgrade the kernel. Usually the kernel that comes with your distribution will be fine.

4. You can use programs from KDE and Gnome under XFCE. I recommend using kppp. Just be sure to disable any options it has for docking into panels and such because those obviously won't work with XFCE.

Instead of using .bashrc, use .profile.
 
Old 12-27-2002, 01:38 AM   #6
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
5. .bashrc and .profile can be created in your home directory if they don't exist. When you logon, /etc/bashrc will be read first, then the rules/statements in your ~/.bashrc will be added.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie just installed slack - quick questions ksl Slackware - Installation 3 07-04-2005 09:01 AM
swaret --list too long linda Slackware 2 06-24-2004 07:37 PM
Argument list too long trutnev Linux - General 3 04-22-2004 04:32 PM
I installed Slack... now i have massive questions. silverbullet Linux - Newbie 3 02-05-2004 03:15 PM
/bin/rm: Argument list too long dragon49 Linux - Software 1 09-02-2003 12:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration