LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Two questions... (https://www.linuxquestions.org/questions/slackware-14/two-questions-212981/)

whishkah 08-03-2004 12:53 PM

Two questions...
 
Okay, I have been using Linux for a couple of months now, but only recently started to use Slackware. I have a cdrw as my primary master and a cdrom as my secondary master. Slackware only recognizes the cdrw. Yet, it says it is a cdrom. -So how do I get Slackware to detect both drives, and also to get Slackware to use them as the type of drive they are?

Secondly, I use a dual processor computer, but I have been told that Slackware's kernal is not compiled for smp use. So can anyone tell me of an easy way to setup this up. I have read the kernal compiling threads but since I am still new to Linux I would not feel right just trying to follow an overview of the process, which seems to be for more advanced users.

Can anyone help me, please?
Thanks...

insyte 08-03-2004 01:14 PM

1. Add something like this to your /etc/fstab just make /dev/*** point to your devices

/dev/hdc /mnt/cdrw iso9660 noauto,user,ro,unhide 0 0
/dev/hdd /mnt/cdrom iso9660 noauto,user,ro,unhide 0 0

you don't need to mount cds when you want to burn cds

2. Recompile your kernel to support dual processors (i guess)

Cedrik 08-03-2004 01:37 PM

Be quiet for the kernel compilation, it is more easy than you think, specially if you configure it from a workable config file usually found in /boot.

Take it and put it in /usr/src/linux, name it .config, then run make menuconfig and change a few things, take care to not change things that you don't know.

Nichole_knc 08-03-2004 03:02 PM

Read the Kernel HOWTOs >>> BEFORE<<< you copy anything into the the /usr/src/linux directory. There is a certain order to building a kernel trouble free and copyin' the .config file is NOT the first step...

blk96gt 08-03-2004 03:08 PM

You will also want to add this to your /etc/lilo.conf file:
Code:

append="hd?=ide-scsi"
where ? is the letter of your cd-rw drive..

Cedrik 08-03-2004 04:23 PM

copyin' the .config file is NOT the first step
Of course, boot your computer before...

codec 08-03-2004 04:32 PM

Quote:

Originally posted by blk96gt
You will also want to add this to your /etc/lilo.conf file:
Code:

append="hd?=ide-scsi"
where ? is the letter of your cd-rw drive..

Yes, I use it, too. I bought a DVD writer yesterday and it work without configuration.

320mb 08-03-2004 05:27 PM

D'oh wrong forum........


All times are GMT -5. The time now is 10:26 AM.