<?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 linux, cdr's  and audio in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421019#M80765</link>
    <description>I recently purchased an HP9120 CDRW and am looking for linux drivers if they &lt;BR /&gt;exist. Is their a better linux plat form to support HP products? I am &lt;BR /&gt;optimizing my computer for MIDI and home audio recording, so audio support &lt;BR /&gt;through the CDR is essential.&lt;BR /&gt;&lt;BR /&gt;Also, about the printing stuff, are their drivers to support the Inkjet 820cxi, &lt;BR /&gt;895c, LaserJet 8100DN for writing postscript or HPCL? I have no local printers.&lt;BR /&gt;&lt;BR /&gt;Help, please!&lt;BR /&gt;&lt;BR /&gt;Mad KOS Determination.</description>
    <pubDate>Wed, 05 Apr 2000 22:45:33 GMT</pubDate>
    <dc:creator>Mad Determination</dc:creator>
    <dc:date>2000-04-05T22:45:33Z</dc:date>
    <item>
      <title>linux, cdr's  and audio</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421019#M80765</link>
      <description>I recently purchased an HP9120 CDRW and am looking for linux drivers if they &lt;BR /&gt;exist. Is their a better linux plat form to support HP products? I am &lt;BR /&gt;optimizing my computer for MIDI and home audio recording, so audio support &lt;BR /&gt;through the CDR is essential.&lt;BR /&gt;&lt;BR /&gt;Also, about the printing stuff, are their drivers to support the Inkjet 820cxi, &lt;BR /&gt;895c, LaserJet 8100DN for writing postscript or HPCL? I have no local printers.&lt;BR /&gt;&lt;BR /&gt;Help, please!&lt;BR /&gt;&lt;BR /&gt;Mad KOS Determination.</description>
      <pubDate>Wed, 05 Apr 2000 22:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421019#M80765</guid>
      <dc:creator>Mad Determination</dc:creator>
      <dc:date>2000-04-05T22:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: linux, cdr's  and audio</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421020#M80766</link>
      <description>I believe that CD-RW drives use a filesystem known as udf. You might need a &lt;BR /&gt;kernel patch or a full kernel update to support that device. If it's an ATAPI &lt;BR /&gt;IDE device, you shouldn't need any additional low-level drivers.&lt;BR /&gt;&lt;BR /&gt;For printer drivers, refer to the Ghostscript documentation.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2000 09:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421020#M80766</guid>
      <dc:creator>Chuck Slivkoff</dc:creator>
      <dc:date>2000-04-20T09:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: linux, cdr's  and audio</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421021#M80767</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just discovered this forum today... sorry for a late answer.&lt;BR /&gt;I've also got a HP9210. Under Linux Mandrake 6.2, it works fine using&lt;BR /&gt;XCDROAST 0.98e. I succeed to get data and audio CD's burnt.&lt;BR /&gt;If you are familiar with WINxx products, you probably may be a little&lt;BR /&gt;stimied with XCDROAST. The main difference is that you have to define&lt;BR /&gt;a disc space for the image to be written on the mTdia.&lt;BR /&gt;I tried successfully something which failed always under WINxx : burn&lt;BR /&gt;a media and simultaneously download files from the web.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Francois Heizmann</description>
      <pubDate>Fri, 26 May 2000 05:56:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421021#M80767</guid>
      <dc:creator>Francois Heizmann</dc:creator>
      <dc:date>2000-05-26T05:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: linux, cdr's  and audio</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421022#M80768</link>
      <description>1) There is no problem with a CD-ROM. If it is an ATAPI device, then ou just plug in the correct connectors and then you can read your cd-roms via "mount -t iso9660 /dev/hdb /mnt/cdrom" (supposing that your device is configured as primary slave). If you want to burn your own CD's, you should install cdrecord or cdrdao and you can use also some frontends (xcdroast, ....). Nevertheless, you HAVE to use so called ide-scsi emulation (it is described in the documentation for cdrecord). In my case I had to recompile kernel with disabled support for ATAPI-CDROM and enabled ide-scsi emulation. Then I can use cd-rom as /dev/scd0 and I can also burn cd's through scsi emulation.&lt;BR /&gt;&lt;BR /&gt;2) There is no support for DeskJet 820Cxi in ghostscript. This printer uses a proprietary protocol developed by HP. Nevertheless, you can use a pnm2ppa driver which does bw printing (see sourceforge.net). For the PCL printers you can usually print through ghostscript.</description>
      <pubDate>Tue, 06 Jun 2000 07:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-cdr-s-and-audio/m-p/2421022#M80768</guid>
      <dc:creator>Jiri Furst</dc:creator>
      <dc:date>2000-06-06T07:22:39Z</dc:date>
    </item>
  </channel>
</rss>

