[Alsa-user] Behringer UCA222
Hi, is Behringer UCA222 alsa fully compatible? I'm thinking to buy two of them for recording purposes, I'm using debian squeeze. Here Behringer UCA222 is not present on http://www.alsa-project.org/main/index.php/Matrix:Main but some people say it is compatible. Can you help? Thanks -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] Behringer UCA222
Thank you Sergei but i don't really hunderstund if it is compatible. http://www.behringer.com/EN/Products/UCA222.aspx 2011/5/2 Sergei Steshenko > On Mon, 2 May 2011 21:03:57 +0200 > "owl...@gmail.com" wrote: > > > Hi, is Behringer UCA222 alsa fully compatible? I'm thinking to buy two of > > them for recording purposes, I'm using debian squeeze. > > > > Here Behringer UCA222 is not present on > > http://www.alsa-project.org/main/index.php/Matrix:Main but some people > say > > it is compatible. > > > > Can you help? > > > > Thanks > > The very first thing to check is whether nod driver is needed under > Windows. > > I.e. sometimes manufacturers advertise that no driver is needed and that > the > device is a standards compliant USB device. > > Regards, > Sergei. > -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] Behringer UCA222
Thank you again, can you suggest an usb sound card 100% fully compatible with record capability? 2011/5/2 Sergei Steshenko > On Mon, 2 May 2011 21:58:46 +0200 > "owl...@gmail.com" wrote: > > > Thank you Sergei but i don't really hunderstund if it is compatible. > > > > http://www.behringer.com/EN/Products/UCA222.aspx > > > > > > 2011/5/2 Sergei Steshenko > > > > > On Mon, 2 May 2011 21:03:57 +0200 > > > "owl...@gmail.com" wrote: > > > > > > > Hi, is Behringer UCA222 alsa fully compatible? I'm thinking to buy > two of > > > > them for recording purposes, I'm using debian squeeze. > > > > > > > > Here Behringer UCA222 is not present on > > > > http://www.alsa-project.org/main/index.php/Matrix:Main but some > people > > > say > > > > it is compatible. > > > > > > > > Can you help? > > > > > > > > Thanks > > > > > > The very first thing to check is whether nod driver is needed under > > > Windows. > > > > > > I.e. sometimes manufacturers advertise that no driver is needed and > that > > > the > > > device is a standards compliant USB device. > > > > > > Regards, > > > Sergei. > > > > > It looks like it has a specific (i.e. not generic USB) driver. > > Regards, > Sergei. > -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
[Alsa-user] How to join forever an alsa device id to a particular USB port?
Hello, I bought 2 identic USB audio device that work correctly with linux but when I restart linux or I keep the devices out and I put it in again they take another id. I need that the id would be always the same. I tried a first script called "A working example": http://alsa.opensrc.org/Udev but squeeze doesn't rename it... Then I tried other kind of tries that I paste below (please don't laugh about me :) I am not good with udev ) # KERNEL=="2-2", SUBSYSTEM=="usb", ACTION=="add", DRIVER=="usb", SYMLINK="test" # KERNEL=="controlC[0-9]*", SUBSYSTEM=="usb", ACTION=="add", SYMLINK="snd/controlC9" # KERNEL=="2-2:1.0", SUBSYSTEM=="usb", ACTION=="add", DRIVER=="usb", SYMLINK="snd/controlC9" # KERNEL=="2-2:1.1", SUBSYSTEM=="usb", ACTION=="add", DRIVER=="usb", SYMLINK="snd/pcmC9D0c" # KERNEL=="2-2:1.2", SUBSYSTEM=="usb", ACTION=="add", DRIVER=="usb", SYMLINK="snd/pcmC9D0p" # KERNEL=="2-2:1.0", SUBSYSTEM=="usb", ACTION=="add", DRIVER=="usb", SYMLINK="snd/controlC9" KERNEL=="controlC0", ACTION=="add" DRIVERS=="snd", NAME="snd/controlC9" As you can see it doesn't work...the only thing I could do was to create a symlink but that's not important to me, i couldn't rename the devices that's what I need What I precisely need is to join one or more particular USB portsto the same alsa device id. I will decide which one doing it in /proc/asound/devices udevadm info --query all --path /sys/bus/usb/devices/2-2 --attribute-walk Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule to match, can be composed by the attributes of the device and the attributes from one single parent device. looking at device '/devices/pci:00/:00:10.0/usb2/2-2': KERNEL=="2-2" SUBSYSTEM=="usb" DRIVER=="usb" ATTR{configuration}=="" ATTR{bNumInterfaces}==" 4" ATTR{bConfigurationValue}=="1" ATTR{bmAttributes}=="80" ATTR{bMaxPower}=="100mA" ATTR{urbnum}=="63" ATTR{idVendor}=="08bb" ATTR{idProduct}=="2902" ATTR{bcdDevice}=="0100" ATTR{bDeviceClass}=="00" ATTR{bDeviceSubClass}=="00" ATTR{bDeviceProtocol}=="00" ATTR{bNumConfigurations}=="1" ATTR{bMaxPacketSize0}=="8" ATTR{speed}=="12" ATTR{busnum}=="2" ATTR{devnum}=="2" ATTR{version}==" 1.10" ATTR{maxchild}=="0" ATTR{quirks}=="0x0" ATTR{authorized}=="1" ATTR{manufacturer}=="Burr-Brown from TI " ATTR{product}=="USB Audio CODEC " looking at parent device '/devices/pci:00/:00:10.0/usb2': KERNELS=="usb2" SUBSYSTEMS=="usb" DRIVERS=="usb" ATTRS{configuration}=="" ATTRS{bNumInterfaces}==" 1" ATTRS{bConfigurationValue}=="1" ATTRS{bmAttributes}=="e0" ATTRS{bMaxPower}==" 0mA" ATTRS{urbnum}=="36" ATTRS{idVendor}=="1d6b" ATTRS{idProduct}=="0001" ATTRS{bcdDevice}=="0206" ATTRS{bDeviceClass}=="09" ATTRS{bDeviceSubClass}=="00" ATTRS{bDeviceProtocol}=="00" ATTRS{bNumConfigurations}=="1" ATTRS{bMaxPacketSize0}=="64" ATTRS{speed}=="12" ATTRS{busnum}=="2" ATTRS{devnum}=="1" ATTRS{version}==" 1.10" ATTRS{maxchild}=="2" ATTRS{quirks}=="0x0" ATTRS{authorized}=="1" ATTRS{manufacturer}=="Linux 2.6.32-5-686 uhci_hcd" ATTRS{product}=="UHCI Host Controller" ATTRS{serial}==":00:10.0" ATTRS{authorized_default}=="1" looking at parent device '/devices/pci:00/:00:10.0': KERNELS==":00:10.0" SUBSYSTEMS=="pci" DRIVERS=="uhci_hcd" ATTRS{vendor}=="0x1106" ATTRS{device}=="0x3038" ATTRS{subsystem_vendor}=="0x1043" ATTRS{subsystem_device}=="0x3038" ATTRS{class}=="0x0c0300" ATTRS{irq}=="21" ATTRS{local_cpus}=="" ATTRS{local_cpulist}=="0-31" ATTRS{modalias}=="pci:v1106d3038sv1043sd3038bc0Csc03i00" ATTRS{enable}=="1" ATTRS{broken_parity_status}=="0" ATTRS{msi_bus}=="" looking at parent device '/devices/pci:00': KERNELS=="pci:00" SUBSYSTEMS=="" DRIVERS=="" /proc/asound# ls card0 card1 card2 cards default default_1 devices hwdep modules oss pcm seq timers V8237 version /dev/snd# ls by-id by-path controlC0 controlC1 controlC2 pcmC0D0c pcmC0D0p pcmC0D1c pcmC0D1p pcmC1D0c pcmC1D0p pcmC2D0c pcmC2D0p seq timer dmesg [ 1.520541] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.520545] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.520549] usb usb4: Product: UHCI Host Controller [ 1.520552] usb usb4: Manufacturer: Linux 2.6.32-5-686 uhci_hcd [ 1.520555] usb usb4: SerialNumber: :00:10.2 [ 1.520909] usb usb4: configuration #1 chosen from 1 choice [ 1.521101] hub 4-0:1.0: USB hub found [ 1.521126]
[Alsa-user] Which pci-e card?
Do you know a pci-e card 100% work recording? -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] Which pci-e card?
Your card is expensive i'm searching a more simple pcie 1x card only for recording purposes Il giorno 10/giu/2011 20.58, "Martin Brauns" ha scritto: > Am Freitag, den 10.06.2011, 10:40 +0200 schrieb Ralf Mardorf: >> On Fri, 2011-06-10 at 10:10 +0200, owl...@gmail.com wrote: >> > Do you know a pci-e card 100% work recording? >> >> Today I'll test my RME HDSPe AIO, but I already know that it only can be >> used with 48KHz and 1024 frames/period at the moment. I had to get >> current ALSA hence my distro's ALSA is outdated. Well, in the evening I >> can tell you if it can 100% record or not, but before I ordered the card >> I read forums and it should work. If not, I can return it to my >> dealer ;). >> >> -- Ralf >> > Since Kernel 2.6.39 my HDSPe AIO works perfect also with 192khz and > complete in realtime. With adat i use now 48khz/64Frames :-) > > Martin > > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Alsa-user mailing list > Alsa-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-user -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] Which pci-e card?
I'll try linux audio users, thanks 2011/6/12 Ralf Mardorf : > On Sat, 2011-06-11 at 23:41 +0200, owl...@gmail.com wrote: >> i'm searching a more simple pcie 1x card > > I guess all IO cards are 1x. > > There are converters to convert PCI Express X1 slots into regular PCI > slot. I don't know if they work with Linux and if they should do, if > they are good for audio. Maybe somebody does know if such a converter is > ok. Less expensive, usable PCI sound cards are available at Ebay, e.g. > Envy24 based cards. > > The alsa list seems to be less frequented, perhaps linux audio users > mailing list is a better choice to get information. > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Alsa-user mailing list > Alsa-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-user > -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] Which pci-e card?
I have 2 identical usb audio card but i can't choose the alsa index order... udev don't give me a hand. 2011/6/12 : > Have you investigated usb audio? Most modern programs work with usb audio. > You need to check the approved list. > > Usb sound cards can't run some oddball software, namely programs that need > the 8-bit mode. > > > > -Original Message- > From: Ralf Mardorf > Date: Sun, 12 Jun 2011 00:38:51 > To: > Subject: Re: [Alsa-user] Which pci-e card? > > On Sat, 2011-06-11 at 23:41 +0200, owl...@gmail.com wrote: >> i'm searching a more simple pcie 1x card > > I guess all IO cards are 1x. > > There are converters to convert PCI Express X1 slots into regular PCI > slot. I don't know if they work with Linux and if they should do, if > they are good for audio. Maybe somebody does know if such a converter is > ok. Less expensive, usable PCI sound cards are available at Ebay, e.g. > Envy24 based cards. > > The alsa list seems to be less frequented, perhaps linux audio users > mailing list is a better choice to get information. > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Alsa-user mailing list > Alsa-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-user > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Alsa-user mailing list > Alsa-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-user > -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev ___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] Which pci-e card?
Thank you i'll by a 7 PCI slots magma box, it's amazing > > The order changes when you boot. I have seen solutions to this posted. A job for google. > > I move the order around in yast, but of course that advice is only useful if you run suse/opensuse. > > If you run multiple cards and want to minimize headaches, find a used Magma PCI bus card cage. They work fine under linux. There is nothing to install, that is the kernel recognizes the Magma box. You have to power the Magma box before booting the linux PC. > > I've run 5 cards at a time. I have capacity for seven cards. Each extended pci slot is unique so the order remains the same. The only disadvantage is the size of the Magma box and the cost. > The Magma boxes that take one Pci and yield seven slots are easy to find used. Much harder to find is the version that takes one pcie slot and yields seven pci slots. > > > -Original Message- > From: "owl...@gmail.com" > Date: Sun, 12 Jun 2011 14:27:14 > To: alsa-user > Subject: Re: [Alsa-user] Which pci-e card? > > I have 2 identical usb audio card but i can't choose the alsa index > order... udev don't give me a hand. > > 2011/6/12 : > > Have you investigated usb audio? Most modern programs work with usb audio. You need to check the approved list. > > > > Usb sound cards can't run some oddball software, namely programs that need the 8-bit mode. > > > > > > > > -Original Message- > > From: Ralf Mardorf > > Date: Sun, 12 Jun 2011 00:38:51 > > To: > > Subject: Re: [Alsa-user] Which pci-e card? > > > > On Sat, 2011-06-11 at 23:41 +0200, owl...@gmail.com wrote: > >> i'm searching a more simple pcie 1x card > > > > I guess all IO cards are 1x. > > > > There are converters to convert PCI Express X1 slots into regular PCI > > slot. I don't know if they work with Linux and if they should do, if > > they are good for audio. Maybe somebody does know if such a converter is > > ok. Less expensive, usable PCI sound cards are available at Ebay, e.g. > > Envy24 based cards. > > > > The alsa list seems to be less frequented, perhaps linux audio users > > mailing list is a better choice to get information. > > > > > > -- > > EditLive Enterprise is the world's most technically advanced content > > authoring tool. Experience the power of Track Changes, Inline Image > > Editing and ensure content is compliant with Accessibility Checking. > > http://p.sf.net/sfu/ephox-dev2dev > > ___ > > Alsa-user mailing list > > Alsa-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/alsa-user > > -- > > EditLive Enterprise is the world's most technically advanced content > > authoring tool. Experience the power of Track Changes, Inline Image > > Editing and ensure content is compliant with Accessibility Checking. > > http://p.sf.net/sfu/ephox-dev2dev > > ___ > > Alsa-user mailing list > > Alsa-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/alsa-user > > > > -- > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > ___ > Alsa-user mailing list > Alsa-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-user -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user
Re: [Alsa-user] Which pci-e card?
Another question i have decided to buy magma box 7 pci. Are you sure debian 6 always load the magma pci slots in the same order? Otherwise you can understand that for me is an insurmountable problem Thanks Il giorno 16/giu/2011 18.42, ha scritto: -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev___ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user