No sound. please help

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Mihail
Level 1
Level 1
Posts: 29
Joined: Thu Apr 01, 2021 10:22 am

Re: No sound. please help

Post by Mihail »

MrEen wrote: Sun Apr 11, 2021 12:42 pm You are not following the steps I'm asking you to do. You still have these active:

Code: Select all

snd_hda_intel: model=generic
snd_hda_intel: dmic_detect=0
You also have PipeWire running, which isn't implemented in Mint, so I have no experience with it.

You might have better luck on the Ubuntu forum.

To get back to where things stood before running that last command, you can undo it with this and a reboot:

Code: Select all

sudo rm /etc/modprobe.d/probe-fix.conf
Done. Now, do I have to pasre the output of the previous command again?
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: No sound. please help

Post by MrEen »

That depends. If you want help here, I can try, but did you you remove the two things I asked about? Specifically, these:

Code: Select all

snd_hda_intel: model=generic
snd_hda_intel: dmic_detect=0
Those are changes you added to a file or files in /etc/modprobe.d that each make some pretty big changes to the system that make it much more difficult or even impossible to find where the issue lies.

If you need help removing those changes paste the output of these commands:

Code: Select all

grep generic /etc/modprobe.d/*

Code: Select all

grep dmic /etc/modprobe.d/*
If those changes have already been undone, then paste the the output of this one again:

Code: Select all

curl https://gitlab.freedesktop.org/pulseaudio/pulseaudio/raw/master/src/utils/pa-info?inline=false | bash | nc termbin.com 9999
Mihail
Level 1
Level 1
Posts: 29
Joined: Thu Apr 01, 2021 10:22 am

Re: No sound. please help

Post by Mihail »

MrEen wrote: Mon Apr 12, 2021 8:47 pm If you need help removing those changes paste the output of these commands:

Code: Select all

grep generic /etc/modprobe.d/*

Code: Select all

grep dmic /etc/modprobe.d/*
Here it is:

Code: Select all

/etc/modprobe.d/alsa-base.conf:# Cause optional modules to be loaded above generic modules
/etc/modprobe.d/alsa-base.conf:options snd-hda-intel model=generic
And the second one:

Code: Select all

/etc/modprobe.d/alsa-base.conf:options snd-hda-intel dmic_detect=0
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: No sound. please help

Post by MrEen »

Okay, in the terminal run xed admin:///etc/modprobe.d/alsa-base.conf and when the file opens remove these two lines:

Code: Select all

/etc/modprobe.d/alsa-base.conf:options snd-hda-intel model=generic
/etc/modprobe.d/alsa-base.conf:options snd-hda-intel dmic_detect=0
Then reboot and run this command again and paste the URL:

Code: Select all

curl https://gitlab.freedesktop.org/pulseaudio/pulseaudio/raw/master/src/utils/pa-info?inline=false | bash | nc termbin.com 9999
Oh crap, you're not using Mint. You'll need to find the proper way to open the file for editing for your OS. Maybe sudo gedit /etc/modprobe.d/alsa-base.conf would work.
Mihail
Level 1
Level 1
Posts: 29
Joined: Thu Apr 01, 2021 10:22 am

Re: No sound. please help

Post by Mihail »

MrEen wrote: Tue Apr 13, 2021 7:21 pm Okay, in the terminal run xed admin:///etc/modprobe.d/alsa-base.conf and when the file opens remove these two lines:

Code: Select all

/etc/modprobe.d/alsa-base.conf:options snd-hda-intel model=generic
/etc/modprobe.d/alsa-base.conf:options snd-hda-intel dmic_detect=0
Then reboot and run this command again and paste the URL:

Code: Select all

curl https://gitlab.freedesktop.org/pulseaudio/pulseaudio/raw/master/src/utils/pa-info?inline=false | bash | nc termbin.com 9999
Oh crap, you're not using Mint. You'll need to find the proper way to open the file for editing for your OS. Maybe sudo gedit /etc/modprobe.d/alsa-base.conf would work.
here's the output:

Code: Select all

# 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
I couldn't find the lines you asked me to remove (maybe it's because I reinstalled the system entirely recently, so all files got deleted?)
Mihail
Level 1
Level 1
Posts: 29
Joined: Thu Apr 01, 2021 10:22 am

Re: No sound. please help

Post by Mihail »

MrEen wrote: Tue Apr 13, 2021 7:21 pm
Then reboot and run this command again and paste the URL:

Code: Select all

curl https://gitlab.freedesktop.org/pulseaudio/pulseaudio/raw/master/src/utils/pa-info?inline=false | bash | nc termbin.com 9999
I'll assume I don't have the files because of the re-installation of linux.
Here's the output of the command you asked priviously

Code: Select all

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2093  100  2093    0     0   4746      0 --:--:-- --:--:-- --:--:--  4756
dmesg: read kernel buffer failed: Operation not permitted
https://termbin.com/96ne
User avatar
SMG
Level 25
Level 25
Posts: 32007
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: No sound. please help

Post by SMG »

Moderator Note: lucadecarlo's post has been moved to its own thread and can be found here.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Beginner Questions”