Date: Wed, 11 Aug 1999 16:56:47 -0500 From: "Alejandro Ramirez" <ales@megared.net.mx> To: "Doug" <doemill@shocking.com>, "FreeBSD Question" <question@blink.dhs.org> Cc: "Kenny Drobnack" <kdrobnac@mission.mvnc.edu>, "Eric Lee Green" <elgreen@iname.com>, <freebsd-questions@FreeBSD.ORG> Subject: RE: Ensoniq AudioPCI Not Werking Message-ID: <012b01bee444$685d3300$fca3f9cf@megared.net.mx> References: <Pine.BSI.4.05.9908111418360.22186-100000@fingers.shocking.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Search the mailing archives, I recall one post that says that you have to change the "isa ?" part for "pci ?", Im not sure if this works but I do certanly remember I saw it. P.S. I have never done it, I just saw it. Ales ----- Original Message ----- From: Doug <doemill@shocking.com> To: FreeBSD Question <question@blink.dhs.org> Cc: Kenny Drobnack <kdrobnac@mission.mvnc.edu>; Eric Lee Green <elgreen@iname.com>; <freebsd-questions@FreeBSD.ORG> Sent: Wednesday, August 11, 1999 4:25 PM Subject: Re: Ensoniq AudioPCI Not Werking > Wel, This didnt work for me either! Here is what i get relating to my sound > card in dmesg: > > es1: <AudioPCI ES1370> rev 0x00 int a irq 9 on pci0.10.0 > pcm1: using I/O space register mapping at 0xdcc0 > .... > pcm0 not found > > and in my kernel config file for STINKY i have: > > device pcm0 at isa ? port ? tty irq 9 drq 1 flags 0x0 > > and if i 'cd /dev ; ./MAKEDEV snd0' then cat /dev/audio i get: > > root /dev# cat audio > cat: audio: Device not configured > root /dev# Aug 11 07:22:17 stinky /kernel: pcm0: unit not configured, > perhaps you want pcm1 ? > Aug 11 07:22:17 stinky /kernel: pcm0: unit not configured, perhaps you want > pcm1 ? > > But if i './MAKEDEV snd1' and cat /dev/audio i get all the garbled garbage > like its working, but when i cat an .au to /dev/audio i dont get anything > in the speakers, not a pop or anything, any ideas on what im doing wrong? > this would be great if i could get it working > ps: If i turn 'pnp os' on or off in the bios, it performs the same way, > right now its 'off' > > > > On Wed, 11 Aug 1999, FreeBSD Question wrote: > > > Not sure if there are PNP version of Ensoniq AudioPCI(??? sounds weird, > > PCI devices don't need pnp0) > > but if you turn ON your bios flag "PNP OS Enabled", then probably > > it will say it's detected, but LDN1 is disabled. > > In that case, you edit your /boot/kernel.conf and put appropriate line > > like: > > pnp 1 0 os enable port0 0x123 port2 0x124 irq0 9 drq0 1 drq1 3 > > (dont use above line..that's an example) > > Then it will be enabled. > > > > If you have "PNP OS" to Disabled in the bios, then things will work > > automatically. > > > > As for the card problem, > > IF you are using PCI devices, most likely your snd device will be pcm0 > > (which means you do MAKEDEV snd0) > > but if you have PNP sound card, then pcm0 is there for the support, and > > the kernel will attach pcm1 as the real device. (Later on, it will > > complain address that pcm0 is trying to use is already used..ignore this > > problem) > > and this means you do MAKEDEV snd1 > > > > My Ensoniq AudioPCI worked perfectly well with this configuration, but my > > card might be an old one.. I read somebody mentioned some patch to newer > > cards..try that. > > > > One more thing, DO NOT USE the lines I gave you. I am using 4.0-CURRENT, > > and had to get those line from my configuration. > > Look into the LINT of your version and get them from YOUR file. > > Hope that helps. > > > > Byung > > > > On Wed, 11 Aug 1999, Kenny Drobnack wrote: > > > > > One little problem I noticed on my computer... on the device pcm0 line, > > > you need to have a space between "isa" and the ? > > > Also, I had to go into my BIOS and turn OFF "Plug 'N PLay OS enabled" > > > > > > > didnt work for me, on 3.2-R > > > > > > > > > > > > On Wed, 11 Aug 1999, FreeBSD Question wrote: > > > > > > > > > # Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). > > > > > # You may also wish to enable the pnp controller with this, for pnp > > > > > # sound cards. > > > > > # > > > > > controller pnp0 > > > > > device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 > > > > > > > > > > ------------------------------------------------------- > > > > > Once again, put above lines in your kernel config file and go for it. > > > > > LINT doesn't tell you specifically what kind of kard Luigi's snd code > > > > > supports. it's in the README.cards(?) in the snd directory. > > > > > I've done this since 3.X-RELEASE. > > > > > Luigi's snd code has been the same since then anyway since he stopped > > > > > developing it.(hope I am right??) > > > > > > > > > > Byung > > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > > > > --------------------------------------*******************----------------- ---------------------- > > > | | > > > | Kenny Drobnack | > > > | Student at Mount Vernon Nazarene College | > > > | Major: Computer Science | > > > | Minor: Math | > > > | Working on: Computer Internship at the Public Library of Mount Vernon and Knox County | > > > | | > > > ------------------------------------*********************----------------- ---------------------- > > > > > > Linux Demo Day '99 > > > One Step Closer to World Domination > > > One Day, > > > One World, > > > One Cool Penguin. > > > X X > > > L IIIIIIIIII N N U U X X > > > L I NN N U U X X > > > L I N N N U U X X > > > L I N N N U U X > > > L I N N N U U X X > > > L I N N N U U X X > > > L I N N N U U X X > > > LLLLL IIIIIIIIII N NN UUU X X > > > > > > --------------------------------------***************************--------- --------------------- > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > | Doug > | unix9.org admin > | shocking.com/~doemill/ > > > > 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?012b01bee444$685d3300$fca3f9cf>