Yes, I have CDR/W and I can read CD in it. Now after fixing floppy by deleting the icon on the desktop in creating it new, I get a new message, insmod: insmod: a moule name st alread exists. On Monday 29 April 2002 09:57, Ray Schwamberger wrote:
Art Fore wrote:
When I boot into KDE, the xconsole has the following messages and
being n=
ew to=20 linux, I have no idea what they mean.
insmod: insmod: a module named sg already exists insmod: insmod: insmod char-major-21 failed.
Could someone please enlighten me?
Art
According the the devices.txt file that comes with the kernel source, char-major-21 is generic scsi access which is the sg module. In your /etc/modules.conf file you should see a line that looks something like
alias char-major-21 sg
that sets the alias. Do you have any cd writers or other devices in your system that would require scsi access?