Re: [Alsa-user] Virtual 12 channel device

2013-03-19 Thread Clemens Ladisch
Sheldon Hearn wrote: I have gotten to the point where using speaker-test to test the virtual device will play sound out of the all of the first card's channels, but none of the second card's channels. Speaker-test will play sound out of all channels of each card when I test them

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Rodolfo Thomazelli
Hi Daniel, here's the informations: 'uname -a' Linux rodolfo 3.5.0-25-generic #39-Ubuntu SMP Mon Feb 25 18:26:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux The second command (proc/asound/cards) returns no such file or directory. In sound controller there's only a dummy output. The command 'aplay

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Daniel Mack
On 19.03.2013 13:04, Rodolfo Thomazelli wrote: 'uname -a' Linux rodolfo 3.5.0-25-generic #39-Ubuntu SMP Mon Feb 25 18:26:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux That recent enought to support your sound card. Unless there is something in the USB descriptors the driver doesn't like. The

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Rodolfo Thomazelli
Ok, I updated Ubuntu, and now the onboard device is working again. With the usb device unplugged: *sudo dmesg -c [ 496.692447] usb 2-1.2: USB disconnect, device number 3* With the usb plugged again: * sudo dmesg -c [ 1144.857836] usb 2-1.2: new high-speed USB device number 4 using ehci_hcd [

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Torstein Hegge
On Tue, Mar 19, 2013 at 10:10:47AM -0300, Rodolfo Thomazelli wrote: [ 1144.857836] usb 2-1.2: new high-speed USB device number 4 using ehci_hcd [ 1144.951520] usb 2-1.2: New USB device found, idVendor=1235, idProduct=8002 [ 1144.951531] usb 2-1.2: New USB device strings: Mfr=1, Product=2,

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Daniel Mack
On 19.03.2013 15:40, Torstein Hegge wrote: On Tue, Mar 19, 2013 at 10:10:47AM -0300, Rodolfo Thomazelli wrote: [ 1144.857836] usb 2-1.2: new high-speed USB device number 4 using ehci_hcd [ 1144.951520] usb 2-1.2: New USB device found, idVendor=1235, idProduct=8002 [ 1144.951531] usb 2-1.2:

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Rodolfo Thomazelli
Man, I'm so sorry, but I can't understand what you guys are telling me. I'm a beginner in Linux system, and all of these commands and expressions that you wrote are big misteries for me. What I have to do? Hope you guys don't loose your patience. Please keep helping me! 2013/3/19 Daniel Mack

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Daniel Mack
On 19.03.2013 16:05, Rodolfo Thomazelli wrote: Man, I'm so sorry, but I can't understand what you guys are telling me. I'm a beginner in Linux system, and all of these commands and expressions that you wrote are big misteries for me. What I have to do? Hope you guys don't loose your

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Daniel Mack
On 19.03.2013 14:10, Rodolfo Thomazelli wrote: sudo dmesg -c [ 1144.857836] usb 2-1.2: new high-speed USB device number 4 using ehci_hcd [ 1144.951520] usb 2-1.2: New USB device found, idVendor=1235, idProduct=8002 [ 1144.951531] usb 2-1.2: New USB device strings: Mfr=1, Product=2,

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Rodolfo Thomazelli
I've just completed all the required steps. Seems like something changes, because in alsamixer my usb device is listed, but there is no control over it. In Ubuntu sound controller my device is not even listed. So I can't make it my default device, and that is just what I want! Here is some logs:

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Daniel Mack
On 19.03.2013 19:57, Rodolfo Thomazelli wrote: I've just completed all the required steps. Seems like something changes, because in alsamixer my usb device is listed, but there is no control over it. In Ubuntu sound controller my device is not even listed. So I can't make it my default device,

[Alsa-user] Fwd: ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Rodolfo Thomazelli
-- Forwarded message -- From: Rodolfo Thomazelli pe.sobe...@gmail.com Date: 2013/3/19 Subject: Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6 To: Daniel Mack zon...@gmail.com Man, I saved a .wav file into my home folder. By typing aplay -Dplughw:USB some-test-wave.wav I can hear

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Daniel Mack
On 19.03.2013 20:53, Rodolfo Thomazelli wrote: Man, I saved a .wav file into my home folder. By typing aplay -Dplughw:USB some-test-wave.wav I can hear it from the output of scarlett! The device is playing! Ok, nice. I'll post my two patches then. Thanks for testing! I want to use a program

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Rodolfo Thomazelli
Thanks, I'll do that and bring back the results. There is any other way to teach PulseAudio about change the default device? 2013/3/19 Daniel Mack zon...@gmail.com On 19.03.2013 20:53, Rodolfo Thomazelli wrote: Man, I saved a .wav file into my home folder. By typing aplay -Dplughw:USB

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Rodolfo Thomazelli
I done the 'git pull' and continued from step 8 of wiki page. Seems like nothing changes: the device is playing, listed on alsamixer, but not listed on Ubuntu's sound settings. I still can't make my usb device the default one. *uname -a* Linux rodolfo 3.9.0-rc3-custom #1 SMP Tue Mar 19 14:48:30

Re: [Alsa-user] ALSA and SCARLETT FOCUSRITE 8i6

2013-03-19 Thread Daniel Mack
On 19.03.2013 21:52, Rodolfo Thomazelli wrote: I done the 'git pull' and continued from step 8 of wiki page. Seems like nothing changes: the device is playing, listed on alsamixer, but not listed on Ubuntu's sound settings. I still can't make my usb device the default one. *uname -a*