[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-02-04 Thread Raymond
http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commitdiff;h=ea46c3c87c35b90139b4dca43917d0f605d568ed;hp=f038fcaca827a2330d502a5d653ab639419f45db this patch fix the problem of alc260 Fujitsu s7020 you can use hda-analyzer to set the pin ctls of node 0x15 to OUT and report to Takashi

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-02-04 Thread Raymond
http://mailman.alsa-project.org/pipermail/alsa- devel/2013-January/058515.html as Takashi Iwai said "A possible cause I noticed later is the lack of the headphone amp on the speaker pin. This might be abused for controlling the speaker amp." however the sound unstable git has been merged back

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-02-03 Thread Raymond
you have to use the latest stable snapshot (new generic auto parser) and report back to Takashi it seem that there is a patch which set the pin ctls of the speaker to HP OUT -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-02-03 Thread stormyweather
since a recent update (automatic update through the update manager) the pulseaudio has now to be started manually after each boot... and I have still some sound issue with my fujitsu laptop s7110: ie Headset and Laptop speakers work simultaneously (as the laptop would not work that headset are p

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-19 Thread stormyweather
I have received the following: Indeed. This must depend on the BIOS version. I already gathered the alsa-info of this laptop and it gave the correct pin config. Anyway, try the patch below and let me know if it works. thanks, Takashi --- From: Takashi Iwai Subject: [PATCH] ALSA: hda - Fix s

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-15 Thread Raymond
( 0.030| 0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone Jack' succeeded (not found) pulseaudio expect 1)headphone Jack for the headphone path 2)speaker phantom Jack for the speaker path 3)dock headphone Jack for dock headphone path -- You received this bug notification becaus

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-15 Thread Raymond
control.32 { iface CARD name 'Headphone Surround Jack' value true comment { access read type BOOLEAN count 1 } } only head surround Jack d

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-15 Thread stormyweather
the pulse audio logs (after playing some music and videos with external speakers and without external speakers) ** Attachment added: "Pulseverboselog2" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1098742/+attachment/3484284/+files/pulseverbose2.log -- You received this bug not

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-15 Thread stormyweather
after patching the clean 12.04 install with teh last alsa version (see comment #13) and with external speakers plugged (3.5 mm jack), I have got the follwoing Alsa log: http://www.alsa-project.org/db/?f=778415ad65d437d9ff5e5dd341e0e556ff848bc1 -- You received this bug notification because you a

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-14 Thread Raymond
https://wiki.ubuntu.com/PulseAudio/Log post the pulseaudio verbose log and output of pactl list -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1098742 Title: no sound/ Speaker issue 12.04 To man

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-14 Thread Raymond
post the output of alsa-info.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1098742 Title: no sound/ Speaker issue 12.04 To manage notifications about this bug go to: https://bugs.launchpad.net/u

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-14 Thread stormyweather
as I previously said the sound is now working:the bug has been corrected through the alsa update. But I have some problems for the laptop to detect that external speakers are plugins: the internal speaker won't be set off when I am using external speakers. Shoud I file another bug for this or follo

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-14 Thread stormyweather
I did the update using the link of dave (https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS) and download the package alsa-hda-dkms_0.201301141620~precise1_all.deb and it did solve the sounds problem with the speaker. Thanks all for your help. -- You received this bug notification because you are

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-14 Thread Dave Lentz
https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1098742 Title: no sound/ Speaker issue 12.04 To manage notifications about this bug go to: https://bug

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-14 Thread stormyweather
I have received the following feedback from Takashi regarding the following modification: - SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FUJITSU), + SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FIXUP_BENQ) - This was already fixed in the recent code. Try the latest kerne

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-13 Thread Raymond
the volume control is LoSt after the removal of Fujitsu alc262 model -/* bind volumes of both NID 0x0c and 0x0d */ -static const struct hda_bind_ctls alc262_fujitsu_bind_master_vol = { - .ops = &snd_hda_bind_vol, - .values = { - HDA_COMPOSE_AMP_VAL(0x0c, 3, 0, HDA_OUTPUT)

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-12 Thread Raymond
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1091868 the internal speaker pin is missing and pulseaudio expect speaker playback volume/switch control and speaker phantom jack your s7110 (alc262) are similar to s7020(alc260) you must send email to ask the author of the patch - SN

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-12 Thread Raymond
you can perform a pin fixup by early patching using the info of the removed Fujitsu model - fujitsu model - * 0x14 = headphone/spdif-out, 0x15 = internal speaker, - * 0x1b = port replicator headphone out - */ - - -static const struct hda_input_mux alc262_fujitsu_capture_source = { - .num

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-12 Thread Raymond
Advanced information - PCI Vendor/Device/Subsystem ID's !!--- 00:1b.0 0403: 8086:27d8 (rev 02) Subsystem: 10cf:1397 http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commitdiff;h=3dcd3be33046c9828a6057ee0f14de6e5d3b48a2;hp=b4

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-12 Thread Dave Lentz
** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1098742 Title: no sound/ Speaker issue 12.04 To manage notifications about th

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-12 Thread stormyweather
I did an install of the verison 12.10 and the problem remains I have actually tried the https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/946232/comments/32 as I had with earlier versions of 12.04 similar issues. If I applied the advices of this comments (#32) on a fresh install 12.04, it

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-12 Thread stormyweather
As requested the Pulseverbose.log ** Attachment added: "Pulseverbose.log" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1098742/+attachment/3480823/+files/pulseverbose.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-11 Thread Raymond
BIOS did not setup the pin Sysfs Files !!--- /sys/class/sound/hwC0D0/init_pin_configs: 0x14 0x032110f0 0x15 0xb7231110 0x16 0x41f0 0x18 0x03a118f0 0x19 0xb7a311f0 0x1a 0x23a11020 0x1b 0x2321101f 0x1c 0x88331121 0x1d 0xb793112f 0x1e 0x41f0 0x1f 0x41f0 Node 0x15 [Pin Complex]

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-11 Thread Dave Lentz
So it seems you already tried it and posted in that bug report (you should have mentioned that). The next step is to try the workaround and generate a pulse verbose log to see why it doesn't work. https://wiki.ubuntu.com/PulseAudio/Log It might also be helpful to try an Ubuntu 12.10 LiveUSB to see

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-11 Thread Dave Lentz
Probably a duplicate of bug 946232 (your laptop model is listed there) Try this: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/946232/comments/32 Let us know if it works. ** Changed in: pulseaudio (Ubuntu) Status: New => Incomplete -- You received this bug notification becaus

[Bug 1098742] Re: no sound/ Speaker issue 12.04

2013-01-11 Thread stormyweather
Sound Settings Snapshot for Info ** Attachment added: "Sound Settings Snapshot" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1098742/+attachment/3480576/+files/Screenshot%20from%202013-01-11%2023%3A21%3A34.png -- You received this bug notification because you are a member of Ubu