Date: Sun, 09 Jan 2000 10:51:37 +0000 From: Otter <otterr@bellsouth.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: config problem? Message-ID: <38786839.7F733F8D@bellsouth.net> References: <20000109103122.71913.qmail@hotmail.com> <20000109182808.A465@bigfoot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
John Indra wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sun, Jan 09, 2000 at 10:31:22AM +0000, jimmy martin wrote: > > | I just set up my sound card(AWE64) and Im trying to run xmms, evertime I run > | it, I get a loud pop and then xmms freezes, I have to kill it and try again > | but it does the same thing. > > Hi... I'm a FreeBSD newbie... > About 2 days ago... I tried to setup a Creative PCI 128 on my > brand new FreeBSD box... > > All I have to define in my kernel config was this: > device pcm0 > > Then I do this after reboot: > # cd /dev ; ./MAKEDEV snd1 > > That's it... > > I don't know whether AWE64 stands on PCI slot or not... If it does, then > maybe you can try my config. > If it stands on ISA slot, drop controller pnp0 and add only this line: > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 I have an ISA AWE64 (you need to change this if yours is a PCI card) and all I use in my kernel is the following: device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15 change the irq if necessary (conflict messages at boot up or in dmesg output) ...and of course, you'll need to rebuild the kernel. The rest of what Mr. Indra put here looks good. My guess is that you left off the "flags" part. Without it, mine would play mpg123 and wavplay, but xmms would puke every time i tried to run it. -Otterr > > > After reboot: # cd /dev ; ./MAKEDEV snd0 > > Hope that helps... > > Regards, > John Indra -- ICQ UIN #26095019 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.0 (FreeBSD) > Comment: Be the best! > > iD8DBQE4eHDIxcp0HIxafmQRAn5CAJwLPHkS8bmDYecr0r9cvzCEDOTi8QCgrIL6 > 53HgcsimhrYD9pfGi4X1Z54= > =lpsb > -----END PGP SIGNATURE----- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38786839.7F733F8D>