OK....here's what I got when I ran the below line without the scd0 "folder not found" or something like that. I ran cat /proc/sys/dev/cdrom/info and got sr0 and sr1 and the appropriate information for the drives they represent. Strainge huh? What next? Tom -----Original Message----- From: Anders Johansson [mailto:andjoh@cicada.linux-site.net] Sent: Tuesday, February 26, 2002 7:40 AM To: Tom Nielsen; Chin Kwie Joe AJST (Armand); suse-linux-e@suse.com Subject: Re: [SLE] Yast Can't find CD-ROM On Tuesday 26 February 2002 16.33, Tom Nielsen wrote:
Boot.msg says the drives are scd0 and scd1, which are working fine...for cd burning programs. YAST2 uses sr0 and sr1, and that's what I'm having a hard time with. When I try a ln -sf /dev/sr0 /dev/cdrecorder is gives me a error that the device is not located.
Thoughts? Try-me's?
Here's a thought. sr0 and scd0 are supposed to be identical. If scd0 works and sr0 doesn't, could it be that sr0 is messed up?! What do you get if you ls -l them? Here's what I get: andjoh@samantha:~> ls -l /dev/sr0 /dev/scd0 [16:38] brw-r----- 1 root disk 11, 0 Sep 24 03:54 /dev/scd0 brw------- 1 andjoh users 11, 0 Sep 24 03:54 /dev/sr0 Note that both are block devices (the 'b' at the start) and both are major 11, minor 0. //Anders