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
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? -- +-----------------------------------+ | Ray Schwamberger | | Technician | | Advanced Clustering Technologies | | http://www.advancedclustering.com | +-----------------------------------+
Yes, I have a CDROM drive and a CDR/W drive in addition to floppy and two harddisks, but they are all IDE. Also have USB ports. Doesn't that require SCSI modules? Art -----Original Message----- From: Ray Schwamberger [mailto:ray@advancedclustering.com] Sent: Monday, April 29, 2002 9:57 AM To: suse-linux-e@suse.com Subject: Re: [SLE] insmod problem in SuSE 8.0 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? -- +-----------------------------------+ | Ray Schwamberger | | Technician | | Advanced Clustering Technologies | | http://www.advancedclustering.com | +-----------------------------------+ -- 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 archives at http://lists.suse.com
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?
participants (2)
-
Art Fore
-
Ray Schwamberger