You are not logged in.

#1 2014-12-27 13:29:35

dede24ever
Member
From: Romania, Timisoara
Registered: 2013-10-13
Posts: 29

[SOLVED]Some issues with fresh arch install.

I freshly installed arch after a pretty long period of time of using other distributions and forgot how many issues I have to deal with when using it.
Alsamixer does not detect my headphones when i plug them in...(does not mute / unmute automatically speakers / headphones)

And another issue with the xorg server i think, I have a notebook and after every reboot i have to look up after touchpad with xinput --list then   --setprop <id>. How can I make it permanent? It's annoying.

Last edited by dede24ever (2014-12-27 22:11:08)

Offline

#2 2014-12-27 15:01:46

grubenm
Member
Registered: 2014-02-25
Posts: 35

Re: [SOLVED]Some issues with fresh arch install.

Offline

#3 2014-12-27 16:02:17

dede24ever
Member
From: Romania, Timisoara
Registered: 2013-10-13
Posts: 29

Re: [SOLVED]Some issues with fresh arch install.

Thank you!
Sound problem is not solved yet...

Offline

#4 2014-12-27 16:04:03

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,744
Website

Re: [SOLVED]Some issues with fresh arch install.

Run `alsamixer` and check if the "Auto-Mute" is enabled.

Offline

#5 2014-12-27 16:38:55

dede24ever
Member
From: Romania, Timisoara
Registered: 2013-10-13
Posts: 29

Re: [SOLVED]Some issues with fresh arch install.

It was Disabled, I enabled it. It works now.
Now I have another issue: I use i3 WM and on the notebook i have volume keys(it works out of the box with other distros).
bindsym xf86audiorisevolume exec pactl set-sink-volume 0 -- +10% is the command, sometimes it works sometimes it does not.
Evtest proves that keys are working:
http://i.imgur.com/sC11S4s.png
For example, it works now. If I reboot it won't work anymore.

Last edited by dede24ever (2014-12-27 16:50:45)

Offline

#6 2014-12-27 18:33:08

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,744
Website

Re: [SOLVED]Some issues with fresh arch install.

Use the keycodes instead, these are mine and they work every time:

	bindsym 0x1008ff13 exec --no-startup-id amixer -c0 set Master 1+
	bindsym 0x1008ff11 exec --no-startup-id amixer -c0 set Master 1-
	bindsym 0x1008ff12 exec --no-startup-id amixer -c0 set Master toggle

Offline

#7 2014-12-27 20:15:29

dede24ever
Member
From: Romania, Timisoara
Registered: 2013-10-13
Posts: 29

Re: [SOLVED]Some issues with fresh arch install.

Head_on_a_Stick wrote:

Use the keycodes instead, these are mine and they work every time:

	bindsym 0x1008ff13 exec --no-startup-id amixer -c0 set Master 1+
	bindsym 0x1008ff11 exec --no-startup-id amixer -c0 set Master 1-
	bindsym 0x1008ff12 exec --no-startup-id amixer -c0 set Master toggle
amixer -c0 set Master toggle

mutes Master and headphones. When I press it again only Master gets unmuted, headphones remain muted. Any solutions?

Offline

#8 2014-12-27 20:20:54

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,744
Website

Re: [SOLVED]Some issues with fresh arch install.

Add a command to toggle the auto-mute with the same key, perhaps?

Anyway, that command in my i3 set up does not effect the auto-mute mode so there may be something else going on in your system.
Ooops -- my mistake, my system does that as well...

Maybe something to do with pulseaudio -- I didn't have pulseaudio when I used i3 and I didn't notice that problem then.

EDIT: It might be wise to open a fresh thread for this specific problem -- be sure to use a descriptive title to get the attention of the sound experts (not me!).

Last edited by Head_on_a_Stick (2014-12-27 20:26:11)

Offline

#9 2014-12-28 01:36:24

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [SOLVED]Some issues with fresh arch install.

I do agree to take the first issue on multiple issue threads.
Then OP should rectify the title accordingly.


do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB