<?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 sound on zt1190 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680793#M78396</link>
    <description>Here is a excerpt from the original post on the newsgroup, thanks for the geneous author (however, I lost his name :(&lt;BR /&gt;&lt;BR /&gt;BTW, for me, I am using 2.4.18 kernel without any patch. However, till now, only partial of the acpi works. so if you fully nailed down the acpi problem, do let me know. &lt;BR /&gt;&lt;BR /&gt;Hope it helps. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I got sound and ACPI working on my zt1130 by forcing the ACPI code to&lt;BR /&gt;&amp;gt; treat the FADT table as pre ACPI 2.0.  In&lt;BR /&gt;&amp;gt; src/linux/drivers/acpi/tables/tbconvrt.c, around line 211, force the&lt;BR /&gt;&amp;gt; comparison to always be false:&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; if (0 &amp;amp;&amp;amp; acpi_gbl_FADT-&amp;gt;header.revision &amp;gt;= FADT2_REVISION_ID) {&lt;BR /&gt;&amp;gt;     /* We have an ACPI 2.0 FADT but we must copy it to our local buffer&lt;BR /&gt;&amp;gt;     */&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; The FADT doesn't contain the 64 bit ACPI 2.0 pointers that the code&lt;BR /&gt;&amp;gt; expects. Not sure if this is against the spec, but the code doesn't&lt;BR /&gt;&amp;gt; allow for it. Also not sure how the ACPI affects the sound, but it does.&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Apr 2002 14:46:57 GMT</pubDate>
    <dc:creator>kankanhu</dc:creator>
    <dc:date>2002-04-16T14:46:57Z</dc:date>
    <item>
      <title>linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680784#M78387</link>
      <description>I have SuSE 7.3 professional running on a zt1190, but am unable to get the sound to work. When using xmms, the first 1 second of sound repeats indefinitely.  any advice to get this working?&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Mar 2002 22:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680784#M78387</guid>
      <dc:creator>Martin Faltesek</dc:creator>
      <dc:date>2002-03-11T22:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680785#M78388</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;unfortunately I do not know that kind of soundcard, but probably you should check DMA and IRQ settings ?&lt;BR /&gt;&lt;BR /&gt;Christoph</description>
      <pubDate>Wed, 13 Mar 2002 15:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680785#M78388</guid>
      <dc:creator>Christoph Rothe_3</dc:creator>
      <dc:date>2002-03-13T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680786#M78389</link>
      <description>Mine is a zt1180. I also have the same problem with my audio card, which is a VIA AC97. I tried both the driver come w/ the linux kernel and also ALSA driver, neither of them work. Really want to fix that problem.</description>
      <pubDate>Thu, 14 Mar 2002 02:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680786#M78389</guid>
      <dc:creator>kankanhu</dc:creator>
      <dc:date>2002-03-14T02:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680787#M78390</link>
      <description>Try using the latest  alsa drivers&lt;BR /&gt;0.9.0beta 12. Sound will work with xmms and mplayer. &lt;BR /&gt;Unfortunately you will have to compile the alsa sources and you will have to modify your modules.conf file. Mine looks like this:&lt;BR /&gt;alias char-major-116 snd&lt;BR /&gt;alias char-major-14 soundcore&lt;BR /&gt;options snd snd_cards_limit=1 snd_major=116&lt;BR /&gt;options snd-via686 snd_index=0 &lt;BR /&gt;alias snd-card-0 snd-via686&lt;BR /&gt;alias sound-slot-0 snd-card-0&lt;BR /&gt;alias sound-service-0-0 snd-mixer-oss&lt;BR /&gt;alias sound-service-0-1 snd-seq-oss&lt;BR /&gt;alias sound-service-0-3 snd-pcm-oss&lt;BR /&gt;alias sound-service-0-8 snd-seq-oss&lt;BR /&gt;alias sound-service-0-12 snd-pcm-oss&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hauke&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 09:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680787#M78390</guid>
      <dc:creator>Hauke Busch</dc:creator>
      <dc:date>2002-04-04T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680788#M78391</link>
      <description>Thanks a lot Hauke. &lt;BR /&gt;Acutally, I have also tried that version of alsa. However, I did not make any success at that time. I noticed that there is slight difference between your modules.conf and mine. I will give it a try ASAP. Hope it works for my zt1180 too.&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Thu, 04 Apr 2002 14:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680788#M78391</guid>
      <dc:creator>kankanhu</dc:creator>
      <dc:date>2002-04-04T14:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680789#M78392</link>
      <description>Hi Hauke:&lt;BR /&gt;I tried to that version of alsa just now, and also updated my modules.conf to be exactly as yours as of the sound card configuration. However, when I use xmms, it still stucks. &lt;BR /&gt;&lt;BR /&gt;Is there anything that I should note when I compile the kernel and the alsa driver. For the kernel, I only enabled the sound module and the the oss module. For ALSA, all I did is ./configure and make install. Did I miss something?&lt;BR /&gt;&lt;BR /&gt;My laptop is zt1180. I am using redhat 7.2 with 2.4.18 kernel. &lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 16:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680789#M78392</guid>
      <dc:creator>kankanhu</dc:creator>
      <dc:date>2002-04-04T16:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680790#M78393</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;sorry for the long delay. I was gone over the weekend. I know it can be frustrating having no sound working. &lt;BR /&gt;With the lastest alsa drivers, sound works with xmms and the oss output plugin. So make sure that you install ALL of the alsa drivers, libs, utils and oss package. Also ensure that you are really loading the new also modules, i.e. unload old modules first and comment out all the kernel sound mods, like via_82xxx and the like in modules.conf.&lt;BR /&gt;You can check for the new moduls using the modinfo command.&lt;BR /&gt;modinfo snd-via686 gives me&lt;BR /&gt;filename:    /lib/modules/2.4.18-4GB/kernel/sound/pci/snd-via686.o&lt;BR /&gt;description: "VIA VT82C686A"&lt;BR /&gt;author:      "Jaroslav Kysela &lt;PEREX&gt;"&lt;BR /&gt;license:     "GPL"&lt;BR /&gt;parm:        snd_index int array (min = 1, max = 8), description "Index value fo&lt;BR /&gt;r VIA 82C686A bridge."&lt;BR /&gt;parm:        snd_id string array (min = 1, max = 8), description "ID string for&lt;BR /&gt;VIA 82C686A bridge."&lt;BR /&gt;parm:        snd_enable int array (min = 1, max = 8), description "Enable audio&lt;BR /&gt;part of VIA 82C686A bridge."&lt;BR /&gt;parm:        snd_mpu_port long array (min = 1, max = 8), description "MPU-401 po&lt;BR /&gt;rt."&lt;BR /&gt;parm:        snd_ac97_clock long array (min = 1, max = 8), description "AC'97 co&lt;BR /&gt;dec clock (default 48000Hz)."&lt;BR /&gt;&lt;BR /&gt;From the first line I know, the kernel is referring to the lastest alsa driver, which are, in my case, installed in /lib/modules/2.4.18-4GB/kernel/sound&lt;BR /&gt;&lt;BR /&gt;Instead of starting alsa using rcalsound, you can also manulaly do a modprobe:&lt;BR /&gt;modprobe -k snd-via686&lt;BR /&gt;&lt;BR /&gt;lsmod should give you the following list of loaded modules:&lt;BR /&gt;Module                  Size  Used by    Not tainted&lt;BR /&gt;snd-via686              6496   0  (autoclean) (unused)&lt;BR /&gt;snd-pcm                46528   0  (autoclean) [snd-via686]&lt;BR /&gt;snd-timer               9856   0  (autoclean) [snd-pcm]&lt;BR /&gt;snd-ac97-codec         22176   0  (autoclean) [snd-via686]&lt;BR /&gt;snd-mpu401-uart         2544   0  (autoclean) [snd-via686]&lt;BR /&gt;snd-rawmidi            11616   0  (autoclean) [snd-mpu401-uart]&lt;BR /&gt;snd-seq-device          3920   0  (autoclean) [snd-rawmidi]&lt;BR /&gt;snd                    23976   0  (autoclean) [snd-via686 snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]&lt;BR /&gt;soundcore               3268   0  (autoclean) [snd]&lt;BR /&gt;&lt;BR /&gt;The sound problem on HP Omnibooks had been discussed prevoously on the Omnibook mailing list.&lt;BR /&gt;&lt;A href="http://www.swiss.ai.mit.edu/projects/omnibook/" target="_blank"&gt;http://www.swiss.ai.mit.edu/projects/omnibook/&lt;/A&gt;&lt;BR /&gt;It is probably worth digging the archives there.&lt;BR /&gt;If everything fails, alsa, OSS plugin, you might have another version of hte VIA onboard sound. HP as a subvendor seems to have fiddled around with the hardware, so it seems.&lt;BR /&gt;My notebook is a European xt1000, which I think is a zt1000 in the states. &lt;BR /&gt;&lt;BR /&gt;I keep my fingers crossed. Hope you get the sound working.&lt;BR /&gt;&lt;BR /&gt;Hauke&lt;BR /&gt;&lt;/PEREX&gt;</description>
      <pubDate>Mon, 08 Apr 2002 06:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680790#M78393</guid>
      <dc:creator>Hauke Busch</dc:creator>
      <dc:date>2002-04-08T06:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680791#M78394</link>
      <description>Thanks a lot Hauke. &lt;BR /&gt;I finally found one post in news groups which helped me fix the problem. It's really a BIG suprise to me that the reason is I did not have ACPI working. After modifying the source code of acpi according to the list, my sound card right now works fantastic with the native driver of 2.4.18 kernel. &lt;BR /&gt;The add-on benefit is I also have some basic acpi support now. (I can not get my apm working on the machine). At least now acpi can let me power off the laptop, shutoff the display. although I can not query the battery status and some events are not handled correctly. &lt;BR /&gt;Again, thanks a lot Hauke. And good luck to you too.</description>
      <pubDate>Mon, 08 Apr 2002 14:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680791#M78394</guid>
      <dc:creator>kankanhu</dc:creator>
      <dc:date>2002-04-08T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680792#M78395</link>
      <description>kankanhu, can you post the url for how to get sound/acp?? working? Ive been trying for some weeks now, and still get the repeating sound, and errors when trying to load acpi (no tables found).&lt;BR /&gt;&lt;BR /&gt;Many Thanks</description>
      <pubDate>Tue, 16 Apr 2002 12:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680792#M78395</guid>
      <dc:creator>Emma_2</dc:creator>
      <dc:date>2002-04-16T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680793#M78396</link>
      <description>Here is a excerpt from the original post on the newsgroup, thanks for the geneous author (however, I lost his name :(&lt;BR /&gt;&lt;BR /&gt;BTW, for me, I am using 2.4.18 kernel without any patch. However, till now, only partial of the acpi works. so if you fully nailed down the acpi problem, do let me know. &lt;BR /&gt;&lt;BR /&gt;Hope it helps. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I got sound and ACPI working on my zt1130 by forcing the ACPI code to&lt;BR /&gt;&amp;gt; treat the FADT table as pre ACPI 2.0.  In&lt;BR /&gt;&amp;gt; src/linux/drivers/acpi/tables/tbconvrt.c, around line 211, force the&lt;BR /&gt;&amp;gt; comparison to always be false:&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; if (0 &amp;amp;&amp;amp; acpi_gbl_FADT-&amp;gt;header.revision &amp;gt;= FADT2_REVISION_ID) {&lt;BR /&gt;&amp;gt;     /* We have an ACPI 2.0 FADT but we must copy it to our local buffer&lt;BR /&gt;&amp;gt;     */&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; The FADT doesn't contain the 64 bit ACPI 2.0 pointers that the code&lt;BR /&gt;&amp;gt; expects. Not sure if this is against the spec, but the code doesn't&lt;BR /&gt;&amp;gt; allow for it. Also not sure how the ACPI affects the sound, but it does.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Apr 2002 14:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680793#M78396</guid>
      <dc:creator>kankanhu</dc:creator>
      <dc:date>2002-04-16T14:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680794#M78397</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;finally I got acpi working last week. The problem seems to be the check of the FADT headers. In order to get ACPI working, check out the pages by Stefan bellon. &lt;A href="http://www.sbellon.de/xt1000.html" target="_blank"&gt;http://www.sbellon.de/xt1000.html&lt;/A&gt;&lt;BR /&gt;He talks about a xt1000 model, but I think the zt's are the US American equivalents of the European XT models. So the advice should apply to you as well. There you can find a patch you must apply to above mentioned tbconvt.c code&lt;BR /&gt;Once ACPI is working, alsa and the kernel sound modules start working like a charm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hauke&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Apr 2002 11:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680794#M78397</guid>
      <dc:creator>Hauke Busch</dc:creator>
      <dc:date>2002-04-19T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: linux sound on zt1190</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680795#M78398</link>
      <description>however, when I first patch acpi in 2.4.18 kernel with the patch released on 4/4/2002 and then applied the patch on that FADT thing, the acpid will not work then ( I downloaded the newest acpid from the sourceforge and recompiled it). &lt;BR /&gt;it says:&lt;BR /&gt;acpid: this kernel does not support proper event file handling.&lt;BR /&gt;Please get the patch from &lt;A href="http://acpid.sourceforge.net" target="_blank"&gt;http://acpid.sourceforge.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I use the acpi without the newest patch from sourceforge, this problem will not happen, although in that case the acpi is only partilally supported. &lt;BR /&gt;&lt;BR /&gt;BTW, I am using zt1180. not sure whether that's the problem. &lt;BR /&gt;</description>
      <pubDate>Fri, 19 Apr 2002 20:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-sound-on-zt1190/m-p/2680795#M78398</guid>
      <dc:creator>kankanhu</dc:creator>
      <dc:date>2002-04-19T20:45:03Z</dc:date>
    </item>
  </channel>
</rss>

