Joaz_de n00b

Joined: 21 Aug 2002 Posts: 28 Location: Mönchengladbach/Germany
|
Posted: Tue Dec 14, 2004 8:43 pm Post subject: Alsa, Notebook-Soundkarte + USB Headset [solved] |
|
|
Moin,
Seit mehreren Tagen plagt mich folgendes Problem:
Ich habe auf meinen Notebook (Acer Travelmate 290er Serie) eine Soundkarte mit Realtek ALC202 - Chip integriert und ich benutze den intel8x0 Treiber dafür.
Ich möchte nun zusätzlich ein Logitech USB Headset 30 ans laufen kriegen.
Hier mal meine Konfigurationen:
Kernel: 2.6.8-gentoo-r4 + reiser4 Patches, Soundcard support on, Alsa+Oss aus, USB: EHCI, OHCI, UHCI an, USB Audio Support an.
In der /etc/make.conf eingetragen:
ALSA_CARDS="intel8x0,usb-audio"
und ALSA und OSS ist in den USE-Flags.
alsa-driver hab ich in der Version 1.0.7-r4.
/etc/modules.d/alsa :
Code: |
# Alsa 0.9.X kernel modules' configuration file.
# $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.1 2003/08/05 21:07:55 johnm E
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-intel8x0
alias snd-card-1 snd-usb-audio
## OSS/Free portion
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd cards_limit=2
|
Beim Restart von alsa spuckt dmesg nur folgendes aus:
Code: |
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 49457 usecs
intel8x0: clocking to 48000
usbcore: registered new driver snd-usb-audio
|
und das USB-Audio device wird nicht in /proc/asound/cards gelistet:
Code: |
# cat /proc/asound/cards
0 [I82801DBICH4 ]: ICH4 - Intel 82801DB-ICH4
Intel 82801DB-ICH4 with ALC202 at 0xf0080400, irq 10
|
Code: |
cat /proc/asound/modules
0 snd_intel8x0
|
Code: |
cat /proc/asound/pcm
00-00: Intel ICH : Intel 82801DB-ICH4 : playback 1 : capture 1
00-01: Intel ICH - MIC ADC : Intel 82801DB-ICH4 - MIC ADC : capture 1
00-02: Intel ICH - MIC2 ADC : Intel 82801DB-ICH4 - MIC2 ADC : capture 1
00-03: Intel ICH - ADC2 : Intel 82801DB-ICH4 - ADC2 : capture 1
00-04: Intel ICH - IEC958 : Intel 82801DB-ICH4 - IEC958 : playback 1
|
nach dem starten von Alsa habe ich folgende devices:
Code: |
ls /dev/sound/
adsp audio dsp dsp1 mixer mixer1 mixer2 sequencer sequencer2
|
Wenn ich nun etwas über /dev/sound/dsp1 abspiele, höre ich zwar den Sound aus dem Headset, aber er hört sich sehr "matt" und unnatürlich an.
Update:
Problem gelöst:
Kernel ohne "USB-Sound Support" (Modul "audio") kompiliert, neustart und es klappt sofort.
Der "USB-Sound-Support" ist anscheinend nicht für USB Headsets geeignet.
Gruß, Joaz _________________ P.S. call me Joaz  |
|