You are not logged in.
Sorry for bumping up an old-ish post, but I've got my sound working, eventually.
There's quite a few pages out there that say that alsa-base should contain 'options snd-hda-intel model=ref' for these HP Mini machines, however I got it working on my Mini 700 with the following:
options snd-pcsp index=-2
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m4-1
options snd-hda-intel enable_msi=1
This is with alsa 1.0.19 compiled and installed from source, no kernel compilation or such.
Offline
Sorry for bumping up an old-ish post, but I've got my sound working, eventually.
There's quite a few pages out there that say that alsa-base should contain 'options snd-hda-intel model=ref' for these HP Mini machines, however I got it working on my Mini 700 with the following:
options snd-pcsp index=-2 alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel options snd-hda-intel model=dell-m4-1 options snd-hda-intel enable_msi=1
This is with alsa 1.0.19 compiled and installed from source, no kernel compilation or such.
Is this with kernel 2.6.28? With 2.6.29 sound works out of the box with this model (compaq 700 /mini 1000). However, I still have a few problems:
- If I enable the intel hda powersaving mode, I hear a click after a sound is played (it's the click from turning off the speakers)
- When I shut down, just before the computer urning off I hear some ugly "scratching" from the speakers.
- Microphone doesn't work
Do you have any of these problems with those settings above?
Offline
TheBaron wrote:Sorry for bumping up an old-ish post, but I've got my sound working, eventually.
There's quite a few pages out there that say that alsa-base should contain 'options snd-hda-intel model=ref' for these HP Mini machines, however I got it working on my Mini 700 with the following:
options snd-pcsp index=-2 alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel options snd-hda-intel model=dell-m4-1 options snd-hda-intel enable_msi=1
This is with alsa 1.0.19 compiled and installed from source, no kernel compilation or such.
Is this with kernel 2.6.28? With 2.6.29 sound works out of the box with this model (compaq 700 /mini 1000). However, I still have a few problems:
- If I enable the intel hda powersaving mode, I hear a click after a sound is played (it's the click from turning off the speakers)
- When I shut down, just before the computer urning off I hear some ugly "scratching" from the speakers.
- Microphone doesn't workDo you have any of these problems with those settings above?
"out of the box?"
Mine doesnt work at all...
Offline
hey guys,
i have no sound with kernel 2.6.29 and alsa, too (HP Mini 1000)
is there a solution, yet?
greetings
Offline
DId you check that the Analog Loopback switches are all turned off? That fixed it for me. See:
http://bbs.archlinux.org/viewtopic.php?id=68911
https://bugtrack.alsa-project.org/alsa- … hp?id=4501
https://bugtrack.alsa-project.org/alsa- … hp?id=4506
Offline
thx darose fuer your response - all loopbacks were muted yet
nevertheless sound works for me partly!!
I just made every step again:
blacklisting snd_psp and pcspkr
and the modprobe.conf from TheBaron
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-hda-intel model=dell-m4-1
options snd-hda-intel enable_msi=1
and then there appeared a new controller in alsamixer named 'speaker'
after unmuting that, sound works in VLC
but unfortunately I don't get it to work with i.e. aplay or flash
$ aplay /usr/share/sounds/alsa/Front_Center.wav
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'defaults.namehint.extended'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM dmix:Intel
So I guess some options are still wrong
I'll keep trying
Offline