Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 1999 08:44:50 +0900
From:      haro@tk.kubota.co.jp (Munehiro Matsuda)
To:        beaupran@jsp.umontreal.ca, spidey@libdns.qc.ca
Cc:        kaj@raditex.se, freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG
Subject:   Re: Problems with SB16 PnP and FBSD-stable (fwd)
Message-ID:  <19990319084450Y.haro@tk.kubota.co.jp>
In-Reply-To: Your message of "Thu, 18 Mar 1999 10:59:02 -0500 (EST)" <Pine.BSF.3.96.990318105632.388A-100000@freed.libdns.qc.ca>
References:  <Pine.BSF.3.96.990318105632.388A-100000@freed.libdns.qc.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Spidey <spidey@libdns.qc.ca>
Date: Thu, 18 Mar 1999 10:59:02 -0500 (EST)
::I try to disable a lot of devices, without success. I still get no sound.
::
::What do I have here...
::
::pcm1 (SB16pnp <SB16 PnP> sn 0xffffffff) at 0x220-0x22f irq 10 drq 1
::flags 0x15 on isa
::atkbd0 irq 1 on isa
::sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
::sio2 at 0x3e8-0x3ef irq 5 on isa
::pcm0 not probed due to drq conflict with pcm1 at 1
::fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
::wdc0 at 0x1f0-0x1f7 irq 14 on isa
::npx0 on motherboard
::npx0: INT 16 interface
::vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
::
::
::These are about the only devices that I enabled in my kernel, and still...

First. You seem to be using pcm1. So, how about trying:

  # cd /dev
  # ./MAKEDEV snd1

Second. You seem to have conflicting drq set. If you are going to be
using pcm1 as default, how about changing pcm0 setting in config file?

from:

   device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0

to:
   device pcm0

  Haro,
-------------------------------------------------------------------------------
          _ _    Munehiro (haro) Matsuda
-|- /_\  |_|_|   Office of Business Planning & Developement, Kubota Corp.
/|\ |_|  |_|_|	 1-3 Nihonbashi-Muromachi 3-Chome
		 Chuo-ku Tokyo 103, Japan
                 Tel: +81-3-3245-3318  Fax: +81-3-32454-3315
                 Email: haro@tk.kubota.co.jp


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990319084450Y.haro>