From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 06:39:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36BE916A4BF for ; Fri, 29 Aug 2003 06:39:56 -0700 (PDT) Received: from ns.netophilia.net (ns.netophilia.net [66.96.216.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE9A43FF3 for ; Fri, 29 Aug 2003 06:39:53 -0700 (PDT) (envelope-from freebsd-lists@ns.netophilia.net) Received: from ns.netophilia.net (localhost [127.0.0.1]) by ns.netophilia.net (Postfix) with ESMTP id 5E6BA2A4B8; Fri, 29 Aug 2003 09:39:50 -0400 (EDT) Received: (from freebsd-lists@localhost) by ns.netophilia.net (8.12.9/8.12.9/Submit) id h7TDdhFI004934; Fri, 29 Aug 2003 09:39:43 -0400 (EDT) Date: Fri, 29 Aug 2003 09:39:43 -0400 From: Dan To: Jendos Message-ID: <20030829133943.GB4795@netophilia.net> References: <3F4F2549.3B0875E8@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F4F2549.3B0875E8@yandex.ru> User-Agent: Mutt/1.4.1i Organization: netophilia.net X-rated: All Right! Visit: http://netophilia.net cc: freebsd-questions@freebsd.org Subject: Re: sound X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 13:39:56 -0000 Maybe this will help? http://glou.net/~thomas/pcg-fx301.html Especially this part: Sound support The sound chip is known as AC97. In FreeBSD, recompiling a kernel with device pcm included or even (not sure) using the GENERIC kernel might get sound working. In Linux, you will have to recompile your kernel or use precompiled binaries, namely : sound support (CONFIG_SOUND), and the VIA AC97 audio option (CONFIG_SOUND_VIA82CXXX), as well as its MIDI interface (CONFIG_MIDI_VIA82CXXX). This should be enough. The module to load would be via82cxxx_audio. Looks like you already did that though - Looking on my machine I hae handy right now (4.8) there are several midi options in the kernel config (looked at LINT) - did you check if there are any with 4.5? Jendos extolled: > Hello! > > I'm sorry for my evil english! > > I can't solve problem by myself(crooked hands :) > I have a Microstar P4DCE+ motherboard and freeBSD 4.5 > To enable support my onboard AC'97, I include in my kernel: > > device pcm > options PNPBIOS > > Compile it, reboot and then give a commands: > > dmesg | grep pcm > (pcm0...) > cd /dev > ./MAKEDEV snd0 > > Sound card start to work, but I have no MIDI > (I need midi, because I want to use sequencer programs like: > Muse, Rosegarden, etc) > What can I do? > Thanks for help! > > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- ___ Dan