On 20/08/07, Yavor Ivanov <[EMAIL PROTECTED]> wrote: > Here is what lspci and lsmod returns for me. > > yavor-home:/home/yavor # lsmod > Module Size Used by [snip] > sr_mod 20260 0 > scsi_mod 137096 4 sg,st,sd_mod,sr_mod [snip] > ide_cd 42272 0 > cdrom 38560 2 sr_mod,ide_cd [snip]
Looks like you have the required kernel modules loaded, in any case. I'd say it's probably a KDE problem. 1. Try mounting a CD or DVD manually: from konsole or another terminal, do sudo mount /dev/cdrom /mnt and if that works, unmount it: sudo umount /mnt 2. If that works, remove KDE:KDE3 from your repo, switch to a different desktop, go to YaST/Software/Software Management, remove KDE Desktop and KDE Base, and then reinstall them. That should put you back to a tested version of KDE. Hope that helps, -- Michel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
