From owner-freebsd-mobile Tue Dec 17 3: 0:27 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C669237B401 for ; Tue, 17 Dec 2002 03:00:25 -0800 (PST) Received: from minix.nailed.org (syr-24-59-50-41.twcny.rr.com [24.59.50.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3628143EA9 for ; Tue, 17 Dec 2002 03:00:25 -0800 (PST) (envelope-from jontow@minix.nailed.org) Received: by minix.nailed.org (Postfix, from userid 1000) id 064C076C3; Tue, 17 Dec 2002 06:00:19 -0500 (EST) Date: Tue, 17 Dec 2002 06:00:18 -0500 From: Jonathan Towne To: Nick Jennings Cc: freebsd-mobile@freebsd.org Subject: Re: Libretto Sound Message-ID: <20021217060018.N21746@bd.local> References: <20021216191721.D9337@namodn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20021216191721.D9337@namodn.com>; from nkj@namodn.com on Mon, Dec 16, 2002 at 07:17:21PM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Dec 16, 2002 at 07:17:21PM -0800, Nick Jennings scribbled: # Hi Again, # # Another issue I have been unable to resolve so far has been getting # the sound to work on my Libretto 100ct. # # # Sound Support # device pcm # device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 # # I am able to run 'mpg321' to play an MP3, and it appears to run # throughout the entire length of the song, but no sound come out. # Using 'aumix' to adjust the volume yields no results. try using mixer(8).. its included in the base install. also see below. # When this Libretto ran WinME, I remember the sound worked fine, [snip..eww, ME ;)] # Anyone have a Libretto that can share with me how they got the sound # working? Thanks in advance for any help. Yes, I have a libretto.. but its a 50ct, I also remember having this problem, strangely enough.. sound worked, but all the values in "mixer" were broken and un-modifiable.. just gave errors when I tried. Anyway, it had to do with the way I added "pcm" and "sbc" to my kernel config file.. here is my working line: device pcm0 at isa? irq 5 drq 1 flags 0x0 Please note that this may not work for you, since you have a 100ct, but it is worth a shot (yes, anything I tried that included both pcm and sbc was broken on the libretto, but the example I have just given works great.) However, I don't have much advice on the APM thread.. except, try and get into the BIOS by holding the escape key during the earliest stages of booting, to get a 'keyboard error' .. Anyway, I hope some of this helps.. the libretto is a wonderful little machine that is unmatched in terms of portability and seemingly hardware support, too ;) - Jonathan Towne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message