From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.236.145.8 with SMTP id o8csp92073yhj; Wed, 13 Jun 2012 06:38:48 -0700 (PDT) Return-Path: <9front+bncCNTcs7CJBRDor-L-BBoEbGwjRQ@googlegroups.com> Received-SPF: pass (google.com: domain of 9front+bncCNTcs7CJBRDor-L-BBoEbGwjRQ@googlegroups.com designates 10.50.192.234 as permitted sender) client-ip=10.50.192.234; Authentication-Results: mr.google.com; spf=pass (google.com: domain of 9front+bncCNTcs7CJBRDor-L-BBoEbGwjRQ@googlegroups.com designates 10.50.192.234 as permitted sender) smtp.mail=9front+bncCNTcs7CJBRDor-L-BBoEbGwjRQ@googlegroups.com; dkim=pass header.i=9front+bncCNTcs7CJBRDor-L-BBoEbGwjRQ@googlegroups.com Received: from mr.google.com ([10.50.192.234]) by 10.50.192.234 with SMTP id hj10mr7631995igc.1.1339594728454 (num_hops = 1); Wed, 13 Jun 2012 06:38:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:mime-version:date:user-agent:x-http-useragent :message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=K6Y8Q5bIag4Bdcxu+AezQIYs+NrX2yand3b0dEgoNdA=; b=hUBEZVH7/QV6ws5KWQtBqWMiWrxfIk7D9SFIP8wLEhNaLXPsUIeuIzahcfttz9orUS DhjT+UXoajn2+8WQOvdrxHY9zpx/jChoVMmYRkegYHte6Zhk33Tee9LzO1bhLhbYg0YZ 0EwKS3hxtjyhdMtRBzm0tl1h3+GtXeYxf9rzo= Received: by 10.50.192.234 with SMTP id hj10mr1272907igc.1.1339594728399; Wed, 13 Jun 2012 06:38:48 -0700 (PDT) X-BeenThere: 9front@googlegroups.com Received: by 10.50.104.169 with SMTP id gf9ls4474532igb.0.gmail; Wed, 13 Jun 2012 06:38:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.66.137 with SMTP id f9mr122389vdt.14.1339594727933; Wed, 13 Jun 2012 06:38:47 -0700 (PDT) Received: by q2g2000vbv.googlegroups.com with HTTP; Wed, 13 Jun 2012 06:38:47 -0700 (PDT) Date: Wed, 13 Jun 2012 06:38:47 -0700 (PDT) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0,gzip(gfe) Message-ID: <46b1960a-4d7d-49c7-b417-57f488c5d691@q2g2000vbv.googlegroups.com> Subject: Sound in VMWare From: emr To: 9front <9front@googlegroups.com> X-Original-Sender: ernst.rohlicek@inode.at X-Original-Authentication-Results: ls.google.com; spf=pass (google.com: domain of ernst.rohlicek@inode.at designates internal as permitted sender) smtp.mail=ernst.rohlicek@inode.at; dkim=pass header.i=@inode.at Reply-To: 9front@googlegroups.com Precedence: list Mailing-list: list 9front@googlegroups.com; contact 9front+owners@googlegroups.com List-ID: <9front.googlegroups.com> X-Google-Group-Id: 831096995978 List-Post: , List-Help: , List-Archive: Sender: 9front@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Hi, I got 9front up for testing :-) I cant get audio working, though: "rc: play cannot open /dev/audio: mounted directory forbids creation" ... meaning there is no /dev/audio device. The 9front wiki lists AC97 on the features list ( http://code.google.com/p/plan9front/wiki/features ), but it seems like the device and vendor ID of the card created by VMWare is not known to plan9/9front. This is the card created by VMWare Workstation 7.1: test@ubuntu:~$ lspci -s 02:02.0 -v -nn 02:02.0 Multimedia audio controller [0401]: Ensoniq ES1371 [AudioPCI-97] [1274:1371] (rev 02) Subsystem: Ensoniq Creative Sound Blaster AudioPCI64V, AudioPCI128 [1274:1371] Flags: bus master, medium devsel, latency 64, IRQ 16 I/O ports at 2080 [size=64] Kernel driver in use: ENS1371 Kernel modules: snd-ens1371 With the es1371 / ac97 chip, I get the speaker symbol from VMWare turn to green, but kernel output shows no audio chip detected. Please add this device ID to the relevant source files (unless they are already there, but I am doing it wrong). I tried changing the virtual audio device in VMWare by editing the .vmx file: sound.virtualDev = "hdaudio" instead of the default sound.virtualDev = "es1371" but still I receive same error message in plan9/9front. This is the Intel HDA device created by VMWare: test@ubuntu:~$ lspci -s 02:02.0 -v -nn 02:02.0 Audio device [0403]: Intel Corporation 631xESB/632xESB High Definition Audio Controller [8086:269a] (rev 02) Flags: bus master, fast devsel, latency 64, IRQ 16 Memory at d8900000 (32-bit, non-prefetchable) [size=16K] Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel With HDA device, the VMWare speaker symbol does not show or turn to green. Interestingly, the plan9 kernel shows "#A0: hda codec" etc. Still same error message, though when trying to run "play somesong.mp3". Under virtual Linux, both device types work and I can play sound fine. Any way to get these two cards working? Greets, emr