Lyden? - LØST

Spørgsmål, som ikke kan besvares i andre hardware-fora, bør stilles her.
zob
Redaktør
Indlæg: 4430
Tilmeldt: 6. jan 2009, 22:01
Geografisk sted: København

Re: Lyden?

Indlæg af zob »

Der er mange der haft underlige problemer med HDA Intel lyd (og pulseaudio). Jeg kender ikke så meget til det, men der er en tråd her:
http://ubuntuforums.org/showthread.php?t=1043568
Læg mærke til at den første kommande der omtales skal være

Kode: Vælg alt

sudo gedit /etc/modprobe.d/alsa-base.conf

Filnavnene har ændret sig lidt siden da.
Sandersson
Indlæg: 174
Tilmeldt: 27. aug 2009, 10:08

Re: Lyden?

Indlæg af Sandersson »

Har fundet dette, som passer meget godt på min komputer-type;

Re: snd_hda_intel options database
Thanks so much for this post!!!

I got sound working on my HP after finding this!

Model: dv6t-1200

On a clean install of Ubuntu 9.04 Jaunty - no sound through speakers or headphone jacks

After upgrading Alsa (compiling driver(s) from source), and adding this line: option snd-hda-intel model=dell-m4-1 to the Alsa config, I have sound now through speakers and headphones! Mic works too, but I never test that until after the fix.

Thanks again!!


Men hvordan laver jeg de ændringer der bliver foreslået?

Har fundet vedlagte ved at skrive;

sudo gedit /etc/modprobe.d/alsa-base.conf

# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Power down HDA controllers after 10 idle seconds
options snd-hda-intel power_save=10 power_save_controller=N



Hej fra mig
Sandersson
Sandersson
Indlæg: 174
Tilmeldt: 27. aug 2009, 10:08

Re: Lyden?

Indlæg af Sandersson »

HURRA HURRA HURRA

Fandt følgende;

Re: No sound fix - Jaunty, HP DV6
I own a HP dv7 with the same controller. After every distr-upgrade I have to do the following to make the sound work:

Code:
sudo gedit /etc/modprobe.d/alsa-base.conf
and add
Code:
options snd-hda-intel model=hp-m4 enable_msi=1
to the end of the file, then reboot.

Hope this helps

Nu sidder jeg og hører We are the champinns :D :D :D :D

Tak for al jeres tid.

Hej fra mig
Sandersson
zob
Redaktør
Indlæg: 4430
Tilmeldt: 6. jan 2009, 22:01
Geografisk sted: København

Re: Lyden? - LØST

Indlæg af zob »

Et fortjent musikalsk bifald fra Queen.
lath
Indlæg: 5095
Tilmeldt: 27. apr 2008, 02:16
IRC nickname: lars_t_h
Geografisk sted: Fyn

Re: Lyden?

Indlæg af lath »

Sandersson skrev:HURRA HURRA HURRA

Fandt følgende;

Re: No sound fix - Jaunty, HP DV6
I own a HP dv7 with the same controller. After every distr-upgrade I have to do the following to make the sound work:

Code:
sudo gedit /etc/modprobe.d/alsa-base.conf
and add
Code:
options snd-hda-intel model=hp-m4 enable_msi=1
to the end of the file, then reboot.

Hope this helps

Nu sidder jeg og hører We are the champinns :D :D :D :D

Tak for al jeres tid.

Hej fra mig
Sandersson


Godt gået Sandersson!

Hvis du er interresseret kan jeg oplyse dig at det du har lavet er at fortælle Linux kernen at den skal indlæse en driver (det hedde et kernemodul) til dit lydkort - og så er der selvfølgelig også lyd bagefter.

Det er rigtig hardcore af en nybegynder - respekt for det! (ikke ironisk ment) :)

/Lars
Jeg er Software ingeniør (Diplomingeniør) i Informationsteknologi og indlejede systemer, hvor indlejrede systemer er computer (microcontroller) + elektronik i for eksempel et TV, en router, en vaskemaskine og den slags