ALSA mono configuration not working The 2019 Stack Overflow Developer Survey Results Are In'Device or resource busy' error thrown when trying to record audio using arecordUnable to use python speech_recognition lib Microphone class due to ALSAHow do I set the output port on my audio card?How can I use ALSA dmix and multi plugins together?Multiple (combine) USB sound cards with Alsa + Jack + Pure DataALSA - Traktor Audio 2 - How to split front and rear stereo channels / How to debug dmixHow do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?Understanding what “channels”, “buffer_size”, “period_size”, “bindings” and “ipc_key” stand for in .asoundrcalsa pre-amp volumeALSA Check if spdif plugged in / activeUsing and configuring ALSA plugins dmix and dsnoop for stereo play and capture

Worn-tile Scrabble

What is this sharp, curved notch on my knife for?

Why not take a picture of a closer black hole?

What is the meaning of Triage in Cybersec world?

How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?

A word that means fill it to the required quantity

Why can't devices on different VLANs, but on the same subnet, communicate?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

What information about me do stores get via my credit card?

Is it possible for absolutely everyone to attain enlightenment?

What does もの mean in this sentence?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

The difference between dialogue marks

If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Falsification in Math vs Science

How to obtain a position of last non-zero element

What do these terms in Caesar's Gallic Wars mean?

Why doesn't shell automatically fix "useless use of cat"?

How to translate "being like"?

How do you keep chess fun when your opponent constantly beats you?

How come people say “Would of”?



ALSA mono configuration not working



The 2019 Stack Overflow Developer Survey Results Are In'Device or resource busy' error thrown when trying to record audio using arecordUnable to use python speech_recognition lib Microphone class due to ALSAHow do I set the output port on my audio card?How can I use ALSA dmix and multi plugins together?Multiple (combine) USB sound cards with Alsa + Jack + Pure DataALSA - Traktor Audio 2 - How to split front and rear stereo channels / How to debug dmixHow do I use ALSA or PulseAudio to remap stereo source to an 8-channel PCM and lower the volume?Understanding what “channels”, “buffer_size”, “period_size”, “bindings” and “ipc_key” stand for in .asoundrcalsa pre-amp volumeALSA Check if spdif plugged in / activeUsing and configuring ALSA plugins dmix and dsnoop for stereo play and capture



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I installed a new PCI based soundcard in my PC. It has 8 S/PDIF based I/O pairs with each line numbered 1 to 8 for input as well as output. And I'm trying to use input lines 3, 5, 7 for input (mics) and output lines 3, 5, 7 for output (play) in mono with :



  • line 3 = channel 1 (both input and output),

  • line 5 = channel 2 (both input and output),

  • line 7 = channel 3 (both input and output).

So, I created the following .asoundrc:



pcm.!default 
type plug
slave
pcm "hw:1,0"



ctl.!default
type hw
card 1


pcm_slave.pci-sc
pcm "hw:1,0"
channels 8
rate 44100
buffer_size 4096
period_size 1024


pcm.outch1
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 2 ]
hint.description "PCI Card output/playback channel 1 (from output port 3)"



pcm.inch1
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 2 ]
hint.description "PCI Card input/capture channel 1 (from input port 3)"



pcm.outch2
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 4 ]
hint.description "PCI Card output/playback channel 2 (from output port 5)"



pcm.inch2
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 4 ]
hint.description "PCI Card input/capture channel 2 (from input port 5)"



pcm.outch3
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 6 ]
hint.description "PCI Card output/playback channel 3 (from output port 7)"



pcm.inch3
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 6 ]
hint.description "PCI Card input/capture channel 3 (from input port 7)"




But with the above configuration, when I try to open Audacity to try and play and capture, only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list!



Also, I tried creating .asoundrc as mentioned here as follows as well:



pcm.!default 
type plug
slave
pcm "hw:1,0"



ctl.!default
type hw
card 1


pcm_slave.pci-sc
pcm "hw:1,0"
channels 8
rate 44100
buffer_size 4096
period_size 1024


pcm.outch1
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 0 ]
hint.description "PCI Sound Card output/playback channel 1 (from output port 1)"



pcm.inch1
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 0 ]
hint.description "PCI Sound Card input/capture channel 1 (from input port 1)"



pcm.outch2
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 1 ]
hint.description "PCI Sound Card output/playback channel 2 (from output port 2)"



pcm.inch2
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 1 ]
hint.description "PCI Sound Card input/capture channel 2 (from input port 2)"



pcm.outch3
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 2 ]
hint.description "PCI Sound Card output/playback channel 3 (from output port 3)"



pcm.inch3
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 2 ]
hint.description "PCI Sound Card input/capture channel 3 (from input port 3)"



pcm.outch4
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 3 ]
hint.description "PCI Sound Card output/playback channel 4 (from output port 4)"



pcm.inch4
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 3 ]
hint.description "PCI Sound Card input/capture channel 4 (from input port 4)"



pcm.outch5
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 4 ]
hint.description "PCI Sound Card output/playback channel 5 (from output port 5)"



pcm.inch5
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 4 ]
hint.description "PCI Sound Card input/capture channel 5 (from input port 5)"



pcm.outch6
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 5 ]
hint.description "PCI Sound Card output/playback channel 6 (from output port 6)"



pcm.inch6
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 5 ]
hint.description "PCI Sound Card input/capture channel 6 (from input port 6)"



pcm.outch7
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 6 ]
hint.description "PCI Sound Card output/playback channel 7 (from output port 7)"



pcm.inch7
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 6 ]
hint.description "PCI Sound Card input/capture channel 7 (from input port 7)"



pcm.outch8
type plug
slave.pcm
type dshare
ipc_key 1111
slave pci-sc
bindings [ 7 ]
hint.description "PCI Sound Card output/playback channel 8 (from output port 8)"



pcm.inch8
type plug
slave.pcm
type dsnoop
ipc_key 1111
slave pci-sc
bindings [ 7 ]
hint.description "PCI Sound Card input/capture channel 8 (from input port 8)"




This time around the same issue comes up - only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list! The above works fine for USB sound card. I've tried and tested. Shouldn't this work for PCI based soundcard as well? What dependencies on hardware should I be aware of?



What could be going wrong here? How to fix this?










share|improve this question















This question has an open bounty worth +50
reputation from skrowten_hermit ending ending at 2019-04-17 17:11:23Z">in 6 days.


The question is widely applicable to a large audience. A detailed canonical answer is required to address all the concerns.


Kindly provide a detailed explanation on how to fix or an alternate ALSA configuration.






















    1















    I installed a new PCI based soundcard in my PC. It has 8 S/PDIF based I/O pairs with each line numbered 1 to 8 for input as well as output. And I'm trying to use input lines 3, 5, 7 for input (mics) and output lines 3, 5, 7 for output (play) in mono with :



    • line 3 = channel 1 (both input and output),

    • line 5 = channel 2 (both input and output),

    • line 7 = channel 3 (both input and output).

    So, I created the following .asoundrc:



    pcm.!default 
    type plug
    slave
    pcm "hw:1,0"



    ctl.!default
    type hw
    card 1


    pcm_slave.pci-sc
    pcm "hw:1,0"
    channels 8
    rate 44100
    buffer_size 4096
    period_size 1024


    pcm.outch1
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 2 ]
    hint.description "PCI Card output/playback channel 1 (from output port 3)"



    pcm.inch1
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 2 ]
    hint.description "PCI Card input/capture channel 1 (from input port 3)"



    pcm.outch2
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 4 ]
    hint.description "PCI Card output/playback channel 2 (from output port 5)"



    pcm.inch2
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 4 ]
    hint.description "PCI Card input/capture channel 2 (from input port 5)"



    pcm.outch3
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 6 ]
    hint.description "PCI Card output/playback channel 3 (from output port 7)"



    pcm.inch3
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 6 ]
    hint.description "PCI Card input/capture channel 3 (from input port 7)"




    But with the above configuration, when I try to open Audacity to try and play and capture, only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list!



    Also, I tried creating .asoundrc as mentioned here as follows as well:



    pcm.!default 
    type plug
    slave
    pcm "hw:1,0"



    ctl.!default
    type hw
    card 1


    pcm_slave.pci-sc
    pcm "hw:1,0"
    channels 8
    rate 44100
    buffer_size 4096
    period_size 1024


    pcm.outch1
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 0 ]
    hint.description "PCI Sound Card output/playback channel 1 (from output port 1)"



    pcm.inch1
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 0 ]
    hint.description "PCI Sound Card input/capture channel 1 (from input port 1)"



    pcm.outch2
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 1 ]
    hint.description "PCI Sound Card output/playback channel 2 (from output port 2)"



    pcm.inch2
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 1 ]
    hint.description "PCI Sound Card input/capture channel 2 (from input port 2)"



    pcm.outch3
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 2 ]
    hint.description "PCI Sound Card output/playback channel 3 (from output port 3)"



    pcm.inch3
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 2 ]
    hint.description "PCI Sound Card input/capture channel 3 (from input port 3)"



    pcm.outch4
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 3 ]
    hint.description "PCI Sound Card output/playback channel 4 (from output port 4)"



    pcm.inch4
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 3 ]
    hint.description "PCI Sound Card input/capture channel 4 (from input port 4)"



    pcm.outch5
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 4 ]
    hint.description "PCI Sound Card output/playback channel 5 (from output port 5)"



    pcm.inch5
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 4 ]
    hint.description "PCI Sound Card input/capture channel 5 (from input port 5)"



    pcm.outch6
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 5 ]
    hint.description "PCI Sound Card output/playback channel 6 (from output port 6)"



    pcm.inch6
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 5 ]
    hint.description "PCI Sound Card input/capture channel 6 (from input port 6)"



    pcm.outch7
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 6 ]
    hint.description "PCI Sound Card output/playback channel 7 (from output port 7)"



    pcm.inch7
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 6 ]
    hint.description "PCI Sound Card input/capture channel 7 (from input port 7)"



    pcm.outch8
    type plug
    slave.pcm
    type dshare
    ipc_key 1111
    slave pci-sc
    bindings [ 7 ]
    hint.description "PCI Sound Card output/playback channel 8 (from output port 8)"



    pcm.inch8
    type plug
    slave.pcm
    type dsnoop
    ipc_key 1111
    slave pci-sc
    bindings [ 7 ]
    hint.description "PCI Sound Card input/capture channel 8 (from input port 8)"




    This time around the same issue comes up - only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list! The above works fine for USB sound card. I've tried and tested. Shouldn't this work for PCI based soundcard as well? What dependencies on hardware should I be aware of?



    What could be going wrong here? How to fix this?










    share|improve this question















    This question has an open bounty worth +50
    reputation from skrowten_hermit ending ending at 2019-04-17 17:11:23Z">in 6 days.


    The question is widely applicable to a large audience. A detailed canonical answer is required to address all the concerns.


    Kindly provide a detailed explanation on how to fix or an alternate ALSA configuration.


















      1












      1








      1








      I installed a new PCI based soundcard in my PC. It has 8 S/PDIF based I/O pairs with each line numbered 1 to 8 for input as well as output. And I'm trying to use input lines 3, 5, 7 for input (mics) and output lines 3, 5, 7 for output (play) in mono with :



      • line 3 = channel 1 (both input and output),

      • line 5 = channel 2 (both input and output),

      • line 7 = channel 3 (both input and output).

      So, I created the following .asoundrc:



      pcm.!default 
      type plug
      slave
      pcm "hw:1,0"



      ctl.!default
      type hw
      card 1


      pcm_slave.pci-sc
      pcm "hw:1,0"
      channels 8
      rate 44100
      buffer_size 4096
      period_size 1024


      pcm.outch1
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Card output/playback channel 1 (from output port 3)"



      pcm.inch1
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Card input/capture channel 1 (from input port 3)"



      pcm.outch2
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Card output/playback channel 2 (from output port 5)"



      pcm.inch2
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Card input/capture channel 2 (from input port 5)"



      pcm.outch3
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Card output/playback channel 3 (from output port 7)"



      pcm.inch3
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Card input/capture channel 3 (from input port 7)"




      But with the above configuration, when I try to open Audacity to try and play and capture, only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list!



      Also, I tried creating .asoundrc as mentioned here as follows as well:



      pcm.!default 
      type plug
      slave
      pcm "hw:1,0"



      ctl.!default
      type hw
      card 1


      pcm_slave.pci-sc
      pcm "hw:1,0"
      channels 8
      rate 44100
      buffer_size 4096
      period_size 1024


      pcm.outch1
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 0 ]
      hint.description "PCI Sound Card output/playback channel 1 (from output port 1)"



      pcm.inch1
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 0 ]
      hint.description "PCI Sound Card input/capture channel 1 (from input port 1)"



      pcm.outch2
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 1 ]
      hint.description "PCI Sound Card output/playback channel 2 (from output port 2)"



      pcm.inch2
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 1 ]
      hint.description "PCI Sound Card input/capture channel 2 (from input port 2)"



      pcm.outch3
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Sound Card output/playback channel 3 (from output port 3)"



      pcm.inch3
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Sound Card input/capture channel 3 (from input port 3)"



      pcm.outch4
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 3 ]
      hint.description "PCI Sound Card output/playback channel 4 (from output port 4)"



      pcm.inch4
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 3 ]
      hint.description "PCI Sound Card input/capture channel 4 (from input port 4)"



      pcm.outch5
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Sound Card output/playback channel 5 (from output port 5)"



      pcm.inch5
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Sound Card input/capture channel 5 (from input port 5)"



      pcm.outch6
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 5 ]
      hint.description "PCI Sound Card output/playback channel 6 (from output port 6)"



      pcm.inch6
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 5 ]
      hint.description "PCI Sound Card input/capture channel 6 (from input port 6)"



      pcm.outch7
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Sound Card output/playback channel 7 (from output port 7)"



      pcm.inch7
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Sound Card input/capture channel 7 (from input port 7)"



      pcm.outch8
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 7 ]
      hint.description "PCI Sound Card output/playback channel 8 (from output port 8)"



      pcm.inch8
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 7 ]
      hint.description "PCI Sound Card input/capture channel 8 (from input port 8)"




      This time around the same issue comes up - only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list! The above works fine for USB sound card. I've tried and tested. Shouldn't this work for PCI based soundcard as well? What dependencies on hardware should I be aware of?



      What could be going wrong here? How to fix this?










      share|improve this question














      I installed a new PCI based soundcard in my PC. It has 8 S/PDIF based I/O pairs with each line numbered 1 to 8 for input as well as output. And I'm trying to use input lines 3, 5, 7 for input (mics) and output lines 3, 5, 7 for output (play) in mono with :



      • line 3 = channel 1 (both input and output),

      • line 5 = channel 2 (both input and output),

      • line 7 = channel 3 (both input and output).

      So, I created the following .asoundrc:



      pcm.!default 
      type plug
      slave
      pcm "hw:1,0"



      ctl.!default
      type hw
      card 1


      pcm_slave.pci-sc
      pcm "hw:1,0"
      channels 8
      rate 44100
      buffer_size 4096
      period_size 1024


      pcm.outch1
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Card output/playback channel 1 (from output port 3)"



      pcm.inch1
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Card input/capture channel 1 (from input port 3)"



      pcm.outch2
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Card output/playback channel 2 (from output port 5)"



      pcm.inch2
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Card input/capture channel 2 (from input port 5)"



      pcm.outch3
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Card output/playback channel 3 (from output port 7)"



      pcm.inch3
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Card input/capture channel 3 (from input port 7)"




      But with the above configuration, when I try to open Audacity to try and play and capture, only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list!



      Also, I tried creating .asoundrc as mentioned here as follows as well:



      pcm.!default 
      type plug
      slave
      pcm "hw:1,0"



      ctl.!default
      type hw
      card 1


      pcm_slave.pci-sc
      pcm "hw:1,0"
      channels 8
      rate 44100
      buffer_size 4096
      period_size 1024


      pcm.outch1
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 0 ]
      hint.description "PCI Sound Card output/playback channel 1 (from output port 1)"



      pcm.inch1
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 0 ]
      hint.description "PCI Sound Card input/capture channel 1 (from input port 1)"



      pcm.outch2
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 1 ]
      hint.description "PCI Sound Card output/playback channel 2 (from output port 2)"



      pcm.inch2
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 1 ]
      hint.description "PCI Sound Card input/capture channel 2 (from input port 2)"



      pcm.outch3
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Sound Card output/playback channel 3 (from output port 3)"



      pcm.inch3
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 2 ]
      hint.description "PCI Sound Card input/capture channel 3 (from input port 3)"



      pcm.outch4
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 3 ]
      hint.description "PCI Sound Card output/playback channel 4 (from output port 4)"



      pcm.inch4
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 3 ]
      hint.description "PCI Sound Card input/capture channel 4 (from input port 4)"



      pcm.outch5
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Sound Card output/playback channel 5 (from output port 5)"



      pcm.inch5
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 4 ]
      hint.description "PCI Sound Card input/capture channel 5 (from input port 5)"



      pcm.outch6
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 5 ]
      hint.description "PCI Sound Card output/playback channel 6 (from output port 6)"



      pcm.inch6
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 5 ]
      hint.description "PCI Sound Card input/capture channel 6 (from input port 6)"



      pcm.outch7
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Sound Card output/playback channel 7 (from output port 7)"



      pcm.inch7
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 6 ]
      hint.description "PCI Sound Card input/capture channel 7 (from input port 7)"



      pcm.outch8
      type plug
      slave.pcm
      type dshare
      ipc_key 1111
      slave pci-sc
      bindings [ 7 ]
      hint.description "PCI Sound Card output/playback channel 8 (from output port 8)"



      pcm.inch8
      type plug
      slave.pcm
      type dsnoop
      ipc_key 1111
      slave pci-sc
      bindings [ 7 ]
      hint.description "PCI Sound Card input/capture channel 8 (from input port 8)"




      This time around the same issue comes up - only inch1, inch2, inch3 are available but outch1, outch2, outch3 are not available in the recording device or playback device list! The above works fine for USB sound card. I've tried and tested. Shouldn't this work for PCI based soundcard as well? What dependencies on hardware should I be aware of?



      What could be going wrong here? How to fix this?







      audio alsa recording






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 8 at 10:28









      skrowten_hermitskrowten_hermit

      2131420




      2131420






      This question has an open bounty worth +50
      reputation from skrowten_hermit ending ending at 2019-04-17 17:11:23Z">in 6 days.


      The question is widely applicable to a large audience. A detailed canonical answer is required to address all the concerns.


      Kindly provide a detailed explanation on how to fix or an alternate ALSA configuration.








      This question has an open bounty worth +50
      reputation from skrowten_hermit ending ending at 2019-04-17 17:11:23Z">in 6 days.


      The question is widely applicable to a large audience. A detailed canonical answer is required to address all the concerns.


      Kindly provide a detailed explanation on how to fix or an alternate ALSA configuration.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511203%2falsa-mono-configuration-not-working%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511203%2falsa-mono-configuration-not-working%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.