Re: update of sound infrastructure

2006-10-20 Thread Steve O'Hara-Smith
On Thu, 19 Oct 2006 11:26:53 -0700 walt [EMAIL PROTECTED] wrote: Petr Janda wrote: This error only occurs when I include device sound in the kernel config. Whats wrong with that? From reading Simon's patch I'm guessing that the file opt_isa.h is created on the fly during the

Re: update of sound infrastructure

2006-10-20 Thread Simon 'corecode' Schubert
Petr Janda wrote: This error only occurs when I include device sound in the kernel config. Whats wrong with that? nothing :) i had a mistake in my code. thanks for reporting. i've updated the patch and it should work now. cheers simon -- Serve - BSD +++ RENT this banner

Re: update of sound infrastructure

2006-10-19 Thread Petr Janda
Simon, I get this error when trying to compile kernel with your patch: /usr/src/sys/dev/sound/pcm/channel.c:28:21: opt_isa.h: No such file or directory Petr Simon 'corecode' Schubert wrote: Simon 'corecode' Schubert wrote: Simon 'corecode' Schubert wrote: 2. xmms acts weird (plays fine,

Re: update of sound infrastructure

2006-10-19 Thread Victor Balada Diaz
On Fri, Oct 20, 2006 at 12:37:47AM +1000, Petr Janda wrote: Simon, I get this error when trying to compile kernel with your patch: /usr/src/sys/dev/sound/pcm/channel.c:28:21: opt_isa.h: No such file or directory Do you have ISA support enabled on your kernel config? -- La prueba más

Re: update of sound infrastructure

2006-10-19 Thread Gergo Szakal
Applies and compiles, no errors. I just don't know how to set up audio properly. :-( Does anybody have a howto on this? The handbook seems outdated. I have this card (pciconf -lv): [EMAIL PROTECTED]:31:5:class=0x040100 card=0x1250103c chip=0x24158086 rev=0x02 hdr=0x00 vendor =

Re: update of sound infrastructure

2006-10-19 Thread walt
Petr Janda wrote: This error only occurs when I include device sound in the kernel config. Whats wrong with that? From reading Simon's patch I'm guessing that the file opt_isa.h is created on the fly during the kernel build. I'm also guessing that you might be safer to delete your

Re: update of sound infrastructure

2006-10-19 Thread Gergo Szakal
Mmm, another question: is there some mixer frontend like alsamixer for this sound system?

Re: update of sound infrastructure

2006-10-19 Thread Petr Janda
Done it, but still no fix. Have you guys actually compiled the kernel with device sound or did you load sound.ko module? Petr walt wrote: Petr Janda wrote: This error only occurs when I include device sound in the kernel config. Whats wrong with that? From reading Simon's

Re: update of sound infrastructure

2006-10-18 Thread Simon 'corecode' Schubert
Gergo Szakal wrote: OK, np, then as soon as the preview tag gets slipped, I'll check that one out. The preview tag has already been slipped :) It should apply fine to -Preview. cheers simon -- Serve - BSD +++ RENT this banner advert +++ASCII Ribbon /\ Work - Mac +++ space

Re: update of sound infrastructure

2006-10-18 Thread Simon 'corecode' Schubert
Simon 'corecode' Schubert wrote: Simon 'corecode' Schubert wrote: 2. xmms acts weird (plays fine, but the UI laggs 5-10 seconds) I think it has something to do with poll(2), but I don't know what. maybe somebody could have a look at this (mplayer works fine)? Okay, it is our non-blocking

update of sound infrastructure

2006-10-17 Thread Simon 'corecode' Schubert
hey, I tried updating our sound infrastructure to freebsd-6's one and I included the new HDA driver as well. Please test it, available at http://chlamydia.fs.ei.tum.de/~corecode/unsorted/sound-update.diff (cd /sys; patch -p0 sound-update.diff). It would be nice if we could get it in for

Re: update of sound infrastructure

2006-10-17 Thread Simon 'corecode' Schubert
Gergo Szakal wrote: Can this be applied against 1.6-RELEASE? uh, no, sorry. there were several kernel changes in the mean time. -- Serve - BSD +++ RENT this banner advert +++ASCII Ribbon /\ Work - Mac +++ space for low €€€ NOW!1 +++ Campaign \ / Party Enjoy Relax

Re: update of sound infrastructure

2006-10-17 Thread Gergo Szakal
Simon 'corecode' Schubert wrote: Gergo Szakal wrote: uh, no, sorry. there were several kernel changes in the mean time. OK, np, then as soon as the preview tag gets slipped, I'll check that one out.