<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Still Have CDROM Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093812#M7256</link>
    <description>hmm, that's rather strange .. you are in the kernel tree you used to build the currently running kernel, right ?&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;can you find the .o files for that module ? and the ide-scsi one ?</description>
    <pubDate>Wed, 15 Oct 2003 09:01:03 GMT</pubDate>
    <dc:creator>Patrick Van Humbeeck</dc:creator>
    <dc:date>2003-10-15T09:01:03Z</dc:date>
    <item>
      <title>Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093792#M7236</link>
      <description>This has been an ongoing problem and I have posted it here for resolution and I appreciate everyones help. I built a kernel from scratch to support ACL. the kernel has XFS support. I still cant see my cdrom with&lt;BR /&gt;&lt;BR /&gt;cdrecord -scanbus, it returns:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@pompano boot]# cdrecord -scanbus&lt;BR /&gt;Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 JÃ¶rg Schilling&lt;BR /&gt;cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.&lt;BR /&gt;cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.&lt;BR /&gt;cdrecord: For possible transport specifiers try 'cdrecord dev=help'.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am still missing something and I cant figure it out. Its probably simple.&lt;BR /&gt;&lt;BR /&gt;My modules.conf file looks like:&lt;BR /&gt;&lt;BR /&gt;alias scsi_hostadapter sym53c8xx&lt;BR /&gt;alias scsi_hostadapter1 megaraid&lt;BR /&gt;options ide-cd ignore=hda #ignore ide-cd for hda&lt;BR /&gt;alias scd0 sr_mod #load sr_mod upon access of scd0&lt;BR /&gt;pre-install sg modprobe ide-scsi # load ide-scsi before sg&lt;BR /&gt;pre-install sr_mod modprobe ide-scsi #load ide-scsi before sr_mod&lt;BR /&gt;pre-install ide-scsi modprobe ide-cd #loa ide-cd before ide-scsi&lt;BR /&gt;&lt;BR /&gt;not sure where to go from here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 07:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093792#M7236</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093793#M7237</link>
      <description>First I would check to see if your scsi card is loaded.&lt;BR /&gt;  &lt;BR /&gt;#dmesg&lt;BR /&gt; &lt;BR /&gt;if this is loaded&lt;BR /&gt; &lt;BR /&gt;#lsmod &lt;BR /&gt; &lt;BR /&gt;This should show something like &lt;BR /&gt; &lt;BR /&gt;sym58c8xx &lt;BR /&gt;ide-cd&lt;BR /&gt; &lt;BR /&gt;as loaded&lt;BR /&gt; &lt;BR /&gt;if not insmod &lt;BR /&gt;#insmod ide-cd&lt;BR /&gt; &lt;BR /&gt;Cut past from your dmesg and lsmod here so we can have a look and try help futher.&lt;BR /&gt; &lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 07:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093793#M7237</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-15T07:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093794#M7238</link>
      <description>also did you pass hdx=ide-scsi to the kernel at boot time ? (from grub or lilo)</description>
      <pubDate>Wed, 15 Oct 2003 07:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093794#M7238</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-10-15T07:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093795#M7239</link>
      <description>Patrick yes, you mean in /boot/grub/grub.conf?&lt;BR /&gt;If so, then yea I have that entry in there.&lt;BR /&gt;&lt;BR /&gt;I loaded another SCSI parm and I can run cdrecord -scanbus but as you can see, no cdrom.&lt;BR /&gt;&lt;BR /&gt;root@pompano root]# cdrecord -scanbus&lt;BR /&gt;Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling&lt;BR /&gt;Linux sg driver version: 3.1.24&lt;BR /&gt;Using libscg version 'schily-0.7'&lt;BR /&gt;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').&lt;BR /&gt;scsibus0:&lt;BR /&gt;        0,0,0     0) 'HP      ' '18.2GB C 68-P94N' 'P94N' Disk&lt;BR /&gt;        0,1,0     1) 'HP      ' '9.10GB C 68-BX05' 'BX05' Disk&lt;BR /&gt;        0,2,0     2) *&lt;BR /&gt;        0,3,0     3) *&lt;BR /&gt;        0,4,0     4) *&lt;BR /&gt;        0,5,0     5) *&lt;BR /&gt;        0,6,0     6) *&lt;BR /&gt;        0,7,0     7) *&lt;BR /&gt;scsibus1:&lt;BR /&gt;        1,0,0   100) *&lt;BR /&gt;        1,1,0   101) *&lt;BR /&gt;        1,2,0   102) 'HP      ' 'C1537A          ' 'L105' Removable Tape&lt;BR /&gt;        1,3,0   103) *&lt;BR /&gt;        1,4,0   104) *&lt;BR /&gt;        1,5,0   105) *&lt;BR /&gt;        1,6,0   106) *&lt;BR /&gt;        1,7,0   107) *&lt;BR /&gt;&lt;BR /&gt;When I run mondoarchive, I get the following error.&lt;BR /&gt;&lt;BR /&gt;insmod: ide-scsi: no module by that name found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;I am in the process of trying the suggestions above. I'll post the outcome in a few minutes.</description>
      <pubDate>Wed, 15 Oct 2003 08:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093795#M7239</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093796#M7240</link>
      <description>well your problem is probably right there, you do not have the ide-scsi module on your system (unless you compiled that into the kernel ? what does grep -i ide-scsi /usr/src/linux/.config say ?)&lt;BR /&gt;&lt;BR /&gt;try to find that module and load it:&lt;BR /&gt;find /lib/modules -name 'ide-scsi.o'&lt;BR /&gt;modprobe ide-scsi &lt;BR /&gt;&lt;BR /&gt;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 &amp;amp;&amp;amp; make dep &amp;amp;&amp;amp; make modules modules_install from /usr/src/linux, then you should be able to load it.</description>
      <pubDate>Wed, 15 Oct 2003 08:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093796#M7240</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-10-15T08:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093797#M7241</link>
      <description>I take it you have "CONFIG_BLK_DEV_IDESCSI" (SCSI emulation support) in your kernel.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 08:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093797#M7241</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-15T08:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093798#M7242</link>
      <description>Yes, check and see your .config file &lt;BR /&gt; &lt;BR /&gt;I also found &lt;BR /&gt; &lt;BR /&gt;/usr/share/doc/kernel-doc-2.4.20/ide.txt&lt;BR /&gt;on my system did not know about this look some usefull info in there! also about ide-cd&lt;BR /&gt; &lt;BR /&gt;My god this forums is fast, just turn around answer phone and 2 good replys ! wow &lt;BR /&gt; &lt;BR /&gt;J-P&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 08:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093798#M7242</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-15T08:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093799#M7243</link>
      <description>dmesg is attached. I am guessing that my scsi card is loaded because I am using SCSI drives.&lt;BR /&gt;&lt;BR /&gt;#lsmod&lt;BR /&gt;returns nothing....&lt;BR /&gt;&lt;BR /&gt;[root@pompano root]# insmod ide-cd&lt;BR /&gt;insmod: ide-cd: no module by that name found&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 08:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093799#M7243</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093800#M7244</link>
      <description>Sorry...here you go...dmesg&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 08:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093800#M7244</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093801#M7245</link>
      <description>OK once again...</description>
      <pubDate>Wed, 15 Oct 2003 08:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093801#M7245</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093802#M7246</link>
      <description>I'm sorry.&lt;BR /&gt;Do you have 2 CDROMS?&lt;BR /&gt;it seems from the file that the cdrom/dvdrom is ide device that sits on hda &lt;BR /&gt;cdrecord -scanbus usefull to find SCSI devices...</description>
      <pubDate>Wed, 15 Oct 2003 08:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093802#M7246</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-15T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093803#M7247</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;grep -i ide-scsi /app/kernel/linux-2.4.19/.config&lt;BR /&gt;&lt;BR /&gt;Returns nothing...</description>
      <pubDate>Wed, 15 Oct 2003 08:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093803#M7247</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093804#M7248</link>
      <description>Yeah sorry as Mark kindly mentionned above, the line you want to look for is called CONFIG_BLK_DEV_IDESCSI which does not match grep -i ide-scsi, I replied a bit too fast :)&lt;BR /&gt;&lt;BR /&gt;what does it say for CONFIG_BLK_DEV_IDESCSI ?</description>
      <pubDate>Wed, 15 Oct 2003 08:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093804#M7248</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-10-15T08:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093805#M7249</link>
      <description>Marc,&lt;BR /&gt;&lt;BR /&gt;CONFIG_BLK_DEV_IDESCSI is not set&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this was in my .config file</description>
      <pubDate>Wed, 15 Oct 2003 08:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093805#M7249</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093806#M7250</link>
      <description>Your dmesg show your disk and scsi cards no problem there.&lt;BR /&gt;&lt;BR /&gt;but the fact that you find no lsmod is not so good !&lt;BR /&gt;&lt;BR /&gt;Are you sure you did &lt;BR /&gt;&lt;BR /&gt;make modules &lt;BR /&gt;modules install &lt;BR /&gt; &lt;BR /&gt;after you created your new kernel ...&lt;BR /&gt; &lt;BR /&gt;for that matter are you sure it is your new kernel that is booted ?&lt;BR /&gt;  &lt;BR /&gt;Normal situation is  /etc/modules.conf populated and lsmod returning value &lt;BR /&gt; &lt;BR /&gt;Dont despair, well get you there.&lt;BR /&gt; &lt;BR /&gt;I will go grab a bite now, before collaps&lt;BR /&gt; &lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 08:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093806#M7250</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-15T08:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093807#M7251</link>
      <description>well then just change that line to remove the # in front and append =m, then save (well, use the same syntax as other modules defined in there).&lt;BR /&gt;&lt;BR /&gt;then run the make commands as I put in an earlier post, this will build the needed module and should fix your issue.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 08:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093807#M7251</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-10-15T08:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093808#M7252</link>
      <description>Only 1 cdrom.&lt;BR /&gt;&lt;BR /&gt;DVD/RW</description>
      <pubDate>Wed, 15 Oct 2003 08:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093808#M7252</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093809#M7253</link>
      <description>Although it looks like your cdrom is attached to a detected ide card the general ide set up looks really wacky.  If I were you, I would include CONFIG_BLK_DEV_SVWKS (ServerWorks OSB4 chipset support) in your kernel. It might make things a bit saner at least.</description>
      <pubDate>Wed, 15 Oct 2003 08:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093809#M7253</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-10-15T08:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093810#M7254</link>
      <description>Well then does it really SCSI device?&lt;BR /&gt;Maybe it's IDE?&lt;BR /&gt;Where does it connect to?&lt;BR /&gt;You know just to be sure....</description>
      <pubDate>Wed, 15 Oct 2003 08:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093810#M7254</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-10-15T08:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Still Have CDROM Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093811#M7255</link>
      <description>Yes ide cdrom...&lt;BR /&gt;&lt;BR /&gt;When I compile a kernel, during the make modules install,&lt;BR /&gt;I get the following error:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;No module sym53c8xx found for kernel 2.4.19-xfs&lt;BR /&gt;mkinitrd failed&lt;BR /&gt;make[1]: *** [install] Error 1&lt;BR /&gt;make[1]: Leaving directory `/app/kernel/linux-2.4.19/arch/i386/boot'&lt;BR /&gt;make: *** [install] Error 2&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 08:56:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/still-have-cdrom-problem/m-p/3093811#M7255</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-15T08:56:42Z</dc:date>
    </item>
  </channel>
</rss>

