Ok, just a quick update - for anyone reading this in the future. (hope this helps you as it did me).
In SuSE 8.2 it seems the SCSI module has to be called to be loaded properly and then there are a few things that need "tweaking" in order for the system to "see" the CDRW:
1) add "hdX=ide-scsi" to the GRUB bootloader (where X is the cdrw drive)
2) logged in as "root" edit (use pico) the file /etc/init.d/boot.local
add this line at the end of the file:
/sbin/modprobe ide-scsi
3) in a console, logged in as "root" make a symbolic link like so:
ln -sf /dev/scd0 /dev/cdrecorder
4) edit /etc/fstab (using pico) and add this line:
/dev/cdrecorder /media/cdrecorder auto ro,user,exec 0 0
5) reboot
6) login as root in login manager (GUI), go to CD-ROM Drives in YaST2 Control Centre (YaST2-YaST2 modules-Hardware-CD-ROM Drives) and add your drive.
If you're thinking of using K3b as your burning software, then log in as root (login manager) and then run K3b Setup and your drive will be visible and properly configured already.
BTW, if you want to use K3b you'd best uninstall the version distributed with SuSE (it's crippled), download and install the full version here:
http://packman.links2linux.de/index....ction=219&vn=1
To uninstall K3b: console (root), type: rpm -e k3b
To install new version: console (root), type: rpm -ihv k3b_filename.rpm
Hope this will help someone that was in my shoes.
