From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mario Manno Subject: Re: PCI quirks with via82xx soundcard / sysfs paths Date: Mon, 16 Oct 2006 20:42:53 +0200 Message-ID: <1161024173.5690.33.camel@lila> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, 2006-10-16 at 17:56 +0100, Keir Fraser wrote: > Current pciback driver does not have the 'permissive' module option. Since > yours does, and does not have the replacement 'permissive' and 'quirks' > sysfs files, you must be running an out-of-date domain0 kernel (or at least > the pciback module is out of date). > > Check the build time of your kernel! Thanks a lot, Imho there is something wrong with the debian dependencies of xen-linux-system; kernel xen and hypervisor/utils versions do not match up. I upgraded to a debian unstable kernel (2.6.18-2) and now i can use /etc/xen/xend-pci-quirks.sxp I added the following lines to make the hardware work: (sundance (pci_ids ('1186:1002')) (pci_config_space_fields ('00000054:2:00000000')) ) (snd_via82xx (pci_ids ('1106:3059')) (pci_config_space_fields ('000000c4:2:00000000')) ) -- Mario Manno