WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Sound on hvm problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Sound on hvm problem
From: Eunbyung Park <silverbottlep@xxxxxxxxx>
Date: Sun, 04 Sep 2011 23:46:01 +0900
Delivery-date: Mon, 05 Sep 2011 02:49:12 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=7ZAdzFUpA/0FMnaUmijAkxB/qQ/LuZg1fqMhbispgGE=; b=PHkNRs/Dh/rRMemvpqdBnKKGawloRxo7ka8Hm+eE49BdYWrhrlxMDNmbntgqAE/2si 6zi5nG2BOWZbHZVUqu1J945KdorSm47c9JOXb7OqWMHufdn7dNHnO35MuX+DoNONHKyV 0ucpkG6fySEIlX6nCPHTCaBcL3nb0zakCmZak=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1
I've installed xen-unstable, and created hvm linux guests.

I put the sound cards like this,

soundhw='all'
audio=1

I can listen the music in the dom0 mp3 player.

However, I could not hear the music in the hvm guests(both linux, windows)

on the guest,

$> lspci
00:05.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI]
$> lsmod | grep snd
snd_ens1370 24155 4
gameport 15027 1 snd_ens1370
snd_pcm 80244 2 snd_ens1370
snd_seq_midi 13132 0
snd_rawmidi 25269 2 snd_ens1370,snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28659 3 snd_pcm,snd_seq
snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 55295 12
snd_ens1370,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 12600 1 snd
snd_page_alloc 14073 2 snd_ens1370,snd_pcm

in the case of windows, it can find the sound cards devices, but cannot
play music.

there might be same problem. When I was excuting the music player, music
player(totem) was blocked without any progress.

What is the problem??

And, How can I listen the music from the hvm guests?

-- 
Best Regards,
Eunbyung Park


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Sound on hvm problem, Eunbyung Park <=