LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-05-2017, 04:29 AM   #31
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053

Quote:
Originally Posted by Crb999 View Post
I have nothing like that in the file.
Code:
crb999@linux-dxa1:/var/log> dmesg | grep CD-ROM
crb999@linux-dxa1:/var/log> dmesg | grep scsi
crb999@linux-dxa1:/var/log> dmesg | grep Uniform
crb999@linux-dxa1:/var/log>
aside:
grep is case sensitive!
you should use '-i' switch here (ignore case), to get more results.
Code:
crb999@linux-dxa1:/var/log> dmesg | grep -i scsi
 
Old 02-05-2017, 04:56 AM   #32
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,913

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
not only case sensitive, but you also missed cdrom and sr0 (cd-rom and cdrom are not equal)

Last edited by pan64; 02-05-2017 at 06:06 AM.
 
Old 02-06-2017, 02:58 AM   #33
Crb999
Member
 
Registered: Jan 2017
Location: West Coast Scotland
Distribution: Suse Linux 42.2 Now 15.1
Posts: 319

Original Poster
Rep: Reputation: Disabled
Ember1205, Peter, Pan 64, ondoho, thanks for your help, perseverance and gentle tutoring.

I will try a data disk, but as every line produced by dmesg contains sr0 there is probably no point in searching further.

I've invested in a new optical drive, picked from the Linux hardware list.

So, unless you suddenly come upon the solution, I suggest we leave this here.

Closed but not solved.

Thanks again everyone.

Regards

Chris
 
Old 02-06-2017, 06:22 AM   #34
Crb999
Member
 
Registered: Jan 2017
Location: West Coast Scotland
Distribution: Suse Linux 42.2 Now 15.1
Posts: 319

Original Poster
Rep: Reputation: Disabled
Final final.

Case didn't matter in this case!

Code:
linux-dxa1:/dev # dmesg | grep -i scsi
linux-dxa1:/dev # dmesg | grep -i cdrom
linux-dxa1:/dev #
Data cd couldn't be examined either. Ah well!
 
Old 02-06-2017, 06:40 AM   #35
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,913

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
so return back to my first post in this thread: it is not connected properly or the device is damaged.
 
Old 02-06-2017, 08:10 AM   #36
ember1205
Member
 
Registered: Oct 2014
Posts: 176

Rep: Reputation: 16
Quote:
Originally Posted by pan64 View Post
so return back to my first post in this thread: it is not connected properly or the device is damaged.
Didn't he say that he used the drive to install the distro in the first place? If so, my guess is that it's actually an ATAPI/PATA drive or similar and the OS is either not loading drivers for it or loading the wrong ones. I've seen PATA drives show up as SCSI plenty of times and it always comes down to drivers and device ID.
 
Old 02-06-2017, 08:17 AM   #37
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,913

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
I asked dmesg log about the device recognition and initialization....
 
Old 02-06-2017, 08:31 AM   #38
Crb999
Member
 
Registered: Jan 2017
Location: West Coast Scotland
Distribution: Suse Linux 42.2 Now 15.1
Posts: 319

Original Poster
Rep: Reputation: Disabled
Yes Ember1205. This was a fully functioning win machine. I installed SuseLinux leap 42.1 using a dvd. That is all I have ever used it for.

Pan 64, forgive me for not fully understanding.

I have published multiple entries from dmesg here.

I don't understand quite what dmesg is or what it reports. Should I reboot and then use dmesg again? Would it be different? Does it create a new report from boot each time?

Through the thousand of lines I see in dmesg, sr0 appears in every line.

Tell me precisely what you need me to do to get a meaningful output from dmesg?
 
Old 02-06-2017, 08:35 AM   #39
ember1205
Member
 
Registered: Oct 2014
Posts: 176

Rep: Reputation: 16
dmesg Is a diagnostic tool that shows you almost all of the screen output that the machine generates at boot time. It's a handy way to go back through the boot logs and read what things the machine is reporting about device detection, activation, and use during the initial startup phase of the machine.
 
Old 02-06-2017, 08:48 AM   #40
Crb999
Member
 
Registered: Jan 2017
Location: West Coast Scotland
Distribution: Suse Linux 42.2 Now 15.1
Posts: 319

Original Poster
Rep: Reputation: Disabled
Thanks. So if I reboot, I get new information. How do I capture that and post it here? I can get it into a text file but how do I put a text file here? Stick it up as code?
 
Old 02-06-2017, 08:49 AM   #41
ember1205
Member
 
Registered: Oct 2014
Posts: 176

Rep: Reputation: 16
dmesg > file.txt will capture the content. When replying, go to "Advanced" mode and choose "Manage Attachments". As long as the file ends with .txt, you can attach it.
 
Old 02-06-2017, 09:39 AM   #42
Crb999
Member
 
Registered: Jan 2017
Location: West Coast Scotland
Distribution: Suse Linux 42.2 Now 15.1
Posts: 319

Original Poster
Rep: Reputation: Disabled
Thanks again ember 1205

Your file of 366.3 KB bytes exceeds the forum's limit of 256.0 KB for this filetype.

Mmmmm.

I'll start again and truncate it.
 
Old 02-06-2017, 09:51 AM   #43
Crb999
Member
 
Registered: Jan 2017
Location: West Coast Scotland
Distribution: Suse Linux 42.2 Now 15.1
Posts: 319

Original Poster
Rep: Reputation: Disabled
Well, here it is, though to be honest, I can't see it.

I guess I just trust that what is in the Attach files box is actually attached!
Attached Files
File Type: txt dmesg.txt (70.7 KB, 30 views)
 
Old 02-06-2017, 10:10 AM   #44
Crb999
Member
 
Registered: Jan 2017
Location: West Coast Scotland
Distribution: Suse Linux 42.2 Now 15.1
Posts: 319

Original Poster
Rep: Reputation: Disabled
I see

Code:
[    4.256239] scsi 0:0:0:0: Direct-Access     ATA      ST31000520AS     CC38 PQ: 0 ANSI: 5[    4.259003] scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DH-16AAS JD12 PQ: 0 ANSI:
and

Code:
[    4.282668] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.282671] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.282819] sr 1:0:0:0: Attached scsi CD-ROM sr0
 
Old 02-06-2017, 10:47 AM   #45
ember1205
Member
 
Registered: Oct 2014
Posts: 176

Rep: Reputation: 16
Two things you can try:

- Change the mapping of the CDROM in the BIOS of the machine. If you're currently configuring the ATAPI drive as an IDE device, disable that.

- Load the ide-generic module
 
  


Reply

Tags
cdrom



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mounted CDROM drive rw goes ro nix84 Programming 4 11-19-2015 05:54 AM
Cdrom now mounted but still more trouble silentwhispers Mandriva 11 08-04-2004 02:23 AM
Installation Error: CDROM Could Not Be Mounted caladbolg Red Hat 5 07-19-2004 08:53 AM
games do not see mounted cdrom gonus Linux - Hardware 4 09-27-2002 07:29 PM
CDROM drive can not be mounted fedel Programming 2 08-12-2002 08:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 11:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration