<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lier0</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lier0"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Lier0"/>
	<updated>2026-04-25T20:04:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Talk:Parole,_mpeg4_reading&amp;diff=14692</id>
		<title>Talk:Parole, mpeg4 reading</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Talk:Parole,_mpeg4_reading&amp;diff=14692"/>
		<updated>2018-02-22T15:45:17Z</updated>

		<summary type="html">&lt;p&gt;Lier0: Created page with &amp;quot;Got tips from : https://forum.alpinelinux.org/forum/multimedia/no-audio-audaciousfirefox-gstreamer-was-unable-detect-any-sound-devices&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Got tips from : https://forum.alpinelinux.org/forum/multimedia/no-audio-audaciousfirefox-gstreamer-was-unable-detect-any-sound-devices&lt;/div&gt;</summary>
		<author><name>Lier0</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=ALSA&amp;diff=14530</id>
		<title>ALSA</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=ALSA&amp;diff=14530"/>
		<updated>2018-02-19T04:21:43Z</updated>

		<summary type="html">&lt;p&gt;Lier0: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First you will need to install Alsa packages, the Linux sound driver and volume adjuster.&lt;br /&gt;
&lt;br /&gt;
 # apk add alsa-utils alsa-utils-doc alsa-lib alsaconf&lt;br /&gt;
&lt;br /&gt;
Then you will need to add all your users (including root) to &amp;lt;code&amp;gt;/etc/group&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
 # nano /etc/group&lt;br /&gt;
&lt;br /&gt;
Scroll down until you find the line that starts with &amp;lt;code&amp;gt;audio:x:18:&amp;lt;/code&amp;gt; and add all the users, for example if the name of root is &amp;quot;root&amp;quot; and a user is &amp;quot;user&amp;quot;, separated by commas.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;audio:x:18:root,user&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save your nano work by pressing &#039;&#039;Ctrl+O&#039;&#039; and confirm the changes by pressing &#039;&#039;Enter&#039;&#039;. Then exit nano by pressing &#039;&#039;Ctrl+X&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Find the default sound card.&lt;br /&gt;
&lt;br /&gt;
 # alsamixer&lt;br /&gt;
&lt;br /&gt;
The default sound card will show up. Try turning up the volume of Master and the device(s) such as speakers or microphones that you need, and audio should work.&lt;br /&gt;
&lt;br /&gt;
If there are no volume controls visible, try hitting &#039;&#039;F6&#039;&#039; on your keyboard and toggling between the sound cards (which all might have the same name in the context menu that pops up except for the numbers next to and before the names).&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve found the sound card name that gives you volume controls, set the unique number that showed up in the &#039;&#039;F6&#039;&#039; context menu as your default soundcard.&lt;br /&gt;
&lt;br /&gt;
 # nano /usr/share/alsa/alsa.conf&lt;br /&gt;
&lt;br /&gt;
Scroll down until you find the lines that start with &amp;lt;code&amp;gt;defaults.ctl.card&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;defaults.pcm.card&amp;lt;/code&amp;gt; and put the number (you found in the &#039;&#039;F6&#039;&#039; context menu of the alsamixer command for the soundcard you want as your default) at the end of those lines separated by a space for each. For example, if the default sound card you want is &amp;quot;1&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults.ctl.card 1&amp;lt;/code&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;defaults.pcm.card 1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save your nano work by pressing &#039;&#039;Ctrl+O&#039;&#039; and confirm the changes by pressing &#039;&#039;Enter&#039;&#039;. Then exit nano by pressing &#039;&#039;Ctrl+X&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Try turning up the volume of Master and the device(s) such as speakers or microphones that you need with the &amp;lt;code&amp;gt;alsamixer&amp;lt;/code&amp;gt; command, and audio should work.&lt;br /&gt;
&lt;br /&gt;
Alsa service is not started on install, you need to start it and to add it on rc.&lt;br /&gt;
 rc-service alsa start&lt;br /&gt;
 rc-update add alsa&lt;br /&gt;
&lt;br /&gt;
Gstreamer can now catch the device and the audio mixer is working.&lt;br /&gt;
&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Desktop]]&lt;/div&gt;</summary>
		<author><name>Lier0</name></author>
	</entry>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Parole,_mpeg4_reading&amp;diff=14527</id>
		<title>Parole, mpeg4 reading</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Parole,_mpeg4_reading&amp;diff=14527"/>
		<updated>2018-02-19T03:46:58Z</updated>

		<summary type="html">&lt;p&gt;Lier0: Created page with &amp;quot;I wanted to read some mp4 video. Got some errors with vlc, using xfce desktop, so Parole came as a good choice. But Parole package doesn&amp;#039;t include a lib about gstreamer.   apk...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I wanted to read some mp4 video. Got some errors with vlc, using xfce desktop, so Parole came as a good choice.&lt;br /&gt;
But Parole package doesn&#039;t include a lib about gstreamer.&lt;br /&gt;
&lt;br /&gt;
 apk add parole gst-libav&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Multimedia]]&lt;/div&gt;</summary>
		<author><name>Lier0</name></author>
	</entry>
</feed>