All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tormen <my.nl.abos@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Adam Williamson <awilliam@redhat.com>
Subject: Re: No sound with Sony VAIO VPCZ1 (ALC889)
Date: Tue, 16 Jul 2013 10:00:21 +0200	[thread overview]
Message-ID: <51E4FD95.2080500@gmail.com> (raw)
In-Reply-To: <51DE9D18.6010304@gmail.com>

On 11/07/13 13:55, Tormen wrote:
> Now it applied like charme on the debian 3.9.6 kernel source :
>
> /mnt/tmp/src/linux-3.9.6 % cat 
> /tmp/0001-ALSA-hda-Add-no_multi_io-hda_gen_spec-flag.patch|patch -p1
> patching file Documentation/sound/alsa/HD-Audio.txt
> patching file sound/pci/hda/hda_generic.c
> Hunk #1 succeeded at 138 (offset -4 lines).
> Hunk #2 succeeded at 1501 (offset -43 lines).
> Hunk #3 succeeded at 1515 with fuzz 2 (offset -43 lines).
> Hunk #4 succeeded at 1543 (offset -43 lines).
> Hunk #5 succeeded at 1562 (offset -43 lines).
> patching file sound/pci/hda/hda_generic.h
> Hunk #1 succeeded at 202 with fuzz 2 (offset -18 lines).
> patching file sound/pci/hda/patch_realtek.c
> Hunk #1 succeeded at 1816 (offset -27 lines).
>
> I am compiling now and I'll let you know!
This time I did apply your patch building the debian binary packages
(because I wanted the original debian config and also the same kernel
I was testing on before, just with your patch applied)
... which took too long and then I was leaving to Paris until today.

Unfortunately I was not being able to make the sound come through the 
speakers yet.
I probably must have missed something :/

How can I make sure that the version I am using contains your patch ?
How can I make sure that your patch is active / being used ?
     I tried the hints file (see below) or can I pass this also as 
module parameter ?

So here is what I got:

=================================================
KERNEL: SMP Debian 3.9.6-1~bpo70+1 x86_64 GNU/Linux with your patch

Tested in single user mode.

# STARTING POINT: no snd* modules loaded

modprobe snd
modprobe snd_hda_intel

--> "dmesg" got this:
[ 1962.392102] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[ 1962.404217] hda_codec: ALC889: SKU not ready 0x411111f0
[ 1962.404460] ALSA hda_auto_parser.c:393 autoconfig: line_outs=1 
(0x14/0x0/0x0/0x0/0x0) type:speaker
[ 1962.404462] ALSA hda_auto_parser.c:397    speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[ 1962.404464] ALSA hda_auto_parser.c:401    hp_outs=1 
(0x15/0x0/0x0/0x0/0x0)
[ 1962.404465] ALSA hda_auto_parser.c:402    mono: mono_out=0x0
[ 1962.404467] ALSA hda_auto_parser.c:406    inputs:
[ 1962.404468] ALSA hda_auto_parser.c:410      Mic=0x18
[ 1962.404470] ALSA hda_auto_parser.c:410      Mic=0x19
[ 1962.404471] ALSA hda_auto_parser.c:410      Internal Mic=0x12
[ 1962.404473] ALSA patch_realtek.c:486 realtek: No valid SSID, checking 
pincfg 0x411111f0 for NID 0x1d
[ 1962.404475] ALSA patch_realtek.c:569 realtek: Enable default setup 
for auto mode as fallback
[ 1962.407492] input: HDA Digital PCBeep as 
/devices/pci0000:00/0000:00:1b.0/input/input13
[ 1962.414631] input: HDA Intel MID Headphone as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 1962.414797] input: HDA Intel MID Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 1962.414893] input: HDA Intel MID Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input16

aplay bla.wav
# NO SOUND OUTPUT THROUGH SPEAKERS (but through headphone, when plugged)

root@seven /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 # cat 
hints
root@seven /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 # 
echo "multi_io = yes" > hints
root@seven /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 # cat 
hints
multi_io = yes
root@seven /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 # 
echo "1" >reconfig
root@seven /sys/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 # cat 
hints
multi_io = yes

--> "dmesg" got this:
[ 2109.028690] ALSA hda_hwdep.c:221 hda-codec: reconfiguring
[ 2109.039537] hda_codec: ALC889: SKU not ready 0x411111f0
[ 2109.039975] ALSA hda_auto_parser.c:393 autoconfig: line_outs=1 
(0x14/0x0/0x0/0x0/0x0) type:speaker
[ 2109.039981] ALSA hda_auto_parser.c:397    speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[ 2109.039985] ALSA hda_auto_parser.c:401    hp_outs=1 
(0x15/0x0/0x0/0x0/0x0)
[ 2109.039989] ALSA hda_auto_parser.c:402    mono: mono_out=0x0
[ 2109.039992] ALSA hda_auto_parser.c:406    inputs:
[ 2109.039996] ALSA hda_auto_parser.c:410      Mic=0x18
[ 2109.040000] ALSA hda_auto_parser.c:410      Mic=0x19
[ 2109.040004] ALSA hda_auto_parser.c:410      Internal Mic=0x12
[ 2109.040009] ALSA patch_realtek.c:486 realtek: No valid SSID, checking 
pincfg 0x411111f0 for NID 0x1d
[ 2109.040012] ALSA patch_realtek.c:569 realtek: Enable default setup 
for auto mode as fallback
[ 2109.041275] input: HDA Digital PCBeep as 
/devices/pci0000:00/0000:00:1b.0/input/input17
[ 2109.047928] input: HDA Intel MID Headphone as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[ 2109.048065] input: HDA Intel MID Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[ 2109.048200] input: HDA Intel MID Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input20

aplay bla.wav
# STILL, NO SOUND OUTPUT THROUGH SPEAKERS (but through headphone, when 
plugged)
=================================================


Tormen.

  reply	other threads:[~2013-07-16  8:00 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 17:51 No sound with Sony VAIO VPCZ1 (ALC889) Tormen
2013-07-04 16:05 ` Tormen
2013-07-04 16:31   ` Takashi Iwai
2013-07-04 22:53   ` Tormen
2013-07-05  0:29     ` Adam Williamson
2013-07-05  5:31       ` Takashi Iwai
2013-07-05  5:29     ` Takashi Iwai
2013-07-05 12:00       ` Tormen
2013-07-05 12:29         ` Takashi Iwai
2013-07-05 12:45           ` Takashi Iwai
2013-07-05 21:38           ` Adam Williamson
2013-07-07 23:09             ` Tormen
2013-07-08  8:04               ` Takashi Iwai
2013-07-08 17:00                 ` Adam Williamson
2013-07-08 19:16                   ` Takashi Iwai
2013-07-09 18:52                     ` Adam Williamson
2013-07-10 15:27                       ` Takashi Iwai
     [not found]               ` <CAN8ccibmth-sEiXraWTRde-ociD3q5VT-7CuYaE_KQ70JOf2xQ@mail.gmail.com>
     [not found]                 ` <51DA9ADD.6080101@gmail.com>
2013-07-08 15:00                   ` Raymond Yau
2013-07-08 16:35               ` Adam Williamson
2013-07-08 17:48                 ` Takashi Iwai
2013-07-09 18:53                   ` Adam Williamson
2013-07-10 15:30                     ` Takashi Iwai
2013-07-10 21:42                       ` Tormen
2013-07-11  5:29                         ` Takashi Iwai
2013-07-11  9:31                           ` Tormen
2013-07-11 10:23                             ` Takashi Iwai
2013-07-11 11:55                               ` Tormen
2013-07-16  8:00                                 ` Tormen [this message]
2013-07-16  8:05                                   ` Takashi Iwai
2013-07-16  8:06                                     ` Tormen
2013-07-16  9:15                                       ` Takashi Iwai
2013-07-16 18:38                                         ` Tormen
2013-07-16 19:24                                           ` Takashi Iwai
2013-07-16 23:23                                             ` Tormen
2013-07-17  7:49                                               ` Takashi Iwai
2013-09-17 19:51                                                 ` Adam Williamson
2013-09-19 16:45                                                   ` Takashi Iwai
2013-09-19 20:44                                                     ` Adam Williamson
2013-09-19 22:10                                                       ` Adam Williamson
2013-07-17  6:06                                             ` Tormen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51E4FD95.2080500@gmail.com \
    --to=my.nl.abos@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=awilliam@redhat.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.