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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
12-27-2002, 06:01 PM
|
#1
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Rep:
|
sound right to everyone??
When i installed slackware 8.1 my burner didnt get set up....im sure it never does, anyways, what i did was in my /etc/fstab i added
/dev/cdrom2 /mnt/cdrom2 iso9660 noauto,owner,ro 0 0
pretty much just copied what was for my cdrom but added 2 on the end of cdrom.....then i made a symlink /dev/cdrom2 and pointed it to /dev/hdd (my burner location), then made folder /mnt/cdrom2.....mounted fine, can read files fine, havent tried to burn anything yet, gonna download xcdroast right now...but does that sound like the correct way to do it/?? a few places i read that i needed to add something to my lilo.conf file, but didnt understand why that would be needed so tried without, so just checking with everyone here -thanks
|
|
|
12-27-2002, 06:03 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
you need to add ide-scsi emulation in lilo. please search the site.
|
|
|
12-27-2002, 06:40 PM
|
#3
|
LQ Newbie
Registered: Dec 2002
Location: France
Distribution: Debian
Posts: 6
Rep:
|
Hi.
I've got the same pb as you before.
But I resolved it:
I Update Kernel configuration
1) Enable scsi emulation in IDE section
2) Enable sg (SCSI generic device applies to burner) emulation in SCSI section
3) Enable SCSI cdrom support for reading device, and deactivate IDE cdrom support for this device
II) Update /etc/lilo.conf
4) Update the line append of /etc/lilo.conf by adding hdx=scsi
where x is the location of the burner/reading device:
eg for your config append="hdd=scsi"
for me append="hdb=scsi hdc=scsi" (hdb is DVDROM, hdc is burner)
5) run lilo to update the MBR
III) Update symbolics links /dev/cdromn (if exists)
6) run ln -sf /dev/sr0 /dev/cdrom for the first SCSI device
run ln -sf /dev/sr1 /dev/cdrom1 for the second SCSI device ...
7) Restart linux
8) run cdrecord --scanbus CDRecord will show the SCSI devices.
9) That's it
Bye
Nicolas Hourdeau
|
|
|
12-27-2002, 09:20 PM
|
#4
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Original Poster
Rep:
|
ok will do, but just out of curiousity what does that part do??? the lilo part?? -thanks
|
|
|
12-27-2002, 10:14 PM
|
#5
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
The lilo part tells your kernel to use scsi emulation for the cdrw.
|
|
|
12-27-2002, 11:09 PM
|
#6
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Original Poster
Rep:
|
Ok, thanks, i was wondering why i was able to burn a CD without enabling scsi emulation....then was reading up on xcdroast manual and i guess its not needed anymore with the newest version.
|
|
|
All times are GMT -5. The time now is 07:05 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|