<?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: Linux hda Driver in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083717#M6928</link>
    <description>lsmod &lt;BR /&gt;not returning anything ?  &lt;BR /&gt;do you have &lt;BR /&gt;loadable modules support to yes in your kernel config file ?&lt;BR /&gt;&lt;BR /&gt;CONFIG_MODULES=Y&lt;BR /&gt;&lt;BR /&gt;if not you need this to have loadable modules in your new kernel and after compilation of kernel you need to do&lt;BR /&gt;make modules : make modules install&lt;BR /&gt;&lt;BR /&gt;Have a look at the &lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/s1-sysadmin-build-kernel.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/s1-sysadmin-build-kernel.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and tell us what you find in your config if you have config_modules=Y&lt;BR /&gt;&lt;BR /&gt;J-P</description>
    <pubDate>Thu, 02 Oct 2003 12:40:08 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-10-02T12:40:08Z</dc:date>
    <item>
      <title>Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083713#M6924</link>
      <description>Hi all,&lt;BR /&gt;This is kind of a continuation from the previos post of 'ramdisk'. I loaded ram support into the kernel, added vfat. Now I am experiencing a problem with m cdrom dvd-rw. When I run dmesg I see:&lt;BR /&gt;&lt;BR /&gt;hda: driver not present&lt;BR /&gt;&lt;BR /&gt;how do I check to see the status of the hda driver. And if its not there, how do I resolve this.&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
      <pubDate>Thu, 02 Oct 2003 07:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083713#M6924</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-02T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083714#M6925</link>
      <description>Sounds like something that have happened to me on RedHat. If you were running vanilla kernel (that is you never compiled your own), running make xconfig (or anything equivalent) is not producing the same kernel as you were running.&lt;BR /&gt;Let me clear this up a bit (for my own sake), if you compile a new kernel without changing anything, you will not get the same kernel as the one delivered with the installation (or erratas).&lt;BR /&gt;If you want to just change some settings in a "vanilla" kernel, you should first copy the file /boot/config-`uname -r` to /usr/src/linux-2.4/.config and then run config to change whatever parameters you want.&lt;BR /&gt;Btw. In some distros (eg. RHAS/RHES) the config files are located under /usr/src/linux-2.4/configs&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Kjetil</description>
      <pubDate>Thu, 02 Oct 2003 09:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083714#M6925</guid>
      <dc:creator>Kjetil Jensen</dc:creator>
      <dc:date>2003-10-02T09:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083715#M6926</link>
      <description>Sorry to ask more then I answer, but need more info here you see all your disk ? but not your cdrom dvd-rw ? &lt;BR /&gt;Are your other disk's' ide ?, because hda is the first ide disk ! usualy "make that often" the cd would be "hdc" .&lt;BR /&gt; &lt;BR /&gt;I am guessing your disk are scsi and your cd-rom dvd-rw is a scsi?&lt;BR /&gt;&lt;BR /&gt;can you use your cd dvd at all ? &lt;BR /&gt;&lt;BR /&gt;show here/attach the usefull part of  #/var/log/messages&lt;BR /&gt;#dmesg&lt;BR /&gt;#lsmod&lt;BR /&gt;#df&lt;BR /&gt;#cat /etc/fstab&lt;BR /&gt;&lt;BR /&gt;J-P Who is willing to help</description>
      <pubDate>Thu, 02 Oct 2003 11:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083715#M6926</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-02T11:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083716#M6927</link>
      <description>I have 2 scsi disk drives. Yes I see them just fine.&lt;BR /&gt;&lt;BR /&gt;I am using an ide-dvd-rw.&lt;BR /&gt;&lt;BR /&gt;Here are the files.&lt;BR /&gt;[root@pompano etc]# more fstab&lt;BR /&gt;LABEL=/                 /                       ext3    defaults        1 1&lt;BR /&gt;LABEL=/app              /app                    ext3    defaults        1 2&lt;BR /&gt;none                    /dev/pts                devpts  gid=5,mode=620  0 0&lt;BR /&gt;none                    /proc                   proc    defaults        0 0&lt;BR /&gt;none                    /dev/shm                tmpfs   defaults        0 0&lt;BR /&gt;LABEL=/u01              /u01                    ext3    defaults        1 2&lt;BR /&gt;/dev/sdb1               /u02                    xfs     defaults        1 2&lt;BR /&gt;/dev/sda3               swap                    swap    defaults        0 0&lt;BR /&gt;/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0&lt;BR /&gt;/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0                           &lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;Attached scsi tape st0 at scsi1, channel 0, id 2, lun 0&lt;BR /&gt;Attached scsi disk sda at scsi0, channel 0, id 0, lun 0&lt;BR /&gt;Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0&lt;BR /&gt;sym53c896-0-&amp;lt;0,*&amp;gt;: FAST-40 SCSI 40.0 MB/s (25.0 ns, offset 31)&lt;BR /&gt;SCSI device sda: 35566480 512-byte hdwr sectors (18210 MB)&lt;BR /&gt;Partition check:&lt;BR /&gt; sda: sda1 sda2 sda3&lt;BR /&gt;sym53c896-0-&amp;lt;1,*&amp;gt;: FAST-40 SCSI 40.0 MB/s (25.0 ns, offset 31)&lt;BR /&gt;SCSI device sdb: 17773524 512-byte hdwr sectors (9100 MB)&lt;BR /&gt; sdb: sdb1 sdb2&lt;BR /&gt;es1371: version v0.30 time 15:29:51 Oct  1 2003&lt;BR /&gt;Linux Kernel Card Services 3.1.22&lt;BR /&gt;  options:  [pci] [cardbus] [pm]&lt;BR /&gt;usb.c: registered new driver hub&lt;BR /&gt;uhci.c: USB Universal Host Controller Interface driver v1.1&lt;BR /&gt;Initializing USB Mass Storage driver...&lt;BR /&gt;usb.c: registered new driver usb-storage&lt;BR /&gt;USB Mass Storage support registered.&lt;BR /&gt;NET4: Linux TCP/IP 1.0 for NET4.0&lt;BR /&gt;IP Protocols: ICMP, UDP, TCP, IGMP&lt;BR /&gt;IP: routing cache hash table of 2048 buckets, 16Kbytes&lt;BR /&gt;TCP: Hash tables configured (established 16384 bind 16384)&lt;BR /&gt;NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.&lt;BR /&gt;ds: no socket drivers loaded!&lt;BR /&gt;kjournald starting.  Commit interval 5 seconds&lt;BR /&gt;EXT3-fs: mounted filesystem with ordered data mode.&lt;BR /&gt;VFS: Mounted root (ext3 filesystem) readonly.&lt;BR /&gt;Freeing unused kernel memory: 136k freed&lt;BR /&gt;EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,1), internal journal&lt;BR /&gt;Adding Swap: 871416k swap-space (priority -1)&lt;BR /&gt;kjournald starting.  Commit interval 5 seconds&lt;BR /&gt;EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,2), internal journal&lt;BR /&gt;EXT3-fs: mounted filesystem with ordered data mode.&lt;BR /&gt;kjournald starting.  Commit interval 5 seconds&lt;BR /&gt;EXT3 FS 2.4-0.9.17, 10 Jan 2002 on sd(8,18), internal journal&lt;BR /&gt;EXT3-fs: mounted filesystem with ordered data mode.&lt;BR /&gt;XFS mounting filesystem sd(8,17)&lt;BR /&gt;Ending clean XFS mount for filesystem: sd(8,17)&lt;BR /&gt;[root@pompano etc]#                                                                                      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sda1              9527936   8287552    756392  92% /&lt;BR /&gt;/dev/sda2              7117848    606620   6149656   9% /app&lt;BR /&gt;none                    127736         0    127736   0% /dev/shm&lt;BR /&gt;/dev/sdb2              4031680     32828   3794052   1% /u01&lt;BR /&gt;/dev/sdb1              4780016       344   4779672   1% /u02&lt;BR /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ls mod did not return any data. Running RH9 on an intel E800&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Oct 2003 12:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083716#M6927</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-10-02T12:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083717#M6928</link>
      <description>lsmod &lt;BR /&gt;not returning anything ?  &lt;BR /&gt;do you have &lt;BR /&gt;loadable modules support to yes in your kernel config file ?&lt;BR /&gt;&lt;BR /&gt;CONFIG_MODULES=Y&lt;BR /&gt;&lt;BR /&gt;if not you need this to have loadable modules in your new kernel and after compilation of kernel you need to do&lt;BR /&gt;make modules : make modules install&lt;BR /&gt;&lt;BR /&gt;Have a look at the &lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/s1-sysadmin-build-kernel.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/ref-guide/s1-sysadmin-build-kernel.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and tell us what you find in your config if you have config_modules=Y&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Thu, 02 Oct 2003 12:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083717#M6928</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-02T12:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083718#M6929</link>
      <description>If you need have a look at this link it is quite short and I always use it to be sure I dont forget a step in the process. &lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.linuxheadquarters.com/howto/tuning/kernelcompilation.shtml" target="_blank"&gt;http://www.linuxheadquarters.com/howto/tuning/kernelcompilation.shtml&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;also nice as general source of howto/docs &lt;BR /&gt;&lt;A href="http://www.linuxheadquarters.com/" target="_blank"&gt;http://www.linuxheadquarters.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;well I find it usefull, so hopefully others will to.&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Thu, 02 Oct 2003 15:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083718#M6929</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-02T15:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083719#M6930</link>
      <description>Just a last thing when you have kernel with modules and you can use modules tools like (lsmod, modprobe,etc..)&lt;BR /&gt;then&lt;BR /&gt;to use your ide cd/dvd you need to use ide_scsi kernel module this in turn emulates&lt;BR /&gt;a scsi host adapter. &lt;BR /&gt;To check on your scsi as root do &lt;BR /&gt;&lt;BR /&gt;#cdrecord -scandisk&lt;BR /&gt;this will display your scsi disk/lun setup&lt;BR /&gt;if you cd/dvd does not appear here&lt;BR /&gt;&lt;BR /&gt;do &lt;BR /&gt;#lsmod &lt;BR /&gt;  you should see something like&lt;BR /&gt;  ide-scsi             11984   0&lt;BR /&gt;&lt;BR /&gt;if not you can alway load this module &lt;BR /&gt;#moprobe ide-scsi &lt;BR /&gt;#lsmod&lt;BR /&gt;  you should now see your "ide-scsi cd/dvd" &lt;BR /&gt;#cdrecord -scandisk&lt;BR /&gt;  display a new entry for "ide-scsi dev/lun"&lt;BR /&gt;&lt;BR /&gt;To write this setup as permanent &lt;BR /&gt;&lt;BR /&gt;for lilo (adapt to your dev/kernel name/version)&lt;BR /&gt;&lt;BR /&gt;append="hdc=ide-scsi"&lt;BR /&gt;&lt;BR /&gt;for grub&lt;BR /&gt;kernel /vmlinuz-X.X.X.X ro root=/dev/sda1 hdc=ide-scsi&lt;BR /&gt;&lt;BR /&gt;don't forget write the lilo or grub to boot disk for next boot&lt;BR /&gt;Hope I have not forgotten anything.&lt;BR /&gt;Tell us how you are progressing.&lt;BR /&gt;&lt;BR /&gt;J-P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Oct 2003 06:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083719#M6930</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-03T06:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux hda Driver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083720#M6931</link>
      <description>In addition to CONFIG_MODULES=Y you would need to set :&lt;BR /&gt;&lt;BR /&gt;CONFIG_IDE=y&lt;BR /&gt;CONFIG_IDE_KNOWS=y&lt;BR /&gt;CONFIG_BLK_DEV_IDE=y&lt;BR /&gt;CONFIG_BLK_DEV_IDECD=m   (I suggest module)&lt;BR /&gt;CONFIG_BLK_DEV_IDESCSI=m (to be able to write)&lt;BR /&gt;&lt;BR /&gt;Kjetil</description>
      <pubDate>Fri, 03 Oct 2003 07:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-hda-driver/m-p/3083720#M6931</guid>
      <dc:creator>Kjetil Jensen</dc:creator>
      <dc:date>2003-10-03T07:47:53Z</dc:date>
    </item>
  </channel>
</rss>

