[FIXED] Kernel 5.5.12 onwards MPlayer problems

Problems and successes with specific brands/models of computer audio hardware
Post Reply
Message
Author
User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

[FIXED] Kernel 5.5.12 onwards MPlayer problems

#1 Post by peebee »

FIXED - see last post

Kernel 5.5.12 released 25-mar-2020 seems to have significant problems for MPlayer.

The 5.5.12 changelog does seem to have a lot of sound changes mentioned....
https://cdn.kernel.org/pub/linux/kernel ... Log-5.5.12

Thanks
peebee
Last edited by peebee on Thu 02 Apr 2020, 08:44, edited 2 times in total.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

now 5.5.13 & 5.4.28

#2 Post by peebee »

5.5.13 appeared the same day - but has the same sound problem as 5.5.12

5.4.28 also has the problem.....

https://www.reddit.com/r/linux4noobs/co ... my_output/
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
tallboy
Posts: 1760
Joined: Tue 21 Sep 2010, 21:56
Location: Drøbak, Norway

#3 Post by tallboy »

There seem to be an eternal sound problem in many Puppy versions up through the years. Are these issues real kernel problems, or are they limited to Puppy builds? Do you know if other distros using the same kernels, experience the same problems?
True freedom is a live Puppy on a multisession CD/DVD.

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#4 Post by peebee »

Using strace from devx shows that MPlayer is looping:

write(2, "[AO OSS] Can't set audio device "..., 74) = 74
ioctl(4, SNDCTL_DSP_SETFMT, 0xffda03f0) = -1 ENXIO (No such device or address)

Anybody know what this might mean?
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

CLOSED - FIXED

#5 Post by peebee »

OK - can be fixed by configuring MPlayer to use alsa...

Put:
ao=alsa

into ~/.mplayer/config
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#6 Post by bigpup »

Good find peebee!

You going to tell this to the rest of the Linux world :?: :lol:
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
8Geee
Posts: 2181
Joined: Mon 12 May 2008, 11:29
Location: N.E. USA

#7 Post by 8Geee »

Just curious, does apulse still work after the ao=alsa setting?

What if ao=apulse?

Sorry, running older stuff w/o apulse, but got to thinking after your revelation.

8Geee
Linux user #498913 "Some people need to reimagine their thinking."
"Zuckerberg: a large city inhabited by mentally challenged people."

enrique
Posts: 595
Joined: Sun 10 Nov 2019, 00:10
Location: Planet Earth

#8 Post by enrique »

At the moment I have no need for this kernel. But I recalled at least two guys that could had benefit of this new kernel. So my question, do we have a download link for the pre-build with AUFS.

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

#9 Post by peebee »

enrique wrote:do we have a download link for the pre-build with AUFS.
Link n.b. need fdrv firmware
8Geee wrote:What if ao=apulse?

Code: Select all

# mplayer -ao help
MPlayer 1.4-9.1.0 (C) 2000-2019 MPlayer Team
Available audio output drivers:
	oss	OSS/ioctl audio output
	alsa	ALSA-0.9.x-1.x audio output
	esd	EsounD audio output
	sdl	SDLlib audio output
	openal	OpenAL audio output
	mpegpes	DVB audio output
	v4l2	V4L2 MPEG Audio Decoder output
	null	Null audio output
	pcm	RAW PCM/WAVE file writer audio output
This is a config for MPlayer only which doesn't use apulse.
bigpup wrote:tell this to the rest of the Linux world
Have posted on LinuxQuestions.org Slackware kernel thread.
ImageLxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64

Post Reply