From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 27 06:00:54 2014 Received: (at submit) by debbugs.gnu.org; 27 Sep 2014 10:00:54 +0000 Received: from localhost ([127.0.0.1]:53478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXooA-0001JY-Co for submit@debbugs.gnu.org; Sat, 27 Sep 2014 06:00:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34095) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XXoo8-0001JQ-LB for submit@debbugs.gnu.org; Sat, 27 Sep 2014 06:00:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXonz-000452-BL for submit@debbugs.gnu.org; Sat, 27 Sep 2014 06:00:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXonz-00042r-7z for submit@debbugs.gnu.org; Sat, 27 Sep 2014 06:00:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXonk-00005B-VX for bug-guix@gnu.org; Sat, 27 Sep 2014 06:00:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXonb-0003tk-Pl for bug-guix@gnu.org; Sat, 27 Sep 2014 06:00:28 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:38672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXonb-0003rf-4g for bug-guix@gnu.org; Sat, 27 Sep 2014 06:00:19 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9591B1E7B for ; Sat, 27 Sep 2014 12:00:12 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pPAlEKhj3rNo for ; Sat, 27 Sep 2014 12:00:12 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4AEED1E61 for ; Sat, 27 Sep 2014 12:00:12 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: bug-guix@gnu.org Subject: Sound card codec module not loaded X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 =?utf-8?Q?Vend=C3=A9miaire?= an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Sat, 27 Sep 2014 12:00:14 +0200 Message-ID: <87h9ztidsh.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.7 (-----) As of f36afe4 (Linux-libre 3.16.3, eudev 1.9), the codec module of my sound card doesn=E2=80=99t get loaded. =E2=80=98lspci=E2=80=99 identifies the device as: --8<---------------cut here---------------start------------->8--- 00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family= High Definition Audio Controller (rev 04) Subsystem: Dell Device 0492 Flags: bus master, fast devsel, latency 0, IRQ 46 Memory at e2e60000 (64-bit, non-prefetchable) [size=3D16K] Capabilities: [50] Power Management version 2 Capabilities: [60] MSI: Enable+ Count=3D1/1 Maskable- 64bit+ Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00 Capabilities: [100] Virtual Channel Capabilities: [130] Root Complex Link Kernel driver in use: snd_hda_intel --8<---------------cut here---------------end--------------->8--- To work around the problem, I end up running this sequence: --8<---------------cut here---------------start------------->8--- # rmmod snd-hda-codec-analog snd-hda-codec-generic snd-hda-intel snd-hda-co= ntroller snd-hda-codec snd-hwdep snd-pcm snd-timer snd soundcore rmmod: ERROR: Module snd_hda_codec_analog is not currently loaded rmmod: ERROR: Module snd_hda_codec_generic is not currently loaded # modprobe snd-hda-codec-idt # udevadm trigger --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 06 13:30:42 2014 Received: (at 18571) by debbugs.gnu.org; 6 Oct 2014 17:30:42 +0000 Received: from localhost ([127.0.0.1]:35974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbC7N-0000YH-UX for submit@debbugs.gnu.org; Mon, 06 Oct 2014 13:30:42 -0400 Received: from q-static-134-174.avvanta.com ([206.124.134.174]:37839 helo=bluehome.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbC7L-0000Y4-Fh for 18571@debbugs.gnu.org; Mon, 06 Oct 2014 13:30:40 -0400 Received: by bluehome.net (Postfix, from userid 1000) id D934D780367; Mon, 6 Oct 2014 10:30:35 -0700 (PDT) From: "Jason Self" Subject: dmesg please To: 18571@debbugs.gnu.org Message-Id: <1412616635.10607@bluehome.net> Date: Mon, 06 Oct 2014 10:30:35 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1412616635" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18571 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This is a multi-part message in MIME format. --bound1412616635 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit I'd love to see some output from the boot process, like a dmesg or something. Perhaps it will help provide some clues. --bound1412616635-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 06 16:31:12 2014 Received: (at 18571) by debbugs.gnu.org; 6 Oct 2014 20:31:12 +0000 Received: from localhost ([127.0.0.1]:36022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbEw2-00058z-I2 for submit@debbugs.gnu.org; Mon, 06 Oct 2014 16:31:11 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:41383) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbEvy-00058n-Q5 for 18571@debbugs.gnu.org; Mon, 06 Oct 2014 16:31:09 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 66BCB3C87; Mon, 6 Oct 2014 22:31:05 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l8NzMmC5wzq9; Mon, 6 Oct 2014 22:31:05 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 897381CD8; Mon, 6 Oct 2014 22:31:04 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Jason Self" Subject: Re: bug#18571: dmesg please References: <87h9ztidsh.fsf@gnu.org> <1412616635.10607@bluehome.net> Date: Mon, 06 Oct 2014 22:31:10 +0200 In-Reply-To: <1412616635.10607@bluehome.net> (Jason Self's message of "Mon, 06 Oct 2014 10:30:35 -0700 (PDT)") Message-ID: <878uktvt2p.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18571 Cc: 18571@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Here=E2=80=99s an excerpt from dmesg: --8<---------------cut here---------------start------------->8--- [ 5.680537] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X [ 5.689448] sound hdaudioC0D0: No codec parser is available [ 5.689646] sound hdaudioC0D3: No codec parser is available --8<---------------cut here---------------end--------------->8--- Then, when I do the rmmod/modprobe/udevadm dance I described, I see: --8<---------------cut here---------------start------------->8--- [12995.487160] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X [12995.488900] Error: Driver 'pcspkr' is already registered, aborting... [12995.496208] sound hdaudioC0D0: autoconfig: line_outs=3D1 (0xe/0x0/0x0/0x= 0/0x0) type:line [12995.496213] sound hdaudioC0D0: speaker_outs=3D1 (0xd/0x0/0x0/0x0/0x0) [12995.496216] sound hdaudioC0D0: hp_outs=3D1 (0xb/0x0/0x0/0x0/0x0) [12995.496218] sound hdaudioC0D0: mono: mono_out=3D0x0 [12995.496220] sound hdaudioC0D0: inputs: [12995.496222] sound hdaudioC0D0: Dock Mic=3D0xf [12995.496225] sound hdaudioC0D0: Internal Mic=3D0x11 [12995.496227] sound hdaudioC0D0: Mic=3D0xa [12995.500750] sound hdaudioC0D3: ignore pin 0x7, too many assigned pins [12995.500755] sound hdaudioC0D3: autoconfig: line_outs=3D0 (0x0/0x0/0x0/0x= 0/0x0) type:line [12995.500757] sound hdaudioC0D3: speaker_outs=3D0 (0x0/0x0/0x0/0x0/0x0) [12995.500760] sound hdaudioC0D3: hp_outs=3D0 (0x0/0x0/0x0/0x0/0x0) [12995.500762] sound hdaudioC0D3: mono: mono_out=3D0x0 [12995.500764] sound hdaudioC0D3: dig-out=3D0x5/0x6 [12995.500766] sound hdaudioC0D3: inputs: [12995.528202] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00= :1b.0/sound/card0/input13 [12995.528250] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0= /sound/card0/input14 [12995.528304] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/00= 00:00:1b.0/sound/card0/input15 [12995.528346] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:0= 0:1b.0/sound/card0/input16 [12995.528385] input: HDA Intel PCH HDMI as /devices/pci0000:00/0000:00:1b.= 0/sound/card0/input17 [12995.528425] input: HDA Intel PCH HDMI as /devices/pci0000:00/0000:00:1b.= 0/sound/card0/input18 --8<---------------cut here---------------end--------------->8--- An additional data point: --8<---------------cut here---------------start------------->8--- $ cat /proc/asound/card0/codec\#* Codec: IDT 92HD90BXX Address: 0 AFG Function Id: 0x1 (unsol 1) Vendor Id: 0x111d76e7 Subsystem Id: 0x10280492 Revision Id: 0x100102 No Modem Function Group found Default PCM: rates [0x5e0]: 44100 48000 88200 96000 192000 bits [0xe]: 16 20 24 formats [0x1]: PCM Default Amp-In caps: ofs=3D0x00, nsteps=3D0x03, stepsize=3D0x27, mute=3D0 Default Amp-Out caps: ofs=3D0x7f, nsteps=3D0x7f, stepsize=3D0x02, mute=3D1 State of AFG node 0x01: Power states: D0 D1 D2 D3 D3cold S3D3cold CLKSTOP EPSS Power: setting=3DD0, actual=3DD0 GPIO: io=3D5, o=3D0, i=3D0, unsolicited=3D1, wake=3D1 IO[0]: enable=3D0, dir=3D0, wake=3D0, sticky=3D0, data=3D0, unsol=3D0 IO[1]: enable=3D0, dir=3D0, wake=3D0, sticky=3D0, data=3D0, unsol=3D0 IO[2]: enable=3D0, dir=3D0, wake=3D0, sticky=3D0, data=3D0, unsol=3D0 IO[3]: enable=3D0, dir=3D0, wake=3D0, sticky=3D0, data=3D0, unsol=3D0 IO[4]: enable=3D0, dir=3D0, wake=3D0, sticky=3D0, data=3D0, unsol=3D0 Power-Map: 0x75 Node 0x0a [Pin Complex] wcaps 0x400583: Stereo Amp-In Control: name=3D"Mic Boost Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DIn, idx=3D0, ofs=3D0 Control: name=3D"Mic Jack", index=3D0, device=3D0 Amp-In caps: N/A Amp-In vals: [0x00 0x00] Pincap 0x0001173c: IN OUT HP EAPD Detect Vref caps: HIZ 50 GRD 80 EAPD 0x2: EAPD Pin Default 0x03a11020: [Jack] Mic at Ext Left Conn =3D 1/8, Color =3D Black DefAssociation =3D 0x2, Sequence =3D 0x0 Pin-ctls: 0x24: IN VREF_80 Unsolicited: tag=3D04, enabled=3D1 Power states:=20 Power: setting=3DD0, actual=3DD0 Connection: 3 0x13* 0x14 0x1c Node 0x0b [Pin Complex] wcaps 0x400581: Stereo Control: name=3D"Headphone Jack", index=3D0, device=3D0 Pincap 0x0001001c: OUT HP EAPD Detect EAPD 0x2: EAPD Pin Default 0x0321101f: [Jack] HP Out at Ext Left Conn =3D 1/8, Color =3D Black DefAssociation =3D 0x1, Sequence =3D 0xf Pin-ctls: 0xc0: OUT HP Unsolicited: tag=3D01, enabled=3D1 Power states:=20 Power: setting=3DD0, actual=3DD0 Connection: 3 0x13 0x14* 0x1c Node 0x0c [Pin Complex] wcaps 0x400583: Stereo Amp-In Amp-In caps: N/A Amp-In vals: [0x00 0x00] Pincap 0x00010034: IN OUT EAPD Detect EAPD 0x2: EAPD Pin Default 0x400000f0: [N/A] Line Out at Ext N/A Conn =3D Unknown, Color =3D Unknown DefAssociation =3D 0xf, Sequence =3D 0x0 Pin-ctls: 0x00: Unsolicited: tag=3D00, enabled=3D0 Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 3 0x13* 0x14 0x1c Node 0x0d [Pin Complex] wcaps 0x400501: Stereo Control: name=3D"Speaker Phantom Jack", index=3D0, device=3D0 Pincap 0x00010050: OUT EAPD Balanced EAPD 0x2: EAPD Pin Default 0x90170110: [Fixed] Speaker at Int N/A Conn =3D Analog, Color =3D Unknown DefAssociation =3D 0x1, Sequence =3D 0x0 Misc =3D NO_PRESENCE Pin-ctls: 0x00: Power states:=20 Power: setting=3DD0, actual=3DD0 Connection: 3 0x13* 0x14 0x1c Node 0x0e [Pin Complex] wcaps 0x400581: Stereo Control: name=3D"Dock Line Out Jack", index=3D0, device=3D0 Pincap 0x0001001c: OUT HP EAPD Detect EAPD 0x2: EAPD Pin Default 0x23011050: [Jack] Line Out at Sep Left Conn =3D 1/8, Color =3D Black DefAssociation =3D 0x5, Sequence =3D 0x0 Pin-ctls: 0x00: Unsolicited: tag=3D02, enabled=3D1 Power states:=20 Power: setting=3DD0, actual=3DD0 Connection: 3 0x13* 0x14 0x1c Node 0x0f [Pin Complex] wcaps 0x400483: Stereo Amp-In Control: name=3D"Dock Mic Boost Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DIn, idx=3D0, ofs=3D0 Control: name=3D"Dock Mic Jack", index=3D0, device=3D0 Amp-In caps: N/A Amp-In vals: [0x00 0x00] Pincap 0x00000024: IN Detect Pin Default 0x23a1102e: [Jack] Mic at Sep Left Conn =3D 1/8, Color =3D Black DefAssociation =3D 0x2, Sequence =3D 0xe Pin-ctls: 0x20: IN Unsolicited: tag=3D03, enabled=3D1 Power states:=20 Power: setting=3DD0, actual=3DD0 Node 0x10 [Pin Complex] wcaps 0x400500: Mono Pincap 0x00000010: OUT Pin Default 0x400000f3: [N/A] Line Out at Ext N/A Conn =3D Unknown, Color =3D Unknown DefAssociation =3D 0xf, Sequence =3D 0x3 Pin-ctls: 0x00: Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 1 0x1a Node 0x11 [Pin Complex] wcaps 0x400483: Stereo Amp-In Control: name=3D"Internal Mic Boost Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DIn, idx=3D0, ofs=3D0 Control: name=3D"Internal Mic Phantom Jack", index=3D0, device=3D0 Amp-In caps: N/A Amp-In vals: [0x00 0x00] Pincap 0x00000024: IN Detect Pin Default 0xd5a30130: [Both] Mic at Int Top Conn =3D ATAPI, Color =3D Unknown DefAssociation =3D 0x3, Sequence =3D 0x0 Misc =3D NO_PRESENCE Pin-ctls: 0x20: IN Unsolicited: tag=3D00, enabled=3D0 Power states:=20 Power: setting=3DD0, actual=3DD0 Node 0x12 [Vendor Defined Widget] wcaps 0xf00503: Stereo Amp-In Amp-In caps: N/A Amp-In vals: [0x00 0x00] Power states:=20 Power: setting=3DD0, actual=3DD0 Connection: 1 0x20 Node 0x13 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L Control: name=3D"PCM Playback Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DOut, idx=3D0, ofs=3D0 Control: name=3D"PCM Playback Switch", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DOut, idx=3D0, ofs=3D0 Device: name=3D"92HD90BXX Analog", type=3D"Audio", device=3D0 Amp-Out caps: N/A Amp-Out vals: [0x63 0x63] Converter: stream=3D8, channel=3D0 Power states:=20 Power: setting=3DD0, actual=3DD0 Delay: 13 samples Node 0x14 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L Control: name=3D"Headphone Playback Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DOut, idx=3D0, ofs=3D0 Control: name=3D"Headphone Playback Switch", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DOut, idx=3D0, ofs=3D0 Amp-Out caps: N/A Amp-Out vals: [0x63 0x63] Converter: stream=3D8, channel=3D0 Power states:=20 Power: setting=3DD0, actual=3DD0 Delay: 13 samples Node 0x15 [Audio Input] wcaps 0x1d0541: Stereo Device: name=3D"92HD90BXX Analog", type=3D"Audio", device=3D0 Converter: stream=3D0, channel=3D0 SDI-Select: 0 Power states:=20 Power: setting=3DD0, actual=3DD0 Delay: 13 samples Connection: 1 0x17 Processing caps: benign=3D0, ncoeff=3D0 Node 0x16 [Audio Input] wcaps 0x1d0541: Stereo Converter: stream=3D0, channel=3D0 SDI-Select: 0 Power states:=20 Power: setting=3DD3, actual=3DD3 Delay: 13 samples Connection: 1 0x18 Processing caps: benign=3D0, ncoeff=3D0 Node 0x17 [Audio Selector] wcaps 0x300d0d: Stereo Amp-Out R/L Control: name=3D"Capture Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DOut, idx=3D0, ofs=3D0 Control: name=3D"Capture Switch", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DOut, idx=3D0, ofs=3D0 Amp-Out caps: ofs=3D0x10, nsteps=3D0x2e, stepsize=3D0x03, mute=3D1 Amp-Out vals: [0x0d 0x0d] Power states:=20 Power: setting=3DD0, actual=3DD0 Connection: 6 0x1b 0x0a 0x0c 0x0f 0x11* 0x12 Node 0x18 [Audio Selector] wcaps 0x300d0d: Stereo Amp-Out R/L Amp-Out caps: ofs=3D0x10, nsteps=3D0x2e, stepsize=3D0x03, mute=3D1 Amp-Out vals: [0x90 0x90] Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 6 0x1b* 0x0a 0x0c 0x0f 0x11 0x12 Node 0x19 [Audio Selector] wcaps 0x300501: Stereo Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 3 0x13* 0x14 0x1c Node 0x1a [Audio Mixer] wcaps 0x200500: Mono Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 1 0x19 Node 0x1b [Audio Mixer] wcaps 0x20050b: Stereo Amp-In Control: name=3D"Dock Mic Playback Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DIn, idx=3D4, ofs=3D0 Control: name=3D"Dock Mic Playback Switch", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DIn, idx=3D4, ofs=3D0 Control: name=3D"Mic Playback Volume", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DIn, idx=3D2, ofs=3D0 Control: name=3D"Mic Playback Switch", index=3D0, device=3D0 ControlAmp: chs=3D3, dir=3DIn, idx=3D2, ofs=3D0 Amp-In caps: ofs=3D0x17, nsteps=3D0x1f, stepsize=3D0x05, mute=3D1 Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] Power states:=20 Power: setting=3DD0, actual=3DD0 Connection: 5 0x13 0x14 0x0a 0x0c 0x0f Node 0x1c [Audio Selector] wcaps 0x30050d: Stereo Amp-Out Amp-Out caps: ofs=3D0x1f, nsteps=3D0x1f, stepsize=3D0x05, mute=3D1 Amp-Out vals: [0x80 0x80] Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 1 0x1b Node 0x1d [Audio Output] wcaps 0x4061d: Stereo Digital Amp-Out Amp-Out caps: ofs=3D0x00, nsteps=3D0x00, stepsize=3D0x00, mute=3D1 Amp-Out vals: [0x00 0x00] Converter: stream=3D0, channel=3D0 Digital: Digital category: 0x0 IEC Coding Type: 0x0 PCM: rates [0x5e0]: 44100 48000 88200 96000 192000 bits [0xe]: 16 20 24 formats [0x5]: PCM AC3 Power states:=20 Power: setting=3DD3, actual=3DD3 Delay: 4 samples Node 0x1e [Audio Output] wcaps 0x4061d: Stereo Digital Amp-Out Amp-Out caps: ofs=3D0x00, nsteps=3D0x00, stepsize=3D0x00, mute=3D1 Amp-Out vals: [0x00 0x00] Converter: stream=3D0, channel=3D0 Digital: Digital category: 0x0 IEC Coding Type: 0x0 PCM: rates [0x5e0]: 44100 48000 88200 96000 192000 bits [0xe]: 16 20 24 formats [0x5]: PCM AC3 Power states:=20 Power: setting=3DD3, actual=3DD3 Delay: 4 samples Node 0x1f [Pin Complex] wcaps 0x400781: Stereo Digital Pincap 0x00000014: OUT Detect Pin Default 0x400000f0: [N/A] Line Out at Ext N/A Conn =3D Unknown, Color =3D Unknown DefAssociation =3D 0xf, Sequence =3D 0x0 Pin-ctls: 0x00: Unsolicited: tag=3D00, enabled=3D0 Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 1 0x1d Node 0x20 [Pin Complex] wcaps 0x400781: Stereo Digital Pincap 0x00000034: IN OUT Detect Pin Default 0x400000f0: [N/A] Line Out at Ext N/A Conn =3D Unknown, Color =3D Unknown DefAssociation =3D 0xf, Sequence =3D 0x0 Pin-ctls: 0x00: Unsolicited: tag=3D00, enabled=3D0 Power states:=20 Power: setting=3DD3, actual=3DD3 Connection: 1 0x1e Node 0x21 [Beep Generator Widget] wcaps 0x70040c: Mono Amp-Out Control: name=3D"Beep Playback Switch", index=3D0, device=3D0 ControlAmp: chs=3D1, dir=3DOut, idx=3D0, ofs=3D0 Control: name=3D"Beep Playback Volume", index=3D0, device=3D0 ControlAmp: chs=3D1, dir=3DOut, idx=3D0, ofs=3D0 Amp-Out caps: ofs=3D0x03, nsteps=3D0x03, stepsize=3D0x17, mute=3D1 Amp-Out vals: [0x01] Power states:=20 Power: setting=3DD0, actual=3DD0 Node 0x22 [Vendor Defined Widget] wcaps 0xf00001: Stereo Codec: Intel ID 2805 Address: 3 AFG Function Id: 0x1 (unsol 0) Vendor Id: 0x80862805 Subsystem Id: 0x80860101 Revision Id: 0x100000 No Modem Function Group found Default PCM: rates [0x0]: bits [0x0]: formats [0x0]: Default Amp-In caps: N/A Default Amp-Out caps: N/A State of AFG node 0x01: Power states: D0 D3 CLKSTOP EPSS Power: setting=3DD0, actual=3DD0, Clock-stop-OK GPIO: io=3D0, o=3D0, i=3D0, unsolicited=3D0, wake=3D0 Node 0x02 [Audio Output] wcaps 0x6611: 8-Channels Digital Control: name=3D"IEC958 Playback Con Mask", index=3D0, device=3D0 Control: name=3D"IEC958 Playback Pro Mask", index=3D0, device=3D0 Control: name=3D"IEC958 Playback Default", index=3D0, device=3D0 Control: name=3D"IEC958 Playback Switch", index=3D0, device=3D0 Device: name=3D"ID 2805 Digital", type=3D"HDMI", device=3D3 Converter: stream=3D0, channel=3D0 Digital: Enabled Digital category: 0x0 IEC Coding Type: 0x0 PCM: rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000 bits [0x1e]: 16 20 24 32 formats [0x5]: PCM AC3 Power states: D0 D3 EPSS Power: setting=3DD0, actual=3DD0 Node 0x03 [Audio Output] wcaps 0x6611: 8-Channels Digital Converter: stream=3D0, channel=3D0 Digital: Enabled Digital category: 0x0 IEC Coding Type: 0x0 PCM: rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000 bits [0x1e]: 16 20 24 32 formats [0x5]: PCM AC3 Power states: D0 D3 EPSS Power: setting=3DD0, actual=3DD0 Node 0x04 [Audio Output] wcaps 0x6611: 8-Channels Digital Converter: stream=3D0, channel=3D0 Digital: Enabled Digital category: 0x0 IEC Coding Type: 0x0 PCM: rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000 bits [0x1e]: 16 20 24 32 formats [0x5]: PCM AC3 Power states: D0 D3 EPSS Power: setting=3DD0, actual=3DD0 Node 0x05 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP Control: name=3D"HDMI Jack", index=3D0, device=3D0 Amp-Out caps: ofs=3D0x00, nsteps=3D0x00, stepsize=3D0x00, mute=3D1 Amp-Out vals: [0x00 0x00] Pincap 0x09000094: OUT Detect HBR HDMI DP Pin Default 0x18560010: [Jack] Digital Out at Int HDMI Conn =3D Digital, Color =3D Unknown DefAssociation =3D 0x1, Sequence =3D 0x0 Pin-ctls: 0x40: OUT Unsolicited: tag=3D01, enabled=3D1 Power states: D0 D3 EPSS Power: setting=3DD0, actual=3DD0 Connection: 1 0x02 Node 0x06 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP Control: name=3D"HDMI Jack", index=3D1, device=3D0 Amp-Out caps: ofs=3D0x00, nsteps=3D0x00, stepsize=3D0x00, mute=3D1 Amp-Out vals: [0x00 0x00] Pincap 0x09000094: OUT Detect HBR HDMI DP Pin Default 0x18560020: [Jack] Digital Out at Int HDMI Conn =3D Digital, Color =3D Unknown DefAssociation =3D 0x2, Sequence =3D 0x0 Pin-ctls: 0x40: OUT Unsolicited: tag=3D02, enabled=3D1 Power states: D0 D3 EPSS Power: setting=3DD0, actual=3DD0 Connection: 1 0x03 Node 0x07 [Pin Complex] wcaps 0x40778d: 8-Channels Digital Amp-Out CP Amp-Out caps: ofs=3D0x00, nsteps=3D0x00, stepsize=3D0x00, mute=3D1 Amp-Out vals: [0x00 0x80] Pincap 0x09000094: OUT Detect HBR HDMI DP Pin Default 0x18560030: [Jack] Digital Out at Int HDMI Conn =3D Digital, Color =3D Unknown DefAssociation =3D 0x3, Sequence =3D 0x0 Pin-ctls: 0x40: OUT Unsolicited: tag=3D00, enabled=3D0 Power states: D0 D3 EPSS Power: setting=3DD0, actual=3DD0 Connection: 1 0x04 Node 0x08 [Vendor Defined Widget] wcaps 0xf00000: Mono --8<---------------cut here---------------end--------------->8--- HTH, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 06 19:14:03 2014 Received: (at 18571) by debbugs.gnu.org; 6 Oct 2014 23:14:03 +0000 Received: from localhost ([127.0.0.1]:36046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbHTe-0000jN-M9 for submit@debbugs.gnu.org; Mon, 06 Oct 2014 19:14:02 -0400 Received: from q-static-134-174.avvanta.com ([206.124.134.174]:38303 helo=bluehome.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbHTb-0000io-Pk for 18571@debbugs.gnu.org; Mon, 06 Oct 2014 19:14:01 -0400 Received: by bluehome.net (Postfix, from userid 1000) id 898B7780367; Mon, 6 Oct 2014 16:13:56 -0700 (PDT) From: "Jason Self" Subject: Re: bug#18571: dmesg please To: 18571@debbugs.gnu.org Message-Id: <1412637235.23467@bluehome.net> In-Reply-To: <878uktvt2p.fsf@gnu.org> Date: Mon, 06 Oct 2014 16:13:56 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="bound1412637236" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18571 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This is a multi-part message in MIME format. --bound1412637236 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Oops, forgot to reply to the bug: It would be interesting to know if you continue to have problems with the new version of eudev that was just added. --bound1412637236 Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJUMyIzAAoJEJ0NsxtUWjGY7KUP/0Fm3+Mpty7eOt0CfCq5qFW8 3wp9Ucs1jhC+xUycqc6xQKxRs35TOr5ydoj+z8oXhJEIzZuYdnuHpR2NuhfrVJw5 B+WPUKRL5R1Lw5olInTY+AJAWI5rhNJdT0amphgLv162NBsqK5baScNsT/qyLeRQ coC7BFtQzoK2ukr3kKwDs8QsXzkU35lUAPqiYoZUl8sB0B+ix6Si9hc+kkbmiUgB r0pnK9AFEiw74Hv8ZWdKq8OBYlO3SN0BHv7PVIqkpZlW/ycNzUEX/1b8MpeCEa17 UsiufBjg1h2q4eSCUoFsq/O9wrdx6m473Pn/3yKxt3+CF4k3KDj5gS4L7cReuFpk jEL8GZhuHi4DCYXU6W/U0WXth/BrQKhlG3StmWWOZ4Eg87nw95OWHVlEECDLyOLh eO4Lm/rQW9GyfBKwIQNcRS75g8YA67qeDf4GDpF7T0EBKv1uujyj04TOcVVPf3/s eW4cWI9mxHzyp2EOruUeSh4A1iMWhY48euFJvskzntBoe7XpIO5j2QxsK5DvEYa2 O+y4R94PwdNHuk0vi/Uj+gPmJmsJKw6ekcsax5wKsaun9QYlve9gN40LBesIhO3K s0Vva64eS5F9IcPlR2y/m8ic0hwFM/rEMUom1lEfXi1sJEw/83qLO2rVcQcMdsSu 6iuL7bzEaaaoI2DYuaCG =2w53 -----END PGP SIGNATURE----- --bound1412637236-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 07 04:38:50 2014 Received: (at 18571) by debbugs.gnu.org; 7 Oct 2014 08:38:50 +0000 Received: from localhost ([127.0.0.1]:36150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbQID-0001dd-Aq for submit@debbugs.gnu.org; Tue, 07 Oct 2014 04:38:49 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:42001) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbQI6-0001dN-Fi for 18571@debbugs.gnu.org; Tue, 07 Oct 2014 04:38:43 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E683C3C73; Tue, 7 Oct 2014 10:38:39 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KJiJ2LRMSXzs; Tue, 7 Oct 2014 10:38:39 +0200 (CEST) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id ACE7C1C61; Tue, 7 Oct 2014 10:38:39 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Jason Self" Subject: Re: bug#18571: dmesg please References: <87h9ztidsh.fsf@gnu.org> <1412637235.23467@bluehome.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 16 =?utf-8?Q?Vend=C3=A9miaire?= an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Tue, 07 Oct 2014 10:38:46 +0200 In-Reply-To: <1412637235.23467@bluehome.net> (Jason Self's message of "Mon, 06 Oct 2014 16:13:56 -0700 (PDT)") Message-ID: <87sij0gtpl.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: "Jason Self" skribis: > It would be interesting to know if you continue to have problems with > the new version of eudev that was just added. Just upgraded to eudev 1.10, and it makes no difference. [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.3 URIBL_RHS_DOB Contains an URI of a new domain (Day Old Bread) [URIs: bluehome.net] X-Debbugs-Envelope-To: 18571 Cc: 18571@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: "Jason Self" skribis: > It would be interesting to know if you continue to have problems with > the new version of eudev that was just added. Just upgraded to eudev 1.10, and it makes no difference. [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.3 URIBL_RHS_DOB Contains an URI of a new domain (Day Old Bread) [URIs: bluehome.net] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) "Jason Self" skribis: > It would be interesting to know if you continue to have problems with > the new version of eudev that was just added. Just upgraded to eudev 1.10, and it makes no difference. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 03 02:52:11 2014 Received: (at 18571-done) by debbugs.gnu.org; 3 Nov 2014 07:52:11 +0000 Received: from localhost ([127.0.0.1]:46755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XlCQs-0002bz-En for submit@debbugs.gnu.org; Mon, 03 Nov 2014 02:52:10 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:36560) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XlCQp-0002bn-Un for 18571-done@debbugs.gnu.org; Mon, 03 Nov 2014 02:52:09 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B75D63EE9 for <18571-done@debbugs.gnu.org>; Mon, 3 Nov 2014 08:52:05 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iZx2A51oH3eG for <18571-done@debbugs.gnu.org>; Mon, 3 Nov 2014 08:52:05 +0100 (CET) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 821E82E04 for <18571-done@debbugs.gnu.org>; Mon, 3 Nov 2014 08:52:05 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: 18571-done@debbugs.gnu.org Subject: Re: bug#18571: Sound card codec module not loaded References: <87h9ztidsh.fsf@gnu.org> Date: Mon, 03 Nov 2014 08:52:28 +0100 In-Reply-To: <87h9ztidsh.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 27 Sep 2014 12:00:14 +0200") Message-ID: <87h9ygvhz7.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18571-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) This was also fixed by commit d460204 (so it=E2=80=99s a duplicate of .) Now I get this directly when booting: --8<---------------cut here---------------start------------->8--- [ 5.632899] snd_hda_intel 0000:00:1b.0: irq 30 for MSI/MSI-X [ 5.759840] sound hdaudioC0D0: autoconfig: line_outs=3D1 (0xe/0x0/0x0/0x= 0/0x0) type:line [ 5.759872] sound hdaudioC0D0: speaker_outs=3D1 (0xd/0x0/0x0/0x0/0x0) [ 5.759894] sound hdaudioC0D0: hp_outs=3D1 (0xb/0x0/0x0/0x0/0x0) [ 5.759913] sound hdaudioC0D0: mono: mono_out=3D0x0 [ 5.759929] sound hdaudioC0D0: inputs: [ 5.759944] sound hdaudioC0D0: Dock Mic=3D0xf [ 5.760767] sound hdaudioC0D0: Internal Mic=3D0x11 [ 5.761572] sound hdaudioC0D0: Mic=3D0xa --8<---------------cut here---------------end--------------->8--- Closing the bug! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 03 02:52:49 2014 Received: (at request) by debbugs.gnu.org; 3 Nov 2014 07:52:49 +0000 Received: from localhost ([127.0.0.1]:46758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XlCRV-0002d1-1j for submit@debbugs.gnu.org; Mon, 03 Nov 2014 02:52:49 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:36563) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XlCRT-0002cq-FY for request@debbugs.gnu.org; Mon, 03 Nov 2014 02:52:47 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D02173EE9 for ; Mon, 3 Nov 2014 08:52:46 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qKsvJWpeQSbd for ; Mon, 3 Nov 2014 08:52:46 +0100 (CET) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 9E2C12E04 for ; Mon, 3 Nov 2014 08:52:46 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: request@debbugs.gnu.org Subject: merge Date: Mon, 03 Nov 2014 08:53:09 +0100 Message-ID: <87a948vhy2.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: request X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) merge 18571 18525 thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 03 03:47:02 2014 Received: (at request) by debbugs.gnu.org; 3 Nov 2014 08:47:02 +0000 Received: from localhost ([127.0.0.1]:46791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XlDHy-0005Ka-4K for submit@debbugs.gnu.org; Mon, 03 Nov 2014 03:47:02 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:36605) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XlDHv-0005KA-A0 for request@debbugs.gnu.org; Mon, 03 Nov 2014 03:47:00 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B52CF3EE9 for ; Mon, 3 Nov 2014 09:46:57 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rYHRgw6PQ4LN for ; Mon, 3 Nov 2014 09:46:57 +0100 (CET) Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 89F171093 for ; Mon, 3 Nov 2014 09:46:57 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: request@debbugs.gnu.org Subject: merge X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Brumaire an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 03 Nov 2014 09:47:20 +0100 Message-ID: <8761ewvffr.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: request X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) close 18523 merge 18523 18525 thanks From unknown Tue Jun 24 13:55:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 01 Dec 2014 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator