Page 4 of 7
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 12:49 pm
by Huckleberry Finn
P.S. If that terminal is still open and if the prompt shows
then just
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 12:51 pm
by argonaut459
Huckleberry Finn wrote: Thu Nov 10, 2022 12:23 pm
... If still not, just apply the conf file again:
Code: Select all
echo "options snd-intel-dspcfg dsp_driver=1" | sudo tee /etc/modprobe.d/sound.conf
Reboot.
Then: Menu => Alsamixer : press F6 : select "
0 ... Intel" then press F5 (all) then take a screenshot and post. (or just tell what it writes on top-left corner for Card: ... ) .. (Or if there are bars (more than 1-2 only) play with them, (you can unmute/mute with M from keyboard)
Didn't do this as of now.
tried the other command and got the error file already exists
Code: Select all
Dana@mxDana:~
$ cd sof-bin/ ; sudo ./install.sh v2.2.x/v2.2
+ ln -sT sof-v2.2 /lib/firmware/intel/sof
ln: die symbolische Verknüpfung '/lib/firmware/intel/sof' konnte nicht angelegt werden: Die Datei existiert bereits
+ set +x
./install.sh ERROR: /lib/firmware/intel/sof already installed? (Re)move it first.
will do the remove thing now, and reply with the answer.
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 12:53 pm
by Huckleberry Finn
Ok, just leave it so ...
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 12:57 pm
by argonaut459
Huckleberry Finn wrote: Thu Nov 10, 2022 12:23 pm
... If still not, just apply the conf file again:
Code: Select all
echo "options snd-intel-dspcfg dsp_driver=1" | sudo tee /etc/modprobe.d/sound.conf
Reboot.
Then: Menu => Alsamixer : press F6 : select "
0 ... Intel" then press F5 (all) then take a screenshot and post. (or just tell what it writes on top-left corner for Card: ... ) .. (Or if there are bars (more than 1-2 only) play with them, (you can unmute/mute with M from keyboard)
Did so.
Non of the bars could be changed, just muted / unmuted - they were not muted to begin with.
Screenshot
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 1:01 pm
by argonaut459
Huckleberry Finn wrote: Thu Nov 10, 2022 12:49 pm
P.S. If that terminal is still open and if the prompt shows
then just
retried the steps, still getting the same
"file already exists" error
EDIT:
I didn't reboot this time, but turned off the PC, and saw that the text is now different and a red FAILED is missing.
booting up, I can see multiple error messages showing up - no time to read it.
Could these info help?
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 1:07 pm
by Huckleberry Finn
So, it looks almost the same with previous trials..
Nothing to lose:
Code: Select all
echo "options snd-hda-intel model=laptop-dmic enable=yes" | sudo tee /etc/modprobe.d/sound2.conf
Reboot.
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 1:12 pm
by argonaut459
Huckleberry Finn wrote: Thu Nov 10, 2022 1:07 pm
So, it looks almost the same with previous trials..
Nothing to lose:
Code: Select all
echo "options snd-hda-intel model=laptop-dmic enable=yes" | sudo tee /etc/modprobe.d/sound2.conf
Reboot.
Code: Select all
Dana@mxDana:~
$ echo "options snd-hda-intel model=laptop-dmic enable=yes" | sudo tee /etc/modprobe.d/sound2.conf
[sudo] Passwort für Dana:
options snd-hda-intel model=laptop-dmic enable=yes
Dana@mxDana:~
$
will reboot now.
Is there actually a difference between reboot and turn off?
rebooted - No Sound
there is a BIOS message at the very top when Linux boots
Re: No soundcard found on new laptop
Posted: Thu Nov 10, 2022 1:19 pm
by Huckleberry Finn
argonaut459 wrote: Thu Nov 10, 2022 1:12 pm... Is there actually a difference between reboot and turn off?..
Sometimes yes, but in this case, no.. you can do whichever you like...
Re: No soundcard found on new laptop
Posted: Mon Nov 28, 2022 6:21 am
by argonaut459
As this is getting more and more an issue, the more the laptop is needed.
Is there a way to get in contact with the ALSA team, I was looking on their page
https://www.alsa-project.org - but I'm kind of at a loss on how to check my specific soundchip or how to report the issue to them.
Re: No soundcard found on new laptop
Posted: Mon Nov 28, 2022 6:37 am
by Huckleberry Finn