- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- CDROM Problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 02:55 AM
03-04-2004 02:55 AM
I've had this problem for a few months now. I've been doing some kernel changes on a test box to resolve the issue. I can not see my cdrom when O run the following command:
'cdrecord -scanbus' Here is the output from dmesg.
[root@piranha ASU]# dmesg | grep -i scsi
SCSI subsystem driver Revision: 1.00
sym0: SCSI BUS has been reset.
sym1: SCSI BUS has been reset.
scsi0 : sym-2.1.17a
scsi1 : sym-2.1.17a
Type: Sequential-Access ANSI SCSI revision: 02
scsi2 : Found a MegaRAID controller at 0xd880c000, IRQ: 23
scsi2 : Enabling 64 bit support
scsi2 : LSI Logic MegaRAID H01.07 254 commands 16 targs 5 chans 7 luns
scsi2: scanning channel 0 for devices.
Type: Processor ANSI SCSI revision: 02
scsi2: scanning channel 1 for devices.
scsi2: scanning virtual channel 1 for logical drives.
Type: Direct-Access ANSI SCSI revision: 02
scsi2: scanning virtual channel 2 for logical drives.
scsi2: scanning virtual channel 3 for logical drives.
scsi2: scanning virtual channel 4 for logical drives.
Attached scsi tape st0 at scsi1, channel 0, id 1, lun 0
Attached scsi disk sda at scsi2, channel 2, id 0, lun 0
SCSI device sda: 215052288 512-byte hdwr sectors (110107 MB)
Attached scsi generic sg1 at scsi2, channel 0, id 5, lun 0, type 3
Here is the output from 'cdrecord -scanbus'
[root@piranha ASU]# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling
Linux sg driver version: 3.1.24
cdrecord: Warning Linux Bus mapping botch.
Using libscg version 'schily-0.7'
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.75-RH '@(#)scsi-linux-sg.c 1.75 02/10/21 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) *
1,1,0 101) 'HP ' 'C1537A ' 'L111' Removable Tape
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
scsibus2:
2,0,0 200) 'MegaRAID' 'LD0 RAID5 05006R' 'H ' Disk
2,1,0 201) *
2,2,0 202) *
2,3,0 203) *
2,4,0 204) *
2,5,0 205) 'HP ' 'SAFTE; U160/M BP' '1023' Processor
2,6,0 206) *
2,7,0 207) *
*****************************************
Any ideas are appreciated.
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 02:58 AM
03-04-2004 02:58 AM
Re: CDROM Problem
root@piranha ASU]# insmod ide-cd
insmod: ide-cd: no module by that name found
lsmod returned nothing at all...
This is a problem I assume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 01:02 AM
03-05-2004 01:02 AM
Re: CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:06 AM
03-05-2004 02:06 AM
Re: CDROM Problem
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 03:44 AM
03-05-2004 03:44 AM
Solutionas for the module, how did you build the kernel? Maybe it is not setup as a module but compiled into the Kernel. I think this should be the CONFIG_BLK_DEV_IDECD setting.
Also do you only miss the CD in the cdrecord -scanbus or are you not able to work with it at all?
Greetings, Martin