At Thu, 12 Feb 2009 02:07:29 +0100, Bartłomiej Holdenmayer wrote:
Dnia 2009-02-12, czw o godzinie 01:43 +0100, Takashi Iwai pisze:
At Thu, 12 Feb 2009 01:29:40 +0100, Bartłomiej Holdenmayer wrote:
Dnia 2009-02-12, czw o godzinie 00:51 +0100, Takashi Iwai pisze:
At Thu, 12 Feb 2009 00:43:52 +0100, Bartłomiej Holdenmayer wrote:
Dnia 2009-02-11, śro o godzinie 23:58 +0100, Takashi Iwai pisze:
At Wed, 11 Feb 2009 22:15:30 +0000 (UTC), aeleneski@comcast.net wrote: > > Alright. Well, it again seems like a no go. > Ran all the commands, still no sound. Upon starting Amarok, I receive the > error "xine was unable to initialize any audio drivers."
Could you try the patch below?
Or, first load without probe_mask=1 option, give the command sequence and do echo to reconfig file.
thanks,
Takashi
diff --git a/sound/pci/hda/hda_hwdep.c b/sound/pci/hda/hda_hwdep.c index 300ab40..482fb03 100644 --- a/sound/pci/hda/hda_hwdep.c +++ b/sound/pci/hda/hda_hwdep.c @@ -175,7 +175,7 @@ static int reconfig_codec(struct hda_codec *codec) err = snd_hda_codec_build_controls(codec); if (err < 0) return err;
- return 0;
- return snd_card_register(codec->bus->card);
}
/* _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
Can You explain what to do like for 6 years old kid?
Well, I already merged the patch to sound git tree, so you just need to use the latest alsa-driver snapshot tree again from: ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz
Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
I did upgrade. No change. aplay -l still does not display hdmi.
Then give alsa-info output again. Also, load with probe_only=1 option first and get alsa-info, too. Attach together with the relevant kernel messages.
Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
I am sorry, i messed up threads. I was writing about pavilion dv5. I have problem with hdmi. Should i do what You wrote:
Also, load with probe_only=1 option first and get alsa-info, too. Attach together with the relevant kernel messages.
?
Yes. As already mentioned, I have an alsa-info from someone else that has HDMI output. The PCI SSID is very same, so it's likely the same model as yours. (HP dv5 has several PCI SSIDs for different flavors.)
HDMI is implemented as an individual MCP codec chip on codec address #2. If this doesn't appear in your machine, there could something different in BIOS setup, for example.
Takashi