* Fw: Re: Echo Audio Indigo Generic Driver [not found] ` <00ba01c4c044$31962890$3b00000a@echotfanrcg0uo> @ 2004-11-01 21:21 ` Yon Mercury 2004-11-02 8:35 ` Giuliano Pochini 0 siblings, 1 reply; 4+ messages in thread From: Yon Mercury @ 2004-11-01 21:21 UTC (permalink / raw) To: alsa-devel Dear ALSA-listers: This from Echo Audio, in response to my inquiry about an Indigo IO driver: I hope we can get a good low-end low latency laptop solution soon-- those RME boards are expensive! -Jan ---------- Forwarded Message ----------- From: "Echo Audio Tech Support" <philip.scheid@echoaudio.com> To: <swirlee@stickist.com> Sent: Mon, 1 Nov 2004 10:34:05 -0800 Subject: Re: Generic Driver We are aware and have been allowing the linux community to use our SDK. The indigo one is delayed because we've been working on other projects. It will be released, I'm not sure when our developers are very busy. -- Philip Scheid Echo Audio Tech Support Our webpage is www.echoaudio.com ----- Original Message ----- From: <nobody@webhostingprovider.com> To: <techsupport@echoaudio.com> Sent: Sunday, October 31, 2004 10:40 AM Subject: Generic Driver > Dear Echo, > > I am a linux audio developer and have been following the development of > new audio hardware. In the Linux community we have been waiting for a > company that produces high quality low cost laptop audio boards, such as > the Indigo IO that your company produces. But we have found varying > degrees of support among companies. > > I am in touch with an Italian developer who is attempting to implement > ALSA (Linux\'s ASIO) support for your cards. He seems to be at a > standstill, however, since he is waiting for a new version of your generic > driver. > > I think Echo stands to benefit enormously from embracing the Linux > community. As Linux Audio surges in popularity, can you afford not to make > information about your hardware available to sincere developers? There is > a market there, and it is an intelligent, brand loyal market. The German > company RME Audio has created quite a following by supporting Linux > developers with the information they need. > > Can Echo do the same? > > I would like that. > > Regards, > Jan Pekau > > > > ------- End of Forwarded Message ------- ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Fw: Re: Echo Audio Indigo Generic Driver 2004-11-01 21:21 ` Fw: Re: Echo Audio Indigo Generic Driver Yon Mercury @ 2004-11-02 8:35 ` Giuliano Pochini 2004-11-02 20:45 ` Yon Mercury 0 siblings, 1 reply; 4+ messages in thread From: Giuliano Pochini @ 2004-11-02 8:35 UTC (permalink / raw) To: Yon Mercury; +Cc: alsa-devel On 01-Nov-2004 Yon Mercury wrote: > Dear ALSA-listers: > > This from Echo Audio, in response to my inquiry about an Indigo IO driver: > > I hope we can get a good low-end low latency laptop solution soon-- those > RME boards are expensive! I'm the one who developed the ALSA driver. Echoaudio told me that dev infos required for Indigo support will be released soon. But there is another problem: those infos are not enough. My driver already supports all other PCMCIA cards, but none of the people who tried it was able to make it work. The problem lies in the CARDBUS bridge and reading the archives of this ML I found that some people had troubles with RME cards, too. An Echoaudio developer confirmed that he had to tweak the registers of the bridge of one laptop to make it work. The problem is complicated by the fact that there are several tens of bridge chips around (read: different laptop --> different fix) and all I get from the DSP is "init OK" or "init failed". I have no idea of what the problem is. Suggestions are welcome. -- Giuliano. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Fw: Re: Echo Audio Indigo Generic Driver 2004-11-02 8:35 ` Giuliano Pochini @ 2004-11-02 20:45 ` Yon Mercury 2004-11-03 8:41 ` Giuliano Pochini 0 siblings, 1 reply; 4+ messages in thread From: Yon Mercury @ 2004-11-02 20:45 UTC (permalink / raw) To: Giuliano Pochini, Yon Mercury; +Cc: alsa-devel Hi Giuliano, Oh good, I'm glad I got your attention. I'm not fluent in the CARDBUS architecture. How does Echo handle this multiple bridge issue in Windows? Or is it handled by a separate bridge driver? If so, perhaps we need to add another layer to the ALSA architecture to handle different bridges. I think that cardbus components not specific to the Echo Audio card should be handled by another team. I'm more an applications developer, but I'll support you in whatever way I can. -Jan On Tue, 02 Nov 2004 09:35:51 +0100 (CET), Giuliano Pochini wrote > On 01-Nov-2004 Yon Mercury wrote: > > Dear ALSA-listers: > > > > This from Echo Audio, in response to my inquiry about an Indigo IO driver: > > > > I hope we can get a good low-end low latency laptop solution soon-- those > > RME boards are expensive! > > I'm the one who developed the ALSA driver. Echoaudio told me > that dev infos required for Indigo support will be released > soon. But there is another problem: those infos are not enough. > My driver already supports all other PCMCIA cards, but none > of the people who tried it was able to make it work. The > problem lies in the CARDBUS bridge and reading the archives of > this ML I found that some people had troubles with RME cards, > too. An Echoaudio developer confirmed that he had to tweak the > registers of the bridge of one laptop to make it work. The > problem is complicated by the fact that there are several tens > of bridge chips around (read: different laptop --> different > fix) and all I get from the DSP is "init OK" or "init failed". > I have no idea of what the problem is. Suggestions are welcome. > > -- > Giuliano. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click ^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Fw: Re: Echo Audio Indigo Generic Driver 2004-11-02 20:45 ` Yon Mercury @ 2004-11-03 8:41 ` Giuliano Pochini 0 siblings, 0 replies; 4+ messages in thread From: Giuliano Pochini @ 2004-11-03 8:41 UTC (permalink / raw) To: Yon Mercury; +Cc: alsa-devel On 02-Nov-2004 Yon Mercury wrote: > Oh good, I'm glad I got your attention. I'm not fluent in > the CARDBUS architecture. Me too. > How does Echo handle this multiple bridge issue in Windows? Who knows ? > Or is it handled by a separate bridge driver? If so, perhaps > we need to add another layer to the ALSA architecture to handle > different bridges. No, what a mess. I think someone with one of those cards should contact the team who maintains the driver of his bridge and look for a solution. -- Giuliano. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-11-03 8:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <auto-000099782468@mail.webhostingprovider.com>
[not found] ` <00ba01c4c044$31962890$3b00000a@echotfanrcg0uo>
2004-11-01 21:21 ` Fw: Re: Echo Audio Indigo Generic Driver Yon Mercury
2004-11-02 8:35 ` Giuliano Pochini
2004-11-02 20:45 ` Yon Mercury
2004-11-03 8:41 ` Giuliano Pochini
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.