Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
headphone jack borked with new kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
zeroth
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2006
Posts: 128

PostPosted: Wed Jul 08, 2009 11:23 pm    Post subject: headphone jack borked with new kernel Reply with quote

with kernel 2.6.27, audio works fine on built-in speakers or headphones.

with any kernel after that, audio works fine on built-in speakers but headphone jack doesnt work.

sort of. I can get sound out of my headphone jack if it's plugged in not all the way, but if I plug it in all teh way I get no sound at all. it's a stereo male jack, and it's a stereo female jack... so weird.

I can compile 2.6.27 and get it workign again. I've tried many newer kernels and they all bork my sound in this way.

my alsa info: http://www.alsa-project.org/db/?f=7791db2cc1ec552c91ccb9be9bf0819bc5fe1f68

my hardware: http://go.internet.com/?id=474X1117&url=http%3A//www.obsessable.com/laptop/asus-g50vt-x1/specs/


I'm also having other annoying issues with alsa, just that I have no 'mix' 'bass' or 'trebble' input/output sources. I've got a thread about that here: http://justlinux.com/forum/showthread.php?p=888405#post888405
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Fri Jul 10, 2009 6:57 am    Post subject: Reply with quote

Define "new kernel," as in, what version are you discussing?

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
zeroth
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2006
Posts: 128

PostPosted: Fri Jul 10, 2009 3:55 pm    Post subject: Reply with quote

new versions. for example, now I'm using 2.6.30-gentoo-r2 and I have the sound problem I described. if I recompile a 2.6.27 kernel, the sound problem goes away.

but I cant be stuck with 2.6.27 *forever* :-/
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Jul 11, 2009 6:22 am    Post subject: Reply with quote

There are some new settings for snd_hda_intel with the .30 kernels. Double check to make sure you have the proper settings set.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
zeroth
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2006
Posts: 128

PostPosted: Sat Jul 11, 2009 9:21 am    Post subject: Reply with quote

I just looked at the Device Drivers -> Sound Card stuff for my good 2.6.27 kernel and the 2.6.30 kernel, and all the settings are the same.

I even grep'd .configs for 'snd' on each kernel version and diff'd them, and it returned nothing.

it doesn't seem to be a kernel config issue.
Back to top
View user's profile Send private message
megaflow
n00b
n00b


Joined: 11 Mar 2005
Posts: 60
Location: Maasmechelen

PostPosted: Sat Jul 11, 2009 10:49 am    Post subject: Reply with quote

dit u past 'options snd-hda-intel model=auto' to /etc/modprobe.d/alsa.conf
_________________
----------------------------
Dell System XPS L702X/0XN71K,Intel(R) Core(TM) i7-2720QM
Back to top
View user's profile Send private message
szczerb
Veteran
Veteran


Joined: 24 Feb 2007
Posts: 1709
Location: Poland => Lodz

PostPosted: Sat Jul 11, 2009 11:55 am    Post subject: Reply with quote

auto is the default, so no need to pass this. You need to specify a model if you need something different then auto finds. (and you can do it on the kernel command line instead of building a module - unless of course you just like having modules)
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Jul 11, 2009 8:21 pm    Post subject: Reply with quote

zeroth wrote:
I just looked at the Device Drivers -> Sound Card stuff for my good 2.6.27 kernel and the 2.6.30 kernel, and all the settings are the same.

I even grep'd .configs for 'snd' on each kernel version and diff'd them, and it returned nothing.

it doesn't seem to be a kernel config issue.

Then you didn't look well. I know for a fact the settings are different. I've configured one or two kernels with the snd_hda_intel, so I know when they have changed settings.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
zeroth
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2006
Posts: 128

PostPosted: Sun Jul 12, 2009 7:59 pm    Post subject: Reply with quote

szczerb wrote:
auto is the default, so no need to pass this. You need to specify a model if you need something different then auto finds. (and you can do it on the kernel command line instead of building a module - unless of course you just like having modules)


I really don't know for sure what sound card I have. even the page I posted for my system info which is supposed to be a complete reference just says "Sound card, Speaker(s), 3.5mm stereo". not helpful at all.

Code:

# lspci | grep aud -i
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)


Code:

diff linux-2.6.27-gentoo-r7/.config linux-2.6.30-gentoo-r2/ | grep snd -i
> CONFIG_SND_JACK=y
> # CONFIG_SND_HRTIMER is not set
> # CONFIG_SND_PCSP is not set
> # CONFIG_SND_INDIGOIOX is not set
> # CONFIG_SND_INDIGODJX is not set
> # CONFIG_SND_HDA_RECONFIG is not set
> # CONFIG_SND_HDA_INPUT_BEEP is not set
> CONFIG_SND_HDA_CODEC_NVHDMI=y
> CONFIG_SND_HDA_CODEC_INTELHDMI=y
> CONFIG_SND_HDA_ELD=y


Code:

helios src # cat /etc/modprobe.d/alsa.conf | grep -v '^#'

alias char-major-116 snd
alias char-major-14 soundcore


alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

options snd cards_limit=1
Back to top
View user's profile Send private message
zeroth
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2006
Posts: 128

PostPosted: Sun Jul 12, 2009 8:16 pm    Post subject: Reply with quote

I'm googling how people set up this same card, 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)

I've seen lots of different places where they put the same alsa module info..

/etc/modules.d/alsa.conf
/etc/modules.d/sound
/etc/modprobe.d/alsa
/etc/modprobe.d/alsa-base

gentoo seems to have it placed at /etc/modprobe.d/alsa.conf. is this the correct place?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum