• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

kein Sound auf Medion Notebook

Grothesk

Ultimate Guru
Dann musst du mal schauen, wie genau der Pfad heißt.
Deswegen das * in meiner Vorlage. Beim mir lautet der richtige Pfad auch anders. Siehe mein letztes Posting. Übrigens muss man für die Ausgabe nicht root sein.
 
OP
H

hyronimus

Newbie
jo@linux-tlhh:/proc/asound> ls
cards devices hwdep modules oss pcm seq timers version
jo@linux-tlhh:/proc/asound>

bei mir hat er die wohl nicht. Die Datei "cards" hat "no soundcards" drin. Obwohl ich alsaconf habe erfolgreich durchlaufen lassen
 

Grothesk

Ultimate Guru
Dann ist die Karte noch nicht richtig angelegt worden.
Bei mir steht da auch viel mehr in dem Verzeichnis:
Code:
V8235  card0  card1  cards  devices  modem  modules  oss  pcm  seq  timers  version
 
OP
H

hyronimus

Newbie
anscheinend kann YAST auch die Soundkarte installieren.
- er erkennt Intel ICH8 HD Audio Controller
- nach Hinzufügen erkennt YAST einen 128i PCI wird als snd-card-0 konfiguriert
- dann schnelles und automatisches Setup
- dann Fehler bei Installation von 128i PCI "Das Kernelmodul snd-es1938 für die Soundunterstützung konnte nicht geladen werden. Ein möglicher Grund können falsche Modulparameter sein...

wie installiere ich ihm dann eine "passende " soundkarte? Alsaconf scheints ja auch nicht zu machen.
 

Grothesk

Ultimate Guru
Was denn nun?
snd_hda_intel ist ein anderer Treiber als snd-es1938.


Was ist denn da nun eigentlich an Hardware verlötet?
Ausgabe von
Code:
lspci -nn
mal bitte posten.
 
OP
H

hyronimus

Newbie
linux-tlhh:/proc/asound # lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port [8086:2a01] (rev 03)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 [8086:2834] (rev 03)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03)
00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 03)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller [8086:2815] (rev 03)
00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03)
00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 03)
00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 03)
01:00.0 VGA compatible controller [0300]: nVidia Corporation GeForce 8600M GS [10de:0425] (rev a1)
02:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection [8086:4229] (rev 61)
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
linux-tlhh:/proc/asound #
 
OP
H

hyronimus

Newbie
...und, wie siehts aus?
ich finde in den Intel Chipsätzen leider keinen "Intel Corporation 82801H (ICH8 Family) HD Audio Controller"
wo bekomme ich einen Treiber her?
 

Grothesk

Ultimate Guru
Welche Module sind denn da zur Zeit geladen?
lsmod | grep snd
Mal bitte (falls noch nicht geladen) als root mit
modprobe snd_hda_intel
das Modul laden und auf etwaige Meldugen schauen.
 
OP
H

hyronimus

Newbie
linux-tlhh:/proc/asound # lsmod | grep snd
snd_pcm_oss 68992 0
snd_mixer_oss 35584 1 snd_pcm_oss
snd_seq 83600 0
snd_seq_device 26516 1 snd_seq
snd_hda_intel 497452 0
snd_pcm 115208 2 snd_pcm_oss,snd_hda_intel
snd_timer 45072 2 snd_seq,snd_pcm
snd_page_alloc 28688 2 snd_hda_intel,snd_pcm
snd_hwdep 28424 1 snd_hda_intel
snd 96248 9 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore 26000 1 snd
linux-tlhh:/proc/asound # modprobe snd_hda_intel
linux-tlhh:/proc/asound # lsmod | grep snd
snd_pcm_oss 68992 0
snd_mixer_oss 35584 1 snd_pcm_oss
snd_seq 83600 0
snd_seq_device 26516 1 snd_seq
snd_hda_intel 497452 0
snd_pcm 115208 2 snd_pcm_oss,snd_hda_intel
snd_timer 45072 2 snd_seq,snd_pcm
snd_page_alloc 28688 2 snd_hda_intel,snd_pcm
snd_hwdep 28424 1 snd_hda_intel
snd 96248 9 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore 26000 1 snd
linux-tlhh:/proc/asound #
 
OP
H

hyronimus

Newbie
linux-tlhh:/proc/asound # alsamixer

alsamixer: function snd_ctl_open failed for default: No such file or directory
linux-tlhh:/proc/asound #
aber wenn ich das richtig sehe, dann wird einfach keine Soundkarte / Treiber installiert, oder? Es gibt ja im Verzeichnis /proc/asound kein Treiber wie card0...
 
OP
H

hyronimus

Newbie
linux-tlhh:/home/jo/Desktop # alsaconf
┌─────────────────────────────────────────────────────────────┐
│ │
│ ALSA CONFIGURATOR │
│ version 1.0.17 │
│ │
│ This script is a configurator for │
│ Advanced Linux Sound Architecture (ALSA) driver. │
│ │
│ │
│ If ALSA is already running, you should close all sound │
│ apps now and stop the sound driver. │
│ alsaconf will try to do this, but it's not 100% sure. │
│ │
│ │
│ │
│ │
│ │
├─────────────────────────────────────────────────────────────┤
│ < OK > │
└─────────────────────────────────────────────────────────────┘
Building card database..
┌──────────────────────────────────────┐
│ Searching sound cards │
│ ┌────────────────────────────────┐ │
│ │ 96% │ │
│ └────────────────────────────────┘ │
└──────────────────────────────────────┘
──────────────────────Soundcard Selection────────────────────────┐
│ │
│ Following card(s) are found on your system. │
│ Choose a soundcard to configure: │
│ ┌─────────────────────────────────────────────────────────────┐ │
│ │hda-intel Intel Corporation 82801H (ICH8 Family) HD Audio Co│ │
│ │legacy Probe legacy ISA (non-PnP) chips │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────┘ │
│ │
├─────────────────────────────────────────────────────────────────┤
│ < OK > <Abbrechen> │
└─────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────┐
│ │
│ Configuring snd-hda-intel │
│ Do you want to modify /etc/modprobe.d/sound │
│ (and /etc/modprobe.conf if present)? │
├────────────────────────────────────────────────┤
│ < Ja > < Nein > │
└────────────────────────────────────────────────┘


┌──────────────────────────────────────────────────────────┐
│ │
│ │
│ OK, sound driver is configured. │
│ │
│ ALSA CONFIGURATOR │
│ │
│ will prepare the card for playing now. │
│ │
│ Now I'll run alsasound init script, then I'll use │
│ amixer to raise the default volumes. │
│ You can change the volume later via a mixer │
│ program such as alsamixer or gamix. │
│ │
├─────────────────────────────────────────────────────92%──┤
│ < OK > │
└──────────────────────────────────────────────────────────┘



Loading driver...
Starting sound driver: hda-intel done
Setting default volumes...
amixer: Mixer attach default error: No such file or directory

───────────────────────────────────────────────────────────────┐
│ │
│ The mixer is set up now for for playing. │
│ Shall I try to play a sound sample now? │
│ │
│ NOTE: │
│ If you have a big amplifier, lower your volumes or say no. │
│ Otherwise check that your speaker volume is open, │
│ and look if you can hear test sound. │
│ │
├───────────────────────────────────────────────────────────────┤
│ < Ja > < Nein > │
└───────────────────────────────────────────────────────────────┘

ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: Datei oder Verzeichnis nicht gefunden
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: Datei oder Verzeichnis nicht gefunden
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:583: audio open error: Datei oder Verzeichnis nicht gefunden
Saving the mixer setup used for this in /etc/asound.state.
/usr/sbin/alsactl: save_state:1501: No soundcards found...

===============================================================================

Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.

Have a lot of fun!
linux-tlhh:/home/jo/Desktop #
 
OP
H

hyronimus

Newbie
linux-tlhh:/home/jo/Desktop # rpm -qa | grep alsa
alsa-plugins-1.0.17.git20080721-1.1
alsa-firmware-1.0.16.92.git20080617-3.1
alsa-tools-1.0.17.git20080715-1.4
alsa-oss-1.0.17.git20080715-2.2
alsa-tools-gui-1.0.17.git20080715-1.4
alsa-utils-1.0.17.git20080715-1.4
alsa-1.0.17.git20080721-1.1
alsamixergui-0.9.0rc1-705.1
alsa-oss-32bit-1.0.17.git20080715-2.2
alsa-docs-1.0.17.git20080721-1.1
linux-tlhh:/home/jo/Desktop #
nett, wie Du mir hilfst - vorab danke. Hoffentlich bekommen wir das bald hin
 

Grothesk

Ultimate Guru
Aha. Da kommen wir der Sache doch näher.
Den ganzen Quark mit git im Namen rauswerfen, dafür die Pakete in der Version 1.0.16 installieren. Wo kommt der Kram überhaupt her? Danach mal neustarten, damit auch auf jedenfall die Module geladen werden.
 
OP
H

hyronimus

Newbie
also,
1) ich habe jetzt alles mit git deinstalliert
2) da der Sound nicht funktionierte, habe ich auf Rat hier im Forum ALSA als Quelle in YAST eingebunden und dan aktualisiert. Daher ALSA 1.0.17

Welche ALSA-Pakete genau soll ich denn jetzt stattdessen installieren? Ich weiss, 1.0.16, aber welche? Bei mir hat alles, was mit alsa zu tun hat, immer ein gtk im Namen.
 

Grothesk

Ultimate Guru
Schmeiß die Installationsquelle mit dem Alsa-Kram mal wieder aus dem Paketmanagement raus. Nach dem Neuladen der Quellen dürften da nur noch die richtigen Pakete auftauchen.
 
Oben