Re: [Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2018-07-30 Thread Jozo Ratar
pon, 30. srp 2018. 13:50 Bug Watch Updater <893...@bugs.launchpad.net> je napisao: > ** Changed in: alsa-driver >Status: Confirmed => Unknown > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/893210 > > Title: >

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2018-07-30 Thread Bug Watch Updater
** Changed in: alsa-driver Status: Confirmed => Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893210 Title: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all To manage

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-19 Thread Neil
cat /proc/asound/card0/intel8x0 Intel8x0 Global control: 0xc002 Global status : 0x00700100 SDM : 0x0008 AC'97 codecs ready: primary AC'97 codecs SDIN : 0 0 0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-17 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths /analog-output.conf Intended for the 'default' output if your ac97 codec does not have headphone when your desktop have three ports, you need jack detect kctl for each port but element in analog-output.conf

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-17 Thread Ubuntu Foundations Team Bug Bot
The attachment "dell_gx620.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-17 Thread Raymond
add headphone, line out, speaker phantom jack detect kctl rename Master to LineOut rename Master Mono to Speaker you may need to change system id if you are using gx520 ** Patch added: "dell_gx620.patch"

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-16 Thread AndrewGX620
Sorry for late reply Raymond, I missed this post... :( To clarify: I have an audi jack at front and another at the back. Both work if I plug some speakers in them. But this computer also has some internal speakers (sorry, don't know if they are mono or stereo - how can I find that out? I don't

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-16 Thread Neil
are these correct so far? analog-output-headphones.conf.patch http://pastebin.com/cSZEpc10 analog-output-speaker.conf.patch http://pastebin.com/0fXR5gmZ ac97_codec.h.patch http://pastebin.com/mkj5tmzN I need your help with the following section, i'm guessing goes in ac97_codec.h but i dont

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-16 Thread Raymond
+ if (( err = snd_jack_new(ac97->bus->card, "Speaker Phantom", SND_JACK_LINEOUT, + >sp_jack, true, true)) < 0) + return err; You to check whether "External Amplifier" is hardcoded to which path the name of this bit in ac97 is EAPD (External Amplifier Power Down) -- You received this bug

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-15 Thread Raymond
cat /proc/asound/card0/intel8x0 show the values of global control and global status registers of ac97 controller SERIAL CONFIGURATION REGISTER Index 0x74 D4 INTS Interrupt Mode Select This bit selects the JS interrupt implementation path. 0 = Bit 0 Slot 12 (modem interrupt). 1 = Slot 6

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-15 Thread Neil
no sorry, still trying to figure out what goes where! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893210 Title: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all To manage notifications

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-15 Thread Neil
pactl list sinks Sink #0 State: SUSPENDED Name: alsa_output.pci-_00_1e.2.analog-stereo Description: Built-in Audio Analogue Stereo Driver: module-alsa-card.c Sample Specification: s16le 2ch 48000Hz Channel Map: front-left,front-right

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-14 Thread Raymond
diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index 0e9d75b..9e659e2 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h @@ -31,6 +31,7 @@ #include #include #include +#include /* maximum number of devices on the AC97 bus */ #define

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-14 Thread Neil
you have to add element master mono to speaker.conf there appears not to be a speaker.conf there is; /usr/share/alsa/cards/PC-Speaker.conf /usr/share/pulseaudio/alsa-mixer/paths/analog-output-desktop-speaker.conf /usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-14 Thread Raymond
ac97 patch only create hp jack kctl, line out jack kctl and internal speaker phantom jack BUT still missing the most important part which the driver need to check the status of the jack by interrupt or timer periodically or just call once when pcm start playback the conf file of three path

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-14 Thread Raymond
diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf b/src/modules/alsa/mixer/paths/analog-output-headphones.conf index b6ee70b..e1e7e04 100644 --- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf +++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf @@

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-14 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer?id=052316e4195cc01c6b13ce9e21724cb7c25aad82 as desktop speaker.conf has beem merged if your desktop speaker use mono out playback volume/switch you have to add element master mono to speaker.conf you also need

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-14 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa/mixer?id=052316e4195cc01c6b13ce9e21724cb7c25aad82 as desktop speaker.conf has beem merged if your desktop speaker use mono out playback volume/switch you have to add element master mono to speaker.conf you also need

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread Raymond
> so how can I get pactl list sinks to include: >analog-output-lfe-on-mono;output-amplifier-on: LFE on Separate Mono Output / >Amplifier (priority: 4010) >analog-output-lfe-on-mono;output-amplifier-off: LFE on Separate Mono Output / >No Amplifier (priority: 4000) do you mean the internal

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths /analog-output-headphones.conf it is because headphone port mute master mono [Element Master Mono] switch = off volume = off as only snd-hda-intel implement jack detection kctl those snd-intel8x0 does not have

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread Raymond
try to set those ac97 registers 0x72 by turn off headphone jack sense and line jack sense control http://cgit.freedesktop.org/pulseaudio/pulseaudio/patch/src/modules/alsa/mixer/paths?id=ba0203c4c0938fd646cf559456e3d691fc889029 do you mean regression of this patch ? you have to open another

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread Neil
I don't know Raymond. I just booted from ubuntu-12.04.5-desktop- amd64.iso, played a music file, opened alsamixer, and discovered that; changing Master M volume independently changed the internal speaker volume. In 14.04 Master M is muted by default, unmuting and raising the volume has no effect.

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread Raymond
24 OUT (0) OUT (0) 1 1 0 FMUTE FMUTE ACTIVE JS0 mutes Mono; JS1 mutes Mono and Line-Out. 25 OUT (0) IN (1) 1 1 0 FMUTE ACTIVE FMUTE 26 IN (1) OUT (0) 1 1 0 ACTIVE FMUTE FMUTE 27 IN (1) IN (1) 1 1 0 ACTIVE FMUTE FMUTE the other thing is that you have change mute enable selector to

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread Neil
changed analog-output-headphones.conf [Element Master Mono] switch = on volume = on No effect turned off headphone jack sense and line jack sense control no effect, and were re-enabled by rebooting Do not know how to implement the details in your post #43 just as an experiment I temporarily

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread AndrewGX620
Hi, I am also trying to get internal speakers to work on Dell OptiPlex GX620 (model no.: DCCY). External speakers work, however internal speakers are not even listed in PulseAudio Volume Control (and there is no sound). The internal speakers worked on previous OS (Windows XP). If you need another

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread AndrewGX620
Small error on my part: I have OptiPlex GX520, not GX620. Should be similar though. Attaching my alsa-info. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893210 Title: [Dell OptiPlex GX620 -

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread AndrewGX620
** Attachment added: "GX520 alsa-info" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/893210/+attachment/4463362/+files/alsa-info.txt.TO94irU7Fb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-13 Thread Raymond
http://git.alsa-project.org/?p=alsa- utils.git;a=blob;f=alsactl/init/default;hb=HEAD master mono is muted by default when ac97 codec is cold reset alsactl init only initialise master, pcm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Neil
--- /home/kingfisher/alsa-info.txt.yCKDtvMxUL +++ /home/kingfisher/alsa-info.txt.3NDI7H9Nbu @@ -3,7 +3,7 @@ !!ALSA Information Script v 0.4.64 !! -!!Script ran on: Sat Sep 12 20:05:02 UTC 2015 +!!Script ran on: Sat Sep 12 20:08:12 UTC 2015 !!Linux

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Neil
post #35 relates to 14.04.3 This post relates to 12.04.05 --- /media/kingfisher/FLASH DRIVE/alsa-info1 +++ /media/kingfisher/FLASH DRIVE/alsa-info2 @@ -3,7 +3,7 @@ !!ALSA Information Script v 0.4.64 !! -!!Script ran on: Sat Sep 12 20:38:39 UTC 2015 +!!Script

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Raymond
https://bugs.freedesktop.org/attachment.cgi?id=58415 0:72 = 0008 0:74 = 1001 0:76 = 2050 if you look at the functional block diagram, the headphone path and line out path have only two volume controls pcm + headphone and pcm + master pulseaudio just keep PCM at 0dB as Element PCM is

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Raymond
do your gx620 have any mono output ? ftp://ftp.alsa-project.org/pub/manuals/intel/ take a look at ac97 2.x specification Figure 16. AC ‘97 Mixer Functional Diagram master volume control line out headphone volume control hp master mono volume control mono out -- You received this bug

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Neil
so how can I get pactl list sinks to include: analog-output-lfe-on-mono;output-amplifier-on: LFE on Separate Mono Output / Amplifier (priority: 4010) analog-output-lfe-on-mono;output-amplifier-off: LFE on Separate Mono Output / No Amplifier (priority: 4000) -- You received this bug

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Raymond
Try turn off those jack sense controls Simple mixer control 'Headphone Jack Sense',0 Capabilities: pswitch pswitch-joined penum Playback channels: Mono Mono: Playback [off] Simple mixer control 'PCM',0 Capabilities: pvolume pswitch penum Playback channels: Front Left - Front Right

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=78fad343a4fd4c837e3034dcbca13269a783e0f6 ALSA: intel8x0 - add Dell Optiplex GX620 (AD1981B) to AC97 clock whitelist your ac97 registers in 14.04 should be same as your 12.04 or the alsa info in the bug report of the

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Raymond
https://bugzilla.redhat.com/attachment.cgi?id=321801 0:72 = 0004 0:74 = 1001 0:76 = 2000 0:78 = 0:7a = 0:7c = 4144 0:7e = 5374 seem JS0 and JS1 ignored. Table 41. Jack Sense Mute Select—JSMT [2:0] Ref JS1 Headphone JS0 LINE_OUT JSMT2 JSMT1 JSMT0 HP_OUT LINE_OUT MONO_OUT Notes

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-12 Thread Raymond
your 12.04 also ignore js0 and js1 0:72 = 0004 0:74 = 1001 0:76 = 2010 0:78 = 0:7a = 0:7c = 4144 0:7e = 5374 do js0 st and js1 st of register 0x72 reflect the jack state of headphone and line out jack ? -- You received this bug notification because you are a member of Ubuntu

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-11 Thread Neil
Thank you for your reply Raymond, i am uncertain what you are asking me do. 14.04, 14.10 and 15.04 sound settings output look like this: https://www.dropbox.com/s/h38d1w4n16...%3A50.png?dl=0 and the associated alsa mixer controls e.g. speaker are missing this is what 12.04 looked like and

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-11 Thread Neil
3rd time lucky 12.04 https://www.dropbox.com/s/0k376713gb0ptod/Screenshot%20from%202014-12-02%2013%3A34%3A05.png?dl=0 14.04 https://www.dropbox.com/s/h38d1w4n16etdyh/Screenshot%20from%202014-12-02%2013%3A40%3A50.png?dl=0 -- You received this bug notification because you are a member of Ubuntu

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-11 Thread Neil
booted from ubuntu-12.04.5-desktop-amd64.iso 12.04.5 alsa-info.txt http://pastebin.com/uUkhy9H5 12.04.5 pactl list sinks http://pastebin.com/zatgyeE7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-11 Thread Raymond
how do those master playback volume , headphone playback volume and pcm playback volume affect your computer audio output in 12.04 662| 0.000) D: [pulseaudio] alsa-mixer.c: Path analog-output- headphones (Headphones), direction=1, priority=90, probed=yes, supported=yes, has_mute=yes,

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-11 Thread Raymond
can you post the output of alsa-info.sh and pactl list sinks in working 12.04 the name of the port change since pulseaudio try to remove reduant path Ports: analog-output-headphones;output-amplifier-on: Headphones / Amplifier (priority: 9010)

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-11 Thread Raymond
static const struct snd_kcontrol_new snd_ac97_ad1981x_jack_sense[] = { AC97_SINGLE("Headphone Jack Sense", AC97_AD_JACK_SPDIF, 11, 1, 0), AC97_SINGLE("Line Jack Sense", AC97_AD_JACK_SPDIF, 12, 1, 0), }; Simple mixer control 'Headphone Jack Sense',0 Capabilities: pswitch

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-11 Thread Neil
apologies: 12.04 https://www.dropbox.com/s/0k376713gb0ptod/Screenshot%20from%202014-12-02%2013%3A34%3A05.png?dl=0 14.04 https://www.dropbox.com/s/0k376713gb0ptod/Screenshot%20from%202014-12-02%2013%3A34%3A05.png?dl=0 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-10 Thread Raymond
you have to provide pulseaudio verbose log and pactl list sink if line out use master playback volume and headohone use headphone playback volume you need to use customised pulseaudio conf files http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths **

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-10 Thread Raymond
--- /home/kingfisher/Desktop/alsa-info.no-hp.txt +++ /home/kingfisher/Desktop/alsa-info.hp.txt @@ -3,7 +3,7 @@ !!ALSA Information Script v 0.4.64 !! -!!Script ran on: Fri Sep 11 02:28:42 UTC 2015 +!!Script ran on: Fri Sep 11 02:31:15 UTC 2015 !!Linux

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-10 Thread Raymond
can you post the oit put of alsa-info.sh when headphone is not plugged and headphone is plugged are there any difference in value of thosr ac97 registers when headphone is plugged/unplugged Card0.Codecs.codec97.0.ac97.0.0.regs.txt -- You received this bug notification because you are a member

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-10 Thread Neil
alsa-info.txt http://pastebin.com/pefj0dfq differences with and without headphone socket occupied alsa-info.patch.txt http://pastebin.com/jzJBNd8e -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893210

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-10 Thread Neil
Thank you Raymond, please see the following: pactl list sinks http://pastebin.com/8ypDq0vr pulseverbose.log http://pastebin.com/ThJQ7372 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893210 Title:

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2015-09-09 Thread Neil
Its the same with 14.04, 14.10 and 15.04, is support discontinued for Dell GX600, It would be nice if someone with expert knowledge would explain how the internal speaker can be correctly detected, after all it all worked perfectly in 12.04 -- You received this bug notification because you are a

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2013-12-21 Thread 9-mc-o
It seems that I have same problem here. It's Dell Optiplex GX620 + fresh 13.10 install. I have only 2 output ports in pulseaudio ports: analog-output-headphones;output-amplifier-on: Słuchawki / Amplituner (priority 9010, latency offset 0 usec, available: unknown)

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2013-12-01 Thread Sigman
I just remembered something that might be important. When I had ubuntu 12.04, 12.10 and 13.04 I could use internal speaker. Once I upgraded to 13.10 I am not sure. That old pc uses my father and he says that it stopped working out of sudden. And last thing I did is Upgrade to 13.10. I cannot

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2013-11-24 Thread Raymond
** Summary changed: - [ICH4 - Intel ICH7, playback] No sound at all + [Dell OptiPlex GX620 - AD1981b, playback] No sound at all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/893210 Title: [Dell

[Bug 893210] Re: [Dell OptiPlex GX620 - AD1981b, playback] No sound at all

2013-11-24 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=42353. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at