- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Still Have 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
10-15-2003 12:33 AM
10-15-2003 12:33 AM
cdrecord -scanbus, it returns:
[root@pompano boot]# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
I am still missing something and I cant figure it out. Its probably simple.
My modules.conf file looks like:
alias scsi_hostadapter sym53c8xx
alias scsi_hostadapter1 megaraid
options ide-cd ignore=hda #ignore ide-cd for hda
alias scd0 sr_mod #load sr_mod upon access of scd0
pre-install sg modprobe ide-scsi # load ide-scsi before sg
pre-install sr_mod modprobe ide-scsi #load ide-scsi before sr_mod
pre-install ide-scsi modprobe ide-cd #loa ide-cd before ide-scsi
not sure where to go from here.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:47 AM
10-15-2003 12:47 AM
Re: Still Have CDROM Problem
#dmesg
if this is loaded
#lsmod
This should show something like
sym58c8xx
ide-cd
as loaded
if not insmod
#insmod ide-cd
Cut past from your dmesg and lsmod here so we can have a look and try help futher.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 12:53 AM
10-15-2003 12:53 AM
Re: Still Have CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:00 AM
10-15-2003 01:00 AM
Re: Still Have CDROM Problem
If so, then yea I have that entry in there.
I loaded another SCSI parm and I can run cdrecord -scanbus but as you can see, no cdrom.
root@pompano root]# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling
Linux sg driver version: 3.1.24
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').
scsibus0:
0,0,0 0) 'HP ' '18.2GB C 68-P94N' 'P94N' Disk
0,1,0 1) 'HP ' '9.10GB C 68-BX05' 'BX05' Disk
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0 100) *
1,1,0 101) *
1,2,0 102) 'HP ' 'C1537A ' 'L105' Removable Tape
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
When I run mondoarchive, I get the following error.
insmod: ide-scsi: no module by that name found
Funny though, If I boot from a mondoarchive cdrom backup cd, it wants to go. Looks like it boots fine from the firmware. Not sure whats going on,,,kernel problem?
I am in the process of trying the suggestions above. I'll post the outcome in a few minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:06 AM
10-15-2003 01:06 AM
Re: Still Have CDROM Problem
try to find that module and load it:
find /lib/modules -name 'ide-scsi.o'
modprobe ide-scsi
that should help. In case you forgot to build the kernel (line in .config is commented out) just change that line to read IDE-SCSI=m (not sure about the exact name) and run make clean && make dep && make modules modules_install from /usr/src/linux, then you should be able to load it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:08 AM
10-15-2003 01:08 AM
Re: Still Have CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:24 AM
10-15-2003 01:24 AM
Re: Still Have CDROM Problem
I also found
/usr/share/doc/kernel-doc-2.4.20/ide.txt
on my system did not know about this look some usefull info in there! also about ide-cd
My god this forums is fast, just turn around answer phone and 2 good replys ! wow
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:24 AM
10-15-2003 01:24 AM
Re: Still Have CDROM Problem
#lsmod
returns nothing....
[root@pompano root]# insmod ide-cd
insmod: ide-cd: no module by that name found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:28 AM
10-15-2003 01:28 AM
Re: Still Have CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:32 AM
10-15-2003 01:32 AM
Re: Still Have CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:34 AM
10-15-2003 01:34 AM
Re: Still Have CDROM Problem
Do you have 2 CDROMS?
it seems from the file that the cdrom/dvdrom is ide device that sits on hda
cdrecord -scanbus usefull to find SCSI devices...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:36 AM
10-15-2003 01:36 AM
Re: Still Have CDROM Problem
grep -i ide-scsi /app/kernel/linux-2.4.19/.config
Returns nothing...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:38 AM
10-15-2003 01:38 AM
Re: Still Have CDROM Problem
what does it say for CONFIG_BLK_DEV_IDESCSI ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:40 AM
10-15-2003 01:40 AM
Re: Still Have CDROM Problem
CONFIG_BLK_DEV_IDESCSI is not set
this was in my .config file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:42 AM
10-15-2003 01:42 AM
Re: Still Have CDROM Problem
but the fact that you find no lsmod is not so good !
Are you sure you did
make modules
modules install
after you created your new kernel ...
for that matter are you sure it is your new kernel that is booted ?
Normal situation is /etc/modules.conf populated and lsmod returning value
Dont despair, well get you there.
I will go grab a bite now, before collaps
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:42 AM
10-15-2003 01:42 AM
Re: Still Have CDROM Problem
then run the make commands as I put in an earlier post, this will build the needed module and should fix your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:43 AM
10-15-2003 01:43 AM
Re: Still Have CDROM Problem
DVD/RW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:46 AM
10-15-2003 01:46 AM
Re: Still Have CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:47 AM
10-15-2003 01:47 AM
Re: Still Have CDROM Problem
Maybe it's IDE?
Where does it connect to?
You know just to be sure....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:56 AM
10-15-2003 01:56 AM
Re: Still Have CDROM Problem
When I compile a kernel, during the make modules install,
I get the following error:
No module sym53c8xx found for kernel 2.4.19-xfs
mkinitrd failed
make[1]: *** [install] Error 1
make[1]: Leaving directory `/app/kernel/linux-2.4.19/arch/i386/boot'
make: *** [install] Error 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:01 AM
10-15-2003 02:01 AM
Re: Still Have CDROM Problem
also make sure you run make modules_install and not make modules install (well, that should work too but will attempt to auto install everything, which is not needed, you only want one single module at this point).
can you find the .o files for that module ? and the ide-scsi one ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:03 AM
10-15-2003 02:03 AM
Re: Still Have CDROM Problem
from cdrecord's man:
-scanbus is to scan all SCSI devices, i.e. it doesn't suppose to show your cdrom which is IDE.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:05 AM
10-15-2003 02:05 AM
Re: Still Have CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:21 AM
10-15-2003 02:21 AM
Re: Still Have CDROM Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:29 AM
10-15-2003 02:29 AM
Re: Still Have CDROM Problem
/lib/modules/2.4.20-8/kernel/drivers/scsi/ide-scsi.o