Send Voyage-linux mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://list.voyage.hk/mailman/listinfo/voyage-linux
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Voyage-linux digest..."
Today's Topics:
1. Out of Office reply ([email protected])
2. Re: Re: voyage-mpd and Ayre QB9 (Frank L?beck)
3. Re: Re: voyage-mpd and Ayre QB9 (Frank L?beck)
4. RE: Re: voyage-mpd and Ayre QB9 (Demian Martin)
5. Re: Re: voyage-mpd and Ayre QB9 (Nick L.)
6. RE: Re: voyage-mpd and Ayre QB9 (Demian Martin)
----------------------------------------------------------------------
Message: 1
Date: 4 May 2011 00:58:13 +0200
From: [email protected]
Subject: [Voyage-linux] Out of Office reply
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
URL:
http://list.voyage.hk/pipermail/voyage-linux/attachments/20110504/f79fddc1/attachment.html
------------------------------
Message: 2
Date: Wed, 04 May 2011 02:49:38 +0200
From: Frank L?beck <[email protected]>
Subject: Re: [Voyage-linux] Re: voyage-mpd and Ayre QB9
To: Punky Tse <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Wed, May 04, 2011 at 02:50:59AM +0800, Punky Tse wrote:
Hi all,
I follow this issue these days since it is not only one user having
problem. Today, I have contacted Ayre's Hong Kong distributor for
Ayre technical contact but I am still waiting for their replies.
Right now, I have updated voyage mpd page (linux.voyage.hk/mpd) for
NOT RECOMMEDING Ayre DB9 to use with Voyage MPD until issue is
resolved.
Hi Punky,
This seems reasonable to me. I now got another "hold"-message from Ayre,
they want to investigate the problem, in particular since now several
customers have complained about the problem!
Since someone mentioned success with voyage+QB-9 in class 2 mode:
Unfortunately didn't work for me. I have tested current voyage-mpd,
new and old Ubuntu, Fedora 14, and the QB-9 both, in class 1 and class 2
mode, but always the same result.
I have now a solution for me using the Alix board and OpenBSD with a patched
kernel (also didn't work out of the box). This only has a USB audio class 1
driver, but it is a very clean and slim system with a simple audio interface,
very good sound from the QB-9.
(So, I'm happy to throw away my instable Win XP.)
Nevertheless, I'm looking forward to test the Linux drivers after a solution
to the problem was found.
Best regards,
Frank
------------------------------
Message: 3
Date: Wed, 04 May 2011 03:11:02 +0200
From: Frank L?beck <[email protected]>
Subject: Re: [Voyage-linux] Re: voyage-mpd and Ayre QB9
To: Demian Martin <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
On Mon, May 02, 2011 at 03:13:48PM -0700, Demian Martin wrote:
We have had good success with Voyage Linux, the latest Alsa (1.0.23 &
1.0.24) and The Wavelink from Wavelength that uses the same code for the USB
interface. Here is the specific section of MPD (again latest) that we use:
audio_output {
type "alsa"
name "USB"
device "hw:1" # optional
mixer_device "hw:1" # optional
mixer_control "PCM" # optional
mixer_index "0" # optional
}
This bypasses any other setup configs in the system and you may need to
figure out the ID of the usb device, use aplay -l to identify it. This has
worked well with any of the USB devices we have tried, however there are
very few UAC2 devices in the world that do not use Gordon Rankin's code.
Those that do I have been unable to get for testing yet.
Demian
Auraliti
I have tried that, but it didn't work. The problem seems to be that the
device it not correctly initialised.
My guess is that this is a small problem for someone who knows the technical
details. But I'm still not sure if the error is in (the firmware of) the
device or in the Linux USB subsystem (or maybe the Linux USB audio drivers).
Frank
------------------------------
Message: 4
Date: Tue, 3 May 2011 18:47:28 -0700
From: "Demian Martin" <[email protected]>
Subject: RE: [Voyage-linux] Re: voyage-mpd and Ayre QB9
To: " 'Frank L?beck' " <[email protected]>
Cc: [email protected]
Message-ID: <036001cc09fd$3a8ae9e0$afa0bda0$@com>
Content-Type: text/plain; charset="iso-8859-1"
My guess is that Ayre made some changes in the driver that may have effected
its operation with the current Linux code. We have tested the 1.0.23 and
1.0.24 code with the latest firmware from Gordon at Wavelength. The Ayre
firmware should be very similar. You may want to try the earlier 1.0.23
version of Alsa to see if it works any better. It?s a pain to setup, compile
and install the whole suite. You may only need to install the driver and
libs since the other stuff should work with either. To keep it simple and
quick just compile the USB audio drivers.
The only significant changes in .23 to .24 are:
ALSA: usb-audio: parse clock topology of UAC2 devices
(Possibly the descriptors in the Ayre don't match here?)
.23 is where the USB audio class 2 stuff was introduced.
-Demian
-----Original Message-----
From: Frank L?beck [mailto:[email protected]]
Sent: Tuesday, May 03, 2011 6:11 PM
To: Demian Martin
Cc: [email protected]
Subject: Re: [Voyage-linux] Re: voyage-mpd and Ayre QB9
On Mon, May 02, 2011 at 03:13:48PM -0700, Demian Martin wrote:
We have had good success with Voyage Linux, the latest Alsa (1.0.23 &
1.0.24) and The Wavelink from Wavelength that uses the same code for the
USB
interface. Here is the specific section of MPD (again latest) that we use:
audio_output {
type "alsa"
name "USB"
device "hw:1" # optional
mixer_device "hw:1" # optional
mixer_control "PCM" # optional
mixer_index "0" # optional
}
This bypasses any other setup configs in the system and you may need to
figure out the ID of the usb device, use aplay -l to identify it. This has
worked well with any of the USB devices we have tried, however there are
very few UAC2 devices in the world that do not use Gordon Rankin's code.
Those that do I have been unable to get for testing yet.
Demian
Auraliti
I have tried that, but it didn't work. The problem seems to be that the
device it not correctly initialised.
My guess is that this is a small problem for someone who knows the technical
details. But I'm still not sure if the error is in (the firmware of) the
device or in the Linux USB subsystem (or maybe the Linux USB audio drivers).
Frank
------------------------------
Message: 5
Date: Tue, 3 May 2011 22:50:05 -0400
From: "Nick L." <[email protected]>
Subject: Re: [Voyage-linux] Re: voyage-mpd and Ayre QB9
To: Demian Martin <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
On Mon, May 2, 2011 at 6:13 PM, Demian Martin <[email protected]> wrote:
We have had good success with Voyage Linux, the latest Alsa (1.0.23 &
1.0.24) and The Wavelink from Wavelength that uses the same code for the USB
interface. Here is the specific section of MPD (again latest) that we use:
audio_output {
? ? ? type ? ? ? ? ?"alsa"
? ? ? name ? ? ? ? ?"USB"
? ? ? device ? ? ? ?"hw:1" ? ?# optional
? ? ? mixer_device ?"hw:1" ? ? ? ?# optional
? ? ? mixer_control "PCM" ? ? ? ? # optional
? ? ? mixer_index ? "0" ? ? ? ? ? # optional
}
This bypasses any other setup configs in the system...
Demian,
What's the advantage to including mixer_device, mixer_control and
mixer_index in the configuration?
------------------------------
Message: 6
Date: Tue, 3 May 2011 20:20:25 -0700
From: "Demian Martin" <[email protected]>
Subject: RE: [Voyage-linux] Re: voyage-mpd and Ayre QB9
To: "'Nick L.'" <[email protected]>
Cc: [email protected]
Message-ID: <036f01cc0a0a$35db3190$a19194b0$@com>
Content-Type: text/plain; charset="iso-8859-1"
Nick:
Some uSB devices like the Wavelength proton have volume controls that are
controlled through the USB interfaces. In the Proton the control is on the
analog side.
-Demian
-----Original Message-----
From: Nick L. [mailto:[email protected]]
Sent: Tuesday, May 03, 2011 7:50 PM
To: Demian Martin
Cc: [email protected]
Subject: Re: [Voyage-linux] Re: voyage-mpd and Ayre QB9
On Mon, May 2, 2011 at 6:13 PM, Demian Martin <[email protected]> wrote:
We have had good success with Voyage Linux, the latest Alsa (1.0.23 &
1.0.24) and The Wavelink from Wavelength that uses the same code for the
USB
interface. Here is the specific section of MPD (again latest) that we use:
audio_output {
? ? ? type ? ? ? ? ?"alsa"
? ? ? name ? ? ? ? ?"USB"
? ? ? device ? ? ? ?"hw:1" ? ?# optional
? ? ? mixer_device ?"hw:1" ? ? ? ?# optional
? ? ? mixer_control "PCM" ? ? ? ? # optional
? ? ? mixer_index ? "0" ? ? ? ? ? # optional
}
This bypasses any other setup configs in the system...
Demian,
What's the advantage to including mixer_device, mixer_control and
mixer_index in the configuration?
------------------------------
_______________________________________________
Voyage-linux mailing list
[email protected]
http://list.voyage.hk/mailman/listinfo/voyage-linux
End of Voyage-linux Digest, Vol 77, Issue 7
*******************************************