[Bug 1248833] Re: Unable to switch to headset after upgraded to ubuntu 13.10

2013-11-06 Thread Raymond
Simple mixer control 'HP/Speaker',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] Simple mixer control 'HP/Speaker Auto Detect',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] https://bugzilla.kernel.org/show_bug.

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-07 Thread Raymond
http://cgit.freedesktop.org/xorg/app/edid-decode/plain/edid-decode.cExtracted contents: header: 00 ff ff ff ff ff ff 00 serial number: 4c 2d 7a 06 00 00 00 00 32 13 version: 01 03 basic params:80 10 09 78 0a chroma info: ee 91 a3 54 4c 99 26 0f 50 54 established: bd

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-07 Thread Raymond
pulseaudio expect [Jack HDMI/DP,pcm=3] but your pin default of hdmi has Misc = NO_PRESENCE try hda-jack-sense-test -a Node 0x11 [Pin Complex] wcaps 0x400780: Mono Digital Control: name="HDMI Phantom Jack", index=0, device=0 Pincap 0x0014: OUT Detect Pin Default 0x18561130: [Jack] D

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-07 Thread Raymond
This control should be OFF since it is used for sharing of the default PCM stream with analog and SPDIF outputs. but you are using Built-in Audio Digital Stereo (HDMI) of alc888 https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=9a08160bdbe3148a405f72798f76e2a5d30bd243 Simpl

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-07 Thread Raymond
http://www.mythtv.org/wiki/User_Manual:HDAudioPassthrough The file is located in /proc/asound/cardX/eld#Y.0 (where X is the card number, and Y is the device number starting from 0. So if aplay -l shows Card 0, device 3 as being the first device listed you need to check /proc/asound/card0/eld#0.0).

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-07 Thread Raymond
APLAY List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 3: ALC888 Digital [ALC888 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 do you mean no s

[Bug 1246929] Re: alsa bug in KVM virtual machines

2013-11-07 Thread Raymond
post the pulseaudio verbose log in your real machine and check whether kvm is accessing through alsa-plugin or pulseaudio native api -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246929 Title: alsa

[Bug 1246929] Re: alsa bug in KVM virtual machines

2013-11-07 Thread Raymond
AC97 is the emulated sound card inside KVM, you must configure kvm to use a backend to access your real sound card -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246929 Title: alsa bug in KVM virtua

[Bug 1246929] Re: alsa bug in KVM virtual machines

2013-11-07 Thread Raymond
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/qemu- kvm/saucy/view/head:/audio/noaudio.c specify none is selectIng noaudio (timer based audio emulation) struct audio_driver no_audio_driver = { .name = "none", .descr = "Timer based audio emulation", .opt

[Bug 1246929] Re: alsa bug in KVM virtual machines

2013-11-07 Thread Raymond
use -audio-help to list the available backend if (!found) { dolog ("Unknown audio driver `%s'\n", drvname); dolog ("Run with -audio-help to list available drivers\n"); } } if (!done) { for (i = 0; !done && i < ARRAY_SIZE (drvtab); i++) {

[Bug 1249050] Re: [ICH4 - Intel ICH6, playback] No sound at all

2013-11-07 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=9e4229cfe03d441a01a0f1bd02972936048ae85d -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249050 Title: [ICH4 - Intel ICH6, playback] No so

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-08 Thread Raymond
http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=8812c4f96178620ebaabbd6e32401411b244d26b does the notebook support surround 5.1 external speakers ? - SND_PCI_QUIRK(0x1025, 0x006c, "Acer Aspire 9810", ALC883_ACER_ASPIRE), seem same pci ssid - [ALC883_ACER_ASPI

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-08 Thread Raymond
http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/hda_eld.c monitor_present 1 eld_valid 1 the difference is how to provide presence detect and eld does node 0x11 return yes when HDMI monitor is plugged ? Node 0x11 [Pin Complex] wcaps 0x400780:

[Bug 1246929] Re: alsa bug in KVM virtual machines

2013-11-08 Thread Raymond
there was no kvm connect in your pulseaudio verbose log , do you get any sound or connection log if you select other backend alsa , pa, sdl, oss using QEMU_AUDIO_DRV ? http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/qemu- kvm/saucy/view/head:/audio/alsaaudio.c struct audio_driver al

[Bug 1246929] Re: no audio in KVM virtual machines : cannot select alsa or pa

2013-11-08 Thread Raymond
** Summary changed: - alsa bug in KVM virtual machines + no audio in KVM virtual machines : cannot select alsa or pa -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246929 Title: no audio in KVM vir

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-08 Thread Raymond
if the graphic driver knew monitor is connnected, just need to notify audio driver whether eld is valid and pass it to audio drivet HDMI1 connected audio: auto supported: force-dvioffautoon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-09 Thread Raymond
Audio system with two built-in Acer 3DSonic (1.5W) stereo speakers and one Acer BasSonicSubwoofer Dolby®Digital Live and DTS Neo: PC support Intel ®High Definition audio support S/PDIF (Sony/Philips Digital Interface) support for digital speakers (1.5W) Two built-in stereo microphone Headphones/s

[Bug 566449] Re: No Sound Through USB Headset

2013-11-09 Thread Raymond
Simple mixer control 'Speaker',0 Capabilities: pvolume pswitch pswitch-joined penum Playback channels: Front Left - Front Right Limits: Playback 0 - 151 Mono: Front Left: Playback 0 [0%] [-28.37dB] [on] Front Right: Playback 0 [0%] [-28.37dB] [on] it was bug of pulseaudio since usb aud

[Bug 566449] Re: No Sound Through USB Headset

2013-11-09 Thread Raymond
the workaround is to change the name of the playback volume control https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/usb/mixer.c?id=9b4ef97757953c6071563b7cbfc689e3dd771603 you need to open another bug report if your case are not as same as reporter -- You received this

[Bug 566449] Re: No Sound Through USB Headset

2013-11-09 Thread Raymond
https://bugs.freedesktop.org/show_bug.cgi?id=46236 Front Left: Playback 0 [0%] [-28.37dB] [on] Front Right: Playback 0 [0%] [-28.37dB] the dB min -28.37 dBat 0% of your USB headset is much higher than pulseaudio expect -∞ dB ** Bug watch added: freedesktop.org Bugzilla #46236 https://bug

[Bug 1247160] Re: Ubuntu 13.10 [Studio Hybrid 140g, Realtek ALC888, Black Digital Out, HDMI] No sound at all

2013-11-09 Thread Raymond
http://www.dell.com/us/dfh/p/studio-hybrid/pd the icon of the rear blue jack in the photo is line in you need line in Jack mode to switch between line in and Mic by hint add_in_jack_mode Node 0x18 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out Control: name="Mic Boost Volume", index=0, d

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-09 Thread Raymond
http://git.alsa-project.org/?p=alsa- lib.git;a=commit;h=f5f45589f81c46d4ca4cbbe089441a0f7ac5e197 http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=ea9b43addc4d90ca5b029f47f85ca152320a1e8d post output of pactl list seem no Jack detection ( Misc = NO_PRESENCE ) Node 0x05 [P

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-10 Thread Raymond
http://git.alsa-project.org/?p=alsa- tools.git;a=blob;f=hdajackretask/README;hb=HEAD -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249115 Title: [Aspire 9800, Realtek ALC883, Internal Speakers] Pla

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-10 Thread Raymond
use hdajackretask and https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/Documentation/sound/alsa /HD-Audio.txt add hint to hdajackretask.fw - add_jack_modes (bool): add "xxx Jack Mode" enum controls to each I/O jack for allowing to change the headphone amp and mic bias VREF

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-10 Thread Raymond
** Changed in: alsa-driver (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249705 Title: HDMI output not available in 13.10 To manage notifications about th

[Bug 1249624] Re: Audio stuttering

2013-11-10 Thread Raymond
it is strange that underrun was reported but no action taken at 10:59:32 Nov 9 10:59:32 nik-Satellite-A665D pulseaudio[12616]: ( 41.527| 0.000) [alsa-sink-ALC269VB Analog] sink.c: Processing rewind... Nov 9 10:59:32 nik-Satellite-A665D pulseaudio[12616]: ( 41.527| 0.000) [alsa-sink-ALC2

[Bug 1248116] Re: PulseAudio switch rapidly port making the sound horrible

2013-11-10 Thread Raymond
seem jack detection problem of your headphone http://mailman.alsa-project.org/pipermail/alsa- devel/2013-May/062362.html follow Takashi Iwai procedure to trace the verbs while plugging the headphone try hdajackretask to disable jack detection of headphone and set Misc = NO_PRESENCE (bit 8 of

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-10 Thread Raymond
Codec: Nvidia MCP67 HDMI Address: 3 AFG Function Id: 0x1 (unsol 0) Vendor Id: 0x10de0067 Subsystem Id: 0x0067 Revision Id: 0x10 ftp://download.nvidia.com/XFree86/gpu-hdmi-audio-document/gpu-hdmi- audio.html This configuration is used in MCP67 and MCP73. In the case where multiple HDMI di

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-10 Thread Raymond
do you mean no sound when speaker-test -d -c 2 -t wav -Dhw:0,3 !!Aplay/Arecord output !! APLAY List of PLAYBACK Hardware Devices card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [H

[Bug 1249969] Re: Speakers sound muted when computer turned off with headphones plugged in

2013-11-11 Thread Raymond
** Changed in: alsa-driver (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249969 Title: Speakers sound muted when computer turned off with headphones plugge

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-11 Thread Raymond
** Changed in: alsa-driver (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249115 Title: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem To

[Bug 1239233] Re: 1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward in 13.10 when radeon HDMI audio output is enabled

2013-11-11 Thread Raymond
is there any reason to disable on board hda ? Default sample spec: s16le 2ch 44100Hz Default channel map: front-left,front-right Default sink name: alsa_output.pci-_01_00.1.hdmi-stereo Default source name: alsa_output.pci-_01_00.1.hdmi-stereo.monitor Codec: ATI R6xx HDMI Address: 0 AFG

[Bug 1250209] Re: bad audio on youtube

2013-11-11 Thread Raymond
options snd-hda-intel model=generic remove the above line from /etc/modprobe.d/alsa-base.conf -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250209 Title: bad audio on youtube To manage notificati

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-11 Thread Raymond
did your Onkyo AV receiver TX-SR606 pass EDID to nvidia HDMI controller ? MCP73 only support 48000Hz stereo and digital passthrough graphic driver won`t provide the connect status of HDMI and ELD to audio driver it strange that your alsa-lib still 1.0.16 the index of IEC958 playback switch sh

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-11 Thread Raymond
** Also affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/124970

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-11 Thread Raymond
>> it was only stereo with reversed Left and Right audio mapping http://mailman.alsa-project.org/pipermail/alsa- devel/2013-November/068153.html you may need to upgrade to latest alsa driver and post the pulseaudio verbose log when you try to play stereo and ac3 5.1 passthrough hdmi https://wik

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-12 Thread Raymond
the source of alsa-driver in saucy is quite old (16-Feb, 2013) http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/alsa- driver/saucy/files/head:/alsa-kernel/pci/hda/ but those fix at 22-Feb, 2013 http://git.alsa-project.org/?p=alsa- lib.git;a=commitdiff;h=f5f45589f81c46d4ca4cbbe089441a0f7

[Bug 1250425] Re: Maya44+ Support in ALSA

2013-11-12 Thread Raymond
you have to sign off and send you patch to alsa-devel mailing and the maintainer of usb-audio -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250425 Title: Maya44+ Support in ALSA To manage notifica

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-12 Thread Raymond
post the output of alsa-info.sh if you are using latest alsa driver hooks.0 { type ctl_elems hook_args [ { name "IEC958 Playback Default" index 16

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-12 Thread Raymond
you have to post the output of alsa-info.sh when you are using latest always driver http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=ea9b43addc4d90ca5b029f47f85ca152320a1e8d ALSA: hda - Fix broken workaround for HDMI/SPDIF conflicts HDMI devices will be put to

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-12 Thread Raymond
noun sure the same issue since different nvidia codec https://bugzilla.kernel.org/show_bug.cgi?id=55591 APLAY List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel],

[Bug 1239233] Re: 1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward in 13.10 when radeon HDMI audio output is enabled

2013-11-12 Thread Raymond
seem can not find your HDMI monitor name and EDID in system log [ 13.772561] [drm] ring test on 0 succeeded in 1 usecs [ 13.772624] [drm] ring test on 3 succeeded in 1 usecs [ 13.772763] [drm] Enabling audio support [ 13.772785] [drm] ib test on ring 0 succeeded in 0 usecs [ 13.772801]

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-12 Thread Raymond
the driver did not create the controls at index=0 the control create controls at index=0 only if the driver load MCP73 codec first before alc888 alc888 seem alway load before MCP73 , so those iec958 controls with- index=0 are created at device 1 (spdif) and those IEC958 controls with index=1 at

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-12 Thread Raymond
seem still missing internal mic autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line speaker_outs=2 (0x15/0x16/0x0/0x0/0x0) hp_outs=0 (0x0/0x0/0x0/0x0/0x0) mono: mono_out=0x0 dig-out=0x1e/0x0 inputs: Mic=0x18 Line=0x1a -- You received this bug notification because y

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-12 Thread Raymond
* Show unconnected pins Your BIOS is responsible for setting up what pins on the codec that are actually connected to something and which ones are not. Sometimes BIOS is buggy, and will not show all your jacks. If you have a jack your BIOS says you haven't, you can try enabling random pins and

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-13 Thread Raymond
did the driver allow you to select internal in previous version ? seem to be 0x19 if front mic in previous version is the internal mic Node 0x22 [Audio Mixer] wcaps 0x20010f: Stereo Amp-In Amp-Out Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 Amp-In vals: [0x00 0x00] [0x80 0x80

[Bug 1249115] Re: [Aspire 9800, Realtek ALC883, Internal Speakers] Playback problem

2013-11-13 Thread Raymond
tool to decode pin default https://git.kernel.org/cgit/linux/kernel/git/tiwai/hda-emu.git/plain /hda-decode-pincfg.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249115 Title: [Aspire 9800, Realt

[Bug 1250753] Re: Cannot connect do Bluetooth headset with a2dp

2013-11-13 Thread Raymond
https://wiki.ubuntu.com/PulseAudio/Log ** Changed in: pulseaudio (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250753 Title: Cannot connect do Bluetooth h

[Bug 1250753] Re: Cannot connect do Bluetooth headset with a2dp

2013-11-13 Thread Raymond
Default sink name: alsa_output.pci-_00_1b.0.analog-stereo Default source name: alsa_input.pci-_00_1b.0.analog-stereo index: 1 name: driver: owner module: 19 properties: device.description = "Nokia BH-503" device.string =

[Bug 1250773] Re: [VGN-AR31M, SigmaTel CXD9872AKD, Black Headphone Out, Left] No sound at all

2013-11-13 Thread Raymond
https://wiki.ubuntu.com/Audio/AlsaInfo ** Changed in: alsa-driver (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250773 Title: [VGN-AR31M, SigmaTel CXD9872

[Bug 1250773] Re: [VGN-AR31M, SigmaTel CXD9872AKD, Black Headphone Out, Left] No sound at all

2013-11-13 Thread Raymond
pin ctls should be OUT instead of 0x00 Node 0x0f [Pin Complex] wcaps 0x400181: Stereo Control: name="Speaker Phantom Jack", index=0, device=0 Pincap 0x0014: OUT Detect Pin Default 0x90170110: [Fixed] Speaker at Int N/A Conn = Analog, Color = Unknown DefAssociation = 0x1, Sequence

[Bug 1250838] Re: pulseaudio stops playing sound

2013-11-13 Thread Raymond
card 1: PCH [HDA Intel PCH], device 0: ID 892 Analog [ID 892 Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 1: PCH [HDA Intel PCH], device 1: ID 892 Digital [ID 892 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 remove model=generic from /etc/modprobe.d/alsa-base.conf post t

[Bug 1249705] Re: HDMI output not available in 13.10

2013-11-13 Thread Raymond
http://git.alsa-project.org/?p=alsa- lib.git;a=blob_plain;f=src/conf/cards/HDA-Intel.conf;hb=HEAD the workaround may be 1) remove index= 16 and skip_rest for HDA-Intel.pcm.iec958.0 2) change index $CTLINDEX to index 1 for HDA-Intel.pcm.hdmi.common ftp://download.nvidia.com/XFree86/gpu-hdmi-au

[Bug 1250838] Re: pulseaudio stops playing sound

2013-11-13 Thread Raymond
but your alsa-info still use model=generic !!Module: snd_hda_intel align_buffer_size : -1 bdl_pos_adj : 1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,

[Bug 1250838] Re: pulseaudio stops playing sound

2013-11-13 Thread Raymond
USB Mixer: usb_id=0x047fad01, ctrlif=0, ctlerr=0 Card: USB Device 0x47f:0xad01 at usb-:00:1d.0-1.2, full speed Unit: 9 Control: name="PCM Playback Volume", index=0 Info: id=9, control=2, cmask=0x3, channels=2, type="S16" Volume: min=-7264, max=-16, dBmin=-2837, dBmax=-6 what is

[Bug 1250838] Re: pulseaudio stops playing sound

2013-11-13 Thread Raymond
Volume: 0: 80% 1: 80% 0: -5.67 dB 1: -5.86 dB balance -0.01 Base Volume: 100% 0.06 dB dBmin=-2837, dBmax=-6 -28.37dB to -0.06 dB min=-7264, max=-16 can you change the pcm playback volume using alsamixer -c0 -- You received t

[Bug 1189783] Re: [CA0106 - CA0106, playback] No sound at all

2013-09-03 Thread Raymond
http://support.creative.com/kb/ShowArticle.aspx?url=http://ask.creative.com:80/srvs /cgi- bin/webcgi.exe/,/?st=72,e=00126865101,k=459,sxi=18,varset=ws:,case=10846 http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/sound/pci/ca0106/ca0106_main.c you need to add an entry to

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-03 Thread Raymond
try latest alsa driver and specify model=3stack if pin defaults are not setup properly by BIOS (e.g. dock headphone and speaker ) https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS Codec: SigmaTel STAC9221 A2 Address: 0 AFG Function Id: 0x1 (unsol 1) Vendor Id: 0x83847682 Subsystem Id: 0x10192950

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-03 Thread Raymond
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7, "Dell XPS M1210", STAC_922X_DELL_M82), /* ECS/PC Chips boards */ + SND_PCI_QUIRK(0x1019, 0x2950, "ECS PI945GCM", STAC_D945GTP3), SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000, "ECS/PC chips", STA

[Bug 583995] Re: ALSA woke us up to write new data to the device, but there was actually nothing to write!

2013-09-04 Thread Raymond
May 22 01:22:05 vipinb-desktop pulseaudio[2668]: alsa-sink.c: Trying resume... May 22 01:22:05 vipinb-desktop pulseaudio[2668]: alsa-util.c: Maximum hw buffer size is 341 ms May 22 01:22:05 vipinb-desktop pulseaudio[2668]: alsa-util.c: Set buffer size first (to 3840 samples), period size second (

[Bug 1210129] Re: Pulseaudio does not recognize sound levels correctly.

2013-09-04 Thread Raymond
** Changed in: alsa-driver (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1210129 Title: Pulseaudio does not recognize sound levels correctly. To ma

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-04 Thread Raymond
Codec: Realtek ALC889A Address: 0 AFG Function Id: 0x1 (unsol 1) Vendor Id: 0x10ec0885 Subsystem Id: 0x106b4200 Revision Id: 0x100103 No Modem Function Group found you have to send email to the author and report of the patch https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/soun

[Bug 1211920] Re: Low audio output on Vostro 5460 (with Ubuntu pre-loaded)

2013-09-04 Thread Raymond
the easy way is to use hda-jack-retask or early patching http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/plain/Documentation/sound/alsa /HD-Audio.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1220682] Re: [USB-Audio - Jabra BIZ 2400 USB - input] Sound settings does not display this device

2013-09-04 Thread Raymond
[ 12.373248] WARNING: at /build/buildd/linux-3.8.0/drivers/gpu/drm/i915/intel_display.c:1028 intel_wait_for_pipe_off+0xe2/0x1a0 [i915]() [ 12.373250] Hardware name: 2518A3G [ 12.373252] pipe_off wait timed out [ 12.373254] Modules linked in: dm_crypt(F) coretemp kvm_intel kvm parport_pc(

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-04 Thread Raymond
try hda-jack-sense-test to verify the nodes of line out, headphone , line in and (mic ???) by plug and unplug espeically check whether Line Out support jack detection or not Node 0x14 [Pin Complex] wcaps 0x40018f: Stereo Amp-In Amp-Out Control: name="Front Playback Switch", index=0, device=0

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-04 Thread Raymond
> setting up >/etc/modprobe.d/alsa-base.conf options snd-hda-intel model=imac24 > isn't actually helping me. probably ubuntu does not have latest source tree https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=5671087ffa80ea7fcc254c08de9697551fecedcf imac24 mo

[Bug 1211920] Re: Low audio output on Vostro 5460 (with Ubuntu pre-loaded)

2013-09-04 Thread Raymond
which node is the subwoofer ? can you post the output of alsa-info.sh when the subwoofer is working ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211920 Title: Low audio output on Vostro 5460 (w

[Bug 1220994] Re: [P5E3 Deluxe, AD1988B, playback] No sound at all during "speaker test" under "system settings".

2013-09-04 Thread Raymond
** Summary changed: - [HDA-Intel - HDA Intel, playback] No sound at all during "speaker test" under "system settings". + [P5E3 Deluxe,AD1988B, playback] No sound at all during "speaker test" under "system settings". -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1220994] Re: [P5E3 Deluxe, AD1988B, playback] No sound at all during "speaker test" under "system settings".

2013-09-04 Thread Raymond
Default sample spec: s16le 2ch 44100Hz Default channel map: front-left,front-right Default sink name: alsa_output.pci-_00_1b.0.analog-surround-51 Default source name: alsa_input.pci-_00_1b.0.analog-stereo device.vendor.id = "8086" device.vendor.name = "Inte

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-04 Thread Raymond
try install snd-hda-tool https://launchpad.net/~diwic/+archive/hda -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1026847 Title: [MacPro5,1, Realtek ALC889A, Green Headphone Out, Front] No sound at

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-04 Thread Raymond
do your mac pro 5,1 support headset (headphone with mic) with TRRS connector ? the user manual seem mention about the internal speaker, headphone , line out and line in at rear -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1211920] Re: Low audio output on Vostro 5460 (with Ubuntu pre-loaded)

2013-09-05 Thread Raymond
https://wiki.ubuntu.com/Audio/AlsaInfo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211920 Title: Low audio output on Vostro 5460 (with Ubuntu pre-loaded) To manage notifications about this bug g

[Bug 1211920] Re: Low audio output on Vostro 5460 (with Ubuntu pre-loaded)

2013-09-05 Thread Raymond
you may need patch similar to http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=ac612407932be18697b5ae9da0a80f138b8bea8e static struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK_VENDOR(0x104d, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), SND_PCI_

[Bug 1211920] Re: Low audio output on Vostro 5460 (with Ubuntu pre-loaded)

2013-09-05 Thread Raymond
SND_PCI_QUIRK(0x1028, 0x05da, "Dell Vostro 5460", ALC269_FIXUP_ASUS_G73JW), -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211920 Title: Low audio output on Vostro 5460 (with Ubuntu pre-loaded) To

[Bug 1221472] Re: Some system audio working while others don't, this also includes flash.

2013-09-05 Thread Raymond
seem default source switch to HDMI.monitor by pulseaudio when front, rear mic and line in are not available device.description = "Built-in Audio Analog Stereo" alsa.mixer_name = "Realtek ALC892" alsa.components = "HDA:10ec0892,18497892,00100302"

[Bug 1221472] Re: Some system audio working while others don't, this also includes flash.

2013-09-05 Thread Raymond
https://wiki.ubuntu.com/PulseAudio/Log post the pulseaudio verbose log when repeat your steps to reproduce the problem ** Changed in: pulseaudio (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1204297] Re: vlc does not play audio

2013-09-05 Thread Raymond
Support for 16/20/24-bit SPDIF input and output with up to 192kHz sample rate offers easy connection of PCs to consumer electronic products such as digital decoders and speakers. The ALC889 also features secondary SPDIF-OUT output and converter to transport digital audio output to a High Definition

[Bug 1171435] Re: [AV200 - Xonar STX, recording] Microphone is not working on frontpanel

2013-09-05 Thread Raymond
device.description = "CMI8788 [Oxygen HD Audio] Аналоговое стерео" alsa.mixer_name = "AV200" alsa.components = "PCM1792A CS5381 AV200" module-udev-detect.discovered = "1" device.icon_name = "audio-card-pci" ports:

[Bug 1171435] Re: [AV200 - Xonar STX, recording] Microphone is not working on frontpanel

2013-09-05 Thread Raymond
Simple mixer control 'Mic Source',0 Capabilities: cenum Items: 'Mic Jack' 'Front Panel' Item0: 'Mic Jack' you have not selected front panel ** Package changed: alsa-driver (Ubuntu) => pulseaudio (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-06 Thread Raymond
do you mean headphone still not working ? did you plugged in headset or just headphone ? do you need to use the jack state of node 0x19 reflect the jack state of mic 0x18 ? the main point is if line out does not support jack detection , it cannot auto mute the internal speaker although you

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-06 Thread Raymond
- auto_mic (bool): enable/disable the mic auto-switch feature; default true - multi_io (bool): try probing multi-I/O config (e.g. shared line-in/surround, mic/clfe jacks) the driver enable auto_mic by default even when you have two detectable input jacks can disable auto_mic by hint to get

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-06 Thread Raymond
- indep_hp (bool): provide the independent headphone PCM stream and the corresponding mixer control, if available does mac pro 5,1 support multistreaming ? http://www.intel.com/support/motherboards/desktop/sb/CS-034206.htm -- You received this bug notification because you are a member of Ubun

[Bug 1103049] Re: [Latitude E6420, Nvidia GPU 1c HDMI/DP, Digital Out, HDMI] No sound at all

2013-09-06 Thread Raymond
Default sink name: alsa_output.pci-_00_1b.0.analog-stereo Default source name: alsa_input.pci-_00_1b.0.analog-stereo active profile: sinks: alsa_output.pci-_01_00.1.hdmi-stereo/#0: GF119 HDMI Audio Controller Digital Stereo (HDMI) sources:

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-06 Thread Raymond
axet@axet-MacPro:~$ sudo hda-jack-sense-test Pin 0x18 (Pink Mic): present = No Pin 0x19 (Green HP Out): present = No Pin 0x1a (Blue Line In): present = No axet@axet-MacPro:~$ sudo hda-jack-sense-test Pin 0x18 (Pink Mic): present = No Pin 0x19 (Green HP Out): present = Yes Pin 0x1a (Blue Line

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-06 Thread Raymond
which Mic are you using ? post the output of alsa-info.sh when you are recording pactl list pactl stat and pulseaudio verbose log https://wiki.ubuntu.com/PulseAudio/Log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1211920] Re: Low audio output on Vostro 5460 (with Ubuntu pre-loaded)

2013-09-06 Thread Raymond
+ [ALC269_FIXUP_ASUS_G73JW] = { + .pins = (const struct alc_pincfg[]) { + { 0x17, 0x99130111 }, /* subwoofer */ + { } + } + }, the objective is to fixup the pin default of pin complex node 0x17 when BIOS did not se

[Bug 1189783] Re: [CA0106 - CA0106, playback] No sound at all

2013-09-06 Thread Raymond
you have to check whether your sound card have same controller, dad, adc or AC97 codec with those supported sound card in ca0106_main.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1189783 Title: [

[Bug 1166529] Re: Creative Recon3d & Sound Blaster Z (CA0132), No Sound At All; Broken Beyond All Repair

2013-09-06 Thread Raymond
** Bug watch added: Linux Kernel Bug Tracker #55541 http://bugzilla.kernel.org/show_bug.cgi?id=55541 ** Also affects: alsa-driver via http://bugzilla.kernel.org/show_bug.cgi?id=55541 Importance: Unknown Status: Unknown -- You received this bug notification because you are a membe

[Bug 1127815] Re: [Asus P6X58-E PRO, Realtek ALC889, Green Line Out, Rear] Background noise or low volume

2013-09-07 Thread Raymond
it is strange that dB are 0.20 in amixer since dB range of softvol is -51 to 0 Simple mixer control 'PCM',0 Capabilities: pvolume penum Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 254 [100%] [0.20dB] Front Right: Playback 254 [100%]

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-07 Thread Raymond
try hda-jack-sense-test to verify the nodes of front panel jacks and rear panel jacks by plug and unplug the Mic jacks and line in jack it is unlikely node 0x15 is the front Mic jack since pincap does not support DETECT Node 0x15 [Pin Complex] wcaps 0x41: Stereo Control: name="Front Mic P

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-07 Thread Raymond
First test, with a microphone conected to my PC rear panel: http://www.alsa-project.org/db/?f=3a82831970eb5b856a88e707c9760d4a17412fe1 seem node 0x0c is the rear Mic jack as "line Jack" is true control.20 { iface CARD name 'Rear Mic Jack' value fals

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-07 Thread Raymond
Second test, with a headset conected to the front panel PC http://www.alsa-project.org/db/?f=2d05c0236077282de28aaff0230db55ba4c4bba7 did your computer chassis have a hda front audio panel ? http://www.intel.com/support/motherboards/desktop/sb/cs-015851.htm headphone Jack should be true when yo

[Bug 1211920] Re: Low audio output on Vostro 5460 (with Ubuntu pre-loaded)

2013-09-07 Thread Raymond
can you use hda-analyzer to mute amp in of either connection to node 2 or node 3 ? Node 0x0f [Audio Mixer] wcaps 0x20010a: Mono Amp-In Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 Amp-In vals: [0x00] [0x00] Connection: 2 0x02 0x03 -- You received this bug notification because y

[Bug 1186621] Re: [GA-MA770T-UD3, Realtek ALC888, Green Line Out, Rear] Underruns, dropouts or crackling sound

2013-09-07 Thread Raymond
https://launchpad.net/~diwic/+archive/pulse-timing-test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1186621 Title: [GA-MA770T-UD3, Realtek ALC888, Green Line Out, Rear] Underruns, dropouts or cr

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-08 Thread Raymond
> 1) rear > root@axet-MacPro:/home/axet# hda-jack-sense-test > Pin 0x14 (Unknown Line Out): present = Yes This mean you need to use hda-jack_retask to clear misc bit of node 0x14 ( MISC = NO_PRESENCE) if it support jack detect , did line out jack has any color instead of unknown Node 0x14 [Pin C

[Bug 1026847] Re: [MacPro5, 1, Realtek ALC889A, Green Headphone Out, Front] No sound at all

2013-09-08 Thread Raymond
have you send email to the reporter , author and committer of the patch ALSA: hda/realtek - Add quirk for Mac Pro 5,1 machines ? it is possible to use hint "multi_io = false" to disable the multichannel support but get_line_out_pfx() function in hda_generic only assign "PCM playback volume" instea

[Bug 884880] Re: [USB-Audio - Generic USB Audio Device, playback] volume control slider - no sound in some range

2013-09-08 Thread Raymond
post the output of alsa-info.sh https://wiki.ubuntu.com/Audio/AlsaInfo‎ 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/884880 Title: [USB-Audio - Generic USB Audio Device, playback] vol

[Bug 1222375] Re: [System Product Name, Nvidia MCP79/7A HDMI, Digital Out, HDMI] Playback problem

2013-09-08 Thread Raymond
ftp://download.nvidia.com/XFree86/gpu-hdmi-audio-document/gpu-hdmi- audio.html This configuration is used in MCP77, MCP78, MCP79, MCP7A, and ION. ELD and PD information is not available on these chipsets. you should file a bug in https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio s

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-08 Thread Raymond
Codec: SigmaTel STAC9221 A2 Address: 0 AFG Function Id: 0x1 (unsol 1) Vendor Id: 0x83847682 Subsystem Id: 0x10192950 Revision Id: 0x103601 your subsystem Id are different from reporter`s 0x10192633 http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c

[Bug 1185497] Re: [PI945GCM, SigmaTel STAC9221 A2, Green Headphone Out, Front] No sound at all

2013-09-08 Thread Raymond
Pin 0x0a (Green HP Out): present = No Pin 0x0b (Pink Mic): present = No Pin 0x0c (Pink Speaker): present = No Pin 0x0d (Green Speaker): present = Yes Pin 0x0f (Blue Speaker): present = No do you mean 0x0d is the front headphone and 0x0a is the green line out Pin 0x0a (Green HP Out): present = No

<    1   2   3   4   5   6   7   8   9   10   >