9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@swtch.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] SoundBlaster 16 on QEMU not working
Date: Tue, 27 Nov 2007 10:45:08 -0500	[thread overview]
Message-ID: <20071127154509.315521E8C22@holo.morphisms.net> (raw)
In-Reply-To: <03F3BCAF-7E98-41EF-BA80-05CFCA51DD44@mac.com>

> Hello. I have, in my QEMU setup, a SoundBlaster 16 audio card to  
> emulate and the line
> 
> 	audio0=sb16
> 
> in my plan9.ini 

What you wrote is equivalent to

	audio=sb16=

The correct line for QEMU is

	audio0=type=sb16

Because you didn't set type=sb16, the audio driver didn't even
bother trying to configure the card.  

You might find that you need to use

	audio0=type=sb16 irq=5 dma=1

but the driver should be able to figure those out for itself,
so try the simpler line first.

Russ


  reply	other threads:[~2007-11-27 15:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-23 17:50 Pietro Gagliardi
2007-11-27 15:45 ` Russ Cox [this message]
2007-11-27 20:23   ` Pietro Gagliardi
2007-11-28  3:20     ` Markus Sonderegger
2007-11-27 22:52       ` Pietro Gagliardi
2007-11-28 14:52         ` Markus Sonderegger
2007-11-28 11:26           ` Pietro Gagliardi
2007-11-28  3:24     ` Markus Sonderegger
2007-11-28  3:35     ` Markus Sonderegger

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=20071127154509.315521E8C22@holo.morphisms.net \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).