Re: Can't get sound to work!

2007-03-05 Thread Vince
Karl Denninger wrote: > Tried to apply that, and got a mess. > > Did you put that on RELENG_6 cleanly? It drops a bunch of files in the top > level SRC directory (NOT under /sys!) if applied against /usr/src; it > appears to apply cleanly but a kernel build subsequent to that fails. > > -- Actua

Re: Can't get sound to work!

2007-03-05 Thread frzburn
Well, here's what I did: I got the files: - sndkld_releng6_amd64_lowlatency.tar.gz (since I use FreeBSD amd64) - soundcard.h - README from http://people.freebsd.org/~ariff/lowlatency/ . Then just follow the README! =) frzburn On 3/5/07, K

Re: Can't get sound to work!

2007-03-05 Thread Karl Denninger
Tried to apply that, and got a mess. Did you put that on RELENG_6 cleanly? It drops a bunch of files in the top level SRC directory (NOT under /sys!) if applied against /usr/src; it appears to apply cleanly but a kernel build subsequent to that fails. -- -- Karl Denninger ([EMAIL PROTECTED]) In

Re: Can't get sound to work!

2007-03-05 Thread Vince
Karl Denninger wrote: > Is there any intent to backport that into -STABLE? > > How ugly would that be to do? > > -- Almost certainly I hope :) if not the patch is available at http://people.freebsd.org/~ariff/snd_RELENG_6_20070305_148_lowlatency.diff.gz doesnt look too ugly for me, and worked wel

Re: Can't get sound to work!

2007-03-04 Thread Karl Denninger
Is there any intent to backport that into -STABLE? How ugly would that be to do? -- -- Karl Denninger ([EMAIL PROTECTED]) Internet Consultant & Kids Rights Activist http://www.denninger.netMy home on the net - links to everything I do! http://scubaforum.org Your UNCENSORED plac

Re: Can't get sound to work!

2007-03-04 Thread frzburn
This works! =D Thank you very much! =) frzburn On 3/4/07, pluknet <[EMAIL PROTECTED]> wrote: On 05/03/07, frzburn <[EMAIL PROTECTED]> wrote: > Hi! > I'm unable to get my sound card working =( > > I first tried kldload snd_ich, since I have a ICH7 chip. But there was no > ``installed device''

Re: Can't get sound to work!

2007-03-04 Thread pluknet
On 05/03/07, frzburn <[EMAIL PROTECTED]> wrote: Hi! I'm unable to get my sound card working =( I first tried kldload snd_ich, since I have a ICH7 chip. But there was no ``installed device'' in /dev/sndstat. So I tried kldload snd_driver, as suggested by the handbook, and I didn't get any result.