All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: aeleneski@comcast.net
Cc: alsa-devel@alsa-project.org
Subject: Re: No sound for HP Pavilion DV4z
Date: Wed, 11 Feb 2009 07:34:29 +0100	[thread overview]
Message-ID: <s5hljsdeb2i.wl%tiwai@suse.de> (raw)
In-Reply-To: <1556036805.4531471234310299501.JavaMail.root@sz0025a.westchester.pa.mail.comcast.net>

At Tue, 10 Feb 2009 23:58:19 +0000 (UTC),
aeleneski@comcast.net wrote:
> 
> Ok, well I tried this:
> 
> The above might be not suffice to give the initialization before the
> parser.  Try to call hda-verb like the following instead:
> 
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71c 0x10
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71d 0x11
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71e 0x17
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71f 0x90
> 
> then
> 
>          echo 1 > /sys/class/sound/hwC0D0/reconfig
> 
> I started my system, changed to probe_only=1. Ran the commands above, and
> removed probe_only=1.
> Upon shutdown during restart, I again heard the speakers crackle. When the
> system came back up, no sound.

Ah no, you don't have to restart the system at all.
Maybe I wasn't clear enough.

The sequence above itself will make your sound system already usable.
(and you don't have to probe_only=1 option.)
Just use your sound apps after the sequence above after checking the
mixer status.

If it still doesn't work, run alsa-info and attach the outupt again.
Also, show the kernel message, too.


Takashi


> 
> ----- Original Message -----
> From: "Takashi Iwai" <tiwai@suse.de>
> To: aeleneski@comcast.net
> Cc: alsa-devel@alsa-project.org
> Sent: Tuesday, February 10, 2009 6:34:02 AM GMT -05:00 US/Canada Eastern
> Subject: Re: [alsa-devel] No sound for HP Pavilion DV4z
> 
> At Mon, 09 Feb 2009 18:24:57 +0100,
> I wrote:
> >
> > At Mon, 9 Feb 2009 17:18:59 +0000 (UTC),
> > aeleneski@comcast.net wrote:
> > >
> > > Thanks for your time and all these suggestions. Still no luck though.
> > >
> > > Seems like you might not be able to have two files ending in alsa-base in
> > > the /etc/modprobe.d/ folder. That was the reason for the orange speaker
> > > indicator. I had
> > > alsa-base and backup-alsa-base, for some reason it was grabbing the
> settings
> > > from the backup.
> >
> > Ah, yes, module-init-tools doesn't check every backup file suffix.
> > Better to remove completely old files.
> >
> > > Anyway, with probe only, orange sound indicator, when doing aplay -l I get
> > >
> > > **** List of PLAYBACK Hardware Devices ****
> > > card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
> > >   Subdevices: 1/1
> > >   Subdevice #0: subdevice #0
> >
> > With probe_only option, it doesn't make sense to run aplay.  This
> > option basically means "probe codecs but don't set up for use yet".
> > This is useful to check the raw setup by BIOS before overriding or
> > modifying by the driver.
> >
> > One thing we can try is to add the pin config dynamically then
> > reconfigure.  For example, load the driver with probe_only=1, then
> > do the following as root:        
> >
> >         echo 0x0d 0x71c 0x10 > /sys/class/sound/hwC0D0/init_verbs
> >         echo 0x0d 0x71d 0x11 > /sys/class/sound/hwC0D0/init_verbs
> >         echo 0x0d 0x71e 0x17 > /sys/class/sound/hwC0D0/init_verbs
> >         echo 0x0d 0x71f 0x90 > /sys/class/sound/hwC0D0/init_verbs
> 
> The above might be not suffice to give the initialization before the
> parser.  Try to call hda-verb like the following instead:
> 
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71c 0x10
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71d 0x11
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71e 0x17
>         hda-verb /dev/snd/hwC0D0 0x0d 0x71f 0x90
> 
> then
> 
>          echo 1 > /sys/class/sound/hwC0D0/reconfig
> 
> Takashi
> 
> 

  reply	other threads:[~2009-02-11  6:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <188698462.3091871233960154280.JavaMail.root@sz0025a.westchester.pa.mail.comcast.net>
2009-02-09 17:18 ` No sound for HP Pavilion DV4z aeleneski
2009-02-09 17:24   ` Takashi Iwai
2009-02-10 11:34     ` Takashi Iwai
2009-02-10 23:58       ` aeleneski
2009-02-11  6:34         ` Takashi Iwai [this message]
     [not found] <23309100.763781234826876975.JavaMail.root@sz0025a.westchester.pa.mail.comcast.net>
     [not found] ` <1532118107.763801234826883901.JavaMail.root@sz0025a.westchester.pa.mail.comcast.net>
2009-02-17  6:24   ` Takashi Iwai
     [not found]     ` <1982506676.396601235609917471.JavaMail.root@sz0025a.westchester.pa.mail.comcast.net>
2009-03-04 10:56       ` Takashi Iwai
     [not found] <1856646965.309841234390528103.JavaMail.root@sz0025a.westchester.pa.mail.comcast.net>
2009-02-11 22:15 ` aeleneski
2009-02-11 22:58   ` Takashi Iwai
2009-02-11 23:43     ` Bartłomiej Holdenmayer
2009-02-11 23:51       ` Takashi Iwai
2009-02-12  0:29         ` Bartłomiej Holdenmayer
2009-02-12  0:43           ` Takashi Iwai
2009-02-12  1:07             ` Bartłomiej Holdenmayer
2009-02-12  7:03               ` Takashi Iwai
2009-02-25  0:17     ` Bartłomiej Holdenmayer
2009-02-25  6:31       ` Takashi Iwai
2009-02-04 22:42 Andrew Eleneski
2009-02-05  7:15 ` Takashi Iwai
2009-02-05 23:45   ` aeleneski
2009-02-06  8:11     ` Takashi Iwai

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=s5hljsdeb2i.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=aeleneski@comcast.net \
    --cc=alsa-devel@alsa-project.org \
    /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.