Dummy Output in ubuntu 18.04Low sound issues on HP p7-1227c PC using IDT 92HD73E1X5 chipSound works but no device shown in the Sound settingsNo sound MSI B85M-G43 HaswellAudio issues / driver name impact ? / snd-hda-intel or snd_hda_intelNo app sound in 18.04 , system sound OK, speaker test OK. Firefox NOK, VLC NOKSound card shown as Dummy Output in Ubuntu 18.04

Can I see Harvest moon in India?

How to create an animated flowchart with LaTeX?

Is "you will become a subject matter expert" code for "you'll be working on your own 100% of the time"?

geschafft or geschaffen? which one is past participle of schaffen?

Assign every word from a line to a variable

If I want an interpretable model, are there methods other than Linear Regression?

What is the meaning of 「ぞんぞん」?

Ambiguity in notation resolved by +

Make 2019 with single digits

Read string of any length in C

Bit one of the Intel 8080's Flags register

International Orange?

Some Prime Peerage

Are space camera sensors usually round, or square?

Can derivatives be defined as anti-integrals?

How can I say "I want to" as a short response, omitting the main verb?

Why any infinite sequence of real functions can be generated from a finite set through composition?

What organs or modifications would be needed for a life biological creature not to require sleep?

In what sequence should an advanced civilization teach technology to medieval society to maximize rate of adoption?

Is my sink P-trap too low?

How to be sure services and researches offered by the University are not becoming cases of unfair competition?

What's the benefit of prohibiting the use of techniques/language constructs that have not been taught?

Planar regular languages

Does a large scratch in an ND filter affect image quality?



Dummy Output in ubuntu 18.04


Low sound issues on HP p7-1227c PC using IDT 92HD73E1X5 chipSound works but no device shown in the Sound settingsNo sound MSI B85M-G43 HaswellAudio issues / driver name impact ? / snd-hda-intel or snd_hda_intelNo app sound in 18.04 , system sound OK, speaker test OK. Firefox NOK, VLC NOKSound card shown as Dummy Output in Ubuntu 18.04






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








0















The sound was working.. and now its not.



I've tried:



sudo alsa force-reload

sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
sudo apt-get install oem-audio-hda-daily-dkms

pulseaudio --kill; sleep 2s; sudo alsa force-reload ;
pulseaudio --start

bios->disable audio -> boot to ubuntu -> restart -> bios -> enable aduio -> boot to ubuntu


Outputs:



pacmd list-cards
0 card(s) available.

pacmd list-sinks
1 sink(s) available.
* index: 0
name: <auto_null>
driver: <module-null-sink.c>
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE
priority: 1000
volume: front-left: 22618 / 35% / -27,72 dB, front-right: 22618 / 35% / -27,72 dB
balance 0,00
base volume: 65536 / 100% / 0,00 dB
volume steps: 65537
muted: no
current latency: 0,00 ms
max request: 344 KiB
max rewind: 344 KiB
monitor source: 0
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
Stereo
used by: 0
linked by: 0
configured latency: 0,00 ms; range is 0,50 .. 2000,00 ms
module: 11
properties:
device.
description = "Dummy Output"
device.class = "abstract"
device.icon_name = "audio-card"


sb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic

lsmod | grep snd_hda_intel
snd_hda_intel 40960 0
snd_hda_codec 126976 1 snd_hda_intel
snd_hda_core 81920 2 snd_hda_intel,snd_hda_codec
snd_pcm 98304 3 snd_hda_intel,snd_hda_codec,snd_hda_core
snd 81920 8 snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_rawmidi

lspci -nnk | grep -A2 Audio
00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)
Subsystem: ASUSTeK Computer Inc. Device [1043:86d4]
Kernel driver in use: snd_hda_intel

cat /etc/modprobe.d/alsa-base.conf
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ;
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ;
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ;
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ;
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ;
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ;
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq ;

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ;
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2

sudo lshw -c sound
*-multimedia
description: Audio device
product: Cannon Lake PCH cAVS
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 10
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=32
resources: irq:130 memory:a1310000-a1313fff memory:a1000000-a10fffff









share|improve this question






























    0















    The sound was working.. and now its not.



    I've tried:



    sudo alsa force-reload

    sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
    sudo apt-get install oem-audio-hda-daily-dkms

    pulseaudio --kill; sleep 2s; sudo alsa force-reload ;
    pulseaudio --start

    bios->disable audio -> boot to ubuntu -> restart -> bios -> enable aduio -> boot to ubuntu


    Outputs:



    pacmd list-cards
    0 card(s) available.

    pacmd list-sinks
    1 sink(s) available.
    * index: 0
    name: <auto_null>
    driver: <module-null-sink.c>
    flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
    state: SUSPENDED
    suspend cause: IDLE
    priority: 1000
    volume: front-left: 22618 / 35% / -27,72 dB, front-right: 22618 / 35% / -27,72 dB
    balance 0,00
    base volume: 65536 / 100% / 0,00 dB
    volume steps: 65537
    muted: no
    current latency: 0,00 ms
    max request: 344 KiB
    max rewind: 344 KiB
    monitor source: 0
    sample spec: s16le 2ch 44100Hz
    channel map: front-left,front-right
    Stereo
    used by: 0
    linked by: 0
    configured latency: 0,00 ms; range is 0,50 .. 2000,00 ms
    module: 11
    properties:
    device.
    description = "Dummy Output"
    device.class = "abstract"
    device.icon_name = "audio-card"


    sb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 18.04.2 LTS
    Release: 18.04
    Codename: bionic

    lsmod | grep snd_hda_intel
    snd_hda_intel 40960 0
    snd_hda_codec 126976 1 snd_hda_intel
    snd_hda_core 81920 2 snd_hda_intel,snd_hda_codec
    snd_pcm 98304 3 snd_hda_intel,snd_hda_codec,snd_hda_core
    snd 81920 8 snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_rawmidi

    lspci -nnk | grep -A2 Audio
    00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)
    Subsystem: ASUSTeK Computer Inc. Device [1043:86d4]
    Kernel driver in use: snd_hda_intel

    cat /etc/modprobe.d/alsa-base.conf
    # autoloader aliases
    install sound-slot-0 /sbin/modprobe snd-card-0
    install sound-slot-1 /sbin/modprobe snd-card-1
    install sound-slot-2 /sbin/modprobe snd-card-2
    install sound-slot-3 /sbin/modprobe snd-card-3
    install sound-slot-4 /sbin/modprobe snd-card-4
    install sound-slot-5 /sbin/modprobe snd-card-5
    install sound-slot-6 /sbin/modprobe snd-card-6
    install sound-slot-7 /sbin/modprobe snd-card-7

    # Cause optional modules to be loaded above generic modules
    install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ;
    #
    # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
    install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ;
    install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ;
    install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ;
    #
    install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ;
    # Cause optional modules to be loaded above sound card driver modules
    install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ;
    install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq ;

    # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
    install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ;
    # Prevent abnormal drivers from grabbing index 0
    options bt87x index=-2
    options cx88_alsa index=-2
    options saa7134-alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2
    options snd-usb-audio index=-2
    options snd-usb-caiaq index=-2
    options snd-usb-ua101 index=-2
    options snd-usb-us122l index=-2
    options snd-usb-usx2y index=-2
    # Ubuntu #62691, enable MPU for snd-cmipci
    options snd-cmipci mpu_port=0x330 fm_port=0x388
    # Keep snd-pcsp from being loaded as first soundcard
    options snd-pcsp index=-2
    # Keep snd-usb-audio from beeing loaded as first soundcard
    options snd-usb-audio index=-2

    sudo lshw -c sound
    *-multimedia
    description: Audio device
    product: Cannon Lake PCH cAVS
    vendor: Intel Corporation
    physical id: 1f.3
    bus info: pci@0000:00:1f.3
    version: 10
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi bus_master cap_list
    configuration: driver=snd_hda_intel latency=32
    resources: irq:130 memory:a1310000-a1313fff memory:a1000000-a10fffff









    share|improve this question


























      0












      0








      0








      The sound was working.. and now its not.



      I've tried:



      sudo alsa force-reload

      sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
      sudo apt-get install oem-audio-hda-daily-dkms

      pulseaudio --kill; sleep 2s; sudo alsa force-reload ;
      pulseaudio --start

      bios->disable audio -> boot to ubuntu -> restart -> bios -> enable aduio -> boot to ubuntu


      Outputs:



      pacmd list-cards
      0 card(s) available.

      pacmd list-sinks
      1 sink(s) available.
      * index: 0
      name: <auto_null>
      driver: <module-null-sink.c>
      flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
      state: SUSPENDED
      suspend cause: IDLE
      priority: 1000
      volume: front-left: 22618 / 35% / -27,72 dB, front-right: 22618 / 35% / -27,72 dB
      balance 0,00
      base volume: 65536 / 100% / 0,00 dB
      volume steps: 65537
      muted: no
      current latency: 0,00 ms
      max request: 344 KiB
      max rewind: 344 KiB
      monitor source: 0
      sample spec: s16le 2ch 44100Hz
      channel map: front-left,front-right
      Stereo
      used by: 0
      linked by: 0
      configured latency: 0,00 ms; range is 0,50 .. 2000,00 ms
      module: 11
      properties:
      device.
      description = "Dummy Output"
      device.class = "abstract"
      device.icon_name = "audio-card"


      sb_release -a
      No LSB modules are available.
      Distributor ID: Ubuntu
      Description: Ubuntu 18.04.2 LTS
      Release: 18.04
      Codename: bionic

      lsmod | grep snd_hda_intel
      snd_hda_intel 40960 0
      snd_hda_codec 126976 1 snd_hda_intel
      snd_hda_core 81920 2 snd_hda_intel,snd_hda_codec
      snd_pcm 98304 3 snd_hda_intel,snd_hda_codec,snd_hda_core
      snd 81920 8 snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_rawmidi

      lspci -nnk | grep -A2 Audio
      00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)
      Subsystem: ASUSTeK Computer Inc. Device [1043:86d4]
      Kernel driver in use: snd_hda_intel

      cat /etc/modprobe.d/alsa-base.conf
      # autoloader aliases
      install sound-slot-0 /sbin/modprobe snd-card-0
      install sound-slot-1 /sbin/modprobe snd-card-1
      install sound-slot-2 /sbin/modprobe snd-card-2
      install sound-slot-3 /sbin/modprobe snd-card-3
      install sound-slot-4 /sbin/modprobe snd-card-4
      install sound-slot-5 /sbin/modprobe snd-card-5
      install sound-slot-6 /sbin/modprobe snd-card-6
      install sound-slot-7 /sbin/modprobe snd-card-7

      # Cause optional modules to be loaded above generic modules
      install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ;
      #
      # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
      install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ;
      install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ;
      install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ;
      #
      install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ;
      # Cause optional modules to be loaded above sound card driver modules
      install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ;
      install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq ;

      # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
      install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ;
      # Prevent abnormal drivers from grabbing index 0
      options bt87x index=-2
      options cx88_alsa index=-2
      options saa7134-alsa index=-2
      options snd-atiixp-modem index=-2
      options snd-intel8x0m index=-2
      options snd-via82xx-modem index=-2
      options snd-usb-audio index=-2
      options snd-usb-caiaq index=-2
      options snd-usb-ua101 index=-2
      options snd-usb-us122l index=-2
      options snd-usb-usx2y index=-2
      # Ubuntu #62691, enable MPU for snd-cmipci
      options snd-cmipci mpu_port=0x330 fm_port=0x388
      # Keep snd-pcsp from being loaded as first soundcard
      options snd-pcsp index=-2
      # Keep snd-usb-audio from beeing loaded as first soundcard
      options snd-usb-audio index=-2

      sudo lshw -c sound
      *-multimedia
      description: Audio device
      product: Cannon Lake PCH cAVS
      vendor: Intel Corporation
      physical id: 1f.3
      bus info: pci@0000:00:1f.3
      version: 10
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi bus_master cap_list
      configuration: driver=snd_hda_intel latency=32
      resources: irq:130 memory:a1310000-a1313fff memory:a1000000-a10fffff









      share|improve this question














      The sound was working.. and now its not.



      I've tried:



      sudo alsa force-reload

      sudo apt-add-repository ppa:ubuntu-audio-dev/alsa-daily
      sudo apt-get install oem-audio-hda-daily-dkms

      pulseaudio --kill; sleep 2s; sudo alsa force-reload ;
      pulseaudio --start

      bios->disable audio -> boot to ubuntu -> restart -> bios -> enable aduio -> boot to ubuntu


      Outputs:



      pacmd list-cards
      0 card(s) available.

      pacmd list-sinks
      1 sink(s) available.
      * index: 0
      name: <auto_null>
      driver: <module-null-sink.c>
      flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
      state: SUSPENDED
      suspend cause: IDLE
      priority: 1000
      volume: front-left: 22618 / 35% / -27,72 dB, front-right: 22618 / 35% / -27,72 dB
      balance 0,00
      base volume: 65536 / 100% / 0,00 dB
      volume steps: 65537
      muted: no
      current latency: 0,00 ms
      max request: 344 KiB
      max rewind: 344 KiB
      monitor source: 0
      sample spec: s16le 2ch 44100Hz
      channel map: front-left,front-right
      Stereo
      used by: 0
      linked by: 0
      configured latency: 0,00 ms; range is 0,50 .. 2000,00 ms
      module: 11
      properties:
      device.
      description = "Dummy Output"
      device.class = "abstract"
      device.icon_name = "audio-card"


      sb_release -a
      No LSB modules are available.
      Distributor ID: Ubuntu
      Description: Ubuntu 18.04.2 LTS
      Release: 18.04
      Codename: bionic

      lsmod | grep snd_hda_intel
      snd_hda_intel 40960 0
      snd_hda_codec 126976 1 snd_hda_intel
      snd_hda_core 81920 2 snd_hda_intel,snd_hda_codec
      snd_pcm 98304 3 snd_hda_intel,snd_hda_codec,snd_hda_core
      snd 81920 8 snd_seq,snd_seq_device,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_rawmidi

      lspci -nnk | grep -A2 Audio
      00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)
      Subsystem: ASUSTeK Computer Inc. Device [1043:86d4]
      Kernel driver in use: snd_hda_intel

      cat /etc/modprobe.d/alsa-base.conf
      # autoloader aliases
      install sound-slot-0 /sbin/modprobe snd-card-0
      install sound-slot-1 /sbin/modprobe snd-card-1
      install sound-slot-2 /sbin/modprobe snd-card-2
      install sound-slot-3 /sbin/modprobe snd-card-3
      install sound-slot-4 /sbin/modprobe snd-card-4
      install sound-slot-5 /sbin/modprobe snd-card-5
      install sound-slot-6 /sbin/modprobe snd-card-6
      install sound-slot-7 /sbin/modprobe snd-card-7

      # Cause optional modules to be loaded above generic modules
      install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ;
      #
      # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
      install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ;
      install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ;
      install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ;
      #
      install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ;
      # Cause optional modules to be loaded above sound card driver modules
      install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ;
      install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist snd-seq ;

      # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
      install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ;
      # Prevent abnormal drivers from grabbing index 0
      options bt87x index=-2
      options cx88_alsa index=-2
      options saa7134-alsa index=-2
      options snd-atiixp-modem index=-2
      options snd-intel8x0m index=-2
      options snd-via82xx-modem index=-2
      options snd-usb-audio index=-2
      options snd-usb-caiaq index=-2
      options snd-usb-ua101 index=-2
      options snd-usb-us122l index=-2
      options snd-usb-usx2y index=-2
      # Ubuntu #62691, enable MPU for snd-cmipci
      options snd-cmipci mpu_port=0x330 fm_port=0x388
      # Keep snd-pcsp from being loaded as first soundcard
      options snd-pcsp index=-2
      # Keep snd-usb-audio from beeing loaded as first soundcard
      options snd-usb-audio index=-2

      sudo lshw -c sound
      *-multimedia
      description: Audio device
      product: Cannon Lake PCH cAVS
      vendor: Intel Corporation
      physical id: 1f.3
      bus info: pci@0000:00:1f.3
      version: 10
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi bus_master cap_list
      configuration: driver=snd_hda_intel latency=32
      resources: irq:130 memory:a1310000-a1313fff memory:a1000000-a10fffff






      18.04 sound






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 15 at 11:50









      delkovdelkov

      62 bronze badges




      62 bronze badges























          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1134069%2fdummy-output-in-ubuntu-18-04%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 Ask Ubuntu!


          • 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%2faskubuntu.com%2fquestions%2f1134069%2fdummy-output-in-ubuntu-18-04%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

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?