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

[Gelöst] Kein sound mehr nach update

Hallo,
ich hab heute über automatisches zypper-update:
Code:
2014-05-08 20:32:27|install|alsa-oss|1.0.25-8.4.1|x86_64||repo-update|bec6886f1f13d4be3fc3cb2d1e22d82c8dc29c900b67adf930bc09a93d0c625a|

das alsa package geupdatet. Seitdem habe ich keinen sound mehr.
Meine Karte:
Intel Corporation 5 Series/3400 Series Chipset High Definition Audio

Mein OS:
Linux 3.11.10-7-desktop
openSUSE 13.1 (Bottle) (x86_64)


Hier einige Befehle:

Code:
linux-emh7:/home/florian # cat /proc/asound/cards 
 0 [MID            ]: HDA-Intel - HDA Intel MID
                      HDA Intel MID at 0xf2620000 irq 44
 4 [ThinkPadEC     ]: ThinkPad EC - ThinkPad Console Audio Control
                      ThinkPad Console Audio Control at EC reg 0x30, fw 8UHT45WW-1.20

Code:
linux-emh7:/home/florian # hwinfo --sound 
13: PCI 1b.0: 0403 Audio device                                 
  [Created at pci.319]
  Unique ID: u1Nb.WiEkMfkoYv9
  SysFS ID: /devices/pci0000:00/0000:00:1b.0
  SysFS BusID: 0000:00:1b.0
  Hardware Class: sound
  Model: "Intel 5 Series/3400 Series Chipset High Definition Audio"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x3b56 "5 Series/3400 Series Chipset High Definition Audio"
  SubVendor: pci 0x17aa "Lenovo"
  SubDevice: pci 0x215e 
  Revision: 0x06
  Driver: "snd_hda_intel"
  Driver Modules: "snd_hda_intel"
  Memory Range: 0xf2620000-0xf2623fff (rw,non-prefetchable)
  IRQ: 44 (2934 events)
  Module Alias: "pci:v00008086d00003B56sv000017AAsd0000215Ebc04sc03i00"
  Driver Info #0:
    Driver Status: snd_hda_intel is active
    Driver Activation Cmd: "modprobe snd_hda_intel"
  Config Status: cfg=yes, avail=yes, need=no, active=unknown

Code:
linux-emh7:/home/florian # cat /proc/asound/devices
  1:        : sequencer
  2: [ 4]   : control
  3: [ 0- 8]: digital audio playback
  4: [ 0- 7]: digital audio playback
  5: [ 0- 3]: digital audio playback
  6: [ 0- 0]: digital audio playback
  7: [ 0- 0]: digital audio capture
  8: [ 0- 3]: hardware dependent
  9: [ 0- 0]: hardware dependent
 10: [ 0]   : control

Das spuckt alsa-info.sh aus: http://paste.opensuse.org/58185660

Ich sitze jetzt schon mehrere Stunden dran, habe in /etc/modprobe.d/50-sound.conf schon "options snd-hda-intel model=auto" ohne Erfolg. Hat jemand eine Idee was da passiert ist?
Danke und Gruß
 
OP
F

floardynamite

Member
Ok, hat sich erledigt,
habe:
'options snd-hda-intel model=thinkpad' in '/etc/modprobe.d/50-sound.conf' (Besitze ein thinkpad t510)
geschrieben. Problem ist damit gelöst.
 
Oben