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

 

 

 

No sound after upgrade from Jessie to Stretch

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
boycottsystemd
Posts: 7
Joined: 2018-03-31 10:24

No sound after upgrade from Jessie to Stretch

#1 Post by boycottsystemd »

Code: Select all

mplayer:
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A:   0.0 (unknown) of 1485.0 (24:45.0) ??,?% 
Audio device got stuck!
A:   0.0 (unknown) of 1485.0 (24:45.0) ??,?% 
Audio device got stuck!
A:  17.8 (17.7) of 1485.0 (24:45.0)  0.8% 

Code: Select all

lspci -v
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
	Subsystem: Intel Corporation NM10/ICH7 Family High Definition Audio Controller
	Flags: bus master, fast devsel, latency 0, IRQ 28
	Memory at 902c0000 (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
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
Any idea please how to fix it ?

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: No sound after upgrade from Jessie to Stretch

#2 Post by Wheelerof4te »

Code: Select all

apt install pulseaudio gstreamer1.0-libav
You haven't written which DE you use. Did you try something other than mplayer?

boycottsystemd
Posts: 7
Joined: 2018-03-31 10:24

Re: No sound after upgrade from Jessie to Stretch

#3 Post by boycottsystemd »

Wheelerof4te wrote:

Code: Select all

apt install pulseaudio gstreamer1.0-libav
You haven't written which DE you use. Did you try something other than mplayer?
Thank you.

These packages are already installed.
LXDE
I also tried Adobe flash player and vlc:

Code: Select all

mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: No sound after upgrade from Jessie to Stretch

#4 Post by Head_on_a_Stick »

Can we please see the output of

Code: Select all

loginctl list-sessions
aplay -l
Did you follow the instructions when upgrading?

https://www.debian.org/releases/stable/ ... ng.en.html
deadbang

boycottsystemd
Posts: 7
Joined: 2018-03-31 10:24

Re: No sound after upgrade from Jessie to Stretch

#5 Post by boycottsystemd »

Head_on_a_Stick wrote:Can we please see the output of

Code: Select all

loginctl list-sessions
aplay -l
Did you follow the instructions when upgrading?

https://www.debian.org/releases/stable/ ... ng.en.html

Code: Select all

loginctl list-sessions
   SESSION        UID USER             SEAT             TTY             
         2       1000 some_user_name               seat0   

Code: Select all

aplay -l
**** List of PLAYBACK Hardware Devices ****
cad 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
I did follow https://linuxconfig.org/how-to-upgrade- ... -9-stretch only when upgrading.
Check commands from that web page were ok.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: No sound after upgrade from Jessie to Stretch

#6 Post by Head_on_a_Stick »

Can we also see

Code: Select all

amixer
Thanks!
deadbang

boycottsystemd
Posts: 7
Joined: 2018-03-31 10:24

Re: No sound after upgrade from Jessie to Stretch

#7 Post by boycottsystemd »

Head_on_a_Stick wrote:Can we also see

Code: Select all

amixer
Thanks!
You are welcomed, I thank you.

Code: Select all

$ amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 36672 [56%] [on]
  Front Right: Playback 36016 [55%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 65536 [100%] [on]
  Front Right: Capture 65536 [100%] [on]

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: No sound after upgrade from Jessie to Stretch

#8 Post by Head_on_a_Stick »

^ That looks like that should work, do you get any sound if you run

Code: Select all

speaker-test
deadbang

boycottsystemd
Posts: 7
Joined: 2018-03-31 10:24

Re: No sound after upgrade from Jessie to Stretch

#9 Post by boycottsystemd »

Head_on_a_Stick wrote:^ That looks like that should work, do you get any sound if you run

Code: Select all

speaker-test
no sound

Post Reply