You are not logged in.

#1 2010-04-10 15:33:46

InsektO
Member
From: Buenos Aires
Registered: 2008-07-12
Posts: 33
Website

Headphone not working since last upgrade

Headphone (in front panel) is not working since last kernel upgrade. Alsamixer shows the options in grey.

Motherboard is Asus M4N78 PRO with nVidia MCP78 HDMI chip.

http://img576.imageshack.us/img576/4792/sj2dj3.png

Any idea?

Offline

#2 2010-04-13 11:30:30

Tristero
Member
From: Germany
Registered: 2008-01-16
Posts: 33

Re: Headphone not working since last upgrade

Same problem here.

alsamixer shows the "headphone" bar in grey as in the picture linked above and no sound is available.

My board is an Asus M4N78-E. I use the onboard audio chip (HDA ATI SB, Chip is a VIA VT1708S).

@edit: corrected name of mainboard and audio chip

Last edited by Tristero (2010-04-19 06:59:25)


You might very well think that, I couldn't possibly comment.

Offline

#3 2010-04-21 18:02:56

Tristero
Member
From: Germany
Registered: 2008-01-16
Posts: 33

Re: Headphone not working since last upgrade

I did not change my configuration that was working since I set up the system about six months ago.

There doesn't occurr any error message, simply the headphones that are connected to my front panel have no more sound and alsamixer shows the bar for headphones grey as it is visible in the picture linked above.

I played around with module options in /etc/modprobe.d/modprobe.conf and set "model=asus" but that didn't change anything.

Do you have any ideas? Help would be appreciated.

Some additional info:

$ aplay -l

**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: VT1708S Analog [VT1708S Analog]
  Subdevices: 2/2
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
card 0: SB [HDA ATI SB], device 1: VT1708S Digital [VT1708S Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
$ lsmod | grep '^snd' | column -t

snd_seq_dummy          1067   0
snd_seq_oss            24728  0
snd_seq_midi_event     4484   1   snd_seq_oss
snd_seq                41707  5   snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         4281   3   snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            33469  0
snd_mixer_oss          14523  1   snd_pcm_oss
snd_hda_codec_atihdmi  2083   1
snd_hda_codec_via      46633  1
snd_hda_intel          19497  2
snd_hda_codec          60521  3   snd_hda_codec_atihdmi,snd_hda_codec_via,snd_hda_intel
snd_hwdep              5006   1   snd_hda_codec
snd_pcm                57233  3   snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              15758  2   snd_seq,snd_pcm
snd                    43328  15  snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_via,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc         5841   2   snd_hda_intel,snd_pcm
$ lspci -v | grep -A11 Audio

00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
        Subsystem: Device 8357:1043
        Flags: bus master, slow devsel, latency 64, IRQ 16
        Memory at fbcf4000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

(...)

01:00.1 Audio device: ATI Technologies Inc HD48x0 audio
        Subsystem: PC Partner Limited Sapphire HD 4850 512MB GDDR3 PCI-E Dual Slot Fansink
        Flags: bus master, fast devsel, latency 0, IRQ 27
        Memory at fbdfc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel
$ cat /etc/modprobe.d/sound.conf

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel

In rc.conf alsa is in the DAEMONS array and snd-hda-intel is in the MODULES array as it was all the time.


You might very well think that, I couldn't possibly comment.

Offline

#4 2010-07-14 14:26:22

enedene
Member
From: Zagreb
Registered: 2010-07-13
Posts: 25
Website

Re: Headphone not working since last upgrade

In the end, have you found the solution to this problem? It seems that I also have that problem.

Codec: VIA VT1708S

and no sound on front panel. I've tried with:

options snd-hda-intel model=6stack

as I saw in few posts over Internet. Also gray headphones jack in alsamixer. Sound worked fine in Ubuntu.

lspci -v | grep -A11 Audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    Subsystem: ASUSTeK Computer Inc. Device 8346
    Flags: bus master, slow devsel, latency 64, IRQ 16
    Memory at f7ff4000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
    Subsystem: ASUSTeK Computer Inc. Device 8389
    Flags: bus master, 66MHz, medium devsel, latency 0

Last edited by enedene (2010-07-14 14:28:01)

Offline

#5 2010-07-14 15:23:30

InsektO
Member
From: Buenos Aires
Registered: 2008-07-12
Posts: 33
Website

Re: Headphone not working since last upgrade

I found this problem to be related with kernel upgrade. Using kernel26-lts solved this issue (in my case).

Offline

#6 2010-07-14 18:13:29

enedene
Member
From: Zagreb
Registered: 2010-07-13
Posts: 25
Website

Re: Headphone not working since last upgrade

InsektO wrote:

I found this problem to be related with kernel upgrade. Using kernel26-lts solved this issue (in my case).

Oh... I just tried kernel26-lts but then I get lot of other problems like installing the nvidia drivers and so on...
But, It's good to know, thank you.

Offline

#7 2010-07-14 18:21:02

InsektO
Member
From: Buenos Aires
Registered: 2008-07-12
Posts: 33
Website

Re: Headphone not working since last upgrade

enedene wrote:
InsektO wrote:

I found this problem to be related with kernel upgrade. Using kernel26-lts solved this issue (in my case).

Oh... I just tried kernel26-lts but then I get lot of other problems like installing the nvidia drivers and so on...
But, It's good to know, thank you.

Yeap, me too. That's why i had to quit using Arch in my desktop, sadly.

Offline

#8 2010-07-14 19:20:24

enedene
Member
From: Zagreb
Registered: 2010-07-13
Posts: 25
Website

Re: Headphone not working since last upgrade

InsektO wrote:

Yeap, me too. That's why i had to quit using Arch in my desktop, sadly.

Unfortunately sound remains probably the biggest desktop Linux problem. Mine problem is I can't go back to Ubuntu after trying Arch it's so incredibly fast and clean and a rolling distro the concept that I really like. May I ask which distro you use for desktop now?

Offline

Board footer

Powered by FluxBB