Re: webcamd rejects audio/oss modules

2013-06-11 Thread Jože Zobec
Yes, I built without snd_uaudio.ko. In order to use the port audio/oss, I had to disable the sound.ko, so I had to exclude it from the kernel, and add it as a module. I agree, that snd_uaudio.ko brought improvements. I like it a lot. But snd_hda.ko, which I use to listen to music make those

Re: webcamd rejects audio/oss modules

2013-06-11 Thread Waitman Gobble
On Tue, 11 Jun 2013 09:23:29 +0200, Jože_Zobec jozze.z...@gmail.com wrote: Yes, I built without snd_uaudio.ko. In order to use the port audio/oss, I had to disable the sound.ko, so I had to exclude it from the kernel, and add it as a module. I agree, that snd_uaudio.ko brought improvements. I

Re: webcamd rejects audio/oss modules

2013-06-11 Thread Jože Zobec
The kernel doesn't build with snd_uaudio.ko if there is sound.ko missing. GENERIC kernel cannot load modules osscore.ko and oss_hdaudio.ko with sound.ko either built in the kernel or loaded as a module. When I tried to load snd_uaudio.ko manually, with both osscore.ko and oss_hdaudio.ko loaded,

Re: webcamd rejects audio/oss modules

2013-06-11 Thread Jože Zobec
When I ran the GENERIC kernel, message that stated I cannot load osscore.ko module stated Starting Open Sound System osscore: Open Sound System conflicts with FreeBSD driver osscore: Please remove sound(4) from the kernel or unload it module_register_init: MOD_LOAD (osscore, 0x818b4010,

Re: webcamd rejects audio/oss modules

2013-06-11 Thread Hans Petter Selasky
On 06/11/13 10:07, Jože Zobec wrote: When I ran the GENERIC kernel, message that stated I cannot load osscore.ko module stated Make sure the audio/oss module is built using the same kernel sources in /sys that is used when you boot. --HPS ___

Re: webcamd rejects audio/oss modules

2013-06-11 Thread Mark Felder
On Tue, Jun 11, 2013, at 2:38, Waitman Gobble wrote: Anyone else notice this behavior? You can't use audio/oss and base audio at the same time. They completely replace each other. I'd certainly expect a panic. ___ freebsd-usb@freebsd.org mailing

Re: webcamd rejects audio/oss modules

2013-06-11 Thread Jože Zobec
I just noticed that audio/oss is no longer maintained. I guess that explains a lot. Last changes were made in 2007. 2013/6/11 Jože Zobec jozze.z...@gmail.com I used # portupgrade -Rrf multimedia/webcamd audio/oss # cd /usr/src # make -j16 buildkernel ; make installkernel # reboot and

Re: webcamd rejects audio/oss modules

2013-06-11 Thread Mark Felder
On Tue, Jun 11, 2013, at 6:40, Jože Zobec wrote: I just noticed that audio/oss is no longer maintained. I guess that explains a lot. Last changes were made in 2007. No, the version number is 4.2 build 2007. That's the latest that the lead developer hannu has released. You should probably go

Re: webcamd rejects audio/oss modules

2013-06-10 Thread Hans Petter Selasky
On 06/10/13 22:39, Jože Zobec wrote: Dear all, my name is Jože Zobec. I am using Logitech Webcam C525. So fare I have been able to use it flawlessly with drivers tat came with the base system. However, those same drivers fared rather poorly when I used them with audio/musicpd, so I tried to use