Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Sound] Audio in left channel only

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Stuarte
Posts: 33
Joined: 2023-09-05 10:16
Has thanked: 9 times
Been thanked: 1 time

[Sound] Audio in left channel only

#1 Post by Stuarte »

Hi

Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-18-amd64 (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i3-3120M CPU @ 2.50GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 4000
Manufacturer: TOSHIBA
Product Name: SATELLITE L870-18V
System Version: PSKFLE-04N008EN

Code: Select all

$ inxi -A
Audio:
  Device-1: Intel 7 Series/C216 Family High Definition Audio
    driver: snd_hda_intel
  API: ALSA v: k6.1.0-18-amd64 status: kernel-api
  Server-1: PipeWire v: 0.3.65 status: active

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
I am currently having a problem with the audio on my laptop. Specifically, I am only getting audio from the left channel whilst using my wired headphones. I tried these headphones with a micro Hi-Fi system (remember those ?!) where I was able to experience output on both channels/'phones.

I installed pavucontrol, found that it did not help and so uninstalled it. I then manually installed pipewire and pipewire-tests. These have not helped either. Is there another "part" of pipewire that I should install ?

Re System Settings/Hardware/Audio: When I click the (headphones) Test button and then click front-right, a new setting temporarily appears behind the "Built-in Audio Analog Stereo" window. This setting is labelled "libcanberra:front-right". However, no sound comes out of the right channel/'phone.

Is there something else, perhaps some kind of mixer, that I should install ?

Stuart

User avatar
bbbhltz
Posts: 166
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 49 times
Been thanked: 33 times

Re: [Sound] Audio in left channel only

#2 Post by bbbhltz »

Hi. Have you tried using amixer in the terminal?

I've also managed to find myself in this situation.

Running amixer by itself will give you a printout of the settings that you can share here.

There are also some commands you could try.

Code: Select all

amixer -c 0 sset Master 80%,80% unmute
I am not always sure with commands with these, so Master may need to be swapped out for something else.
bbbhltz
longtime desktop Linux user; eternal newbie

Stuarte
Posts: 33
Joined: 2023-09-05 10:16
Has thanked: 9 times
Been thanked: 1 time

Re: [Sound] Audio in left channel only

#3 Post by Stuarte »

Hi,

@bbbhltz: Thank you for your reply. Running amixer as you suggested showed the following:

Code: Select all

$ amixer -c 0 sset Master 80%,80% unmute
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 87
  Mono: Playback 70 [80%] [-12.75dB] [on]
I see that the playback channels are set to Mono. How do I set them to stereo ?

Stuart

Post Reply