You are not logged in.
Hi all, I have an ASUS motherboard M4A78LT-M-LE.
Its front panel audio jacks were not detected in arch and ubuntu 11.10 before that.
But i just dual booted ubuntu 12.04, and i see that the front panel audio is now working there.
Please guide me on what package/setting i need to install/upgrade/tweak in Arch to get it working here. Thanks!
Offline
bump
Offline
If the audio device is working under Ubuntu, just compare the settings (modules loaded, background applications running, kernel messages, versions of relevant system components, etc.) and try to recreate them in Arch. That's how I've been solving hardware detection issues.
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Please guide me on what package/setting i need to install/upgrade/tweak in Arch to get it working here. Thanks!
ALSA.
Check out the archlinux wiki page on alsa, or for more details alsa has it's own extensive wiki.
If/when you have problems, come back with the output of the diagnostic commands in the wiki and/or a description of how far you were able to get.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Lets start with a look at the output of lspci -nn
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Here we go... Please let me know if you need any additional information.
I love Arch, and would like to keep my system as perfect as possible.
[blacky@archblacky ~]$ lspci -nn
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host Bridge [1022:9600]
00:01.0 PCI bridge [0604]: ASUSTeK Computer Inc. RS880 PCI to PCI bridge (int gfx) [1043:9602]
00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2) [1022:9606]
00:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode] [1002:4390]
00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
00:12.1 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0 USB OHCI1 Controller [1002:4398]
00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
00:13.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
00:13.1 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0 USB OHCI1 Controller [1002:4398]
00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
00:14.0 SMBus [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 3c)
00:14.1 IDE interface [0101]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 IDE Controller [1002:439c]
00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383]
00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d]
00:14.4 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384]
00:14.5 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399]
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
01:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RS780L [Radeon HD 3000] [1002:9616]
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8131 Gigabit Ethernet [1969:1063] (rev c0)
[blacky@archblacky ~]$
Offline
bump....!
Offline
What do you want, magic? My crystal ball isn't working. I told you what information might be useful, and you ignore that, but continue to bump your thread?!
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Sorry if it looked like that. ewaller had asked for lspci -nn, so I posted it here.
If you need any other command outputs, do tell me....
[blacky@archblacky ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: VT1708S Analog [VT1708S Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: VT1708S Digital [VT1708S Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 2: VT1708S HP [VT1708S HP]
Subdevices: 1/1
Subdevice #0: subdevice #0
[blacky@archblacky ~]$
[blacky@archblacky ~]$ cat /etc/asound.conf
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}
ctl.!default {
type pulse
fallback "sysdefault"
}
[blacky@archblacky ~]$ lsmod|grep '^snd'|column -t
snd_hda_codec_via 38659 1
snd_hda_intel 24021 3
snd_hda_codec 92713 2 snd_hda_intel,snd_hda_codec_via
snd_hwdep 6556 1 snd_hda_codec
snd_pcm 74812 2 snd_hda_codec,snd_hda_intel
snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
snd_timer 19222 1 snd_pcm
snd 59656 12 snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_via
[blacky@archblacky ~]$
[blacky@archblacky ~]$ ls -l /dev/snd/
total 0
drwxr-xr-x 2 root root 60 Jun 17 12:08 by-path
crw-rw----+ 1 root audio 116, 7 Jun 17 12:08 controlC0
crw-rw----+ 1 root audio 116, 6 Jun 17 12:08 hwC0D0
crw-rw----+ 1 root audio 116, 5 Jun 17 12:09 pcmC0D0c
crw-rw----+ 1 root audio 116, 4 Jun 17 12:09 pcmC0D0p
crw-rw----+ 1 root audio 116, 3 Jun 17 12:09 pcmC0D1p
crw-rw----+ 1 root audio 116, 2 Jun 17 12:08 pcmC0D2p
crw-rw---- 1 root audio 116, 1 Jun 17 12:08 seq
crw-rw----+ 1 root audio 116, 33 Jun 17 12:08 timer
[blacky@archblacky ~]$
[blacky@archblacky ~]$ amixer scontrols
Simple mixer control 'Master',0
Simple mixer control 'Capture',0
[blacky@archblacky ~]$
[blacky@archblacky ~]$ cat /etc/modprobe.d/alsa.conf
options snd-hda-intel model=auto
[blacky@archblacky ~]$
[blacky@archblacky ~]$ cat /proc/asound/card*/codec* | grep Codec
Codec: VIA VT1708S
[blacky@archblacky ~]$
[blacky@archblacky ~]$ cat /proc/asound/modules
0 snd_hda_intel
[blacky@archblacky ~]$
Offline
"Bumping" is not allowed. https://wiki.archlinux.org/index.php/Fo … te#Bumping
If ALSA doesn't cut it, maybe you should try PulseAudio.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Sorry about bumping...
About alsa not working, any and all other linux distros I install in my system have no problem detecting the front audio.
Even in arch, if I connect the headphones into the front panel before booting, I hear a small electronic burst in the headphones while arch boots.
So i'm pretty sure that there is some setting that I'm missing.
It would be great if somebody points that out to me....
Offline
What is in the alsa.conf file in Ubuntu (where sound works)? What about aplay -l there, or /etc/asound.conf?
(basically what bohoomil told you in post #3 -- you have two distros; sound works in one and does not in the other. What is different between the two?)
Have you seen this topic?
On my hp desktop I had to change snd-hda-intel to "hp" to make the front panel jacks work. According to the topic I linked, there are several possible options for ASUS.
And of course the obvious question -- have you checked alsamixer to make sure the front panel jack is not muted?
Last edited by 2ManyDogs (2012-06-17 13:54:03)
Offline
Thanks for posting that info mankand. I was hoping for an alsa based solution - but it seems you are using pulseaudio. While I've had to learn a few things about alsa (with help of other members here), I know nothing about how pulse works.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Hi Trilby.. It would do just fine for me to switch over to alsa from pulseaudio if you could provide some guidance on how to properly remove the whole audio and reinstall/configure it...
Offline
You mean like this: https://wiki.archlinux.org/index.php/Ad … chitecture
and this: https://wiki.archlinux.org/index.php/Pulseaudio
Did you try checking your Arch audio config files against the Ubuntu files?
Last edited by 2ManyDogs (2012-06-17 17:42:01)
Offline
Actually i'm not able to boot into my Xubuntu 32 bit. Could you point me to the correct way to chroot into a 32 bit ubuntu from 64 bit arch?
I found this,
https://wiki.archlinux.org/index.php/Ar … bit_system
but what are the differences i need to make with my current situation?
I have now removed alsa and trying to install/configure alsa from scratch...
Any special tips i need to follow? any special file i need to delete before installing alsa again?
Offline
Are both installs on the same machine? You don't really need to chroot into Xubuntu -- you should be able to mount the /root partition of the Xubuntu install and look at the config files.
For example, if the root partition of Xubuntu is /dev/sda4, just do this (in your Arch install)
sudo mount /dev/sda4 /mnt
Now you should be able to go look at the files in your Xubuntu root partition by just prefacing everyting with /mnt:
ls /mnt/etc/modprobe.d
Any special tips i need to follow? any special file i need to delete before installing alsa again?
Did you stop pulseaudio and remove it? The rest of it should be in the wiki; just follow step by step and don't skip anything.
Last edited by 2ManyDogs (2012-06-17 18:10:01)
Offline
Thanks for the advice.
Here is the alsa-base.conf from Xubuntu. Should i copy the same into /etc/modprobe.d/modprobe.conf in Arch?
Edit: I removed Alsa and Pulseaudio (didn't stop them first before removing). I reinstalled alsa-firmware, alsa-lib, alsa-utils, alsa-plugin. The front panel audio is still not available...
[root@archblacky blacky]# cat /media/Linux/etc/modprobe.d/alsa-base.conf
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
[root@archblacky blacky]#
Last edited by mankand007 (2012-06-17 18:15:06)
Offline
No, don't copy files from Xubuntu to Arch -- that's almost guaranteed to cause problems.
Now we're back to square one (or post #9) where you listed all the files you have now, asound.conf, aplay-l, etc. And you start alsamixer and make sure the headphones are not muted.
Does the rear panel audio still work?
Last edited by 2ManyDogs (2012-06-17 19:16:01)
Offline
Here are the updated outputs:
The back audio port works fine. There is still no sound in front panel..
[blacky@archblacky ~]$ lsmod|grep '^snd'|column -t
snd_hda_codec_via 38659 1
snd_hda_intel 24021 0
snd_hda_codec 92713 2 snd_hda_intel,snd_hda_codec_via
snd_hwdep 6556 1 snd_hda_codec
snd_pcm_oss 39152 0
snd_mixer_oss 15540 1 snd_pcm_oss
snd_pcm 74812 3 snd_pcm_oss,snd_hda_codec,snd_hda_intel
snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
snd_seq_dummy 1463 0
snd_seq_oss 29016 0
snd_seq_midi 5328 0
snd_seq_midi_event 5692 2 snd_seq_midi,snd_seq_oss
snd_rawmidi 18991 1 snd_seq_midi
snd_seq 51137 6 snd_seq_midi_event,snd_seq_midi,snd_seq_oss,snd_seq_dummy
snd_seq_device 5300 5 snd_seq,snd_rawmidi,snd_seq_midi,snd_seq_oss,snd_seq_dummy
snd_timer 19222 2 snd_seq,snd_pcm
snd 59656 12 snd_timer,snd_seq_device,snd_seq,snd_rawmidi,snd_seq_oss,snd_pcm,snd_mixer_oss,snd_pcm_oss,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_via
[blacky@archblacky ~]$
[blacky@archblacky ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: VT1708S Analog [VT1708S Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: VT1708S Digital [VT1708S Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 2: VT1708S HP [VT1708S HP]
Subdevices: 1/1
Subdevice #0: subdevice #0
[blacky@archblacky ~]$
[blacky@archblacky ~]$ cat /etc/asound.conf
cat: /etc/asound.conf: No such file or directory
[blacky@archblacky ~]$
[blacky@archblacky ~]$ ls -l /dev/snd
total 0
drwxr-xr-x 2 root root 60 Jun 17 23:53 by-path
crw-rw----+ 1 root audio 116, 7 Jun 17 23:53 controlC0
crw-rw----+ 1 root audio 116, 6 Jun 17 23:53 hwC0D0
crw-rw----+ 1 root audio 116, 5 Jun 17 23:53 pcmC0D0c
crw-rw----+ 1 root audio 116, 4 Jun 17 23:56 pcmC0D0p
crw-rw----+ 1 root audio 116, 3 Jun 17 23:53 pcmC0D1p
crw-rw----+ 1 root audio 116, 2 Jun 17 23:53 pcmC0D2p
crw-rw----+ 1 root audio 116, 1 Jun 17 23:53 seq
crw-rw----+ 1 root audio 116, 33 Jun 17 23:53 timer
[blacky@archblacky ~]$
[blacky@archblacky ~]$ amixer scontrols
Simple mixer control 'Master',0
Simple mixer control 'Headphone',0
Simple mixer control 'PCM',0
Simple mixer control 'Front',0
Simple mixer control 'Front Mic',0
Simple mixer control 'Front Mic Boost',0
Simple mixer control 'Surround',0
Simple mixer control 'Center',0
Simple mixer control 'LFE',0
Simple mixer control 'Line',0
Simple mixer control 'IEC958',0
Simple mixer control 'IEC958 Default PCM',0
Simple mixer control 'Capture',0
Simple mixer control 'Capture',1
Simple mixer control 'Digital',0
Simple mixer control 'Dynamic Power-Control',0
Simple mixer control 'Independent HP',0
Simple mixer control 'Input Source',0
Simple mixer control 'Loopback Mixing',0
Simple mixer control 'Rear Mic',0
Simple mixer control 'Rear Mic Boost',0
Simple mixer control 'Smart 5.1',0
[blacky@archblacky ~]$
[blacky@archblacky ~]$ cat /proc/asound/card*/codec*|grep Codec
Codec: VIA VT1708S
[blacky@archblacky ~]$
[blacky@archblacky ~]$ cat /proc/asound/modules
0 snd_hda_intel
[blacky@archblacky ~]$
Offline
One more thing -- did you run alsamixer and make sure all the levels are up and the headphone slider is not muted?
We are rapidly reaching the end of my sound knowledge here...
If no one shows up with an easy answer, the next step is to search the forum for "front audio not working" -- there are a number of threads with several solutions...
Last edited by 2ManyDogs (2012-06-17 19:40:17)
Offline
This is the output of my alsamixer...
┌────────────────────────────────────────────────────────────────────────── AlsaMixer v1.0.25 ──────────────────────────────────────────────────────────────────────────┐
│ Card: HDA ATI SB F1: Help │
│ Chip: VIA VT1708S F2: System information │
│ View: F3:[Playback] F4: Capture F5: All F6: Select sound card │
│ Item: Line [dB gain: 0.00, 0.00] Esc: Exit │
│ │
│ │
│ │
│ │
│ │
│ │
│ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │ │ │ │ │ │ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │ │ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │ │ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │ │ │
│ ├──┤ ├──┤ ├──┤ ├──┤ ├──┤ └──┘ ├──┤ ├──┤ ├──┤ ├──┤ ┌──┐ ┌──┐ Enabled ON Enabled ├──┤ └──┘ ┌──┐ │
│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │OO│ │
│ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ └──┘ │
│ 100 100<>100 100<>100 100<>100 56<>56 53<>53 52<>52 25 45 56<>56 65<>65 0<>0 │
│ Master Headphon PCM Front Front Mi Front Mi Surround Center LFE < Line > S/PDIF S/PDIF D Dynamic Independ Loopback Rear Mic Rear Mic Smart 5. │
│ │
Offline
Did you try these suggestions for forcing the model type.
If none of those works, try adding the generic line
options snd-hda-intel enable_msi=1
to /etc/modprobe.d/sound.conf
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Not working
I came across this while googling...
https://bbs.archlinux.org/viewtopic.php?id=94993
Is there any solution for this?
Offline