Beta Testers wanted for Lite Series Upgrade - Click here to register interest


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sem som quando reinicia
#1
meu pc toda x que ligo ele fica assim
[Image: YNM3jXuykiKq.png]

[Image: sYxekWWOkshD.png]

o audio só volta a funcionar quando mudo para 

[Image: vEV96w9VFn5L.png]

[Image: wt1ZPIvGDbA0.png]
Reply
#2
We can try to help using English.
Is that ok or would you prefer to wait for a native speaker ?
stevef
clueless
Reply
#3
(11-12-2025, 06:43 AM)stevef Wrote: We can try to help using English.
Is that ok or would you prefer to wait for a native speaker ?

ok
Reply
#4
OK, please ask if anything is not clear.

Quote:Sem som quando reinicia
How are your speakers connected to the system ?
Did the sound work as expected when the OS was first installed ?

After a reboot when the system shows 'saida ficticia' please open a terminal by pressing 'Ctrl', 'Alt' and 'T' together.
In the window that opens, type or paste in these commands one by one followed by enter each time.
These will report some information about your system and some details about audio devices.
You may need to enter your password for the 'sudo' commands

Code:
uname -a
Code:
date
Code:
inxi -A
Code:
aplay -l
Code:
sudo lspci -v | grep -A7 -i "audio"
Code:
sudo dmesg | grep -i "audio\|sound\|pulse\|alsa"
Code:
pactl info

Copy the terminal output into the clipboard.
Click 'Edit' -> 'Select All'
'Edit' -> 'Copy'

Open a text editor and paste the clipboard.
Save the result as a text file called results1.txt


Do whatever it is you need to do the fix the sound
Quote:o audio só volta a funcionar quando mudo para
With working sound, go back to the terminal window.

Clear the old information from the terminal screen.
Click 'Terminal' -> 'Clear Scrollback and reset'

Now repeat some of the commands.

Code:
date
Code:
inxi -A
Code:
aplay -l
Code:
sudo lspci -v | grep -A7 -i "audio"
Code:
sudo dmesg | grep -i "audio\|sound\|pulse\|alsa"
Code:
pactl info

As before, copy the terminal output to a text file, but save this one as 'results2.txt'

Paste the resulting files or the text back into this thread.
stevef
clueless
Reply
#5
Ever since I installed Linux Lite, it has this problem:
The sound output is connected to an amplified speaker.


uname -a
Linux johrei 6.8.0-87-generic #88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux


date
qui 13 nov 2025 13:14:35 -03


inxi -A
Audio:
  Device-1: Intel 6 Series/C200 Series Family High Definition Audio
  driver: snd_hda_intel
  Sound Server: ALSA v: k6.8.0-87-generic

aplay -l
**** Lista de Dispositivos PLAYBACK Hardware ****
placa 0: PCH [HDA Intel PCH], dispositivo 0: VT1705 Analog [VT1705 Analog]
  Dispositivo secundário: 1/1
  Dispositivo secundário #0: subdevice #0


sudo lspci -v | grep -A7 -i "audio"

00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Subsystem: Elitegroup Computer Systems 6 Series/C200 Series Chipset Family High Definition Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 29
Memory at fe500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link


sudo dmesg | grep -i "audio\|sound\|pulse\|alsa"
[  14.597901] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[  15.921507] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1705: line_outs=1 (0x1c/0x0/0x0/0x0/0x0) type:line
[  15.921522] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  15.921526] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[  15.921530] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
[  15.921532] snd_hda_codec_via hdaudioC0D0:    inputs:
[  15.921536] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x1a
[  15.921539] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x1e
[  15.921542] snd_hda_codec_via hdaudioC0D0:      Line=0x1b
[  15.930591] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[  15.930705] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[  15.930792] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[  15.930897] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[  15.930980] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8

pactl info
String do servidor: /run/user/1000/pulse/native
Versão do protocolo da biblioteca: 35
Versão do protocolo do servidor: 35
É local: sim
Índice do cliente: 11
Tamanho de fragmento: 65472
Nome do usuário: raz
Nome da máquina: johrei
Nome do servidor: pulseaudio
Versão do servidor: 16.1
Especificação padrão de amostragem: s16le 2ch 44100Hz
Mapa de canais padrão: front-left,front-right
Destino padrão: auto_null
Fonte padrão: auto_null.monitor
Cookie: a45a:538e


****************************************************************************************************************
 date
qui 13 nov 2025 13:22:11 -03

inxi -A
Audio:
  Device-1: Intel 6 Series/C200 Series Family High Definition Audio
  driver: snd_hda_intel
  Sound Server: ALSA v: k6.8.0-87-generic


aplay -l
**** Lista de Dispositivos PLAYBACK Hardware ****
placa 0: PCH [HDA Intel PCH], dispositivo 0: VT1705 Analog [VT1705 Analog]
  Dispositivo secundário: 0/1
  Dispositivo secundário #0: subdevice #0


sudo lspci -v | grep -A7 -i "audio"

00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
Subsystem: Elitegroup Computer Systems 6 Series/C200 Series Chipset Family High Definition Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 29
Memory at fe500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link


sudo dmesg | grep -i "audio\|sound\|pulse\|alsa"
[  14.779763] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[  15.172479] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1705: line_outs=1 (0x1c/0x0/0x0/0x0/0x0) type:line
[  15.172492] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  15.172497] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[  15.172500] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
[  15.172503] snd_hda_codec_via hdaudioC0D0:    inputs:
[  15.172506] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x1a
[  15.172510] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x1e
[  15.172512] snd_hda_codec_via hdaudioC0D0:      Line=0x1b
[  15.181875] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[  15.181968] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[  15.182057] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[  15.182140] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[  15.182229] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8


pactl info
String do servidor: /run/user/1000/pulse/native
Versão do protocolo da biblioteca: 35
Versão do protocolo do servidor: 35
É local: sim
Índice do cliente: 14
Tamanho de fragmento: 65472
Nome do usuário: raz
Nome da máquina: johrei
Nome do servidor: pulseaudio
Versão do servidor: 16.1
Especificação padrão de amostragem: s16le 2ch 44100Hz
Mapa de canais padrão: front-left,front-right
Destino padrão: alsa_output.pci-0000_00_1b.0.analog-stereo
Fonte padrão: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
Cookie: a45a:538e
Reply
#6
Thank you.

After a reboot when the system shows 'saida ficticia' please open a terminal by pressing 'Ctrl', 'Alt' and 'T' together.
In the window that opens, type or paste in these commands by enter.
They will report more detailed information about your audio devices in both the failed and working states.

Code:
date
Code:
aplay -l
Code:
pactl list sinks
Code:
pacmd list-sinks
Code:
pacmd list-cards

Copy the terminal output into the clipboard.
Click 'Edit' -> 'Select All'
'Edit' -> 'Copy'

Open a text editor and paste the clipboard.
Save the result as a text file called results3.txt

Do whatever it is you need to do the fix the sound
With working sound, go back to the terminal window.

Clear the old information from the terminal screen.
Click 'Terminal' -> 'Clear Scrollback and reset'

Now repeat the commands.

Code:
date
Code:
aplay -l
Code:
pactl list sinks
Code:
pacmd list-sinks
Code:
pacmd list-cards

As before, copy the terminal output to a text file, but save this one as 'results4.txt'

Paste the resulting files or the text back into this thread.
stevef
clueless
Reply
#7
date
qui 13 nov 2025 16:22:27 -03

aplay -l
**** Lista de Dispositivos PLAYBACK Hardware ****
placa 0: PCH [HDA Intel PCH], dispositivo 0: VT1705 Analog [VT1705 Analog]
  Dispositivo secundário: 1/1
  Dispositivo secundário #0: subdevice #0


pactl list sinks
Destino #0
Estado: SUSPENDED
Nome: auto_null
Descrição: Saída fictícia
Driver: module-null-sink.c
Especificação da amostragem: s16le 2ch 44100Hz
Mapa dos canais: front-left,front-right
Módulo proprietário: 14
Mudo: não
Volume: front-left: 6549 /  10% / -60,02 dB,  front-right: 6549 /  10% / -60,02 dB
        balanço 0,00
Volume base: 65536 / 100% / 0,00 dB
Fonte de monitoração: auto_null.monitor
Latência: 0 useg, 0 useg configurado
Sinalizadores: DECIBEL_VOLUME LATENCY SET_FORMATS
Propriedades:
device.description = "Saída fictícia"
device.class = "abstract"
device.icon_name = "audio-card"
Formatos:
pcm


pacmd list-sinks
1 sink(s) available.
  * index: 0
name: <auto_null>
driver: <module-null-sink.c>
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE
priority: 1000
volume: front-left: 6549 /  10% / -60.02 dB,  front-right: 6549 /  10% / -60.02 dB
        balance 0.00
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 0.00 ms
max request: 344 KiB
max rewind: 344 KiB
monitor source: 0
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
            Estéreo
used by: 0
linked by: 0
configured latency: 0.00 ms; range is 0.50 .. 2000.00 ms
module: 14
properties:
device.description = "Saída fictícia"
device.class = "abstract"
device.icon_name = "audio-card"

pacmd list-cards
1 card(s) available.
    index: 0
name: <alsa_card.pci-0000_00_1b.0>
driver: <module-alsa-card.c>
owner module: 7
properties:
alsa.card = "0"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xfe500000 irq 29"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "1c20"
device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller"
device.form_factor = "internal"
device.string = "0"
device.description = "Áudio interno"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
profiles:
input:analog-stereo: Entrada Estéreo analógico (priority 65, available: no)
output:analog-stereo: Saída Estéreo analógico (priority 6500, available: no)
output:analog-stereo+input:analog-stereo: Duplex estéreo analógico (priority 6565, available: no)
off: Desligado (priority 0, available: unknown)
active profile: <off>
ports:
analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-input-microphone"
analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-input-microphone"
analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
properties:

analog-output-lineout: Line Out (priority 9000, latency offset 0 usec, available: no)
properties:

analog-output-headphones: Headphones (priority 9900, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"

*******************************************************************************************************************************************************************


date
qui 13 nov 2025 16:28:24 -03


 aplay -l
**** Lista de Dispositivos PLAYBACK Hardware ****
placa 0: PCH [HDA Intel PCH], dispositivo 0: VT1705 Analog [VT1705 Analog]
  Dispositivo secundário: 0/1
  Dispositivo secundário #0: subdevice #0


pactl list sinks
Destino #1
Estado: RUNNING
Nome: alsa_output.pci-0000_00_1b.0.analog-stereo
Descrição: Áudio interno Estéreo analógico
Driver: module-alsa-card.c
Especificação da amostragem: s16le 2ch 44100Hz
Mapa dos canais: front-left,front-right
Módulo proprietário: 7
Mudo: não
Volume: front-left: 19659 /  30% / -31,38 dB,  front-right: 19659 /  30% / -31,38 dB
        balanço 0,00
Volume base: 65536 / 100% / 0,00 dB
Fonte de monitoração: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
Latência: 59220 useg, 75012 useg configurado
Sinalizadores: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
Propriedades:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "VT1705 Analog"
alsa.id = "VT1705 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xfe500000 irq 29"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "1c20"
device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller"
device.form_factor = "internal"
device.string = "front:0"
device.buffering.buffer_size = "352800"
device.buffering.fragment_size = "176400"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Estéreo analógico"
device.description = "Áudio interno Estéreo analógico"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
Portas:
analog-output-lineout: Line Out (tipo: Linha, prioridade: 9000, não disponível)
analog-output-headphones: Headphones (tipo: Fones de ouvido, prioridade: 9900, não disponível)
Porta ativa: analog-output-lineout
Formatos:
pcm



pacmd list-sinks
1 sink(s) available.
  * index: 1
name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
driver: <module-alsa-card.c>
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: RUNNING
suspend cause: (none)
priority: 9039
volume: front-left: 19659 /  30% / -31.38 dB,  front-right: 19659 /  30% / -31.38 dB
        balance 0.00
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 59.12 ms
max request: 12 KiB
max rewind: 12 KiB
monitor source: 1
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
            Estéreo
used by: 1
linked by: 1
configured latency: 75.01 ms; range is 0.50 .. 2000.00 ms
card: 0 <alsa_card.pci-0000_00_1b.0>
module: 7
properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "VT1705 Analog"
alsa.id = "VT1705 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xfe500000 irq 29"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "1c20"
device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller"
device.form_factor = "internal"
device.string = "front:0"
device.buffering.buffer_size = "352800"
device.buffering.fragment_size = "176400"
device.access_mode = "mmap+timer"
device.profile.name = "analog-stereo"
device.profile.description = "Estéreo analógico"
device.description = "Áudio interno Estéreo analógico"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
analog-output-lineout: Line Out (priority 9000, latency offset 0 usec, available: no)
properties:

analog-output-headphones: Headphones (priority 9900, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
active port: <analog-output-lineout>



pacmd list-cards
1 card(s) available.
    index: 0
name: <alsa_card.pci-0000_00_1b.0>
driver: <module-alsa-card.c>
owner module: 7
properties:
alsa.card = "0"
alsa.card_name = "HDA Intel PCH"
alsa.long_card_name = "HDA Intel PCH at 0xfe500000 irq 29"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:00:1b.0"
sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
device.bus = "pci"
device.vendor.id = "8086"
device.vendor.name = "Intel Corporation"
device.product.id = "1c20"
device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller"
device.form_factor = "internal"
device.string = "0"
device.description = "Áudio interno"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
profiles:
input:analog-stereo: Entrada Estéreo analógico (priority 65, available: no)
output:analog-stereo: Saída Estéreo analógico (priority 6500, available: no)
output:analog-stereo+input:analog-stereo: Duplex estéreo analógico (priority 6565, available: no)
off: Desligado (priority 0, available: unknown)
active profile: <output:analog-stereo+input:analog-stereo>
sinks:
alsa_output.pci-0000_00_1b.0.analog-stereo/#1: Áudio interno Estéreo analógico
sources:
alsa_output.pci-0000_00_1b.0.analog-stereo.monitor/#1: Monitor of Áudio interno Estéreo analógico
alsa_input.pci-0000_00_1b.0.analog-stereo/#2: Áudio interno Estéreo analógico
ports:
analog-input-front-mic: Front Microphone (priority 8500, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-input-microphone"
analog-input-rear-mic: Rear Microphone (priority 8200, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-input-microphone"
analog-input-linein: Line In (priority 8100, latency offset 0 usec, available: no)
properties:

analog-output-lineout: Line Out (priority 9000, latency offset 0 usec, available: no)
properties:

analog-output-headphones: Headphones (priority 9900, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
Reply
#8
Thank you for your patience. I think I can see what is happening, but I don't know why it is happening and I cannot reproduce it on my system.

Please can you try this.

Boot the system.
Ensure your speakers are connected, powered up and volume set to normal level.

Open a terminal by pressing Ctrl, Alt and T
In the terminal enter these commands followed by return.
Code:
pactl list sinks | grep Name
Code:
pactl set-default-sink alsa_output.pci-0000_00_1b.0.analog-stereo
Code:
pactl list sinks | grep Name

Copy the terminal output as before and paste it back to the thread.

If the two 'pactl list sinks' commands show a change, then without trying your usual workaround, check to see if the system audio works.
stevef
clueless
Reply
#9
[Image: sGEJbxaZAr8l.png]

[Image: 8oN5yt8d1lMm.png]
Reply
#10
My apologies, the list command was searching incorrectly.
Should have been..
Code:
pactl list sinks | grep Nome
but the error of the set command shows it wouldn't have worked.

Please try

Boot the system.
Ensure your speakers are connected, powered up and volume set to normal level.

Open a terminal by pressing Ctrl, Alt and T
In the terminal enter these commands followed by return.
Code:
pactl list sinks | grep Nome
Code:
pacmd set-card-profile 0 output:analog-stereo+input:analog-stereo
Code:
pactl list sinks | grep Nome

Copy the terminal output as before and paste it back to the thread.

If the two 'pactl list sinks' commands show a change, then without trying your usual workaround, check to see if the system audio works.
stevef
clueless
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)