Wednesday, October 31. 2007Concurrently playing sounds still an issue in 2007?Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Are you sure that suspending arts isn’t enough? Comment (1)
Comments (7)
Hopefully phonon+pulseaudio will fix this soon. Comment (1)
Comments (7)
a while ago I ran into similar problems, too. Quickly summarised what worked for me: - Cards with hw mixing capabilities (e. g. SB Audigy): No problems, just use the “default” device. - Cards w/o hw mixing (most AC 97): Try using the “dmix” device. (If it doesn’t work, see <http://alsa.opensrc.org/index.php/Dmix>, perhaps it’ll help.) Unfortunately, ALSA is quite complex (too complex IMHO). HTH, Björn P.S.: Am I the only one who’s annoyed if a link to “documentation” only leads to some crappy incomplete Wiki page? Comments (3)
What do you mean? Configure arts to play back via dmix? How do I do that? Comments
(7)
In kcontrol - Sound System on tab “Hardware”, select “override device location” and enter “dmix”. If your ALSA is recent enough (version is listed in the Wiki link I provided), it should work. (Other possible devices are “hw:0,0” or “default:0”. The latter can be accessed by multiple apps on hw mixing capable cards; the former provides some kind of direct access and AFAICS you cannot access it multiply even if your card has hw mixing.) But if I had a problem with it, I’d try PulseAudio. There are Debian packages though I have no idea how stable it is. Regards, Björn Comments (3)
With hw:0,0, amarok complains that xine cannot initialize any hardware drivers (same issue as without “Override device location”) With default:0, it complains that device: default cannot be opened for playback (invalid argument again). Comments (7)
Also, you can try to redetect all devices using dpkg-reconfigure. Sadly, I don’t remember which package to reconfigure, it was some ALSA package. I can’t repeat it on my home computer now :( but I just did it a few days ago in EBD Comments (3)
alsa-base alsa-oss alsa-utils alsaplayer-alsa alsaplayer-common alsaplayer-gtk bluetooth-alsa gstreamer0.10-alsa libesd-alsa0 libpt-1.10.10-plugins-alsa libwine-alsa $ dpkg --list ‘*alsa*’ | grep ‘^ii’ | awk ‘{print $2}’ | xargs --max-lines=1 sudo dpkg-reconfigure $ sudo alsactl names $ ls -al /etc/asound.names -rw-r--r-- 1 root root 3,5K 2007-11-04 16:09 /etc/asound.names $ cat /etc/asound.names ctl { alsactl1 { name hw:0 comment ‘Physical Device - Intel 82801DB-ICH4 with AD1981B at irq 11’ } alsactl2 { name hw:1 comment ‘Physical Device - Intel 82801DB-ICH4 Modem at irq 11’ } } pcm { alsactl1 { name default:0 comment ‘Abstract Device - Default Device (Duplex)’ } alsactl2 { name plug:default:0 comment ‘Abstract Device With Conversions - Default Device (Duplex)’ } alsactl3 { name front:0 comment ‘Abstract Device - Front Speakers (Duplex)’ } alsactl4 { name plug:front:0 comment ‘Abstract Device With Conversions - Front Speakers (Duplex)’ } alsactl5 { name ‘hw:0,0’ comment ‘Physical Device - Intel 82801DB-ICH4 (Duplex)’ } alsactl6 { name ‘plughw:0,0’ comment ‘Physical Device With Conversions - Intel 82801DB-ICH4 (Duplex)’ } alsactl7 { name ‘hw:0,1’ comment ‘Physical Device - Intel 82801DB-ICH4 - MIC ADC (Capture)’ } alsactl8 { name ‘plughw:0,1’ comment ‘Physical Device With Conversions - Intel 82801DB-ICH4 - MIC ADC (Capture)’ } alsactl9 { name ‘hw:0,2’ comment ‘Physical Device - Intel 82801DB-ICH4 - MIC2 ADC (Capture)’ } alsactl10 { name ‘plughw:0,2’ comment ‘Physical Device With Conversions - Intel 82801DB-ICH4 - MIC2 ADC (Capture)’ } alsactl11 { name ‘hw:0,3’ comment ‘Physical Device - Intel 82801DB-ICH4 - ADC2 (Capture)’ } alsactl12 { name ‘plughw:0,3’ comment ‘Physical Device With Conversions - Intel 82801DB-ICH4 - ADC2 (Capture)’ } alsactl13 { name ‘hw:0,4’ comment ‘Physical Device - Intel 82801DB-ICH4 - IEC958 (Playback)’ } alsactl14 { name ‘plughw:0,4’ comment ‘Physical Device With Conversions - Intel 82801DB-ICH4 - IEC958 (Playback)’ } alsactl15 { name surround40:0 comment ‘Abstract Device - Front and Rear Speakers (Duplex)’ } alsactl16 { name plug:surround40:0 comment ‘Abstract Device With Conversions - Front and Rear Speakers (Duplex)’ } alsactl17 { name surround51:0 comment ‘Abstract Device - Front, Rear, Center and Woofer (Duplex)’ } alsactl18 { name plug:surround51:0 comment ‘Abstract Device With Conversions - Front, Rear, Center and Woofer (Duplex)’ } alsactl19 { name spdif:0 comment ‘Abstract Device - S/PDIF (IEC958) Optical or Coaxial Wire (Playback)’ } alsactl20 { name plug:spdif:0 comment ‘Abstract Device With Conversions - S/PDIF (IEC958) Optical or Coaxial Wire (Playback)’ } alsactl21 { name default:1 comment ‘Abstract Device - Default Device (Duplex)’ } alsactl22 { name plug:default:1 comment ‘Abstract Device With Conversions - Default Device (Duplex)’ } alsactl23 { name ‘hw:1,0’ comment ‘Physical Device - Intel 82801DB-ICH4 Modem - Modem (Duplex)’ } alsactl24 { name ‘plughw:1,0’ comment ‘Physical Device With Conversions - Intel 82801DB-ICH4 Modem - Modem (Duplex)’ } alsactl25 { name phoneline:1 comment ‘Abstract Device - Phone Line Interface (Duplex)’ } alsactl26 { name plug:phoneline:1 comment ‘Abstract Device With Conversions - Phone Line Interface (Duplex)’ } alsactl27 { name modem:1 comment ‘Abstract Device - Soft Modem (Duplex)’ } alsactl28 { name plug:modem:1 comment ‘Abstract Device With Conversions - Soft Modem (Duplex)’ } } rawmidi { } timer { alsactl1 { name ‘hw:CLASS=1,SCLASS=0,CARD=-1,DEV=0,SUBDEV=0’ comment ‘Physical Device - system timer’ } } seq { alsactl1 { name default comment ‘Default Device - Sequencer (Duplex)’ } alsactl2 { name hw comment ‘Physical Device - Sequencer (Duplex)’ } } $ I can now, pointing both the KDE sound system and amarok to the “dmix” device, play back music and system sounds. This does however, only work when I disable full duplex for the KDE sound system (which will probably make me lose the soft phone, right)? Comments (7)
This points me to http://alsa.opensrc.org/index.php/Dmix_Kde_-_arts,_ESD_and_SDL_quick_and_dirty_HOWTO, which seems to be outdated. At least, when I point my KDE to use ESD, it complains that it cannot connect to the daemon, and when I manually start an esd, it stays silent. Comments (7)
Comment (1)
Comments (7)
Comment (1)
|
QuicksearchBlog AdministrationCategoriesRecently addedSat, 2010-07-31 21:32"Paris III - Der e [...]" Fri, 2010-07-30 19:11"Paris II - Die An [...]" Thu, 2010-07-29 09:39"Paris I - Planung [...]" Tue, 2010-07-27 22:15"Lebenszeichen" Comments about Lebenszeichen
Thu, 2010-07-29 00:40
t60 habe ich auch und läuft se
hr gut unter linux (suse)Comments ()
about Lebenszeichen
Wed, 2010-07-28 11:31
Paris
’Wieso ueberhaupt’ Kren
n (Preis wirds ja nicht sein)
KatzenComments ()
about Lebenszeichen
Wed, 2010-07-28 10:53
about Lebenszeichen
Wed, 2010-07-28 10:25
about Lebenszeichen
Wed, 2010-07-28 10:00
Show tagged entries6310
![]() öffnungszeiten ![]() öpnv ![]() admintipp ![]() aide ![]() akku ![]() alice ![]() alpgrüm ![]() alsa ![]() alturo ![]() ansagen ![]() anwalt ![]() apache ![]() arbeit ![]() arbeitsplatzrechner ![]() arcor ![]() artikelreihe ![]() augenarzt ![]() auto ![]() bahn ![]() bahnhof ![]() bank ![]() baumarkt ![]() berlin ![]() best-of-mailing-list ![]() bilder ![]() blasenentzündung ![]() blog ![]() blogsignal ![]() bluetooth ![]() blutzuckermessung ![]() bohrmaschine ![]() boot ![]() booten ![]() brille ![]() browser ![]() bts ![]() bugs ![]() bus ![]() callcenter ![]() chat ![]() citynightline ![]() clamav ![]() cnl ![]() cold call ![]() computer ![]() console ![]() cookies ![]() cron-apt ![]() dänemark ![]() datenschutz ![]() db ![]() dbag ![]() debian ![]() debian-english ![]() debugging ![]() deppen ![]() deutsche bahn ![]() deutschland ![]() dhl ![]() dienstleistung ![]() disco ![]() dns ![]() domain ![]() drivers ![]() dsl ![]() durchhilfe ![]() dvb-s ![]() ![]() e90 ![]() einkauf ![]() elektrik ![]() elektro ![]() englisch ![]() english ![]() essen ![]() ethernet ![]() exchange ![]() exim ![]() exim4 ![]() exploit ![]() föhr ![]() fahrkarten ![]() fahrrad ![]() fdi ![]() fernsehen ![]() fernseher ![]() firewall ![]() firewalls ![]() firstdedicated ![]() flitterwoche ![]() foto ![]() fotos ![]() freenet ![]() freizeit ![]() fremdblog ![]() freunde ![]() fundsache ![]() geburtstag ![]() geschenk ![]() Template dropdownTechnorati |