Date: Fri, 29 Aug 2008 01:13:08 +0300 From: Alexander Motin <mav@FreeBSD.org> To: Raoul_MXgXlas <rmgls@free.fr>, freebsd-multimedia@freebsd.org Cc: Robert Noland <rnoland@FreeBSD.org> Subject: Re: Hda patch from this day Message-ID: <48B722F4.2050901@FreeBSD.org> In-Reply-To: <20080828151026.4F1A23EA0B0@smtp4-g19.free.fr> References: <20080828151026.4F1A23EA0B0@smtp4-g19.free.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Raoul_MXgXlas wrote: > 2. i can't change recsrc to line, it stays on mic. > .../mixer +rec line -> rec = mic Your ALC260 codec does not support recording from several selected sources same time. So if you try, it will just select first one, probably first one is mic. Use mixer =rec line to select only that source. +rec just tries to add one more source to selected now set. > 3. on mic, the source is the external jack: (line) which is active > and not the internal mic. > > but i can record from this jack, and of course playback. > of course not from the internal mic. > do i miss something here? As I can see from dmesg in one of your mails, you BIOS declares only one available record source - external mic. If you really have more sources - you should give driver a hint where are they and what are they. For example: hint.hdac.0.cad0.nid19.config="as=1 seq=2 device=Mic conn=Fixed" -- Alexander Motin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48B722F4.2050901>