You are not logged in.

#1 2009-02-21 16:14:40

cwjiof
Member
From: Taichung, TW
Registered: 2008-01-27
Posts: 131

[Solved] The headphone play with speakers on Fujitsu S6520

I installed Arch on my Fujitsu S6520 laptop. I add

options snd-hda-intel model=fujitsu

into /etc/modprobe.d/sound . It works well except something annoying in the dmesg:

hda_codec: Unknown model for ALC269, trying auto-probe from BIOS...

So, I changed it to

options snd-hda-intel model=auto

# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I do have sound on the laptop, however, the headphone and speaker sound at same time.

I know this is because of improper snd-hda-intel model, but where to find the model? It seems that Arch kernel does not fully support this kind of model at present.

========
Edit:
I have sloved the problem by add the followings to /etc/modprobe.d/modprobe.conf or /etc/modprobe.d/sound.conf:

alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd-card-0 index=0 position_fix=1
options snd-hda-intel index=0 position_fix=1

Last edited by cwjiof (2009-09-06 03:58:14)

Offline

#2 2009-02-21 18:22:04

anrxc
Member
From: Croatia
Registered: 2008-03-22
Posts: 834
Website

Re: [Solved] The headphone play with speakers on Fujitsu S6520

You need to setup your /etc/modprobe.conf (or /etc/modprobe.d/alsa) like this:

options snd-hda-intel model=xxxxx

HD-Audio-Models.txt

80 ALC269
81 ======
82   basic         Basic preset
83   quanta        Quanta FL1
84   eeepc-p703    ASUS Eeepc P703 P900A
85   eeepc-p901    ASUS Eeepc P901 S101
86   fujitsu       FSC Amilo
87   auto          auto-config reading BIOS (default)

You need to install an RTFM interface.

Offline

#3 2009-02-22 03:23:23

cwjiof
Member
From: Taichung, TW
Registered: 2008-01-27
Posts: 131

Re: [Solved] The headphone play with speakers on Fujitsu S6520

Well, thanks.

I've tried the models above one by one, but only the "basic" model really functions. So, nothing changed: the headphone and speaker had sound at same time.

It looks the model of my laptop has not been fully supported yet.

Last edited by cwjiof (2009-02-22 03:24:21)

Offline

#4 2009-04-18 13:01:49

cwjiof
Member
From: Taichung, TW
Registered: 2008-01-27
Posts: 131

Re: [Solved] The headphone play with speakers on Fujitsu S6520

I follow the guide on the page: Help To Debug Intel HDA, run the alsa-info.sh script and get My ALSA information.

Then what to do next? Should I send this information to someon in the Alsa Core Team?

Offline

#5 2010-05-19 08:40:54

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [Solved] The headphone play with speakers on Fujitsu S6520

Use the ALSA bugzilla.

Offline

#6 2010-05-23 17:51:53

mkloch
Member
Registered: 2010-05-22
Posts: 5

Re: [Solved] The headphone play with speakers on Fujitsu S6520

in mu case adding

options snd-hda-intel model=auto

to /etc/modprobe.d/modprobe.conf and adding

MODULES=(... !snd_pcsp)

to /etc/rc.conf solved my problem

Offline

#7 2010-06-03 02:16:52

barbs
Member
Registered: 2010-05-14
Posts: 10

Re: [Solved] The headphone play with speakers on Fujitsu S6520

I'm having the same problem here on my Asus Eee 701SD.
I added

options snd-hda-intel model=auto

to my modprobe.conf, so now it looks like this:

#
# /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
#
options snd-pcsp index=2
options snd-hda-intel model=auto

However, on bootup, the following occurs:

Unknown Hardware "HDA-Intel" "Realtek ALC269" "HDA:10ec0269, 10438330, 00100004" "0x1043" "0x8330"
Hardware is initalised using a guess method

I had to type that by hand, because I couldn't find the boot log ><
I also get a big red [FAIL] thing on the right sad.
Any suggestions?


Currently running Arch Linux on an Asus eee 701SD

Offline

Board footer

Powered by FluxBB