sound not working Elyssa

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: sound not working Elyssa

Post by Husse »

You could try to remove the volume control and add it back on - solves this kind of problems many times
If that does not help run

Code: Select all

lsmod | grep snd
and post the result
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: sound not working Elyssa

Post by Husse »

You are not doing anything wrong - the command grep snd looks for snd in lsmod which in turn is "piped" to grep with the vertikal line |
lsmod lists (ls) all loaded modules (mod) and the absence of snd indicates no sound module is loaded - you can confirm by looking at the entire output
Just in case - try

Code: Select all

lsmod | grep sound
Many commands in terminal do not tell you something like "snd not found" and this is the case for grep
It's Intel sound so there should not be anything strange with it.
Locked

Return to “Hardware Support”