public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* snd-usb-audio HP-107 midi broke at 2.6.13 or 2.6.14
@ 2006-01-01 19:34 Harri Järvi
  2006-01-01 19:41 ` Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: Harri Järvi @ 2006-01-01 19:34 UTC (permalink / raw)
  To: alsa-devel

Hello,

I have Roland HP-107 with builtin USB support. I have successfully used 
it with snd-usb-audio on Linux 2.6.8, 2.6.10 and 2.6.12.3.

On 2.6.14.4 and 2.6.14.5 it doesn't work. I replaced the sound/usb 
directory of 2.6.14.5 from 2.6.12.3 to test if the problem can be
isolated to that directory. I got it compiled with removing the two 
lines that the compiler complained about. And it worked well.

I can reproduce the problem on both i386 and powerpc. On i386 I have 
uhci and on powerpc I have ohci.

Output from kernel on 2.6.14.5 with faulty snd-usb-audio is as follows:

usb 2-1: new full speed USB device using ohci_hcd and address 2
snd-usb-audio: probe of 2-1:1.0 failed with error -5
usbcore: registered new driver snd-usb-audio

Output from a working kernel version (2.6.12.3) is as follows:

usb 2-1: new full speed USB device using ohci_hcd and address 2
usbcore: registered new driver snd-usb-audio

On 2.6.14.4 and 2.6.14.5 I could get Edirol UM 1-SX to work.

Yours,
Harri Järvi

PS. Please Cc me when replying.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: snd-usb-audio HP-107 midi broke at 2.6.13 or 2.6.14
  2006-01-01 19:34 snd-usb-audio HP-107 midi broke at 2.6.13 or 2.6.14 Harri Järvi
@ 2006-01-01 19:41 ` Lee Revell
  2006-01-03 19:21   ` Harri Järvi
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2006-01-01 19:41 UTC (permalink / raw)
  To: Harri Järvi; +Cc: alsa-devel

On Sun, 2006-01-01 at 21:34 +0200, Harri Järvi wrote:
> Hello,
> 
> I have Roland HP-107 with builtin USB support. I have successfully used 
> it with snd-usb-audio on Linux 2.6.8, 2.6.10 and 2.6.12.3.
> 
> On 2.6.14.4 and 2.6.14.5 it doesn't work. I replaced the sound/usb 
> directory of 2.6.14.5 from 2.6.12.3 to test if the problem can be
> isolated to that directory. I got it compiled with removing the two 
> lines that the compiler complained about. And it worked well.
> 
> I can reproduce the problem on both i386 and powerpc. On i386 I have 
> uhci and on powerpc I have ohci.
> 
> Output from kernel on 2.6.14.5 with faulty snd-usb-audio is as follows:
> 
> usb 2-1: new full speed USB device using ohci_hcd and address 2
> snd-usb-audio: probe of 2-1:1.0 failed with error -5
> usbcore: registered new driver snd-usb-audio
> 
> Output from a working kernel version (2.6.12.3) is as follows:
> 
> usb 2-1: new full speed USB device using ohci_hcd and address 2
> usbcore: registered new driver snd-usb-audio
> 
> On 2.6.14.4 and 2.6.14.5 I could get Edirol UM 1-SX to work.
> 
> Yours,
> Harri Järvi
> 
> PS. Please Cc me when replying.

Please use ALSA CVS to do a binary search ("cvs update -D 2005-11-01
-A", "cvs update -D 2005-12-01 -A", "cvs update -D 2005-11-15" etc) and
isolate the exact change that caused the problem.

Lee



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: snd-usb-audio HP-107 midi broke at 2.6.13 or 2.6.14
  2006-01-01 19:41 ` Lee Revell
@ 2006-01-03 19:21   ` Harri Järvi
  2006-01-05 20:43     ` Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: Harri Järvi @ 2006-01-03 19:21 UTC (permalink / raw)
  To: Lee Revell; +Cc: Harri Järvi, alsa-devel

On Sun, Jan 01, 2006 at 14:41:34 -0500, Lee Revell wrote:
> Harri Järvi wrote:
> > usb 2-1: new full speed USB device using ohci_hcd and address 2
> > snd-usb-audio: probe of 2-1:1.0 failed with error -5
> > usbcore: registered new driver snd-usb-audio
> > 
> > PS. Please Cc me when replying.
> 
> Please use ALSA CVS to do a binary search ("cvs update -D 2005-11-01
> -A", "cvs update -D 2005-12-01 -A", "cvs update -D 2005-11-15" etc) and
> isolate the exact change that caused the problem.

I'm sorry, I need a bit advice here. I'm not sure how to do this. Should 
I look at alsa-driver or alsa-kernel?

Is there howto for trying different versions of alsa drivers from CVS? I 
seem to run into compilation problems and incompatibilities with kernel 
versions when trying to get different versions from ALSA CVS.

I tried both alsa-driver and alsa-kernel. With alsa-kernel I could 
confirm that snd-usb-audio works for me at -D 2005-10-01, 2005-11-01, 
2005-11-15 but I couldn't get it compile at 2005-12-01. Then I started 
to look at the alsa-driver but I couldn't get that compile. It 
complained about rejected hunks in patches when patching ../alsa-kernel.

Any pointers on how to do this?

Yours,
Harri


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: snd-usb-audio HP-107 midi broke at 2.6.13 or 2.6.14
  2006-01-03 19:21   ` Harri Järvi
@ 2006-01-05 20:43     ` Lee Revell
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Revell @ 2006-01-05 20:43 UTC (permalink / raw)
  To: Harri Järvi; +Cc: alsa-devel

On Tue, 2006-01-03 at 21:21 +0200, Harri Järvi wrote:
> On Sun, Jan 01, 2006 at 14:41:34 -0500, Lee Revell wrote:
> > Harri Järvi wrote:
> > > usb 2-1: new full speed USB device using ohci_hcd and address 2
> > > snd-usb-audio: probe of 2-1:1.0 failed with error -5
> > > usbcore: registered new driver snd-usb-audio
> > > 
> > > PS. Please Cc me when replying.
> > 
> > Please use ALSA CVS to do a binary search ("cvs update -D 2005-11-01
> > -A", "cvs update -D 2005-12-01 -A", "cvs update -D 2005-11-15" etc) and
> > isolate the exact change that caused the problem.
> 
> I'm sorry, I need a bit advice here. I'm not sure how to do this. Should 
> I look at alsa-driver or alsa-kernel?

The whole thing (cvs co .).  Much easier than checking out alsa-kernel
and alsa-driver separately.

Lee



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-01-05 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-01 19:34 snd-usb-audio HP-107 midi broke at 2.6.13 or 2.6.14 Harri Järvi
2006-01-01 19:41 ` Lee Revell
2006-01-03 19:21   ` Harri Järvi
2006-01-05 20:43     ` Lee Revell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox