• 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 82801G (ICH7 Family) High Definition A.Controller

zwerg2003

Newbie
Hallo,
ich habe auf meinem Toshiba Satelite Pro P-100 Laptop OpenSuse 10.2 installiert. Alles scheint zu funktionieren nur ich bekomme keinen Sound aus dem Lapi.

Unter Yast finde ich folgende Informationen zur Soundkarte:

82801G (ICH7 Family) High Definition Audio Controller
Als Soundkarte Nummer 0 konfiguriert
Treiber snd-hda-intel

von hwinfo bekomme ich folgende Angaben:
# hwinfo --sound
11: PCI 1b.0: 0403 Audio device
[Created at pci.286]
UDI: /org/freedesktop/Hal/devices/pci_8086_27d8
Unique ID: u1Nb.4+ZJ+hDjta3
SysFS ID: /devices/pci0000:00/0000:00:1b.0
SysFS BusID: 0000:00:1b.0
Hardware Class: sound
Model: "Toshiba America Info 82801G (ICH7 Family) High Definition Audio Controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x27d8 "82801G (ICH7 Family) High Definition Audio Controller"
SubVendor: pci 0x1179 "Toshiba America Info Systems"
SubDevice: pci 0xff31
Revision: 0x02
Driver: "HDA Intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xd2400000-0xd2403fff (rw,non-prefetchable)
IRQ: 50 (4830 events)
Module Alias: "pci:v00008086d000027D8sv00001179sd0000FF31bc04sc0 3i00"
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

Danke im voraus
 

whois

Ultimate Guru
Hi

Sieh mal in den Benutzereinstellungen ob du in der Gruppe Audio drin bist.


Yast -->Sicherheit und Benutzer --> Benutzer bearbeiten --> Details-->Gruppen audio

Hacken machen

cu
 
OP
Z

zwerg2003

Newbie
@whois Das werde ich heute Mittag nochmal nachschauen.

@Rain_Maker Das ist auch mein Topic, nur bisher ohne Erfolg.
 

revealed

Guru
Code:
cat /proc/asound/version

Bitte unter:
/usr/src/linux-2.6.18.8-0.1/Documentation/sound/alsa> ALSA-Configuration.txt
Dein HDA Suchen - das Model raussuchen und unter Yast als model eintragen?

Code:
uname -rio

Code:
lsmod |grep snd

Alle Regler hochgedreht?
In Gruppe Audio?

-->
Code:
lsmod | awk '$1~/oss/ || NR==1'
Code:
echo snd-seq-oss snd-pcm-oss snd-mixer-oss | xargs -n 1 modprobe
Code:
lsmod | awk '$1~/oss/ || NR==1'
Code:
depmod -a

Und in anlehnung an:
http://www.linux-club.de/ftopic62430.html

Könntest du dann noch deine asoundrc erstellen.

Ansonsten könntest du hier noch was finden:
http://www.alsa-project.org/alsa-doc/

alternativ, wenn alles nichts bringt, wiederhole die Konfiguration der ALSA Pakete - also aktualisiere sie via deinem Paketmanager und:

Code:
alsaconf

habe zwar einen ICH-8 Aber vgl.:
http://www.linux-club.de/ftopic79224.html

Gruss

R
 
OP
Z

zwerg2003

Newbie
@whois es sind alle Benutzer in der Gruppe audio

@revealed

Code:
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 2006 UTC).

unter:
/usr/src/linux-2.6.18.8-0.1/Documentation/sound/alsa> ALSA-Configuration.txt

dort habe ich nach ICH7 und nach Intel geschaut. Da bin ich aber nicht so wirklich durchgestiegen.

Code:
uname -rio
2.6.18.2-34-default i386 GNU/Linux


Code:
lsmod |grep snd
snd_pcm_oss 53376 0
snd_mixer_oss 21248 1 snd_pcm_oss
snd_seq 60272 0
snd_seq_device 12812 1 snd_seq
snd_hda_intel 23060 0
snd_hda_codec 164352 1 snd_hda_intel
snd_pcm 86916 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 27908 2 snd_seq,snd_pcm
snd 61188 8 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 14472 2 snd_hda_intel,snd_pcm
soundcore 13792 1 snd


Alle Regler hochgedreht? JA
In Gruppe Audio? JA

Code:
lsmod | awk '$1~/oss/ || NR==1'
Module Size Used by
snd_pcm_oss 53376 0
snd_mixer_oss 21248 1 snd_pcm_oss

Code:
echo snd-seq-oss snd-pcm-oss snd-mixer-oss | xargs -n 1 modprobe
keine AUsgabe

Code:
lsmod | awk '$1~/oss/ || NR==1'
Module Size Used by
snd_seq_oss 38400 0
snd_pcm_oss 53376 0
snd_mixer_oss 21248 1 snd_pcm_oss

depmod -a
lief einen Moment und endete ohne Meldung

speaker-test -c 5
speaker-test 1.0.13

Playback device is default
Stream parameters are 48000Hz, S16_LE, 5 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 2048 to 16384
Period size range from 1024 to 1024
Using max buffer size 16384
Periods = 4
was set period_size = 1024
was set buffer_size = 16384
0 - Front Left
1 - Front Right
2 - Rear Left
3 - Rear Right
4 - Center
Time per period = 14,609929
0 - Front Left
1 - Front Right
2 - Rear Left
3 - Rear Right
4 - Center
....


Ich habe aber noch eine Meldung unter /var/log/messages gefunden:

Apr 19 11:04:10 toshiba kernel: PCI: Enabling device 0000:00:1b.0 (0000 -> 0002)
Apr 19 11:04:10 toshiba kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 66
Apr 19 11:04:10 toshiba kernel: PCI: Setting latency timer of device 0000:00:1b.0 to 64
Apr 19 11:04:39 toshiba kernel: ACPI: PCI interrupt for device 0000:00:1b.0 disabled


Habe versucht noch etwas unter www.alsa-project.org zu finden... bisher vergebens.

Kein Sound unter Linux
 
OP
Z

zwerg2003

Newbie
ich habe mit einer Knoppix CD im failsafe modus gebootet (normaler boot scheitert am pci manger) da habe ich Sound. Ich habe versucht soviele Daten wie möglich zu ziehen:

Advanced Linux Sound Architecture Driver Version 1.0.13 (Tue Nov 28 14:07:24 2006 UTC).
snd_hda_intel 23960 1
snd_hda_codec 161152 1 snd_hda_intel
snd_pcm_oss 45728 0
snd_mixer_oss 20224 1 snd_pcm_oss
snd_pcm 80004 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 26500 1 snd_pcm
snd 55396 8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 12512 1 snd
snd_page_alloc 13960 2 snd_hda_intel,snd_pcm
Module Size Used by
snd_pcm_oss 45728 0
snd_mixer_oss 20224 1 snd_pcm_oss
---
class: OTHER
bus: PCI
device: (null)
driver: unknown
desc: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
---
class: OTHER
bus: PCI
device: (null)
driver: tifm_7xx1
desc: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
---
class: OTHER
bus: PCI
device: (null)
driver: i2c-i801
desc: Intel Corporation 82801G (ICH7 Family) SMBus Controller
---
class: OTHER
bus: PCI
device: (null)
driver: unknown
desc: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge
---
class: OTHER
bus: PCI
device: (null)
driver: unknown
desc: Intel Corporation 82801 Mobile PCI Bridge
---
class: OTHER
bus: PCI
device: (null)
driver: unknown
desc: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3
---
class: OTHER
bus: PCI
device: (null)
driver: unknown
desc: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2
---
class: OTHER
bus: PCI
device: (null)
driver: unknown
desc: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1
---
class: OTHER
bus: PCI
device: (null)
driver: snd-hda-intel
desc: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller
---
class: OTHER
bus: PCI
device: (null)
driver: unknown
desc: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express PCI Express Root Port
---
class: OTHER
bus: PCI
device: (null)
driver: intel-agp
desc: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub
---
class: NETWORK
bus: PCI
device: eth0
driver: e100
desc: Intel Corporation Intel(R) PRO/100 VE Network Connection
---
class: NETWORK
bus: PCI
device: eth0
driver: unknown
desc: Intel Corporation PRO/Wireless 3945ABG Network Connection
---
class: MOUSE
bus: PSAUX
device: input/mice
driver: synaptics
desc: SynPS/2 Synaptics TouchPad
---
class: CDROM
bus: IDE
device: hdc
driver: ignore
desc: MATSHITADVD-RAM UJ-850S
---
class: VIDEO
bus: PCI
device: (null)
driver: unknown
desc: nVidia Corporation Unknown device 0298
---
class: HD
bus: SCSI
device: sda
driver: ignore
desc: Ata FUJITSU MHV2200B
---
class: KEYBOARD
bus: PSAUX
device: (null)
driver: ignore
desc: AT Translated Set 2 keyboard
---
class: USB
bus: PCI
device: (null)
driver: ehci-hcd
desc: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller
---
class: USB
bus: PCI
device: (null)
driver: uhci-hcd
desc: Intel Corporation 82801G (ICH7 Family) USB UHCI #4
---
class: USB
bus: PCI
device: (null)
driver: uhci-hcd
desc: Intel Corporation 82801G (ICH7 Family) USB UHCI #3
---
class: USB
bus: PCI
device: (null)
driver: uhci-hcd
desc: Intel Corporation 82801G (ICH7 Family) USB UHCI #2
---
class: USB
bus: PCI
device: (null)
driver: uhci-hcd
desc: Intel Corporation 82801G (ICH7 Family) USB UHCI #1
---
class: UNKNOWN
bus: PCI
device: (null)
driver: yenta_socket
desc: Texas Instruments PCIxx12 Cardbus Controller
---
class: UNKNOWN
bus: PCI
device: (null)
driver: ohci1394
desc: Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
---
class: UNKNOWN
bus: PCI
device: (null)
driver: unknown
desc: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE

Vielleicht hilft das ja irgendwie weiter.
 

revealed

Guru
könnte es sein, dass du an der alten Kernel Version scheiterst?

hast du versucht einfach über yast alle "alsa" pakete zu suchen und zu aktualisieren?

Und im anscluss dann

Code:
alsaconf
?

Gruss

R[/code]
 
OP
Z

zwerg2003

Newbie
Ich habe nun mein OpenSuse gepatched.
Alle was mit alsa zu tun hat nochmals mittels Yast Onlineupdate aktualisiert.
Der Kernel der jetzt läuft hat die Version 2.6.18.8-0.1-default i386 GNU/Linux.
Nach dem Patchen habe ich das Notebook neu gestartet und alsaconf ausgeführt
>> keine Änderung, immer noch kein Ton.

Die komplette Prozedur (sh. oben) wiederholt.
>> keine Änderung



:(
 

revealed

Guru
Code:
grep failed /var/log/boot.msg
?
also ich hab grad nochmal geschaut ich hatte auch mal ein Toshiba Satelite Pro 6100 --- das ging damals ohne murren vom Sound her.

ich hab deines auch hier gefunden:
http://www.linlap.com/tiki-index.php?page=Toshiba+Satellite+Pro+P100

nach diesem Thread hier:
http://www.linlap.com/forum/viewtopic.php?t=71

könntest du versuchen mit der Bootoption
Code:
acpi=off
zu booten, da scheint was mit ACPI komisch zu sein?

Gibts für deinen Schlepper eventuell ein BIOS update?

und hier habe ich entnommen:
http://sidux.com/PNphpBB2-viewtopic-t-2015.html
Der Sound selber ist erst ab Kernel 2.6.20.x ordentlich, da der Conexant Chip erst ab Alsa 1.0.14-rc1 unterstützt ist. Bei älteren Kernel musst du den Alsa-Treiber von den Sourcen aus experimental mittels m-a installieren.

Schätzungsweise, wirst du auf die 10.3 warten müssen?

Gruss

R
 

jpb

Newbie
Haste mal hier geschaut?
http://www.linux-club.de/viewtopic.php?p=470657#470657
Wir warn auch ziemlich verzweifelt.
Kernel sources vorher über yast installieren.
 
Oben