From: Tom Hibbert <tom.xen@thoughtcrime.org.nz>
To: xen-devel@lists.xensource.com
Subject: 3.0.2-testing: pci_set_dma_mask, pci_set_consistent_dma_mask(pci, 0x0fffffff) returns < 0 (ICE1712)
Date: Tue, 11 Apr 2006 23:31:33 +1200 [thread overview]
Message-ID: <443B9395.5070307@thoughtcrime.org.nz> (raw)
Hi all,
I'm currently running on Ubuntu Dapper and xen 3.0 testing. I noticed my
sound card didnt work.
I looked in dmesg and found this:
Apr 9 17:49:29 phoenix kernel: [ 27.490852] architecture does not
support 28bit PCI busmaster DMA
Grepping the kernel I came up with this, from sound/pci/ice1712/ice1712.c:
/* check, if we can restrict PCI DMA transfers to 28 bits */
if (pci_set_dma_mask(pci, 0x0fffffff) < 0 ||
pci_set_consistent_dma_mask(pci, 0x0fffffff) < 0) {
snd_printk(KERN_ERR "architecture does not support 28bit
PCI busmaster DMA\n");
pci_disable_device(pci);
return -ENXIO;
}
I commented it out, and the module loaded but I got a burst of static
from the speakers. I suspect that this code is incompatible with Xen.
Why does Xen not allow the dom0 to set these parameters? My development
workstation is my main home box, and I like to have sound on it.
Thanks
Tom
next reply other threads:[~2006-04-11 11:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-11 11:31 Tom Hibbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-04-12 12:14 3.0.2-testing: pci_set_dma_mask, pci_set_consistent_dma_mask(pci, 0x0fffffff) returns < 0 (ICE1712) Ian Pratt
2006-04-12 16:55 ` Keir Fraser
2006-04-12 17:15 ` Stephen C. Tweedie
2006-04-12 17:19 ` Keir Fraser
2006-04-12 18:53 ` Stephen C. Tweedie
2006-04-13 7:46 ` Keir Fraser
2006-04-13 19:05 ` Stephen C. Tweedie
2006-04-14 6:46 ` Keir Fraser
2006-04-14 7:53 ` Molle Bestefich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=443B9395.5070307@thoughtcrime.org.nz \
--to=tom.xen@thoughtcrime.org.nz \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.