[Bug 1035768] Re: [ICE1712 - M Audio Audiophile 24/96, playback] no sound after suspend/resume in 12.04

2012-08-12 Thread Ahren Fitzroy
After some more tinkering I've developed a reliable workaround to this
issue.  The tricky part seems to be getting the ice1712 driver to unload
in the short time window between killing pulseaudio and when pulseaudio
automatically restarts.  I am still a linux novice so I am certain that
there are better ways to go about this, but here is the script that has
worked for me:

sudo killall pulseaudio; sudo rmmod snd_ice1712
sudo modprobe snd_ice1712
killall pulseaudio

This can be set to run automatically upon resume by creating a file in
/usr/lib/pm-utils/sleep.d with the above code wrapped like so (found
this tip at http://ubuntuforums.org/showthread.php?t=1484156):

#!/bin/bash
case "$1" in
hibernate|suspend)
#do nothing
;;
thaw|resume)
sudo killall pulseaudio; sudo rmmod snd_ice1712
sudo modprobe snd_ice1712
killall pulseaudio
;;
*)
;;
esac
exit $?

This workaround seems to have my sound working as expected after resume
with no interventions necessary.

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

Title:
  [ICE1712 - M Audio Audiophile 24/96, playback] no sound after
  suspend/resume in 12.04

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

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


[Bug 1035768] Re: [ICE1712 - M Audio Audiophile 24/96, playback] no sound after suspend/resume in 12.04

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

Title:
  [ICE1712 - M Audio Audiophile 24/96, playback] no sound after
  suspend/resume in 12.04

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

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


[Bug 1035768] [NEW] [ICE1712 - M Audio Audiophile 24/96, playback] no sound after suspend/resume in 12.04

2012-08-11 Thread Ahren Fitzroy
Public bug reported:

I have perfectly fine sound playback from my Audiophile 2496 card on
initial boot, but every time without fail when I suspend I have no audio
upon resuming.  When sound is gone after resume, activity can still be
seen on the VU meters of envy24control when a sound is played.  I found
and tried a few recommendations online for dealing with similar
problems, to no avail.  Specifically:

Running "killall pulseaudio" does not solve the problem.
Running "sudo alsa force-reload" does not solve the problem.
Logging out and back in does not solve the problem.
Disabling my onboard Intel HD audio in the BIOS does not solve the problem.
Adding "options snd-ice1712 model=audiophile" to the end of my 
/etc/modprobe.d/alsa-base.conf file does not solve the problem.

The only thing that DOES solve the problem is a full reboot, which works
every time.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: alsa-base 1.0.25+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: fglrx
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ahren  1931 F pulseaudio
 /dev/snd/controlC3:  ahren  1931 F pulseaudio
 /dev/snd/controlC0:  ahren  1931 F pulseaudio
 /dev/snd/controlC2:  ahren  1931 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfdff4000 irq 44'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,1028020d,0011'
   Controls  : 41
   Simple ctrls  : 23
Card1.Amixer.info:
 Card hw:1 'SP2208WFP'/'Mic-OmniVision Technologies, Inc.538-2640-07.08.09.6 
Monitor Webcam (SP2208WFP)'
   Mixer name   : 'USB Mixer'
   Components   : 'USB05a9:2643'
   Controls  : 4
   Simple ctrls  : 3
Card2.Amixer.info:
 Card hw:2 'M2496'/'M Audio Audiophile 24/96 at 0xbf00, irq 16'
   Mixer name   : 'ICE1712 - multitrack'
   Components   : ''
   Controls  : 48
   Simple ctrls  : 26
Card3.Amixer.info:
 Card hw:3 'HDMI'/'HDA ATI HDMI at 0xfddfc000 irq 45'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 6
   Simple ctrls  : 1
Card3.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Sat Aug 11 20:12:25 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: RV630 audio device [Radeon HD 2600 Series] - HDA ATI HDMI
Symptom_Type: Sound works for a while, then breaks
Title: [ICE1712 - M Audio Audiophile 24/96, playback] fails after a while
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.18
dmi.board.name: 0FM586
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: OEM
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.18:bd02/24/2009:svnDellInc.:pnInspiron530:pvr:rvnDellInc.:rn0FM586:rvr:cvnDellInc.:ct3:cvrOEM:
dmi.product.name: Inspiron 530
dmi.sys.vendor: Dell Inc.
mtime.conffile..etc.modprobe.d.alsa.base.conf: 2012-08-05T16:06:25.692043

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  [ICE1712 - M Audio Audiophile 24/96, playback] no sound after
  suspend/resume in 12.04

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

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


[Bug 374705] Re: package sun-java6-doc 6-13-1 failed to install/upgrade:

2009-05-10 Thread Ahren

** Attachment added: "VarLogDistupgrade200905101911.gz"
   http://launchpadlibrarian.net/26552952/VarLogDistupgrade200905101911.gz

-- 
package sun-java6-doc 6-13-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/374705
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 374705] [NEW] package sun-java6-doc 6-13-1 failed to install/upgrade:

2009-05-10 Thread Ahren
Public bug reported:

Latest update for OS, still buggy with respect to java6-doc file!

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.3-5ubuntu4
 gcc-4.3-base 4.3.3-5ubuntu4
 unzip 5.52-12ubuntu1
 findutils 4.4.0-2ubuntu4
 libc6 2.9-4ubuntu6
DistroRelease: Ubuntu 9.04
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 1
Package: sun-java6-doc 6-13-1
PackageArchitecture: all
SourcePackage: sun-java6
Title: package sun-java6-doc 6-13-1 failed to install/upgrade:
Uname: Linux 2.6.27-11-generic i686

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package sun-java6-doc 6-13-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/374705
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 364984] Re: couldn't install java docs

2009-04-21 Thread Ahren

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

-- 
couldn't install java docs
https://bugs.launchpad.net/bugs/364984
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 364984] [NEW] couldn't install java docs

2009-04-21 Thread Ahren
Public bug reported:

package manager launched a script that crashed

ProblemType: Package
Architecture: i386
Dependencies:
 libgcc1 1:4.3.2-1ubuntu12
 gcc-4.3-base 4.3.2-1ubuntu12
 unzip 5.52-11ubuntu1
 findutils 4.4.0-2ubuntu3
 libc6 2.8~20080505-0ubuntu9
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: sun-java6-doc 6-10-0ubuntu2
PackageArchitecture: all
SourcePackage: sun-java6
Title: package sun-java6-doc 6-10-0ubuntu2 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.27-11-generic i686

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
couldn't install java docs
https://bugs.launchpad.net/bugs/364984
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