View previous topic :: View next topic |
Author |
Message |
Amenophos n00b
Joined: 23 Jan 2005 Posts: 29
|
Posted: Sun Jan 23, 2005 2:47 pm Post subject: ALSA/Skype Problem |
|
|
Hallo zusammen ich hab da ein Problem
wenn ich /etc/init.d/alsasound start eingebe
kommt diese Fehlermeldung
* Loading ALSA modules... [ ok ]
* Restoring Mixer Levels...
* No mixer config in /etc/asound.state, you have to unmute your card! [ !! ]
Was diese Fehlermeldung für eine Bedeutung?
Kann mir jemand Helfen danke im vorraus
Grus AMenophos
mod edit: Titel angepasst. --Earthwings |
|
Back to top |
|
|
psyqil Advocate
Joined: 26 May 2003 Posts: 2767
|
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Jan 23, 2005 2:57 pm Post subject: |
|
|
du musst die soundkarte zuerst aus dem stumm-modus entfehrnen.
starte mal alsamixer und überall wo ein MM steht kannst du durch drücken der taste M jeweils den kanal freischalten.
du kannst natürlich auch amixer benützen. zb.:
amixer set Master unmute
oder auch so was: Code: | amixer|grep ^[a-zA-Z0-9]|sed "s/.*'\([^']*\)'.*/\1/gI"|while read foo;do echo ${foo};amixer set "${foo}" unmute;done |
gruss
steve |
|
Back to top |
|
|
Amenophos n00b
Joined: 23 Jan 2005 Posts: 29
|
Posted: Sun Jan 23, 2005 3:19 pm Post subject: AlSA PROBLEM |
|
|
Card: Sound Blaster Live! │
│ Chip: SigmaTel STAC9758/59 │
│ View: Playback │
│ Item: Sigmatel Surround Phase Inversion Playback
Das komische is ich hab Emu10k1 chip und im ALsamixer wird was anderes angezeigt |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Jan 23, 2005 3:21 pm Post subject: |
|
|
was für eine ausgabe bekommst du bei:
lspci
gruss
steve |
|
Back to top |
|
|
Amenophos n00b
Joined: 23 Jan 2005 Posts: 29
|
Posted: Sun Jan 23, 2005 3:22 pm Post subject: ALSA PROBLEM |
|
|
DAs wird angezeigt:
lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
0000:00:06.0 Multimedia video controller: Conexant Winfast TV2000 XP (rev 05)
0000:00:06.1 Multimedia controller: Conexant: Unknown device 8811 (rev 05)
0000:00:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
0000:00:08.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 0a)
0000:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc R300 AD [Radeon 9500 Pro]
0000:01:00.1 Display controller: ATI Technologies Inc R300 AD [Radeon 9500 Pro](Secondary) |
|
Back to top |
|
|
Amenophos n00b
Joined: 23 Jan 2005 Posts: 29
|
Posted: Sun Jan 23, 2005 3:24 pm Post subject: AlSA PROBLEM |
|
|
Aber was mich noch wundert is ich kan mp3 abspielen aber z.b Skype funzt nich warum? |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Jan 23, 2005 3:28 pm Post subject: Re: AlSA PROBLEM |
|
|
Amenophos wrote: | Aber was mich noch wundert is ich kan mp3 abspielen aber z.b Skype funzt nich warum? | dann ist alsa richtig installiert.
betreffend skype kann ich dir keine infos geben. evt musst du dort alsa als sound device wählen oder arts oder einen anderen sound daemon?
gruss
steve |
|
Back to top |
|
|
Amenophos n00b
Joined: 23 Jan 2005 Posts: 29
|
Posted: Sun Jan 23, 2005 3:30 pm Post subject: |
|
|
Bei Skype kann man nur /dev/dsp auswählen ich habe kde ohne arts kompiliert is das schlimm? |
|
Back to top |
|
|
steveb Advocate
Joined: 18 Sep 2002 Posts: 4564
|
Posted: Sun Jan 23, 2005 3:44 pm Post subject: |
|
|
Amenophos wrote: | Bei Skype kann man nur /dev/dsp auswählen ich habe kde ohne arts kompiliert is das schlimm? | schlim ist das sicher nicht. ändern kann man fast alles
bei mir zeigt /dev/dsp auf: Code: | gentoo steveb # ls -lah /dev/dsp
lrwxrwxrwx 1 root root 9 Jan 23 15:25 /dev/dsp -> sound/dsp
gentoo steveb # ls -lah /dev/sound/dsp
crw-rw---- 1 root audio 14, 3 Jan 23 15:25 /dev/sound/dsp
gentoo steveb # |
die frage ist nun, wer bei dir /dev/dsp verwaltet/erstellt?
setzt du udev oder devfs ein?
gruss
steve |
|
Back to top |
|
|
Amenophos n00b
Joined: 23 Jan 2005 Posts: 29
|
Posted: Sun Jan 23, 2005 3:46 pm Post subject: |
|
|
UNd das bei mir:
ls -lah /dev/dsp
insgesamt 0
drwxr-xr-x 1 root root 0 23. Jan 16:10 .
drwxr-xr-x 1 root root 0 1. Jan 1970 .. |
|
Back to top |
|
|
Amenophos n00b
Joined: 23 Jan 2005 Posts: 29
|
Posted: Sun Jan 23, 2005 4:41 pm Post subject: |
|
|
OK Skype funzt jetzt blos was ist mit HYdrogen?
HAb die LÖsung Danke |
|
Back to top |
|
|
|