LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-08-2003, 10:15 AM   #1
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Rep: Reputation: 30
How do I enable SCSI Emulation?


Hey, How do I enable SCSI emulation on an ordinary CD drive?? I have a burner that Mandrake automatically enables it on, but how do I do it with something that doesn't have it already?? I'd like to do this because Xcdroast, and Grip don't recognise my CD player as something to read from if it isn't SCSI emulated.
 
Old 09-08-2003, 10:23 AM   #2
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
Easy - edit /etc/lilo.conf to look something like this -

label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="quiet noapic devfs=mount hdc=ide-scsi hdd=ide-scsi acpi=off"
vga=788
read-only

This is for my default boot item.
The stuff in red tells the kernel to access my secondary master -hdc and sec slave -hdd as scsi devices. (hda=primary master hdb=pri slave). Just put the relevant line into your file, save it, and as root, type lilo in a console to activate the changes. After a reboot, type cdrecord -scanbus as root in a console and you should see both your drives.
 
Old 09-08-2003, 10:33 AM   #3
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Hey, thanks, but what about xcdroast??
 
Old 09-08-2003, 12:03 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 24,745

Rep: Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599
No problems. xcdroast it just a GUI frontend for cdrecord.
 
Old 09-08-2003, 12:23 PM   #5
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Oh OK!! THanks SOOOOO Much!!!


(PS: If you haven't guessed, I'm a linux Newbie)
 
Old 09-09-2003, 05:52 PM   #6
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Hey, I did what you said, but Xcdroast didn't detect my DVD/CD reader to copy cd's from
 
Old 09-09-2003, 05:55 PM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 24,745

Rep: Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599Reputation: 5599
Did cdrecord --scanbus show both devices?
 
Old 09-10-2003, 09:37 AM   #8
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
No, but one of them isn't a burner.
 
Old 09-10-2003, 11:48 AM   #9
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
Did you type lilo in a console, as root, to activate the changes?
(cdrecord - scanbus doesn't just show burners, it shows all devices addressed as scsi devices).
 
Old 09-10-2003, 12:19 PM   #10
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
No, was I supposed to??

(I'm new at this)
 
Old 09-10-2003, 12:28 PM   #11
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Yes
 
Old 09-10-2003, 12:29 PM   #12
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
OK, I'll try that.
 
Old 09-10-2003, 02:43 PM   #13
carlywarly
Member
 
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825

Rep: Reputation: 30
Yes, I refer you to my first answer -

Quote:
Originally posted by carlywarly
Easy - edit /etc/lilo.conf to look something like this -

label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="quiet noapic devfs=mount hdc=ide-scsi hdd=ide-scsi acpi=off"
vga=788
read-only

This is for my default boot item.
The stuff in red tells the kernel to access my secondary master -hdc and sec slave -hdd as scsi devices. (hda=primary master hdb=pri slave). Just put the relevant line into your file, save it, and as root, type lilo in a console to activate the changes . After a reboot, type cdrecord -scanbus as root in a console and you should see both your drives.
 
Old 09-10-2003, 03:16 PM   #14
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Oops, sorry.

BTW, does anyone know what the other things after the Append= mean??
 
Old 09-11-2003, 12:01 PM   #15
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
They're a few other kernel options. For example, "acpi=off' turns off acpi support.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Enable SCSI Emulation? Kenji Miyamoto Slackware 8 05-21-2005 10:54 PM
SCSI Emulation???? don_dimo Linux - Software 2 12-31-2004 03:28 AM
Enable SCSI emulation toadbark Linux - Hardware 1 04-18-2004 11:51 AM
scsi emulation doralsoral Linux - Hardware 2 01-14-2004 10:16 PM
How to Enable ide-scsi emulation in the kernel? shassouneh Linux - Software 29 05-31-2002 01:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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