Issues with my sound not working.

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.
Locked
TCGJesse

Issues with my sound not working.

Post by TCGJesse »

So I had dual booted Mint10 and Windows 7 on my desktop, and I really enjoyed Mint 10. I now have a Fujitsu Lifebook AH530 and I wanted to dedicate this laptop to learning linux so I removed Windows 7. Now when I had installed it on my desktop I had my sound working right from the get go, but with my laptop I've no sound at all... I've looked high and low, though I can't really find a clear answer to my problem.

In the terminal I typed inxi -F then aplay -L and got this
~ $ aplay -L
pulse
Playback/recording through the PulseAudio sound server

When I put in the command line lspci I get

Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)

Any help would be great.
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.
viking777

Re: Issues with my sound not working.

Post by viking777 »

Alt/F2 then

Code: Select all

pavucontrol
Output devices tab - make sure nothing is muted and volume OK, port not selected to headphones. If all is well there run

Code: Select all

alsamixer
in a terminal and make sure nothing in there is muted or low volume.
TCGJesse

Re: Issues with my sound not working.

Post by TCGJesse »

I did not have alsamixer so I installed Gnome Alsa Mixer but any time I try to click edit>soundcard properties the program just quits. I also have AlsamixerGUI but that does not seem to do anything. I did the first part as you suggested and everything was unchecked except when I go into the configuration for the volume control it says no card available for configuration.
abercrombieande

Re: Issues with my sound not working.

Post by abercrombieande »

Lets see if your sound card is listed

Code: Select all

lspci
TCGJesse

Re: Issues with my sound not working.

Post by TCGJesse »

Sorry for the wall of text, I just don't want to miss some information you may find from this...

lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
abercrombieande

Re: Issues with my sound not working.

Post by abercrombieande »

Thats good that the card shows up.

Can you just run this in the terminal not the GUI

Code: Select all

alsamixer
Can you post a screen shot of Menu -> Preferences -> Sound -> Hardware tab
Locked

Return to “Beginner Questions”