LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-27-2003, 09:18 PM   #1
dannyflounders
LQ Newbie
 
Registered: Jul 2003
Posts: 20

Rep: Reputation: 0
Question What Now Guys!


Hi, i have slackware 8.1 and ive just installed it onto my system. During the process I installed KDE desktop interface. I dunno if I have to load the desktop or wether its susposed to load itself either way i'm looking at the prompt after ive logged in and i aint going no further.

Can u tell me how im susposed to load the desktop, and also why cant i access my cdrom from prompt. I know it works cos i installed the system with it and when i type /dev/hdc it spins up but then says bash: /dev/hdc: Permission denied.

Can someone help me out please. Im such a noobie at linux.
 
Old 07-27-2003, 09:26 PM   #2
CodeWarrior
Member
 
Registered: Mar 2003
Location: US
Distribution: Kubuntu 6.06
Posts: 173

Rep: Reputation: 30
At the prompt type startx.

That should get you into KDE, if your graphics card is setup properly.
 
Old 07-27-2003, 09:31 PM   #3
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
CodeWarrior got you started on startx :}

As for the cdrom ... as root, do
chmod go+rx /dev/hdc
and edit your fstab
/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0

The actual accessing it happens with
mount /mnt/cdrom


Cheers,
Tink
 
Old 07-27-2003, 09:49 PM   #4
dannyflounders
LQ Newbie
 
Registered: Jul 2003
Posts: 20

Original Poster
Rep: Reputation: 0
Thanks for help

Cheers guys that did the trick. lavly
 
Old 07-27-2003, 10:09 PM   #5
dannyflounders
LQ Newbie
 
Registered: Jul 2003
Posts: 20

Original Poster
Rep: Reputation: 0
not quite

It still wont allow me to access the cdrom, after typing,
/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
it says permission denied still.

?
 
Old 07-27-2003, 11:34 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: not quite

Quote:
Originally posted by dannyflounders
It still wont allow me to access the cdrom, after typing,
/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
it says permission denied still.

?
Use your editor of choice (emacs, pico, vi ...)
and edit
/etc/fstab

Modify the (hopefully existing?) cdrom entry
to match the line above (basically all you need
to change is the user-bit ... remove owner, add
user).

Cheers,
Tink
 
Old 07-28-2003, 12:47 PM   #7
dannyflounders
LQ Newbie
 
Registered: Jul 2003
Posts: 20

Original Poster
Rep: Reputation: 0
This dam editor

I only seem to have VI editor, or at least thats the only one i can seem to run. However how the hell do i use it.
Ive open the file which has lots of lines and i can see what i have to do but how?
 
Old 07-28-2003, 01:37 PM   #8
soup
Member
 
Registered: Jun 2003
Location: London, Ontario
Distribution: Ubuntu, Slackware, FreeBSD
Posts: 61

Rep: Reputation: 15
dannyflounders, I think you should check out www.slackware.com and read the book. It will cover most of the basic questions you have.

soup
 
Old 07-29-2003, 12:48 AM   #9
Ivan
Member
 
Registered: May 2003
Location: Romania
Distribution: Slackware 9.0
Posts: 32

Rep: Reputation: 15
Or you can use joe. Just type joe /etc/fstab, edit and Ctrl+k x to save and exit.
 
Old 07-29-2003, 08:31 AM   #10
tireseas
Member
 
Registered: Jun 2003
Location: London, UK
Distribution: Slackware 10 & 10.1
Posts: 149

Rep: Reputation: 15
DannyFlounders - I agree (FWIW): use joe - it's nice and easy, flexible and fast too. It comes with an 'on-board' help menu (just type ctrl+k+h - i.e. hold down the control key and type 'k' and then while the control key is still down type 'h'). The top half of your screen will become sectioned off and show you the different commands, all of which begin with you holding down the ctrl key. To clear the help section just type ctrl+k+h again.

Also, just double-check whether your cdrom really is hdc - it all depends on how you have your hardware setup. I have mine as the primary slave so my cdrom is at hdb and my hard-drive is (as is common) hda.
There are several tutorials on-line to read, or support Patrick's work and buy the Slackware book - although it is a bit dated now. You have chosen a great distro, but one of the things that is both a blessing and a curse for a n00b is that the distro will not do anything for you automagically like the other mainstream distros. This means on the plus side that you have a lean and mean stable system that is really responsive to your configuration without the standard issue bloat that many other distros seem to have. The downside (I suppose, if there is one) is that you have to do a lot of reading and that your learning curve will be pretty steep for the same reason. But if you have come to learn Linux there are few better ways by which to do so.
Just become comfortable with your configuration files and how to edit them (you might want to pick up a book on learning bash programming for example so you understand what the config files are actually about), and the directory structure. Once you have a grasp of that, the rest has a framework within which to be situated which makes it easier to understand.

When in doubt read, search using http://www.google.com/linux and ask lots of questions here, at justlinux, and at madpenguin. There are also a couple of other sites that deal with Slackware systems such linuxpackages, for e.g.

All the best and happy learning

- Andy
 
Old 07-29-2003, 08:59 AM   #11
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Re: This dam editor

Quote:
Originally posted by dannyflounders
I only seem to have VI editor, or at least thats the only one i can seem to run. However how the hell do i use it.
Ive open the file which has lots of lines and i can see what i have to do but how?
Personally I like Midnight Commander.

An Introduction to the Midnight Commander
Midnight Commander home page
 
  


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
Hi guys! einnor LinuxQuestions.org Member Intro 5 01-28-2005 12:32 AM
Oh my G-d, you guys will NEVER believe this: Squall General 21 03-18-2004 08:47 PM
GUYS!!! I need your help Jetta-GT- Linux - Newbie 1 01-09-2004 12:03 AM
I'm new. Can you guys help me out? AppleMac Linux - Newbie 5 09-27-2002 11:39 AM
Need you help guys! eraser Programming 1 10-13-2000 11:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:24 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