You are not logged in.
I am hearing weird noises from my speakers... like somebody is wraping plastic
I use Gstreamer and I think I have an intel sound card (its intergrated into the motherboard)
Last edited by Musmula (2014-09-07 12:58:13)
Offline
Musmula, you provide no relevant information on the hardware. Is this a laptop? Are those external speakers? Do you use ALSA, OSS, Pulseaudio, JACK, etcetera, etcetera?
aplay -lL;
lspci -vnn | grep -A1 -i audio;
cat /proc/asound/modules;
for i in $(awk '{print $2}' /proc/asound/modules | sort | uniq); do echo "--- $i ---"; systool -vm $i; done;
lsmod | grep ^snd;
fuser -v /dev/snd/*;
for i in /proc/asound/card[0-9]*; do echo "--- $i ---";amixer -c $(cat $i/id); done;
lsusb #if there is a usb sound card;
# or use the alsa-info scriptSince you probably have pulseaudio running, kill it. Does the sound go away? Check all hardware connections, preferably also inside of this desktop/laptop. Does the sound persists during boot up, meaning when you are in BIOS/UEFI and grub? If you have any audio devices connected, disconnect them. Try to narrow the source down. Amixer in the script above, will show volume levels and controls status. Check if you have levels at a high gain (> +20 dB).
Offline
It is a desktop PC, I use pulseaudio, I killed the process and nothing changed... the process started again after a little while and I hear the noises again.
I dont hear them in BIOS nor have I heard them on any other OS I used in the past 2 years (windows xp-8, Ubuntu 12.04-14.04, Linux lite, #!, DSL, Fedora 20) and I think I didnt hear them when I was using xfce (I use KDE now) on arch. Here is the output of that script of yours:
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=PCH
HDA Intel PCH, VT1708S Analog
Default Audio Device
sysdefault:CARD=PCH
HDA Intel PCH, VT1708S Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, VT1708S Analog
Front speakers
surround21:CARD=PCH,DEV=0
HDA Intel PCH, VT1708S Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, VT1708S Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, VT1708S Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, VT1708S Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, VT1708S Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, VT1708S Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: VT1708S Analog [VT1708S Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 2: VT1708S Alt Analog [VT1708S Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
Subsystem: ASUSTeK Computer Inc. Device [1043:8415]
0 snd_hda_intel
--- snd_hda_intel ---
Module = "snd_hda_intel"
Attributes:
coresize = "22831"
initsize = "0"
initstate = "live"
refcnt = "3"
taint = ""
uevent = <store method only>
Parameters:
align_buffer_size = "-1"
bdl_pos_adj = "1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
beep_mode = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
enable_msi = "-1"
enable = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
id = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
index = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
jackpoll_ms = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
model = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
patch = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
position_fix = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
power_save = "0"
power_save_controller= "Y"
probe_mask = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
probe_only = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
single_cmd = "N"
snoop = "Y"
Sections:
.bss = "0xffffffffa0707dc0"
.data = "0xffffffffa0707340"
.data.unlikely = "0xffffffffa0707b10"
.exit.text = "0xffffffffa0705950"
.gnu.linkonce.this_module= "0xffffffffa0707b40"
.init.text = "0xffffffffa070a000"
.note.gnu.build-id = "0xffffffffa0705964"
.rodata = "0xffffffffa07059c0"
.rodata.str1.1 = "0xffffffffa0706882"
.rodata.str1.8 = "0xffffffffa0706c60"
.smp_locks = "0xffffffffa0706f98"
.strtab = "0xffffffffa070c558"
.symtab = "0xffffffffa070a020"
.text = "0xffffffffa0703000"
__mcount_loc = "0xffffffffa07071c8"
__param = "0xffffffffa0706fa8"
__verbose = "0xffffffffa0707980"
snd_hda_codec_via 20518 1
snd_hda_codec_generic 56366 1 snd_hda_codec_via
snd_hda_intel 22831 3
snd_hda_controller 22975 1 snd_hda_intel
snd_hda_codec 104665 4 snd_hda_codec_via,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep 6652 1 snd_hda_codec
snd_pcm 83207 4 snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer 19294 2 snd_pcm
snd 61276 11 snd_hwdep,snd_timer,snd_hda_codec_via,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
USER PID ACCESS COMMAND
/dev/snd/controlC0: archie 1383 F.... plugin-containe
/dev/snd/pcmC0D0p: archie 1383 F...m plugin-containe
/dev/snd/timer: archie 1383 f.... plugin-containe
--- /proc/asound/card0 ---
Simple mixer control 'Master',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 42
Mono: Playback 42 [100%] [0.00dB] [on]
Simple mixer control 'Headphone',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 42
Mono:
Front Left: Playback 42 [100%] [0.00dB] [on]
Front Right: Playback 42 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [0.00dB]
Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Front',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 42
Mono:
Front Left: Playback 42 [100%] [0.00dB] [on]
Front Right: Playback 42 [100%] [0.00dB] [on]
Simple mixer control 'Front Mic',0
Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Mono
Limits: Playback 0 - 31
Mono: Capture [on]
Front Left: Playback 31 [100%] [12.00dB] [on]
Front Right: Playback 31 [100%] [12.00dB] [on]
Simple mixer control 'Front Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 0 [0%] [0.00dB]
Front Right: 0 [0%] [0.00dB]
Simple mixer control 'Surround',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 42
Mono:
Front Left: Playback 42 [100%] [0.00dB] [on]
Front Right: Playback 42 [100%] [0.00dB] [on]
Simple mixer control 'Center',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 42
Mono: Playback 42 [100%] [0.00dB] [on]
Simple mixer control 'LFE',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 42
Mono: Playback 42 [100%] [0.00dB] [on]
Simple mixer control 'Line',0
Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Mono
Limits: Playback 0 - 31
Mono: Capture [off]
Front Left: Playback 31 [100%] [12.00dB] [off]
Front Right: Playback 31 [100%] [12.00dB] [off]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 31
Front Left: Capture 0 [0%] [-16.50dB] [off]
Front Right: Capture 0 [0%] [-16.50dB] [off]
Simple mixer control 'Auto-Mute Mode',0
Capabilities: enum
Items: 'Disabled' 'Enabled'
Item0: 'Enabled'
Simple mixer control 'Channel Mode',0
Capabilities: enum
Items: '2ch' '4ch' '6ch'
Item0: '2ch'
Simple mixer control 'Digital',0
Capabilities: cvolume
Capture channels: Front Left - Front Right
Limits: Capture 0 - 120
Front Left: Capture 0 [0%] [-30.00dB]
Front Right: Capture 0 [0%] [-30.00dB]
Simple mixer control 'Dynamic Power-Control',0
Capabilities: enum
Items: 'Disabled' 'Enabled'
Item0: 'Enabled'
Simple mixer control 'Independent HP',0
Capabilities: enum
Items: 'Disabled' 'Enabled'
Item0: 'Disabled'
Simple mixer control 'Loopback Mixing',0
Capabilities: enum
Items: 'Disabled' 'Enabled'
Item0: 'Enabled'
Simple mixer control 'Rear Mic',0
Capabilities: pvolume pswitch cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Mono
Limits: Playback 0 - 31
Mono: Capture [off]
Front Left: Playback 31 [100%] [12.00dB] [off]
Front Right: Playback 31 [100%] [12.00dB] [off]
Simple mixer control 'Rear Mic Boost',0
Capabilities: volume
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 3
Front Left: 0 [0%] [0.00dB]
Front Right: 0 [0%] [0.00dB]
Simple mixer control 'Stereo Mix',0
Capabilities: cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Capture channels: Mono
Mono: Capture [off]
Bus 002 Device 004: ID 15d9:0a4f Trust International B.V. Optical Mouse
Bus 002 Device 003: ID 04d9:1503 Holtek Semiconductor, Inc. Shortboard Lefty
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubAnd they ussually appear when I do something on my PC, like when I create or delete files, and when I am not doing anything they seem to appear randomly
btw
Youtube, VLC and Dragon player behave weird as well. Youtube doesent want to load videos sometimes, at the same time Dragon player is stuck at the same frame no audio, VLC plays video but no audio and when I open a video i MPlayer it works fine and youtube starts working again
Offline
You can disable autospawn of PA, look at its wiki. Does that mean, that the noises went away while PA was not active? That part is ambiguous, so please clarify.
You have several controls listed by amixer, that might cause trouble: Loopback Mixing, Auto-Mute Mode, Front Mic, Rear Mic and Line. Reduce those levels to 0 dB and disable loopback mixing and auto-mute:
amixer -c PCH set 'Loopback Mixing' Disabled
amixer -c PCH set 'Auto-Mute Mode' Disabled
amixer -c PCH set 'Front Mic' 0dB
# and so on Then there is the enable_msi parameter, if I recall correctly there was a thread were disabling or enabling it helped. See `dmesg | egrep -i 'hda|intel|msi'` and 'journalctl' for anything relevant to sound. What cpu is this? Intel perhaps? What governor is set for frequency scaling? Look at other module parameters, especially snoop.
The term weird is uninformative, unexpected is better.
Edit: You probably also should disable and unload suspend-on-idle-module from pulseaudio, this will prevent other applications from occupying alsa device, since PA will. Make sure pulseaudio-alsa package is installed, should you want to continue using PA. Alternatively use dmix and dsnoop as default sink and source, as stated on arch linuxs pulseaudio wiki page.
Last edited by emeres (2014-09-05 21:32:42)
Offline
yeah, Intel
[archie@arch ~]$ dmesg | egrep -i 'hda|intel|msi'
[ 0.000000] Reserving Intel graphics stolen memory at 0xcf200000-0xdf1fffff
[ 0.053942] smpboot: CPU0: Intel(R) Celeron(R) CPU G530 @ 2.40GHz (fam: 06, model: 2a, stepping: 07)
[ 0.053974] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.157887] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.182589] pci 0000:00:02.0: BIOS left Intel GPU interrupts enabled; disabling
[ 0.273624] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.457596] intel_idle: MWAIT substates: 0x1120
[ 0.457598] intel_idle: v0.4 model 0x2A
[ 0.457599] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.458367] Intel P-state driver initializing.
[ 0.458399] Intel pstate controlling: cpu 0
[ 0.458416] Intel pstate controlling: cpu 1
[ 10.214921] mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
[ 11.565945] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 11.608159] sound hdaudioC0D0: autoconfig: line_outs=1 (0x1c/0x0/0x0/0x0/0x0) type:line
[ 11.608164] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.608166] sound hdaudioC0D0: hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[ 11.608168] sound hdaudioC0D0: mono: mono_out=0x0
[ 11.608170] sound hdaudioC0D0: inputs:
[ 11.608173] sound hdaudioC0D0: Rear Mic=0x1a
[ 11.608175] sound hdaudioC0D0: Front Mic=0x1e
[ 11.608177] sound hdaudioC0D0: Line=0x1b
[ 11.615156] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 11.615235] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 11.615304] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 11.615374] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 11.615438] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 11.708878] r8169 0000:03:00.0: irq 43 for MSI/MSI-X
[ 11.772025] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 12.505416] intel_rapl: RAPL domain dram detection failed
[ 13.059226] fb: switching to inteldrmfb from VESA VGA
[ 13.080239] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[ 13.110646] fbcon: inteldrmfb (fb0) is primary device
[ 13.153011] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[archie@arch ~]$ journalctl
-- Logs begin at Wed 2014-08-06 15:48:00 CEST, end at Sat 2014-09-06 19:24:08 CEST. --
Aug 06 15:48:00 arch systemd-journal[119]: Runtime journal is using 8.0M (max allowed 182.4M, trying to leave 273.6M free of 1.7G available
Aug 06 15:48:00 arch systemd-journal[119]: Runtime journal is using 8.0M (max allowed 182.4M, trying to leave 273.6M free of 1.7G available
Aug 06 15:48:00 arch kernel: Initializing cgroup subsys cpuset
Aug 06 15:48:00 arch kernel: Initializing cgroup subsys cpu
Aug 06 15:48:00 arch kernel: Initializing cgroup subsys cpuacct
Aug 06 15:48:00 arch kernel: Linux version 3.15.8-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP
Aug 06 15:48:00 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=85ff9236-19b4-4e8b-8855-9e68da46b2e2 rw quiet
Aug 06 15:48:00 arch kernel: e820: BIOS-provided physical RAM map:
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x0000000040200000-0x00000000cc912fff] usable
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cc913000-0x00000000cceb2fff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cceb3000-0x00000000ccec2fff] ACPI data
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000ccec3000-0x00000000ccfe0fff] ACPI NVS
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000ccfe1000-0x00000000cd83cfff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cd83d000-0x00000000cd83dfff] usable
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cd83e000-0x00000000cd880fff] ACPI NVS
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cd881000-0x00000000cdca0fff] usable
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cdca1000-0x00000000cdff3fff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cdff4000-0x00000000cdffffff] usable
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000cf000000-0x00000000df1fffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 06 15:48:00 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
Aug 06 15:48:00 arch kernel: NX (Execute Disable) protection: active
Aug 06 15:48:00 arch kernel: SMBIOS 2.7 present.
Aug 06 15:48:00 arch kernel: DMI: System manufacturer System Product Name/P8H61-M LX3 R2.0, BIOS 0608 08/10/2012
Aug 06 15:48:00 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 06 15:48:00 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 06 15:48:00 arch kernel: No AGP bridge found
Aug 06 15:48:00 arch kernel: e820: last_pfn = 0x11fe00 max_arch_pfn = 0x400000000
Aug 06 15:48:00 arch kernel: MTRR default type: uncachable
Aug 06 15:48:00 arch kernel: MTRR fixed ranges enabled:
Aug 06 15:48:00 arch kernel: 00000-9FFFF write-back
Aug 06 15:48:00 arch kernel: A0000-BFFFF uncachable
Aug 06 15:48:00 arch kernel: C0000-CFFFF write-protect
Aug 06 15:48:00 arch kernel: D0000-E7FFF uncachable
Aug 06 15:48:00 arch kernel: E8000-FFFFF write-protectI did what you said with Loopback Mixing, Auto-Mute Mode, Front Mic, Rear Mic and Line. Nothing changed
And no, the noises didnt go away while PA was killed
Offline
so I opened alsamixer and realised i have two front mics, one was at 0 and one at 100 so I silenced the one on 100 and no more noises ![]()
thanks for the help
Offline
You are welcome. Please mark the thread as solved.
Offline