Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-22 Thread Hiram Abiff
also the jack Quoting Hiram Abiff <[EMAIL PROTECTED]>: new client: qjackctl-4557, id = 2 type 2 @ 0xb5ce5000 fd = 16 ++ jack_rechain_graph(): client alsa_pcm: internal client, execution_order=0. client qjackctl-4557: start_fd=8, execution_order=0. client qjackctl-4557: wait_fd=12, execution_orde

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-22 Thread Hiram Abiff
Quoting Hiram Abiff <[EMAIL PROTECTED]>: Quoting Clemens Ladisch <[EMAIL PROTECTED]>: Hiram Abiff wrote: so, this patch only corrects the names of the mixer channels, it does not add the 4th missing channel? It adds new names for all four mixer controls. I don't know why the driver doesn't

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-22 Thread Hiram Abiff
Quoting Hiram Abiff <[EMAIL PROTECTED]>: Quoting Clemens Ladisch <[EMAIL PROTECTED]>: Hiram Abiff wrote: so, this patch only corrects the names of the mixer channels, it does not add the 4th missing channel? It adds new names for all four mixer controls. I don't know why the driver doesn't

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-22 Thread Hiram Abiff
Quoting Clemens Ladisch <[EMAIL PROTECTED]>: Hiram Abiff wrote: so, this patch only corrects the names of the mixer channels, it does not add the 4th missing channel? It adds new names for all four mixer controls. I don't know why the driver doesn't create the fourth control. When configuri

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-21 Thread Clemens Ladisch
Hiram Abiff wrote: > so, this patch only corrects the names of the mixer channels, it does > not add the 4th missing channel? It adds new names for all four mixer controls. I don't know why the driver doesn't create the fourth control. When configuring the alsa-driver package, please add the --w

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-20 Thread Hiram Abiff
Quoting Clemens Ladisch <[EMAIL PROTECTED]>: Clemens Ladisch wrote: It is possible to add a table to the driver to override these names. Attached is a patch to do this. It's already in CVS. sorry for the long delay, I didn't have time to check the list sooner. so, this patch only corrects

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-16 Thread Clemens Ladisch
Clemens Ladisch wrote: > It is possible to add a table to the driver to override these names. Attached is a patch to do this. It's already in CVS. Regards, Clemens Index: alsa-kernel/usb/usbmixer_maps.c === RCS file: /cvsroot/alsa/

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-15 Thread Hiram Abiff
Quoting Clemens Ladisch <[EMAIL PROTECTED]>: It seems the fourth volume control got lost somewhere. Is there any error message in the system log? I missed this, related to my laptops's soundcard I guess. Sorry, I'm tired and losing concentration. Mar 15 21:11:10 guybrush udev[3550]: creating

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-15 Thread Hiram Abiff
Quoting Clemens Ladisch <[EMAIL PROTECTED]>: It seems the fourth volume control got lost somewhere. Is there any error message in the system log? There is something related to a virtual console in between which are some messages related to sound devices. Looks like this: Mar 15 21:11:10 guybr

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-15 Thread Frank Barknecht
Hallo, Clemens Ladisch hat gesagt: // Clemens Ladisch wrote: > Hiram Abiff wrote: > > numid=1,iface=MIXER,name='Speaker Playback Switch' > > numid=3,iface=MIXER,name='Speaker Playback Switch',index=1 > > numid=5,iface=MIXER,name='Speaker Playback Switch',index=2 > > numid=2,iface=MIXER,name='Speak

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-15 Thread Clemens Ladisch
Hiram Abiff wrote: > numid=1,iface=MIXER,name='Speaker Playback Switch' > numid=3,iface=MIXER,name='Speaker Playback Switch',index=1 > numid=5,iface=MIXER,name='Speaker Playback Switch',index=2 > numid=2,iface=MIXER,name='Speaker Playback Volume' > numid=4,iface=MIXER,name='Speaker Playback Volume'

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-14 Thread Hiram Abiff
Quoting Clemens Ladisch <[EMAIL PROTECTED]>: Can I use some other tool rather than alsamixer or amixer to adjust this. The problem may be that the mixer controls names guessed by the driver are ... suboptimal. It is possible to add a table to the driver to override these names. Please show t

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-14 Thread Clemens Ladisch
Hiram Abiff wrote: > Do you have any idea what could cause the low volume on the input > signal? The obvious cause is some misconfigured mixer control. > Can I use some other tool rather than alsamixer or amixer to adjust > this. The problem may be that the mixer controls names guessed by the dr

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-14 Thread Hiram Abiff
Quoting Clemens Ladisch <[EMAIL PROTECTED]>: Hiram Abiff wrote: cannot submit datapipe for urb 0, err = -38 This means that the code to support playing audio data through a high speed hub has not been enabled. Enable CONFIG_USB_EHCI_SPLIT_ISO in the kernel configuration (you may need to enab

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-14 Thread Clemens Ladisch
Hiram Abiff wrote: > cannot submit datapipe for urb 0, err = -38 This means that the code to support playing audio data through a high speed hub has not been enabled. Enable CONFIG_USB_EHCI_SPLIT_ISO in the kernel configuration (you may need to enable "experimental features" for this), or don't u

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
I checkveed dmesg, this message appears after each aplay's unsuccesful attempt: cannot submit datapipe for urb 0, err = -38 What is this "urb 0"? I found this in the LAU archive from , pertaining to this error message: "> > > ALSA: could not start playback (Broken pipe) kernel: cannot submi

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Lee Revell
On Mon, 2006-03-13 at 20:41 +0100, Hiram Abiff wrote: > I can get output from muse no prob and from other music making apps. > I tried running xmms but it complains and cannot start: > > Input has 2 channels, soundcard uses 4 channels > No conversion is available XMMS bug, it wants to use the hw

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
Quoting Lee Revell <[EMAIL PROTECTED]>: On Mon, 2006-03-13 at 20:41 +0100, Hiram Abiff wrote: I can get output from muse no prob and from other music making apps. I tried running xmms but it complains and cannot start: Input has 2 channels, soundcard uses 4 channels No conversion is available

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Lee Revell
On Mon, 2006-03-13 at 20:53 +0100, Hiram Abiff wrote: > > "alsamixer -c 2 -V capture" but it says " No mixer elems found". > > When I run "alsamixer -c 2" I get 3 sliders for playback, although > > Maya has 2 stereo outputs???!! I discovered that the third actually > > controls one of the input cha

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
Quoting Lee Revell <[EMAIL PROTECTED]>: For some reason I see 3 Speaker entries only in the playback section and no capture entries. Many USB audio devices don't have (much of) a software controllable mixer, the only mixer is controlled by the knobs on the device. Lee Unfortunately, this

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
"alsamixer -c 2 -V capture" but it says " No mixer elems found". When I run "alsamixer -c 2" I get 3 sliders for playback, although Maya has 2 stereo outputs???!! I discovered that the third actually controls one of the input channels, but driving it to 100 still produces low volume audio. When I

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
Quoting Lee Revell <[EMAIL PROTECTED]>: Would deactivating bandwidht checking work for me too, then? Error -38 is not the same as error -28. If you have bandwidth checking enabled then certainly disable it (it's well known that it's broken). I see. Is this device connected through a hub?

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Lee Revell
On Mon, 2006-03-13 at 19:50 +0100, Hiram Abiff wrote: > > I checkveed dmesg, this message appears after each aplay's > > unsuccesful attempt: > > > > cannot submit datapipe for urb 0, err = -38 > > > > What is this "urb 0"? > > I found this in the LAU archive from , pertaining > to this error mess

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
Quoting Frank Barknecht <[EMAIL PROTECTED]>: Hallo, Hiram Abiff hat gesagt: // Hiram Abiff wrote: Thnx for the tip, will try this. But, no matter which index the Maya gets I always have this same issue that I described earlier, cannot get it to play anything. Yes, and I still have no idea, w

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
Quoting Clemens Ladisch <[EMAIL PROTECTED]>: Hiram Abiff wrote: My problem is I can't get my Maya to play any sound from Alsa. ALSA: cannot set hardware parameters for playback Please show the contents of /proc/asound/cardX/stream0. hi, clemens. here goes: AUDIOTRAK MAYA44 USB at usb-00

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Clemens Ladisch
Hiram Abiff wrote: > My problem is I can't get my Maya to play any sound from > Alsa. > > ALSA: cannot set hardware parameters for playback Please show the contents of /proc/asound/cardX/stream0. Regards, Clemens --- This SF.Net email is spo

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Frank Barknecht
Hallo, Hiram Abiff hat gesagt: // Hiram Abiff wrote: > Thnx for the tip, will try this. But, no matter which index the > Maya gets I always have this same issue that I described earlier, > cannot get it to play anything. Yes, and I still have no idea, why it doesn't let you play anything, not eve

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-13 Thread Hiram Abiff
Quoting Frank Barknecht <[EMAIL PROTECTED]>: Hallo, Hiram Abiff hat gesagt: // Hiram Abiff wrote: I nthe meantime I restarted my computer again and now Maya is no longer card3 but card1, this happens on a regular basis, for some reason ALSA rearranges the cards. You can fix the position chos

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-12 Thread Frank Barknecht
Hallo, Hiram Abiff hat gesagt: // Hiram Abiff wrote: > I nthe meantime I restarted my computer again and now Maya > is no longer card3 but card1, this happens on a regular basis, > for some reason ALSA rearranges the cards. You can fix the position chosen for your cards with the "index"-module pa

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-12 Thread Hiram Abiff
Quoting Lee Revell <[EMAIL PROTECTED]>: On Sun, 2006-03-12 at 22:31 +0100, Hiram Abiff wrote: Hi! I've lost a lot of time and patience trying to set up my Maya 44USB soundcard, the guys from the Linux-Audio-Users mailing list tried to help me, but it turned out to be a bug in ALSA. What is t

Re: [Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-12 Thread Lee Revell
On Sun, 2006-03-12 at 22:31 +0100, Hiram Abiff wrote: > Hi! > > I've lost a lot of time and patience trying to set up my > Maya 44USB soundcard, the guys from the Linux-Audio-Users > mailing list tried to help me, but it turned out to be > a bug in ALSA. What is the output of "lsmod" and "dmesg"?

[Alsa-user] Audiotrak Maya 44 USB Soundcard

2006-03-12 Thread Hiram Abiff
Hi! I've lost a lot of time and patience trying to set up my Maya 44USB soundcard, the guys from the Linux-Audio-Users mailing list tried to help me, but it turned out to be a bug in ALSA. My problem is I can't get my Maya to play any sound from Alsa. cat /proc/asound/cards lists it as the 3rd