From: SCC <fsanta@arrakis.es> Date: Tue, 28 Nov 2000 19:11:46 +0000 Message-Id: <00112819190900.00659@hortaleza> Subject: CD-RW can't access through /dev/scdx Hi everyone. After adding the append=ide-scsi line in LILO and loading the ide-scsi module in boot.local I can no longer access my CD-RW as /dev/cdrom nor as /dev/scdx where I have tried all reasonable values of x. I get ' ... not recognised as block device'. The HOWTO has a script which tells me that I am missing the module sr_mod. I have SuSE 7.0 on a new machine and they tell me that with the pentium optimised kernel that this is all I need. What is this sr_mod stuff? BTW, my DVD drive still works fine on hdd. The CDRW is hdc. Any ideas anyone?
Message-ID: <3A24A83C.54989A28@turk.net> Date: Wed, 29 Nov 2000 08:54:52 +0200 From: Togan Muftuoglu <toganm@turk.net> Subject: Re: [SLE] CD-RW can't access through /dev/scdx SCC wrote:
Hi everyone.
After adding the append=ide-scsi line in LILO and loading the ide-scsi module in boot.local I can no longer access my CD-RW as /dev/cdrom nor as /dev/scdx where I have tried all reasonable values of x. I get ' ... not recognised as block device'. The HOWTO has a script which tells me that I am missing the module sr_mod. I have SuSE 7.0 on a new machine and they tell me that with the pentium optimised kernel that this is all I need. What is this sr_mod stuff?
BTW, my DVD drive still works fine on hdd. The CDRW is hdc.
If you are using ide-scsi CDRW can not be any longer hdc have you through YAST intergrated hardware and told yast that CDRW is at scdx which will create a symbolic link to your /dev/cdrom ls -a /dev/cdrom should tell you the actual block if it is still pointing to hdc go and change it
Any ideas anyone?
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- Togan Muftuoglu toganm@turk.net 100% MS FREE Absolutely no component of Microsoft was used in the generation or posting of this e-mail. So it is virus free
From: Guy Van Sanden <sienix@crosswinds.net> Date: Wed, 29 Nov 2000 08:46:36 GMT Message-ID: <20001129.8463626@pcf570.atea.be> Subject: Re: [SLE] CD-RW can't access through /dev/scdx Try running cdrecord -scanbus, this should provide a list of SCSI devices on your system. It works for me... but I do have a problem. My CDROM and CDRW (both ATAPI), are unde SCSI emulation. The CDROM takes sr1-6 and the CDRW sr7-13... So it uses multiple devicenames... curiously enough... Kind regards Guy
>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
Hi everyone.
After adding the append=ide-scsi line in LILO and loading the ide-scsi
module in
boot.local I can no longer access my CD-RW as /dev/cdrom nor as /dev/scdx where I have tried all reasonable values of x. I get ' ... not recognised as block device'. The HOWTO has a script which tells me that I am missing the module sr_mod. I have SuSE 7.0 on a new machine and they tell me that with
On 29/11/2000, 07:54:52, Togan Muftuoglu <toganm@turk.net> wrote regarding Re: [SLE] CD-RW can't access through /dev/scdx: <p>> SCC wrote: the pentium
optimised kernel that this is all I need. What is this sr_mod stuff?
BTW, my DVD drive still works fine on hdd. The CDRW is hdc.
If you are using ide-scsi CDRW can not be any longer hdc have you through YAST intergrated hardware and told yast that CDRW is at scdx which will create a symbolic link to your /dev/cdrom
ls -a /dev/cdrom should tell you the actual block if it is still pointing to hdc go and change it
Any ideas anyone?
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- Togan Muftuoglu toganm@turk.net
100% MS FREE Absolutely no component of Microsoft was used in the generation or posting of this e-mail. So it is virus free
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
From: SCC <fsanta@arrakis.es> Date: Thu, 30 Nov 2000 17:29:40 +0000 Message-Id: <00113017325601.00684@hortaleza> Subject: Re: [SLE] CD-RW can't access through /dev/scdx Hi everyone. Sorry, but am still struggling to get my CD-RW working. Neither /dev/cdrom nor /dev/scd0 nor /dev/sr0 are recognised as block devices by the kernel. I have tried force linking /dev/cdrom to both of the others but with no luck. Needless to say, cdrecord -scanbus gives me no scsi devices. Can anyone help? Thanks, Steve.
From: John Murphy <jfmurphy@charter.net> Date: Thu, 30 Nov 2000 13:04:26 -0500 Message-Id: <00113013042600.01449@dad1> Subject: Re: [SLE] CD-RW can't access through /dev/scdx On Thursday 30 November 2000 12:17, you wrote:
Hi everyone.
Sorry, but am still struggling to get my CD-RW working.
Neither /dev/cdrom nor /dev/scd0 nor /dev/sr0 are recognised as block devices by the kernel. I have tried force linking /dev/cdrom to both of the others but with no luck.
Needless to say, cdrecord -scanbus gives me no scsi devices.
Can anyone help?
Thanks, Steve.
Steve he's how I did my CDW My drive was orginally setup for hdc Your drive may be hdd, depends on your hadrware setup. In Yast through the kernal boot config look for the lilo config line. Once there add to the append line hdc=ide-scsi You can check after by looking into lilo.conf to see if it's there. You will see a line as append="hdc=ide-scsi" Next I added a line to /sbin/init.d/boot.local file. /sbin/modprobe ide-scsi Next edit line in /etc/modules.conf file from alias scsi_hostadapter off. Change this to alias scsi_hostadapter ide-scsi Last change is to go to /dev and look for symbolic link to cdrom it will be an icon with three blocks. Move that to trash (don't delete it, if something is wrong you can copy it back later to restore) you're going to have to make a new link for the scsi cdrom now. I assume you are root or in su, you want to creat a new link ln -s /dev/scd0 /dev/cdrom Your device could be scd0 or sr0 depending on your CD hadware setup. Lastly look into you desktop icon for your CD and check the properties, hit device tab. It should say for Device /dev/cdrom and for Mount Point /cdrom In KDE 2 I had to change it as it said CD-ROM. Hope this helps as I know I spent a few hours on it myself and appreciated someone helping me out here as well. John.......
participants (4)
-
fsanta@arrakis.es
-
jfmurphy@charter.net
-
sienix@crosswinds.net
-
toganm@turk.net