Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2011 18:43:05 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        Daniele Mazzotti <kappei84@gmail.com>
Cc:        freebsd-multimedia@freebsd.org, Juergen Lock <nox@jelal.kn-bremen.de>, Andriy Gapon <avg@freebsd.org>
Subject:   Re: skype 2.1.0.81; alternate versions of the Linuxolator v4l2 patches
Message-ID:  <20110522164305.GA40215@triton8.kn-bremen.de>
In-Reply-To: <BANLkTinGGbEzPJrU9MoDdCnevGtB1uro6g@mail.gmail.com>
References:  <20110515140755.6e833cd4@ukr.net> <BANLkTinBPe=1hGsJdPtrB1J2c4o9QxQM%2Bg@mail.gmail.com> <20110515144556.292a0230@ukr.net> <20110515132530.GA6707@tinyCurrent> <4DCFE689.3000904@FreeBSD.org> <BANLkTinsi-aAoyMPGyu_NxRg%2BKfr-gEDdg@mail.gmail.com> <BANLkTinv-iKszN7cJhfhCcU59cAqms1gBA@mail.gmail.com> <201105221532.p4MFWfSL092692@triton8.kn-bremen.de> <BANLkTi=fV2R%2BFqKxYxEti%2BswWqpGdazDoA@mail.gmail.com> <BANLkTinGGbEzPJrU9MoDdCnevGtB1uro6g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 22, 2011 at 06:36:00PM +0200, Daniele Mazzotti wrote:
> Hi,
> I just read the UPDATING and found out this:
> 
> [User@Fermi:/usr/src/sys/modules/sound/sound]# uname -a; sysctl
> compat.linux | head -2; \
> ?     grep OVERRIDE_LINUX_ /etc/make.conf; \
> ?     cat /compat/linux/etc/alsa/pcm/pcm-oss.conf
> FreeBSD Fermi.residential.fw 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun
> May 15 16:16:37 CEST 2011
> User@Fermi.residential.fw:/usr/obj/usr/src/sys/GENERIC  amd64
> compat.linux.oss_version: 198144
> compat.linux.osrelease: 2.6.16
> # pcm-oss plugin configuration
> 
> pcm.oss0 {
> 	type oss
> 	device /dev/dsp0
> 	hint {
> 		description "Open Sound System"
> 	}
> }
> 
> ctl.oss0 {
> 	type oss
> 	device /dev/mixer0
> 	hint {
> 		description "Open Sound System"
> 	}
> }
> 
> 
> 2011/5/22 Daniele Mazzotti <kappei84@gmail.com>:
> > Hi,
> >
> > well audio is now working. What is not working is the microphone. I
> > have made a call test but my mic is mute. I have searched the Internet
> > to find a solution but I am still stuck here! Perhaps an oss issue?
> >
Yes the sound.ko patch mentioned below is needed to get recording
working i.e. the mic, and since you are running 8.2-release you
need to manually apply it:

> [...]

> > 2011/5/22 Juergen Lock <nox@jelal.kn-bremen.de>:
> >> In article <BANLkTinv-iKszN7cJhfhCcU59cAqms1gBA@mail.gmail.com> you write:
> >>>Hi all.
> >> Hi!  (sorry for the late reply...)

> >>> I
> >>>am actually having troubles with audio devices and skype calls but I
> >>>will try get rid of those problems tomorrow.
> >>>
> >>  And in case this is still a problem, instead of upgrading from -release
> >> to -stable you can also try manually applying only the sound.ko fix,
> >>
> >>        http://svnweb.freebsd.org/base?view=revision&revision=221583
> >>
> >> i.e. apply the patch from here:
> >>
> >>        http://svnweb.freebsd.org/base/stable/8/sys/dev/sound/pcm/dsp.c?view=patch&r1=221583&r2=221582&pathrev=221583
> >>
> >> and rebuild and reload your sound.ko, you can do something like this:
> >>
> >>        # cd /usr/src
> >>        # fetch -o - 'http://svnweb.freebsd.org/base/stable/8/sys/dev/sound/pcm/dsp.c?view=patch&r1=221583&r2=221582&pathrev=221583' |patch -p2
> >>                [obviously needs kernel source installed]
> >>        # cd sys/modules/sound/sound
> >>        # make DEBUG_FLAGS=-g install
> >>        # kldunload snd_hda
> >>                [or whichever driver you are using; stop apps using sound first]
> >>        # kldload sound
> >>        # kldload snd_hda

 HTH,
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110522164305.GA40215>