From owner-freebsd-current Sun Jan 10 05:27:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20347 for freebsd-current-outgoing; Sun, 10 Jan 1999 05:27:20 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA20340 for ; Sun, 10 Jan 1999 05:27:17 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id MAA16438; Sun, 10 Jan 1999 12:21:02 +0100 From: Luigi Rizzo Message-Id: <199901101121.MAA16438@labinfo.iet.unipi.it> Subject: Re: how to play with pci128 sound card To: c5666305@hkstar.com (Chan Yiu Wah) Date: Sun, 10 Jan 1999 12:21:02 +0100 (MET) Cc: freebsd-current@FreeBSD.ORG In-Reply-To: from "Chan Yiu Wah" at Jan 10, 99 09:21:01 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I recenty got a pci128 sound card (creatative lab) and I don't konw how > play with it. I tried to configure it so that it can be reconigzed by > the system. Which driver should I use ? Can anyone show me his config > file and how to build the device files in /dev. Thanks. you need a -current system with the "pcm" device, then cd /dev ./MAKEDEV snd1 and cat somefile > /dev/audio should produce some audible noise. luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message