[Bug 1249816] [NEW] package libc6 2.15-0ubuntu10.4 [modified: lib/i386-linux-gnu/ld-2.15.so lib/i386-linux-gnu/libc-2.15.so usr/share/doc/libc6/changelog.Debian.gz] failed to install/upgrade: subproce

2013-11-10 Thread helmut0
Public bug reported:

Can not updat libc6 dependency error...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libc6 2.15-0ubuntu10.4 [modified: lib/i386-linux-gnu/ld-2.15.so 
lib/i386-linux-gnu/libc-2.15.so usr/share/doc/libc6/changelog.Debian.gz]
ProcVersionSignature: Ubuntu 3.2.0-54.82-generic 3.2.50
Uname: Linux 3.2.0-54-generic i686
ApportVersion: 2.0.1-0ubuntu17.5
Architecture: i386
Date: Sun Nov 10 12:22:58 2013
DuplicateSignature: package:libc6:2.15-0ubuntu10.4 [modified: 
lib/i386-linux-gnu/ld-2.15.so lib/i386-linux-gnu/libc-2.15.so 
usr/share/doc/libc6/changelog.Debian.gz]:subprocess new pre-installation script 
returned error exit status 1
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Xubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
MarkForUpload: True
SourcePackage: eglibc
Title: package libc6 2.15-0ubuntu10.4 [modified: lib/i386-linux-gnu/ld-2.15.so 
lib/i386-linux-gnu/libc-2.15.so usr/share/doc/libc6/changelog.Debian.gz] failed 
to install/upgrade: subprocess new pre-installation script returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: eglibc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1249816

Title:
  package libc6 2.15-0ubuntu10.4 [modified: lib/i386-linux-
  gnu/ld-2.15.so lib/i386-linux-gnu/libc-2.15.so
  usr/share/doc/libc6/changelog.Debian.gz] failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1249816/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

2013-09-28 Thread helmut0
No; I was confused by the email to tell you the truth.This is a little
over my head as you my have guessed.But I do thank you for all the help.




 From: Raymond <1229...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Saturday, September 28, 2013 9:10 PM
Subject: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] 
No sound at all
 

you have to ask in alsa development mailing list how to disable Jack
detection of hp


http://www.alsa-project.org/mailman/listinfo/alsa-devel


/* create jack input elements */
    if (spec->hp_detect) {
        for (i = 0; i < cfg->hp_outs; i++) {
            int type = SND_JACK_HEADPHONE;
            nid = cfg->hp_pins[i];
            /* jack detection */
            if (cfg->hp_outs == i)
                type |= SND_JACK_LINEOUT;
            err = stac92xx_add_jack(codec, nid, type);
            if (err < 0)
                return err;
        }
    }


http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

do it need any change in conf files when there are no headphone /
speaker playback volume/ switch

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

2013-09-28 Thread helmut0
The headphones work.The main speaker's don't...




 From: Raymond <1229...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Thursday, September 26, 2013 11:37 AM
Subject: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] No sound at all
 

http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=2acc9dcb609427a20463e529ef552dd93b469847


ALSA: hda - Fix silent headphone output on Panasonic CF-74
CF-74 does the headphone/speaker switching on hardware, thus the driver
shouldn't do any software-toggling of pins.  Otherwise it results in a
silent headphone output.

This patch simply resets the hp_detect flag to fix the problem.


have you ask the author how the driver automute the speaker when
headphone is plugged ?

seem headphone path is created when there is headphone Jack detection
kcontrol even when there is no headphones playback switch/volume


http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/pulseaudio/saucy-proposed/view/head:/src/modules/alsa/mixer/paths/analog-output-headphones.conf

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/pulseaudio
/saucy-proposed/view/head:/src/modules/alsa/mixer/paths/analog-output-
speaker.conf

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/pulseaudio
/saucy-proposed/view/head:/src/modules/alsa/mixer/paths/analog-
output.conf.common

seem pa base on the headphone Jack detection to switch between ports

but there is no headphone nor speaker playback volume/switch


0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output'
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Jack' 
succeeded (not found)
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out 
Phantom Jack' succeeded (not found)
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware 
Master' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' 
succeeded (volume=1, switch=1, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master 
Mono' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line HP 
Swap' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop 
Speaker' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Surround' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Side' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Center' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'LFE' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'CLFE' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'PCM' 
succeeded (volume=1, switch=1, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'External 
Amplifier' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 
Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Analog 
Output' succeeded (volume=0, switch=0, enumeration=0).
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 
'analog-output-speaker'
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone 
Jack' succeeded (found!)
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front 
Headphone Jack' succeeded (not found)
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Speaker 
Phantom Jack' succeeded (found!)
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware 
Maste

Re: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

2013-09-27 Thread helmut0
So how do I patch this




 From: Raymond <1229...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Thursday, September 26, 2013 11:37 AM
Subject: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] 
No sound at all
 

http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=2acc9dcb609427a20463e529ef552dd93b469847


ALSA: hda - Fix silent headphone output on Panasonic CF-74
CF-74 does the headphone/speaker switching on hardware, thus the driver
shouldn't do any software-toggling of pins.  Otherwise it results in a
silent headphone output.

This patch simply resets the hp_detect flag to fix the problem.


have you ask the author how the driver automute the speaker when
headphone is plugged ?

seem headphone path is created when there is headphone Jack detection
kcontrol even when there is no headphones playback switch/volume


http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/pulseaudio/saucy-proposed/view/head:/src/modules/alsa/mixer/paths/analog-output-headphones.conf

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/pulseaudio
/saucy-proposed/view/head:/src/modules/alsa/mixer/paths/analog-output-
speaker.conf

http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/saucy/pulseaudio
/saucy-proposed/view/head:/src/modules/alsa/mixer/paths/analog-
output.conf.common

seem pa base on the headphone Jack detection to switch between ports

but there is no headphone nor speaker playback volume/switch


0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 'analog-output'
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out Jack' 
succeeded (not found)
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Line Out 
Phantom Jack' succeeded (not found)
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware 
Master' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master' 
succeeded (volume=1, switch=1, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Master 
Mono' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Line HP 
Swap' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Headphone2' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Speaker' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Desktop 
Speaker' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Front' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Rear' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Surround' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Side' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Center' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'LFE' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'CLFE' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'PCM' 
succeeded (volume=1, switch=1, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'External 
Amplifier' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Bass Boost' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958' 
succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'IEC958 
Optical Raw' succeeded (volume=0, switch=0, enumeration=0).
(   0.529|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Analog 
Output' succeeded (volume=0, switch=0, enumeration=0).
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probing path 
'analog-output-speaker'
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Headphone 
Jack' succeeded (found!)
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Front 
Headphone Jack' succeeded (not found)
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of jack 'Speaker 
Phantom Jack' succeeded (found!)
(   0.530|   0.000) D: [pulseaudio] alsa-mixer.c: Probe of element 'Hardware 
Master' succeeded (volum

Re: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

2013-09-25 Thread helmut0
(   0.000|   0.000) I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) 
failed: Operation not permitted
(   0.000|   0.000) I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) 
failed: Operation not permitted
(   0.000|   0.000) D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
(   0.005|   0.004) D: [pulseaudio] core-util.c: RealtimeKit worked.
(   0.005|   0.000) I: [pulseaudio] core-util.c: Successfully gained nice level 
-11.
(   0.005|   0.000) I: [pulseaudio] main.c: This is PulseAudio 4.0
(   0.005|   0.000) D: [pulseaudio] main.c: Compilation host: i686-pc-linux-gnu
(   0.005|   0.000) D: [pulseaudio] main.c: Compilation CFLAGS: -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wall -W -Wextra -pipe -Wno-long-long -Wno-overlength-strings 
-Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare 
-Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith 
-Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes 
-Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow 
-Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings 
-Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common 
-fdiagnostics-show-option
(   0.005|   0.000) D: [pulseaudio] main.c: Running on host: Linux i686 
3.11.0-8-generic #15-Ubuntu SMP Fri Sep 20 04:11:16 UTC 2013
(   0.005|   0.000) D: [pulseaudio] main.c: Found 2 CPUs.
(   0.005|   0.000) I: [pulseaudio] main.c: Page size is 4096 bytes
(   0.005|   0.000) D: [pulseaudio] main.c: Compiled with Valgrind support: no
(   0.005|   0.000) D: [pulseaudio] main.c: Running in valgrind mode: no
(   0.005|   0.000) D: [pulseaudio] main.c: Running in VM: no
(   0.005|   0.000) D: [pulseaudio] main.c: Optimized build: yes
(   0.005|   0.000) D: [pulseaudio] main.c: FASTPATH defined, only fast path 
asserts disabled.
(   0.005|   0.000) I: [pulseaudio] main.c: Machine ID is 
f43da42ed8beae2fc271afba5241a763.
(   0.005|   0.000) I: [pulseaudio] main.c: Session ID is c1.
(   0.005|   0.000) I: [pulseaudio] main.c: Using runtime directory 
/run/user/1000/pulse.
(   0.005|   0.000) I: [pulseaudio] main.c: Using state directory 
/home/helmut0/.config/pulse.
(   0.005|   0.000) I: [pulseaudio] main.c: Using modules directory 
/usr/lib/pulse-4.0/modules.
(   0.005|   0.000) I: [pulseaudio] main.c: Running in system mode: no
(   0.005|   0.000) I: [pulseaudio] main.c: Fresh high-resolution timers 
available! Bon appetit!
(   0.005|   0.000) D: [pulseaudio] memblock.c: Using shared memory pool with 
1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot 
size is 65496
(   0.006|   0.000) I: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 
SSE3 
(   0.006|   0.000) I: [pulseaudio] svolume_mmx.c: Initialising MMX optimized 
volume functions.
(   0.006|   0.000) I: [pulseaudio] remap_mmx.c: Initialising MMX optimized 
remappers.
(   0.006|   0.000) I: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized 
volume functions.
(   0.006|   0.000) I: [pulseaudio] remap_sse.c: Initialising SSE2 optimized 
remappers.
(   0.006|   0.000) I: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized 
conversions.
(   0.006|   0.000) I: [pulseaudio] svolume_orc.c: Initialising ORC optimized 
volume functions.
(   0.007|   0.001) D: [pulseaudio] database-tdb.c: Opened TDB database 
'/home/helmut0/.config/pulse/f43da42ed8beae2fc271afba5241a763-device-volumes.tdb'
(   0.007|   0.000) I: [pulseaudio] module-device-restore.c: Successfully 
opened database file 
'/home/helmut0/.config/pulse/f43da42ed8beae2fc271afba5241a763-device-volumes'.
(   0.008|   0.000) I: [pulseaudio] module.c: Loaded "module-device-restore" 
(index: #0; argument: "").
(   0.008|   0.000) D: [pulseaudio] database-tdb.c: Opened TDB database 
'/home/helmut0/.config/pulse/f43da42ed8beae2fc271afba5241a763-stream-volumes.tdb'



 From: Raymond <1229...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Wednesday, September 25, 2013 11:44 AM
Subject: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] No sound at all
 

https://wiki.ubuntu.com/PulseAudio/Log

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
ubuntu-bugs mailing li

Re: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

2013-09-25 Thread helmut0
i got no output in terminal?




 From: Raymond <1229...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Wednesday, September 25, 2013 11:44 AM
Subject: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] No sound at all
 

https://wiki.ubuntu.com/PulseAudio/Log

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

2013-09-25 Thread helmut0
pulseaudio --verbose
I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not 
permitted
I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not 
permitted
I: [pulseaudio] core-util.c: Successfully gained nice level -11.
I: [pulseaudio] main.c: This is PulseAudio 4.0
I: [pulseaudio] main.c: Page size is 4096 bytes
I: [pulseaudio] main.c: Machine ID is f43da42ed8beae2fc271afba5241a763.
I: [pulseaudio] main.c: Session ID is c1.
I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
I: [pulseaudio] main.c: Using state directory /home/helmut0/.config/pulse.
I: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-4.0/modules.
I: [pulseaudio] main.c: Running in system mode: no
E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.
helmut0@dave:~$ 




 From: Raymond <1229...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Tuesday, September 24, 2013 11:02 PM
Subject: [Bug 1229895] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] No sound at all
 

can you post the pulseaudio verbose log


    ports:
        analog-output-speaker: Speakers (priority 1, latency offset 0 usec, 
available: unknown)
            properties:
                device.icon_name = "audio-speakers"
        analog-output-headphones: Headphones (priority 9000, latency offset 0 
usec, available: no)
            properties:
                device.icon_name = "audio-headphones"
    active port: 


there is no only volume control for both headphone and speaker


    control.9 {
        iface CARD
        name 'Headphone Jack'
        value false
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }
    control.10 {
        iface CARD
        name 'Speaker Phantom Jack'
        value true
        comment {
            access read
            type BOOLEAN
            count 1
        }
    }

https://ubuntu-branches/ubuntu/saucy/pulseaudio/saucy-
proposed/files/193/src/modules/alsa/mixer/paths

analog-output-headphones.conf
analog-output-speaker-always.conf
analog-output-speaker.conf


have you ask the author why it create "PCM playback volume" instead of
"Master playback volume" when there is no other volume controls ?


Node 0x0b [Audio Selector] wcaps 0x300105: Stereo Amp-Out
  Control: name="PCM Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name="PCM Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Amp-Out caps: N/A
  Amp-Out vals:  [0x1f 0x1f]
  Connection: 1
     0x07

state.Intel {
    control.1 {
        iface MIXER
        name 'PCM Playback Volume'
        value.0 31
        value.1 31
        comment {
            access 'read write'
            type INTEGER
            count 2
            range '0 - 31'
            dbmin -4650
            dbmax 0
            dbvalue.0 0
            dbvalue.1 0
        }
    }
    control.6 {
        iface MIXER
        name 'Master Playback Volume'
        value 31
        comment {
            access 'read write'
            type INTEGER
            count 1
            range '0 - 31'
            dbmin -999
            dbmax 0
            dbvalue.0 0
        }
    }

The dbmin -9.99 was supposed to be assigned to 0x0b

but now it is bind to the virtual master playback volume

+ HDA_CODEC_VOLUME_MIN_MUTE("Master Playback Volume", 0xb, 0,
HDA_OUTPUT),

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=de8c85f7840e5e29629de95f5af24297fb325e0b


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=a74ccea51d4314632a81d568d59bf885e5b09d93


Card hw:0 'Intel'/'HDA Intel at 0xe864 irq 47'
  Mixer name    : 'SigmaTel STAC9200'
  Components    : 'HDA:83847690,10f7,00102201 
HDA:14f12bfa,10f7,0009'
  Controls      : 12
  Simple ctrls  : 4
Simple mixer control 'Master',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 31 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [0.00dB] [on]
  Front Right: Playback 31 [100%] [0.00dB] [on]

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
You recei

[Bug 1229895] [NEW] [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

2013-09-24 Thread helmut0
Public bug reported:

I did a fresh install of the latest OS but still no sound...

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
Uname: Linux 3.11.0-8-generic i686
ApportVersion: 2.12.4-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  helmut01304 F pulseaudio
Date: Tue Sep 24 15:01:50 2013
InstallationDate: Installed on 2013-09-24 (0 days ago)
InstallationMedia: Xubuntu 13.10 "Saucy Salamander" - Alpha i386 (20130902.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  helmut01304 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/24/2006
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: V2.00L10
dmi.board.name: CF74-2
dmi.board.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.board.version: 001
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.chassis.version: 001
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.00L10:bd08/24/2006:svnMatsushitaElectricIndustrialCo.,Ltd.:pnCF-74ECBAXBM:pvr002:rvnMatsushitaElectricIndustrialCo.,Ltd.:rnCF74-2:rvr001:cvnMatsushitaElectricIndustrialCo.,Ltd.:ct10:cvr001:
dmi.product.name: CF-74ECBAXBM
dmi.product.version: 002
dmi.sys.vendor: Matsushita Electric Industrial Co.,Ltd.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1229895

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1229895/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-21 Thread helmut0
I just loaded the new audio driver and still so speaker option in pulse
audio mixer.




 From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Saturday, September 21, 2013 8:39 PM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] 
Playback problem
 

https://wiki.ubuntu.com/PulseAudio/Log

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-21 Thread helmut0
no such file




 From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Saturday, September 21, 2013 8:39 PM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] 
Playback problem
 

https://wiki.ubuntu.com/PulseAudio/Log

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-21 Thread helmut0
I tried to alter this file with no luck at all...Ugh




 From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Friday, September 20, 2013 11:20 PM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] Playback problem
 

the pulseaudio verbose show you how PA make up

    Ports:
        analog-output: Analog Output (priority: 9900)
    Active Port: analog-output

change the volume control  from the selected the output.conf

http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths

/sys/class/sound/hwC0D0/init_pin_configs:
0x08 0x70c00170                    [N/A] SPDIF In at Oth N/A
0x09 0x70400180                    [N/A] SPDIF Out at Oth N/A
0x10 0x30210020                    [Jack] HP Out at Oth N/A  Conn = 1/8, Color 
= Unknown  DefAssociation  = 0x2, Sequence = 0x0, Misc = 0x00
0x0e 0x90170110                   [Fixed] Speaker at Int N/A  Conn = Analog, 
Color = Unknown  DefAssociation  = 0x1, Sequence = 0x0, Misc = NO_PRESENCE
0x0f 0x70800130                   [N/A] Line In at Oth N/A
0x10 0x30a10040                  [Jack] Mic at Oth N/A  Conn = 1/8, Color = 
Unknown  DefAssociation  = 0x4, Sequence = 0x0, Misc = 0x0
0x11 0x70100160                 [N/A] Speaker at Oth N/A
0x12 0x70300150                [N/A] CD at Oth N/A

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-20 Thread helmut0
Raymond under the mixer there is no setting for speaker anymore,just
headphone




 From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Thursday, September 19, 2013 9:13 PM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] Playback problem
 

do your headphone get any sound ?

http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=2acc9dcb609427a20463e529ef552dd93b469847

ALSA: hda - Fix silent headphone output on Panasonic CF-74
CF-74 does the headphone/speaker switching on hardware, thus the driver 
shouldn't do any software-toggling of pins.  Otherwise it results in a silent 
headphone output.

This patch simply resets the hp_detect flag to fix the problem.

Have you ask the author the meaning of "driver shouldn't do any
software-toggling of pins" ?


did the headphone Jack control change to ON when you plugged the headphone Jack 
?

try hda-jack-sense-test when you plugged the headphone and Mic to find
out which node is your Mic ?


as there is only one master playback volume which control the volume of stereo 
speaker and headphone,  pre volume control for the subwoofer


Simple mixer control 'Master',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [0.00dB] [on]
  Front Right: Playback 31 [100%] [0.00dB] [on]


Simple mixer control 'LFE',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 31 [100%] [0.00dB] [on]

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-20 Thread helmut0
yes




 From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Thursday, September 19, 2013 9:13 PM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] Playback problem
 

do your headphone get any sound ?

http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=2acc9dcb609427a20463e529ef552dd93b469847

ALSA: hda - Fix silent headphone output on Panasonic CF-74
CF-74 does the headphone/speaker switching on hardware, thus the driver 
shouldn't do any software-toggling of pins.  Otherwise it results in a silent 
headphone output.

This patch simply resets the hp_detect flag to fix the problem.

Have you ask the author the meaning of "driver shouldn't do any
software-toggling of pins" ?


did the headphone Jack control change to ON when you plugged the headphone Jack 
?

try hda-jack-sense-test when you plugged the headphone and Mic to find
out which node is your Mic ?


as there is only one master playback volume which control the volume of stereo 
speaker and headphone,  pre volume control for the subwoofer


Simple mixer control 'Master',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [0.00dB] [on]
  Front Right: Playback 31 [100%] [0.00dB] [on]


Simple mixer control 'LFE',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
  Playback channels: Mono
  Limits: Playback 0 - 31
  Mono: Playback 31 [100%] [0.00dB] [on]

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-19 Thread helmut0
Hi Raymond How do I install this patch?  I really don't want to screw
this up...




 From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Wednesday, September 18, 2013 10:51 PM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] Playback problem
 

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_sigmatel.c?id=49c605db8d75216f88c3a57cfed3adfaddb71c6a

seem you are not using latest alsa driver

it used ref9200_pin_config fixup but there is no v.pins


https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=d39a3ae8215ad90e68ca5fbbced507b07052018b


-       [STAC_9200_PANASONIC] = ref9200_pin_configs,

+    [STAC_9200_PANASONIC] = {
+        .type = HDA_FIXUP_FUNC,
+        .v.func = stac9200_fixup_panasonic,
+    },

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-18 Thread helmut0
>From what i have read I need front speaker and an amplifier option?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-18 Thread helmut0
helmut0@helmut0:~$ cat 
/proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}; sudo rm 
/etc/asound.conf; sudo rm -r ~/.pulse ~/.asound* ;sudo rm ~/.pulse-cookie; sudo 
apt-get update; sudo apt-get install aptitude; sudo aptitude install paman 
gnome-alsamixer libasound2-plugins padevchooser libsdl1.2debian-pulseaudio; 
sudo lshw -short;ls -lart /dev/snd;  cat /dev/sndstat; lspci -nn; lsusb; sudo 
which alsactl; sudo fuser -v /dev/dsp /dev/snd/* ; dpkg -S bin/slmodemd; dmesg 
| egrep 'EMU|probe|emu|ALSA|alsa|ac97|udi|snd|ound|irmware'; sudo 
/etc/init.d/sl-modem-daemon status; sudo grep model /etc/modprobe.d/* ; sudo 
dmidecode|egrep 'anufact|roduct|erial|elease'; lsmod | egrep 
'snd|usb|midi|udio'; pacmd list-sinks; aplay -l; sudo alsa force-reload;  
ubuntu-support-status ; sudo lshw -C sound
Advanced Linux Sound Architecture Driver Version 1.0.24.
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xe864 irq 47
  1:: sequencer
  2: [ 0- 0]: digital audio playback
  3: [ 0- 0]: digital audio capture
  4: [ 0- 1]: hardware dependent
  5: [ 0- 0]: hardware dependent
  6: [ 0]   : control
 33:: timer
00-01: HDA Codec 1
00-00: HDA Codec 0
00-00: STAC9200 Analog : STAC9200 Analog : playback 1 : capture 1
Client info
  cur  clients : 1
  peak clients : 1
  max  clients : 192

Client   0 : "System" [Kernel]
  Port   0 : "Timer" (Rwe-)
  Port   1 : "Announce" (R-e-)
Client  14 : "Midi Through" [Kernel]
  Port   0 : "Midi Through Port-0" (RWe-)
[sudo] password for helmut0: 
rm: cannot remove `/etc/asound.conf': No such file or directory
rm: cannot remove `/home/helmut0/.asound*': No such file or directory
Hit http://us.archive.ubuntu.com precise Release.gpg
Get:1 http://us.archive.ubuntu.com precise-updates Release.gpg [198 B] 
Hit http://us.archive.ubuntu.com precise-backports Release.gpg 
Hit http://us.archive.ubuntu.com precise Release   
Hit http://archive.canonical.com precise Release.gpg   
Hit http://ppa.launchpad.net precise Release.gpg   
Hit http://ppa.launchpad.net precise Release.gpg   
Hit http://ppa.launchpad.net precise Release.gpg   
Get:2 http://us.archive.ubuntu.com precise-updates Release [49.6 kB]   
Hit http://archive.canonical.com precise Release   
Hit http://ppa.launchpad.net precise Release   
Hit http://ppa.launchpad.net precise Release   
Get:3 http://security.ubuntu.com precise-security Release.gpg [198 B]  
Hit http://us.archive.ubuntu.com precise-backports Release 
Hit http://ppa.launchpad.net precise Release   
Hit http://us.archive.ubuntu.com precise/main Sources  
Hit http://us.archive.ubuntu.com precise/restricted Sources
Hit http://us.archive.ubuntu.com precise/universe Sources  
Hit http://us.archive.ubuntu.com precise/multiverse Sources
Hit http://us.archive.ubuntu.com precise/main i386 Packages
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages  
Hit http://us.archive.ubuntu.com precise/universe i386 Packages
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages  
Hit http://us.archive.ubuntu.com precise/main TranslationIndex 
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex   
Get:4 http://security.ubuntu.com precise-security Release [49.6 kB]
Hit http://archive.canonical.com precise/partner i386 Packages 
Hit http://ppa.launchpad.net precise/main Sources  
Ign http://archive.canonical.com precise/partner TranslationIndex  
Hit http://ppa.launchpad.net precise/main i386 Packages
Ign http://ppa.launchpad.net precise/main TranslationIndex 
Hit http://ppa.launchpad.net precise/main Sources  
Hit http://ppa.launchpad.net precise/main i386 Packages
Ign http://ppa.launchpad.net precise/main TranslationIndex 
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex   
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex 
Hit http://us.archive.ubuntu.com precise/main Translation-en   
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en 
Get:5 http://us.archive.ubuntu.com precise-updates/main Sources [417 kB]   
Hit http://ppa.launchpad.net precise/main Sources  
Hit http://ppa.launchpad.net precise/main i386 P

[Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-18 Thread helmut0
Did I get it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-18 Thread helmut0
!!
!!ALSA Information Script v 0.4.62
!!

!!Script ran on: Thu Sep 19 00:17:12 UTC 2013


!!Linux Distribution
!!--

Ubuntu 12.04.3 LTS \n \l DISTRIB_ID=Ubuntu DISTRIB_DESCRIPTION="Ubuntu
12.04.3 LTS" NAME="Ubuntu" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu
precise (12.04.3 LTS)"


!!DMI Information
!!---

Manufacturer:  Matsushita Electric Industrial Co.,Ltd.
Product Name:  CF-74ECBAXBM
Product Version:   002
Firmware Version:  V2.00L10


!!Kernel Information
!!--

Kernel release:3.2.0-53-generic
Operating System:  GNU/Linux
Architecture:  i686
Processor: i686
SMP Enabled:   Yes


!!ALSA Version
!!

Driver version: 1.0.24
Library version:1.0.25
Utilities version:  1.0.25


!!Loaded ALSA modules
!!---

snd_hda_intel


!!Sound Servers on this system
!!

Pulseaudio:
  Installed - Yes (/usr/bin/pulseaudio)
  Running - Yes


!!Soundcards recognised by ALSA
!!-

 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xe864 irq 47


!!PCI Soundcards installed in the system
!!--

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition
Audio Controller (rev 02)


!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!---

00:1b.0 0403: 8086:27d8 (rev 02)
Subsystem: 10f7:8338


!!Modprobe options (Sound related)
!!

snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-usb-audio: index=-2
snd-usb-caiaq: index=-2
snd-usb-ua101: index=-2
snd-usb-us122l: index=-2
snd-usb-usx2y: index=-2
snd-cmipci: mpu_port=0x330 fm_port=0x388
snd-pcsp: index=-2
snd-usb-audio: index=-2


!!Loaded sound module options
!!---

!!Module: snd_hda_intel
align_buffer_size : Y
bdl_pos_adj : 
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,-1,-1
beep_mode : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
enable : 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,Y,Y
enable_msi : -1
id : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
index : 
-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,-1,-1
model : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
patch : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
position_fix : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
power_save : 0
power_save_controller : Y
probe_mask : 
-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,-1,-1
probe_only : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
single_cmd : N
snoop : Y


!!HDA-Intel Codec information
!!---
--startcollapse--

Codec: SigmaTel STAC9200
Address: 0
AFG Function Id: 0x1 (unsol 1)
Vendor Id: 0x83847690
Subsystem Id: 0x10f7
Revision Id: 0x102201
No Modem Function Group found
Default PCM:
rates [0x7e0]: 44100 48000 88200 96000 176400 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Default Amp-In caps: N/A
Default Amp-Out caps: ofs=0x1f, nsteps=0x1f, stepsize=0x05, mute=1
GPIO: io=4, o=0, i=0, unsolicited=1, wake=1
  IO[0]: enable=1, dir=1, wake=0, sticky=0, data=0, unsol=0
  IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[3]: enable=1, dir=1, wake=0, sticky=0, data=0, unsol=0
Node 0x02 [Audio Output] wcaps 0xd0401: Stereo
  Device: name="STAC92xx Analog", type="Audio", device=0
  Converter: stream=8, channel=0
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x03 [Audio Input] wcaps 0x1d0541: Stereo
  Device: name="STAC92xx Analog", type="Audio", device=0
  Converter: stream=4, channel=0
  SDI-Select: 0
  Power: setting=D0, actual=D0
  Delay: 13 samples
  Connection: 1
 0x0a
  Processing caps: benign=0, ncoeff=0
Node 0x04 [Audio Input] wcaps 0x140311: Stereo Digital
  Device: name="STAC92xx Digital", type="SPDIF", device=1
  Converter: stream=0, channel=0
  SDI-Select: 0
  Digital:
  Digital category: 0x0
  PCM:
rates [0x160]: 4410

[Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-17 Thread helmut0
Sorry about that:) How do I run it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-17 Thread helmut0
#!/bin/bash

SCRIPT_VERSION=0.4.62
CHANGELOG="http://www.alsa-project.org/alsa-info.sh.changelog";

#
#Copyright (C) 2007 Free Software Foundation.

#This program is free software; you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation; either version 2 of the License, or
#(at your option) any later version.

#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.

#You should have received a copy of the GNU General Public License
#along with this program; if not, write to the Free Software
#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

##

#The script was written for 2 main reasons:
# 1. Remove the need for the devs/helpers to ask several questions before we 
can easily help the user.
# 2. Allow newer/inexperienced ALSA users to give us all the info we need to 
help them.

#Set the locale (this may or may not be a good idea.. let me know)
export LC_ALL=C

#Change the PATH variable, so we can run lspci (needed for some distros)
PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin
BGTITLE="ALSA-Info v $SCRIPT_VERSION"
PASTEBINKEY="C9cRIO8m/9y8Cs0nVs0FraRx7U0pHsuc"
#Define some simple functions

pbcheck(){
    [[ $UPLOAD = "no" ]] && return

    if [[ -z $PASTEBIN ]]; then
        [[ $(ping -c1 www.alsa-project.org) ]] || KEEP_FILES="yes" UPLOAD="no" 
PBERROR="yes"
    else
        [[ $(ping -c1 www.pastebin.ca) ]] || KEEP_FILES="yes" UPLOAD="no" 
PBERROR="yes"
    fi
}

update() {
    SHFILE=`mktemp -t alsa-info.XX` || exit 1
    wget -O $SHFILE "http://www.alsa-project.org/alsa-info.sh"; >/dev/null 2>&1
    REMOTE_VERSION=`grep SCRIPT_VERSION $SHFILE |head -n1 |sed 's/.*=//'`
    if [ "$REMOTE_VERSION" != "$SCRIPT_VERSION" ]; then
        if [[ -n $DIALOG ]]
        then
            OVERWRITE=
            if [ -w $0 ]; then
                dialog --yesno "Newer version of ALSA-Info has been found\n\nDo 
you wish to install it?\nNOTICE: The original file $0 will be overwritten!" 0 0
                DIALOG_EXIT_CODE=$?
                if [[ $DIALOG_EXIT_CODE = 0 ]]; then
                  OVERWRITE=yes
                fi
            fi
            if [ -z "$OVERWRITE" ]; then
                dialog --yesno "Newer version of ALSA-Info has been found\n\nDo 
you wish to download it?" 0 0
                DIALOG_EXIT_CODE=$?
            fi
            if [[ $DIALOG_EXIT_CODE = 0 ]]
            then
                echo "Newer version detected: $REMOTE_VERSION"
                echo "To view the ChangeLog, please visit $CHANGELOG"
                if [ "$OVERWRITE" = "yes" ]; then
                    cp $SHFILE $0
                    echo "ALSA-Info script has been updated to v 
$REMOTE_VERSION"
                    echo "Please re-run the script"
                    rm $SHFILE 2>/dev/null
                else
                    echo "ALSA-Info script has been downloaded as $SHFILE."
                    echo "Please re-run the script from new location."
                fi
                exit
            else
                rm $SHFILE 2>/dev/null
            fi
        else
            echo "Newer version detected: $REMOTE_VERSION"
            echo "To view the ChangeLog, please visit $CHANGELOG"
            if [ -w $0 ]; then
                echo "The original file $0 will be overwritten!"
                echo -n "If you do not like to proceed, press Ctrl-C now.." ; 
read inp
                cp $SHFILE $0
                echo "ALSA-Info script has been updated. Please re-run it."
                rm $SHFILE 2>/dev/null
            else
                echo "ALSA-Info script has been downloaded $SHFILE."
                echo "Please, re-run it from new location."
            fi
            exit
        fi
    else
        rm $SHFILE 2>/dev/null
    fi
}

cleanup() {
    if [ -n "$TEMPDIR" -a "$KEEP_FILES" != "yes" ]; then
        rm -rf "$TEMPDIR" 2>/dev/null
    fi
    test -n "$KEEP_OUTPUT" || rm -f "$NFILE"
}


withaplay() {
    echo "!!Aplay/Arecord output" >> $FILE
    echo "!!" >> $FILE
    echo "" >> $FILE
       echo "APLAY" >> $FILE
    echo "" >> $FILE 
    aplay -l >> $FILE 2>&1
    echo "" >> $FILE
       echo "ARECORD" >> $FILE
    echo "" >> $FILE
    arecord -l >> $FILE 2>&1
    echo "" >> $FILE
}

withlsmod() {
    echo "!!All Loaded Modules" >> $FILE
    echo "!!--" >> $FILE
    echo "" >> $FILE
    lsmod |awk {'print $1'} >> $FILE
    echo "" >> $FILE
    echo "" >> $FILE
}

withamixer() {
    echo "!!Amixer output" >> $FILE
    echo "!!-" >> $FILE
    echo "" >> $FILE

Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-17 Thread helmut0
e counter: n/a
    Properties:
        

Module #17
    Name: module-x11-publish
    Argument: display=:0.0
    Usage counter: n/a
    Properties:
        module.author = "Lennart Poettering"
        module.description = "X11 credential publisher"
        module.version = "2.0"

Module #18
    Name: module-x11-bell
    Argument: display=:0.0 sample=bell.ogg
    Usage counter: n/a
    Properties:
        module.author = "Lennart Poettering"
        module.description = "X11 bell interceptor"
        module.version = "2.0"

Module #19
    Name: module-x11-cork-request
    Argument: display=:0.0
    Usage counter: n/a
    Properties:
        module.author = "Lennart Poettering"
        module.description = "Synthesize X11 media key events when cork/uncork 
is requested"
        module.version = "2.0"

Module #20
    Name: module-x11-xsmp
    Argument: display=:0.0 
session_manager=local/helmut0:@/tmp/.ICE-unix/1308,unix/helmut0:/tmp/.ICE-unix/1308
    Usage counter: n/a
    Properties:
        module.author = "Lennart Poettering"
        module.description = "X11 session management"
        module.version = "2.0"

Sink #0
    State: SUSPENDED
    Name: alsa_output.pci-_00_1b.0.analog-stereo
    Description: Built-in Audio Analog Stereo
    Driver: module-alsa-card.c
    Sample Specification: s16le 2ch 44100Hz
    Channel Map: front-left,front-right
    Owner Module: 4
    Mute: no
    Volume: 0: 129% 1: 129%
        0: 6.66 dB 1: 6.66 dB
        balance 0.00
    Base Volume: 100%
     0.00 dB
    Monitor Source: alsa_output.pci-_00_1b.0.analog-stereo.monitor
    Latency: 0 usec, configured 0 usec
    Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
    Properties:
        alsa.resolution_bits = "16"
        device.api = "alsa"
        device.class = "sound"
        alsa.class = "generic"
        alsa.subclass = "generic-mix"
        alsa.name = "STAC92xx Analog"
        alsa.id = "STAC92xx Analog"
        alsa.subdevice = "0"
        alsa.subdevice_name = "subdevice #0"
        alsa.device = "0"
        alsa.card = "0"
        alsa.card_name = "HDA Intel"
        alsa.long_card_name = "HDA Intel at 0xe864 irq 47"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-:00:1b.0"
        sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.name = "NM10/ICH7 Family High Definition Audio 
Controller"
        device.form_factor = "internal"
        device.string = "front:0"
        device.buffering.buffer_size = "65536"
        device.buffering.fragment_size = "32768"
        device.access_mode = "mmap+timer"
        device.profile.name = "analog-stereo"
        device.profile.description = "Analog Stereo"
        device.description = "Built-in Audio Analog Stereo"
        alsa.mixer_name = "SigmaTel STAC9200"
        alsa.components = "HDA:83847690,10f7,00102201 
HDA:14f12bfa,10f7,0009"
        module-udev-detect.discovered = "1"
        device.icon_name = "audio-card-pci"
    Ports:
        analog-output: Analog Output (priority: 9900)
    Active Port: analog-output
    Formats:
        pcm

Source #0
    State: SUSPENDED
    Name: alsa_output.pci-_00_1b.0.analog-stereo.monitor
    Description: Monitor of Built-in Audio Analog Stereo
    Driver: module-alsa-card.c
    Sample Specification: s16le 2ch 44100Hz
    Channel Map: front-left,front-right
    Owner Module: 4
    Mute: no
    Volume: 0: 100% 1: 100%
        0: 0.00 dB 1: 0.00 dB
        balance 0.00
    Base Volume: 100%
     0.00 dB
    Monitor of Sink: alsa_output.pci-_00_1b.0.analog-stereo
    Latency: 0 usec, configured 0 usec
    Flags: DECIBEL_VOLUME LATENCY 
    Properties:
        device.description = "Monitor of Built-in Audio Analog Stereo"
        device.class = "monitor"
        alsa.card = "0"
        alsa.card_name = "HDA Intel"
        alsa.long_card_name = "HDA Intel at 0xe864 irq 47"
        alsa.driver_name = "snd_hda_intel"
        device.bus_path = "pci-:00:1b.0"
        sysfs.path = "/devices/pci:00/:00:1b.0/sound/card0"
        device.bus = "pci"
        device.vendor.id = "8086"
        device.vendor.name = "Intel Corporation"
        device.product.name = "NM10/ICH7 Family High Definition Audio 
Controller"
  

[Bug 1225793]

2013-09-17 Thread helmut0
Hi Raymond thank you for getting back..The toughbook cf 74 just has 2
stereo speaker,but my understanding from other posts it has an amplifier
the needs a seperate codex? intel hd sound issue seem to be rampant.with
the sound is playing the sound meter is working like sound is comming
out.The headphone jack works on either headphone or speaker setting..I
will get the out to you as soon as I canThank you againDave

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-17 Thread helmut0

 From: helmut0 <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Tuesday, September 17, 2013 9:46 AM
Subject: Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] Playback problem
 

Hi Raymond thank you for getting back..The toughbook cf 74 just has 2
stereo speaker,but my understanding from other posts it has an amplifier
the needs a seperate codex? intel hd sound issue seem to be rampant.with
the sound is playing the sound meter is working like sound is comming
out.The headphone jack works on either headphone or speaker setting..I
will get the out to you as soon as I canThank you againDave



From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Tuesday, September 17, 2013 6:03 AM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,    
Internal] Playback problem


post the output of alsa-info.sh

pactl list

do your notebook  have a mono speaker or a stereo speaker and a
subwoofer


ode 0x11 [Pin Complex] wcaps 0x400104: Mono Amp-Out
  Control: name="LFE Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="LFE Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Amp-Out caps: N/A
  Amp-Out vals:  [0x00]
  Pincap 0x0010: OUT
  Pin Default 0x90100140: [Fixed] Speaker at Int N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x4, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Connection: 1
     0x13


you need to fixup pin 0x1e  

if you have internal speaker change [Jack] Spaker at Ext Rear to [Fixed]
Speaker at Int MISC = NO_PRESENCE


ode 0x0e [Pin Complex] wcaps 0x400181: Stereo
  Control: name="Speaker Front Jack", index=0, device=0
  Pincap 0x003f: IN OUT HP Detect Trigger ImpSense
  Pin Default 0x01114010: [Jack] Speaker at Ext Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=03, enabled=1
  Connection: 1
     0x0b

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-17 Thread helmut0
Hi Raymond thank you for getting back..The toughbook cf 74 just has 2
stereo speaker,but my understanding from other posts it has an amplifier
the needs a seperate codex? intel hd sound issue seem to be rampant.with
the sound is playing the sound meter is working like sound is comming
out.The headphone jack works on either headphone or speaker setting..I
will get the out to you as soon as I canThank you againDave




 From: Raymond <1225...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Tuesday, September 17, 2013 6:03 AM
Subject: [Bug 1225793] Re: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker,   
Internal] Playback problem
 

post the output of alsa-info.sh

pactl list

do your notebook  have a mono speaker or a stereo speaker and a
subwoofer


ode 0x11 [Pin Complex] wcaps 0x400104: Mono Amp-Out
  Control: name="LFE Playback Volume", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Control: name="LFE Playback Switch", index=0, device=0
    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  Amp-Out caps: N/A
  Amp-Out vals:  [0x00]
  Pincap 0x0010: OUT
  Pin Default 0x90100140: [Fixed] Speaker at Int N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0x4, Sequence = 0x0
    Misc = NO_PRESENCE
  Pin-ctls: 0x40: OUT
  Connection: 1
     0x13


you need to fixup pin 0x1e  

if you have internal speaker change [Jack] Spaker at Ext Rear to [Fixed]
Speaker at Int MISC = NO_PRESENCE


ode 0x0e [Pin Complex] wcaps 0x400181: Stereo
  Control: name="Speaker Front Jack", index=0, device=0
  Pincap 0x003f: IN OUT HP Detect Trigger ImpSense
  Pin Default 0x01114010: [Jack] Speaker at Ext Rear
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=03, enabled=1
  Connection: 1
     0x0b

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1225793] [NEW] [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

2013-09-15 Thread helmut0
Public bug reported:

No sound from main speakers.  Panasonic cf 74. STAC9200

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-53.81-generic 3.2.50
Uname: Linux 3.2.0-53-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  helmut01462 F pulseaudio
  helmut01467 F xfce4-volumed
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xe864 irq 46'
   Mixer name   : 'SigmaTel STAC9200'
   Components   : 'HDA:83847690,10f7,00102201 
HDA:14f12bfa,10f7,0009'
   Controls  : 19
   Simple ctrls  : 8
Date: Sun Sep 15 17:57:14 2013
InstallationMedia: Xubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Daemon not 
responding.
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Intel failed
Symptom_Card: Built-in Audio - HDA Intel
Symptom_Jack: Speaker, Internal
Symptom_Type: Only some of outputs are working
Title: [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/24/2006
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: V2.00L10
dmi.board.name: CF74-2
dmi.board.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.board.version: 001
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.chassis.version: 001
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV2.00L10:bd08/24/2006:svnMatsushitaElectricIndustrialCo.,Ltd.:pnCF-74ECBAXBM:pvr002:rvnMatsushitaElectricIndustrialCo.,Ltd.:rnCF74-2:rvr001:cvnMatsushitaElectricIndustrialCo.,Ltd.:ct10:cvr001:
dmi.product.name: CF-74ECBAXBM
dmi.product.version: 002
dmi.sys.vendor: Matsushita Electric Industrial Co.,Ltd.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225793

Title:
  [CF-74ECBAXBM, SigmaTel STAC9200, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1225793/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1060328] Re: netbook install crash

2012-10-04 Thread helmut0
Day 2 it died and gave me "out of disk" error.I used it for 3 hours last
night and it was great!. power it down over night and it dies.May try
earlyer distro...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060328

Title:
  netbook install crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1060328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1060328] Re: netbook install crash

2012-10-03 Thread helmut0
Update:   I did another fresh install and updated completely,the ran
"boot repair".So far I am stable and keeping my fingers crossed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060328

Title:
  netbook install crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1060328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1060328] Re: netbook install crash

2012-10-02 Thread helmut0
Disk has 15 bad sectors but on this perticular acer d250 netbook has the
137gb bios partition issue i believe.It's running great now after a
fresh install but for how long is anyones guess? Grub2?



 From: Ubuntu Foundation's Bug Bot <1060...@bugs.launchpad.net>
To: helm...@yahoo.com 
Sent: Tuesday, October 2, 2012 4:20 PM
Subject: [Bug 1060328] Re: netbook install crash
 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that there is a problem with the disk to which you are trying to
install Ubuntu.  I'd recommend performing a back up of your existing
operating system and then investigating the situation.  Measures you
might take include checking cable connections for your disks and using
software tools to investigate the health of your hardware.  In the event
that is is not in fact an error with your hardware please set the bug's
status back to New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: ubiquity-2.10.20

** Tags added: hardware-error

** Changed in: ubiquity (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1060328

Title:
  netbook install crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1060328/+subscriptions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060328

Title:
  netbook install crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1060328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1060328] Re: netbook install crash

2012-10-02 Thread helmut0
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060328

Title:
  netbook install crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1060328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1060328] [NEW] netbook install crash

2012-10-02 Thread helmut0
Public bug reported:

Partitioning took a long time on fresh intall.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.20
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic i686
ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
CasperVersion: 1.315
Date: Tue Oct  2 13:04:53 2012
LiveMediaBuild: Xubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1060328

Title:
  netbook install crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1060328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1036917] Re: install crashes

2012-08-14 Thread helmut0
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1036917

Title:
  install crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1036917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1036917] [NEW] install crashes

2012-08-14 Thread helmut0
Public bug reported:

I have tried to install lubuntu and xubuntu on and acer d250 netbook.I
have done this install 8 times now!!.With lubuntu it came up with many
dependences errors on the first update.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.16 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic i686
ApportVersion: 2.0.1-0ubuntu5
Architecture: i386
CasperVersion: 1.315
Date: Tue Aug 14 21:55:21 2012
InstallCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.lz quiet 
splash -- maybe-ubiquity
LiveMediaBuild: Xubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise ubiquity-2.10.16

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1036917

Title:
  install crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1036917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552137] Re: Sessions missing on sign in screen

2010-04-01 Thread helmut0
clean install fixed it :)

-- 
Sessions missing on sign in screen
https://bugs.launchpad.net/bugs/552137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552137] Re: Sessions missing on sign in screen

2010-03-30 Thread helmut0
It does start as normal just will not give me a desktop choice.I have
been using package fix and updating it but to no avail yet...

-- 
Sessions missing on sign in screen
https://bugs.launchpad.net/bugs/552137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552137] [NEW] Sessions missing on sign in screen

2010-03-30 Thread helmut0
Public bug reported:

Binary package hint: sysvinit

I just updated my 64 bit laptop and when I went to sign in there was not
desktops to sign into..Lucid 64

** Affects: sysvinit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sessions missing on sign in screen
https://bugs.launchpad.net/bugs/552137
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 539515] Re: Attempts to mount floppy despite no media present

2010-03-25 Thread helmut0
The hard drive light flashes on start up as normal,then goes solid when
finished.The floppy is shone but not mounted or excessable.When you try
to mount is the screen just disappears.Ibm laptop have a universal drive
bay.It could be a dvd,floppy,superdrive or battery. Yes it tries to
mount automatically,so i am guessing that is why the had drive is 
running straight out...

--- On Thu, 3/25/10, Martin Pitt  wrote:

From: Martin Pitt 
Subject: [Bug 539515] Re: Attempts to mount floppy despite no media present
To: helm...@yahoo.com
Date: Thursday, March 25, 2010, 4:35 AM

> I tried to due that and it said I am not the original reported

That's fine, you can still continue. Being subscribed to the bug is
enough to be able to run apport-collect. But anyway, we already have the
information from igi. This shows that a floppy drive was detected
indeed.

Can someone please answer my original questions?

> I'm trying to understand the symptom here.
> So your computer does not have a floppy drive, but you have a floppy icon?
> Did you click on it to mount it, or does it try to mount automatically?

And when do you see the hard disk light? After startup, or after you do
what?

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a direct subscriber
of a duplicate bug.

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 539515] Re: Attempts to mount floppy despite no media present

2010-03-23 Thread helmut0
I tried to due that and it said I am not the original reported.Yes I
have a floppy icon and no floppy drive and nothing is mounted.It does
try to mount that disappears..Hard drive light is on all the time..

--- On Tue, 3/23/10, Martin Pitt  wrote:

From: Martin Pitt 
Subject: [Bug 539515] Re: Attempts to mount floppy despite no media present
To: helm...@yahoo.com
Date: Tuesday, March 23, 2010, 3:40 PM

I'm trying to understand the symptom here. So your computer does not
have a floppy drive, but you have a floppy icon? Did you click on it to
mount it, or does it try to mount automatically?

Can you please run "apport-collect 539515"? This will attach some
hardware information which will help me to figure out the problem.

Thanks!

** Package changed: nautilus (Ubuntu) => udisks (Ubuntu)

** Changed in: udisks (Ubuntu)
       Status: New => Incomplete

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a direct subscriber
of a duplicate bug.

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 539515] Re: Attempts to mount floppy despite no media present

2010-03-23 Thread helmut0
Hi Dave again; I have an IBM t40 and no floppy.Under hardware it shows I
have a floppy and it is not mounted.I am guessing my hard drive which is
consistently running is trying to install it,even though it's not there.

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 539515] Re: Attempts to mount floppy despite no media present

2010-03-23 Thread helmut0
I'm kind of new at this.The floppy is not mounted and my drive light is
staying on trying to mount something that is not there.How do I remove
the floppy thats not there in the first place?  thanks againDave

--- On Mon, 3/22/10, Scott James Remnant  wrote:

From: Scott James Remnant 
Subject: [Bug 539515] Re: Attempts to mount floppy despite no media present
To: helm...@yahoo.com
Date: Monday, March 22, 2010, 1:21 PM

The fact that mount hangs on no media is one of the "well known" Linux
issues - but we shouldn't be trying to mount floppies if there isn't one
in the drive.  Reassigning this from "mount" (which is innocent) to what
I think calls is

** Summary changed:

- does not terminate at computer shutdown
+ Attempts to mount floppy despite no media present

** Package changed: util-linux (Ubuntu) => nautilus (Ubuntu)

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a direct subscriber
of a duplicate bug.

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 539515] Re: Attempts to mount floppy despite no media present

2010-03-22 Thread helmut0
How do you fix it.I don't have a floppy...

-- 
Attempts to mount floppy despite no media present
https://bugs.launchpad.net/bugs/539515
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544212] Re: does not terminate at computer shutdown

2010-03-22 Thread helmut0

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/41615954/Dependencies.txt

** Attachment added: "InitctlList.txt"
   http://launchpadlibrarian.net/41615955/InitctlList.txt

** Attachment added: "ProcAttrCurrent.gz"
   http://launchpadlibrarian.net/41615956/ProcAttrCurrent.gz

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/41615957/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/41615958/ProcStatus.txt

** Attachment added: "Processes.txt"
   http://launchpadlibrarian.net/41615959/Processes.txt

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/544212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544212] [NEW] does not terminate at computer shutdown

2010-03-22 Thread helmut0
Public bug reported:

Binary package hint: util-linux

Hard drive light stays on with ibm T40.Volume icon crashes...

ProblemType: Bug
Architecture: i386
Date: Sun Mar 21 14:08:13 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /bin/mount
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
OmitPids: 2172 2193
Package: mount 2.17-0ubuntu3
ProcCmdline: mount /media/floppy0
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: util-linux
Title: does not terminate at computer shutdown
Uname: Linux 2.6.32-16-generic i686

** Affects: util-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid shutdown-hang

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/544212
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539910] Re: does not terminate at computer shutdown

2010-03-16 Thread helmut0

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/41060313/Dependencies.txt

** Attachment added: "InitctlList.txt"
   http://launchpadlibrarian.net/41060314/InitctlList.txt

** Attachment added: "ProcAttrCurrent.gz"
   http://launchpadlibrarian.net/41060315/ProcAttrCurrent.gz

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/41060316/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/41060317/ProcStatus.txt

** Attachment added: "Processes.txt"
   http://launchpadlibrarian.net/41060318/Processes.txt

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/539910
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 539910] [NEW] does not terminate at computer shutdown

2010-03-16 Thread helmut0
Public bug reported:

Binary package hint: util-linux

no sound icon.HD running all the time..IBM t40

ProblemType: Bug
Architecture: i386
Date: Tue Mar 16 17:49:24 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /bin/mount
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
OmitPids: 3293 3319
Package: mount 2.17-0ubuntu3
ProcCmdline: mount /media/floppy0
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: util-linux
Title: does not terminate at computer shutdown
Uname: Linux 2.6.32-16-generic i686

** Affects: util-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid shutdown-hang

-- 
does not terminate at computer shutdown
https://bugs.launchpad.net/bugs/539910
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 517644] Re: package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package python-sip4 0:4.10.0-0ubuntu1

2010-02-05 Thread helmut0

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/38796953/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38796954/Dependencies.txt

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/38796955/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/38796956/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/38796957/DpkgTerminalLog.txt

-- 
package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to 
overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package 
python-sip4 0:4.10.0-0ubuntu1
https://bugs.launchpad.net/bugs/517644
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to sip4-qt3 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 517644] [NEW] package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package python-sip4 0:4.10.0-0ubuntu1

2010-02-05 Thread helmut0
Public bug reported:

maybe a dup,no clue..

ProblemType: Package
Architecture: amd64
Date: Fri Feb  5 08:59:04 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: trying to overwrite '/usr/lib/pyshared/python2.6/sip.so', which 
is also in package python-sip4 0:4.10.0-0ubuntu1
Package: python-sip 4.10.0-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic
SourcePackage: sip4-qt3
Title: package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to 
overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package 
python-sip4 0:4.10.0-0ubuntu1
Uname: Linux 2.6.32-12-generic x86_64

** Affects: sip4-qt3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to 
overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package 
python-sip4 0:4.10.0-0ubuntu1
https://bugs.launchpad.net/bugs/517644
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to sip4-qt3 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 517645] Re: package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package python-sip4 0:4.10.0-0ubuntu1

2010-02-05 Thread helmut0

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/38796959/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/38796961/Dependencies.txt

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/38796962/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/38796964/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/38796965/DpkgTerminalLog.txt

-- 
package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to 
overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package 
python-sip4 0:4.10.0-0ubuntu1
https://bugs.launchpad.net/bugs/517645
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to sip4-qt3 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 517645] [NEW] package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package python-sip4 0:4.10.0-0ubuntu1

2010-02-05 Thread helmut0
Public bug reported:

maybe a dup,no clue..

ProblemType: Package
Architecture: amd64
Date: Fri Feb  5 08:59:04 2010
DistroRelease: Ubuntu 10.04
ErrorMessage: trying to overwrite '/usr/lib/pyshared/python2.6/sip.so', which 
is also in package python-sip4 0:4.10.0-0ubuntu1
Package: python-sip 4.10.0-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic
SourcePackage: sip4-qt3
Title: package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to 
overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package 
python-sip4 0:4.10.0-0ubuntu1
Uname: Linux 2.6.32-12-generic x86_64

** Affects: sip4-qt3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
package python-sip 4.10.0-2ubuntu1 failed to install/upgrade: trying to 
overwrite '/usr/lib/pyshared/python2.6/sip.so', which is also in package 
python-sip4 0:4.10.0-0ubuntu1
https://bugs.launchpad.net/bugs/517645
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to sip4-qt3 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 503727] Re: computer-janitor-gtk crashed with KeyError in create_column()

2010-01-21 Thread helmut0
Great thank you..Everything solid so far:)  nice work!

--- On Thu, 1/21/10, Barry Warsaw  wrote:

From: Barry Warsaw 
Subject: [Bug 503727] Re: computer-janitor-gtk crashed with KeyError in 
create_column()
To: helm...@yahoo.com
Date: Thursday, January 21, 2010, 9:02 AM

mvo fixed this with the attached patch (in r218 for lp:computer-
janitor).  He'll upload a new version soon.


** Attachment added: "patch.txt"
   http://launchpadlibrarian.net/38187891/patch.txt

-- 
computer-janitor-gtk crashed with KeyError in create_column()
https://bugs.launchpad.net/bugs/503727
You received this bug notification because you are a direct subscriber
of a duplicate bug.

-- 
computer-janitor-gtk crashed with KeyError in create_column()
https://bugs.launchpad.net/bugs/503727
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 468589] Re: Unable to shut down or restart on Karmic

2009-11-14 Thread helmut0
** Changed in: sysvinit (Ubuntu Karmic)
   Status: Fix Committed => Fix Released

** Changed in: sysvinit (Ubuntu Karmic)
   Status: Fix Released => Fix Committed

-- 
Unable to shut down or restart on Karmic
https://bugs.launchpad.net/bugs/468589
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 72551] Re: j script or java crash

2006-12-02 Thread helmut0
Hi Dave;The crash seems to be related to flash player.I updated to beta
version 9 and all was well.Also I put java 1.4 and for some reason it's
stable now on my 32 bit test machine...Regardsdave

 
-
Everyone is raving about the all-new Yahoo! Mail beta.

-- 
j script or java crash
https://launchpad.net/bugs/72551

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs