[Bug 1309950] Re: [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

2016-09-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alsa-driver (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309950

Title:
  [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1309950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309950] Re: [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

2014-04-19 Thread Raymond
you need to change channel mode to retask input jacks as output

Simple mixer control 'Channel Mode',0
  Capabilities: enum
  Items: '2ch' '4ch' '6ch'
  Item0: '2ch'

do you mean rear mic and line in Jack are still available as input after
you changed channel mode from 2ch to 6ch ?

you need to file a bug in kernel org


analog-input-microphone-rear: Rear Microphone (priority 8200, latency offset 0 
usec, available: yes)
properties:
device.icon_name = audio-input-microphone
analog-input-linein: Line In (priority 8100, latency offset 0 
usec, available: yes)
properties:

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309950

Title:
  [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1309950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309950] Re: [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

2014-04-19 Thread Raymond
http://www.intel.com/support/motherboards/desktop/sb/CS-034206.htm

you need to specify hint   indep_hp=1 if you want independent headphone

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309950

Title:
  [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1309950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309950] Re: [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

2014-04-19 Thread Weej Jamal
@Raymond @superquad-vortex2

Thanks but you dont really explain HOW to do that - maybe because the
report is detailed? I 'm fairly new to linux and I just filled out the
Ubuntu crash form which was helluva lot more intuivitive than past forms
- most of the data in there is auto-generated (apart from my note).

However I was able to solve this, in the report I noticed ALSA while
previously I've only ever seen Pulse Audio, I looked up 'auto switching
intel HDA alsa' on google which led me to an ArchLinux forum  with
someone in my EXACT same situation.  One of the answers mentioned trying
hda-verb which is how I found my solution:

1 - open up Ubuntu software Center
2 - search for alsa-tools-gui (I found this originally by typing 'hda', this 
popped up immediately)
3 - install it 
4 - This is a COLLECTION of programs for the ALSA system - All need to be run 
from a terminal / command line window. 
5 - type in hdajackretask in the terminal window and you'll get an awesome 
graphical list of which audio jack does what by default along with options to 
override the function of each jack (in my case I wanted the Blue jack in the 
rear to function as another speaker/headphone out jack) 

I used this to fix the issue for now, but I implore the Ubuntu folk to
include this tool by default!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309950

Title:
  [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1309950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309950] Re: [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

2014-04-19 Thread Raymond
use 

amixer -c0  set Channel Mode 6ch


save your mixer setting before shutdown

alsactl store


restore your setting after boot and before pulseaudio start

alsactl restore



Alsactl output
!!-

--startcollapse--
state.Intel {
control.1 {
iface MIXER
name 'Channel Mode'
value '2ch'
comment {
access 'read write'
type ENUMERATED
count 1
item.0 '2ch'
item.1 '4ch'
item.2 '6ch'
}
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309950

Title:
  [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1309950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309950] Re: [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

2014-04-19 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/Documentation/sound/alsa
/HD-Audio-Controls.txt


Realtek codecs
--

* Channel Mode
  This is an enum control to change the surround-channel setup,
  appears only when the surround channels are available.
  It gives the number of channels to be used, 2ch, 4ch, 6ch,
  and 8ch.  According to the configuration, this also controls the
  jack-retasking of multi-I/O jacks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309950

Title:
  [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1309950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1309950] Re: [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

2014-04-19 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/Documentation/sound/alsa
/HD-Audio-Controls.txt


Realtek codecs
--

* Channel Mode
  This is an enum control to change the surround-channel setup,
  appears only when the surround channels are available.
  It gives the number of channels to be used, 2ch, 4ch, 6ch,
  and 8ch.  According to the configuration, this also controls the
  jack-retasking of multi-I/O jacks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309950

Title:
  [G31M-ES2L, Realtek ALC883, Blue Line In, Rear] No autoswitch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1309950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs