[Bug 1229195] Re: Openconnect will not connect under Saucy -- openssl problem?

2014-04-16 Thread Toby Murray
For what it's worth, I just manually downloaded the 5.02 packages and
installed them on a Linux Mint 16 laptop. It didn't work after I first
installed the packages but after a reboot it worked. I'm guessing the
network-manager was hanging on to the 5.01 lib files somewhere.

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

Title:
  Openconnect will not connect under Saucy -- openssl problem?

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

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


[Bug 1000244] Re: /etc/resolv.conf symlink does not exist after initial installation of resolvconf package

2012-08-21 Thread Toby Murray
Had to attach strace to the vpanagentd process that runs in the
background. Here is grep resolv.conf from the log covering firing up
the UI, connecting and disconnecting. So yes, it is indeed doing a
rename.

stat(/etc/resolv.conf, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
stat(/etc/resolv.conf, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
stat(/etc/resolv.conf, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
stat(/etc/resolv.conf.vpnbackup, 0x7fff63bfaa60) = -1 ENOENT (No such file or 
directory)
stat(/etc/resolv.conf, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
rename(/etc/resolv.conf, /etc/resolv.conf.vpnbackup) = 0
chown(/etc/resolv.conf.vpnbackup, 0, 0) = 0
open(/etc/resolv.conf, O_WRONLY|O_CREAT|O_TRUNC, 0100644) = 37
inotify_add_watch(37, /etc/resolv.conf, IN_CLOSE_WRITE|IN_DELETE|IN_ONESHOT) 
= 1
stat(/etc/resolv.conf.vpnbackup, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
rename(/etc/resolv.conf.vpnbackup, /etc/resolv.conf) = 0
chown(/etc/resolv.conf, 0, 0) = 0
stat(/etc/resolv.conf.vpnbackup, 0x7fff63bfac30) = -1 ENOENT (No such file or 
directory)
stat(/etc/resolv.conf.vpnbackup, 0x7fff63bfabe0) = -1 ENOENT (No such file or 
directory)

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

Title:
  /etc/resolv.conf symlink does not exist after initial installation of
  resolvconf package

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

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


[Bug 1000244] Re: /etc/resolv.conf symlink does not exist after initial installation of resolvconf package

2012-08-17 Thread Toby Murray
Yes, the contents of my /etc/resolv.conf is the same as
/etc/resolvconf/resolv.conf.d/original

I'm pretty sure I didn't manually answer any questions about resolv.conf
when setting things up. I did a standard linux mint install and then at
a later point installed the Cisco AnyConnect client from the
university's website.

I can confirm that the AnyConnect VPN client does indeed muck with
resolv.conf when a VPN connection is established. It moves resolv.conf
to resolv.conf.vpnbackup and puts its own resolv.conf in place. When you
disconnect, it swaps the old one back in.

However this does seem to be a move operation, not a copy/delete. I last
rebooted the machine on June 20th. Since then I have started/stopped the
VPN several times but the timestamp on resolv.conf.vpnbackup is still
June 20th. So it might not be the cause of the unlinkification.

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

Title:
  /etc/resolv.conf symlink does not exist after initial installation of
  resolvconf package

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

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


[Bug 1000244] Re: resolv.conf not populated because /etc/resolv.conf symlink was not created

2012-08-15 Thread Toby Murray
I think I may be seeing this on an attempt to upgrade linux mint from 12
to 13. This may not be a definitive case as I ran into some (I think
unrelated) problems before I came to this one but maybe this can help.
This is a 5ish month old install. Possible complication: It has the
Cisco AnyConnect client installed to access our VPN.

Originally I had a problem during the dist-upgrade because of some mint
specific package. I removed this package and tried to run dist-upgrade
again and this is when I got the resolvconf error message:

Processing triggers for resolvconf ...
resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.
Errors were encountered while processing:
 linux-image-3.2.0-27-generic
 linux-image-3.2.0-29-generic
 linux-image-generic
 linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


Some output of commands asked for above:

me@hostname:~$ ls -l /etc/resolv.conf
-rw-r--r-- 1 root root 162 Jul 26 15:30 /etc/resolv.conf
me@hostname:~$ ls -l /run/resolvconf
total 0
drwxr-xr-x 2 root root 40 Jul 26 10:20 interface
-rw-r--r-- 1 root root  0 Jul 26 10:20 postponed-update
me@hostname:~$ ls -l /run/resolvconf/interface
total 0
me@hostname:~$ for F in /run/resolvconf/interface/* ; do echo === $F === ; 
cat $F ; done
=== /run/resolvconf/interface/* ===
cat: /run/resolvconf/interface/*: No such file or directory
me@hostname:~$ for F in /etc/resolvconf/resolv.conf.d/* ; do echo === $F === 
; cat $F ; done
=== /etc/resolvconf/resolv.conf.d/base ===
=== /etc/resolvconf/resolv.conf.d/head ===
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
=== /etc/resolvconf/resolv.conf.d/original ===
domain net.k-state.edu
nameserver 129.130.254.2
nameserver 129.130.254.3
nameserver 129.130.254.2
nameserver 129.130.254.3
search net.k-state.edu telecom.ksu.edu
=== /etc/resolvconf/resolv.conf.d/tail ===
domain net.k-state.edu
nameserver 129.130.254.2
nameserver 129.130.254.3
nameserver 129.130.254.2
nameserver 129.130.254.3
search net.k-state.edu telecom.ksu.edu

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

Title:
  resolv.conf not populated because /etc/resolv.conf symlink was not
  created

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

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


[Bug 861268] Re: text corruption in terminals (xterm, urxvt) and emacs

2011-12-13 Thread Toby Murray
I also see this problem with Unity. However, I have yet to see it
manifest with unity-2d. Using the 'nvidia' Xorg driver in both cases.

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

Title:
  text corruption in terminals (xterm, urxvt) and emacs

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/861268/+subscriptions

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


[Bug 648180] Re: Unity sucks

2010-10-12 Thread Toby Murray
Yes! I have no desire to give up precious screen real estate to a
permanent vertical bar that behaves like one of the features I HATE from
OSX. Is this program actually running or just 'pinned'?! And why are the
icons moving when I try to click on them?!

Luckily I have figured out how to make things work mostly like they used
to. If it isn't installed already, install the package netbook-launcher-
efl. This should give you a Netbook Edition (2D) option in the list of
available sessions out on the login screen. Choose this session.

By default this session seems kind of broken. At least mine came with
nothing in the top gnome-panel. No window switcher, no notification
area... just the power icon to log out/turn off and the gwibber menu
(yay?). After adding the Window Picker and Notification Area
applets, I am pretty much back to the look of netbook-launcher from
lucid. In fact I think it looks slightly better.

-- 
Unity sucks
https://bugs.launchpad.net/bugs/648180
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 569273] Re: memory leak in gnome-power-manager on lucid

2010-06-29 Thread Toby Murray
For me, it is much slower. This is on a desktop that is attached to an
APC UPS via the USB cable. There is no indicator in my panel (unless
maybe if the power goes out and I start running on the UPS?). I last
restarted gnome-power-manager on the 23rd and it is now using 132MB.
Using the same command that Simon just posted, it looks like whatever
this 4kB leak is, it is happening once every 20 seconds for me instead
of every second.

Now I just unplugged the USB cable and not only did the memory leak stop
but the process has actually started freeing memory! After a couple of
minutes it has trimmed itself by 5MB (down to 127MB). I wasn't watching
very closely at first but it seems like it dropped a couple of MB pretty
quickly. Now I can still see it dropping a few KB here and there but it
is pretty slow going.

I'm still running the stock code. I will try -proposed if I have some
spare time.

-- 
memory leak in gnome-power-manager on lucid
https://bugs.launchpad.net/bugs/569273
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 198666] Re: VFS: busy inodes on changed media.

2010-06-18 Thread Toby Murray
Actually it turns out this problem does eventually fix itself. I didn't
reboot last week after all and now everything is working again. I'm
assuming something times out after several hours.

-- 
VFS: busy inodes on changed media.
https://bugs.launchpad.net/bugs/198666
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 198666] Re: VFS: busy inodes on changed media.

2010-06-11 Thread Toby Murray
I just ran into this problem on Lucid 64 bit.

The workaround using eject does not seem to work for me. Looks like a
reboot is the only way to get use of my CD drive back.

-- 
VFS: busy inodes on changed media.
https://bugs.launchpad.net/bugs/198666
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 382140] Re: karmic: high-pitched noise from snd-hda-intel

2009-11-25 Thread Toby Murray
coldReactive: Your issues sound more like electronic interference on the
motherboard, not the driver problem that this bug is addressing,
especially since it happens in Windows as well. I suspect high activity
on your PCI express bus is creating interference in your sound card. I
have experienced similar things before. That is just a hardware issue.

-- 
karmic: high-pitched noise from snd-hda-intel
https://bugs.launchpad.net/bugs/382140
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 197288] Re: [hardy] new windows are put in background when a window has always on top set

2009-11-19 Thread Toby Murray
I think this bug still exists in 9.10. I notice it when having a video
playing in vlc or mplayer that I set to always on top. Then if I open
a new application, sometimes the new window does not get focus. Focus
stays on whichever window had focus before I opened the new one. However
not all applications are affected. For example if I open the calculator
(gcalctool) it gets focus correctly. However gnome-terminal windows do
not get focus. Chrome gets focus, the gnome games don't. Not sure what
the determining factor is.

-- 
[hardy] new windows are put in background when a window has always on top set
https://bugs.launchpad.net/bugs/197288
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 462432] Re: Song title not updated during fullscreen visualization

2009-11-09 Thread Toby Murray
This still affects me after an update to 0.22.0~zrc1-0ubuntu2 earlier
tonight.

-- 
Song title not updated during fullscreen visualization
https://bugs.launchpad.net/bugs/462432
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 462432] [NEW] Song title not updated during fullscreen visualization

2009-10-28 Thread Toby Murray
Public bug reported:

Noticed this the other day and verified after applying all updates on
mythbuntu 9.10.

The name of the song that is displayed in the lower left corner in the
main mythmusic screen (right below the small visualization box) is not
updated if a song switch happens while I am in fullscreen visualization
mode. If song A is playing when the fullscreen visualization starts,
then advances to song B, when I exit fullscreen visualization mode, song
A is still displayed. This happens when the song advance is automatic
(end of song) or a manual next song input from my remote. Pressing
fast forward/rewind immediately updates the song name. Pausing playback
does not update the name however resuming playback does. Song switches
while not in fullscreen mode updates the song title correctly.

As stated at the top, I am running fully updated mythbuntu 9.10 with
mythtv packages at version 0.22.0+fixes22594-0ubuntu1. I am using the
default Mythbuntu widescreen theme with the Goom visualization.

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


** Tags: mythmusic song title visualization

-- 
Song title not updated during fullscreen visualization
https://bugs.launchpad.net/bugs/462432
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 460027] [NEW] using lirc init script restart function fails sometimes

2009-10-24 Thread Toby Murray
Public bug reported:

Binary package hint: lirc

Using lircd 0.8.6 on Mythbuntu 9.10:
Using /etc/init.d/lirc restart successfully shuts down lircd however it fails 
to start back up even though the output on the console indicates that it 
started (the [ OK ] on the right)
If I then immediately run /etc/init.d/lirc start it starts up fine.

I believe it is just a simple timing problem. Maybe it takes lircd half
a second or so to shut down but the init script is not waiting for it.
When the new instance tries to start, it can't grab the resources it
needs because the old one is still holding on to them.

For me, simply adding a sleep 1  in the restart function right after
the call to stop (line 222) fixes this problem.

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

-- 
using lirc init script restart function fails sometimes
https://bugs.launchpad.net/bugs/460027
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 382140] Re: karmic: high-pitched noise from snd-hda-intel

2009-10-24 Thread Toby Murray
I can confirm the problem (both the whine and the pop) and the fix with
the following hardware:

aplay -l:
card 0: SB [HDA ATI SB], device 0: ALC889A Analog

lspci:
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)

-- 
karmic: high-pitched noise from snd-hda-intel
https://bugs.launchpad.net/bugs/382140
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 457890] [NEW] mythfrontend crash while stopping a recording

2009-10-22 Thread Toby Murray
Public bug reported:

Binary package hint: mythtv

I have been testing Mythbuntu 9.10 for the past week or two and working
with the folks in #ubuntu-mythtv on some issues. I am up to date on all
packages as of the evening of October 21. (mythtv version
0.22.0~zrc1-0ubuntu1)

While playing around with lirc trying to get my remote tweaked,
mythfrontend crashed on me. I had been using my remote and was watching
a recording. However the stop/escape button on my remote wasn't working
because of a lirc config issue (it wasn't mapped in the mythtv lirc
config file) so I brought up the remote control in mythweb and clicked
the Escape button. The screen went blank and I expected a listing of
my recorded shows to re-appear. Instead it just sat there for maybe 15
seconds and as I was about to kill it via ssh, mythfrontend suddenly
vanished and I was left at the Mythbuntu desktop. Unfortunately I can
not seem to recreate this crash at will.

My goal was actually to restart mythfrontend to pick up the new lirc
configuration so I wasn't really annoyed by it but when I mentioned it
in IRC, Mario wanted me to test some crash reporting utilities (which
broke launchpad with a 50 MB upload) so here I am!

Attached is the stack trace generated by apport-retrace of the file
/var/crash/_usr_bin_mythfrontend.real.1000.crash

DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: pulseaudio
Uname: Linux 2.6.31-14-generic x86_64

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


** Tags: crash mythtv

-- 
mythfrontend crash while stopping a recording
https://bugs.launchpad.net/bugs/457890
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 457890] Re: mythfrontend crash while stopping a recording

2009-10-22 Thread Toby Murray

** Attachment added: stack trace from apport-retrace
   http://launchpadlibrarian.net/34131742/apport-retrace.log

-- 
mythfrontend crash while stopping a recording
https://bugs.launchpad.net/bugs/457890
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 439779] Re: Sound mixer problems with Realtek ALC889A

2009-10-13 Thread Toby Murray
The daily CDs have been kind of broken for the past couple of days so I
couldn't verify with the latest builds but as of today the daily CD
build is happy again and everything is still working.

** Changed in: alsa-driver (Ubuntu)
   Status: New = Fix Released

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
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 439779] Re: Sound mixer problems with Realtek ALC889A

2009-10-11 Thread Toby Murray
My apologies... The sound not working problem was user error. Things
were slightly complicated because the sound was running through my TV. I
have now hooked up a pair of external speakers directly to the computer
to simplify things.

The good news is that using the October 9th CD, the mute/unmute problem
seems to be fixed. And after learning a bit more about sound mixing in
linux I think that was the only real bug to begin with.

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
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 439779] Re: Sound mixer problems with Realtek ALC889A

2009-10-09 Thread Toby Murray
As of the October 8th daily CD, I have no sound whatsoever anymore. Both
alsamixer and the gnome volume manager say nothing is muted but there is
nothing coming out of my speakers.

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
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 442793] Re: Sound works on LiveCD, but not after install

2009-10-08 Thread Toby Murray
I seem to be having similar symptoms. I have a Gigabyte motherboard with
a Realtek ALC889A chip in it. Sound somewhat works with the latest
Ubuntu Karmic CD although I do see some anomalies (which I have reported
here: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/439779
). Sound was also working when I booted from the Mythbuntu beta liveCD
earlier tonight however now that I have installed it and booted to it
(and just now updated) I have no sound. The linked bug has a lot more
detail on the hardware if that is helpful.

-- 
Sound works on LiveCD, but not after install
https://bugs.launchpad.net/bugs/442793
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 439779] Re: Sound mixer problems with Realtek ALC889A

2009-10-03 Thread Toby Murray
Thinking about it some more, I am guessing you mean that the Front and
Master channels may be intentionally linked together. I was thinking of
Front as meaning the center channel of a surround sound system but I
see there is a separate channel for that so I assume it means the
headphone jack on the front of the case. So yes, it would indeed usually
make sense to make Master and Front synonymous.

However if this is the case, then the bug would be that if muting one
mutes both then unmuting one should also unmute both which isn't
happening. It looks like I did not explicitly mention this detail in my
first post but if I mute Front (which also mutes Master) then unmuting
Front does NOT unmute Master. And of course point c) from my original
post also remains.

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
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 439779] [NEW] Sound mixer problems with Realtek ALC889A

2009-09-30 Thread Toby Murray
Public bug reported:

I have been having a difficult time getting sound to work some new
hardware I put together to upgrade my mythtv box. This is on-board audio
on a Gigabyte GA-MA790fx-DS5. Output is the standard 3.5mm audio out
jack on the rear I/O panel. I tried the Karmic alpha 6 liveCD and
discovered that the sound does work however I have uncovered what seems
to be a bug somewhere in the mixing layer.

a) when playing a .wav file in rhythmbox and viewing mixer levels in alsamixer, 
the final volume is affected not only by Master and PCM but also by the 
channel labelled Front
b) if I mute the Front channel, Master also becomes muted
c) if I mute either Master or Front and then unmute them again, sound does not 
return and no amount of diddling in alsamixer brings it back.

The only way to get sound back that I have found is to uncheck the
mute checkbox in the gnome Sound Preferences app.

The above is using a vanilla Ubuntu 9.10 liveCD however I think this
might be contributing to the issue of not being able to get sound to
work at all in mythbuntu. Since it doesn't use the gnome sound app, I'm
thinking that whatever magic that is happening there is not being done
by the mythbuntu mixer app and the sound is just permanently muted.

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 3384 F pulseaudio
 /dev/snd/controlC0:  ubuntu 3384 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,1458a002,00100101'
   Controls  : 37
   Simple ctrls  : 20
Card1.Amixer.info:
 Card hw:1 'CX8801'/'Conexant CX8801 at 0xf900'
   Mixer name   : 'CX88'
   Components   : ''
   Controls  : 3
   Simple ctrls  : 2
Date: Thu Oct  1 02:31:54 2009
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Alpha amd64 (20090917.1)
Package: alsa-base 1.0.20+dfsg-1ubuntu4
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.34-generic
SourcePackage: alsa-driver
Uname: Linux 2.6.31-10-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
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 439779] Re: Sound mixer problems with Realtek ALC889A

2009-09-30 Thread Toby Murray

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32766751/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32766752/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32766753/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32766754/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/32766755/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.3.txt
   http://launchpadlibrarian.net/32766756/Card0.Codecs.codec.3.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/32766757/Card1.Amixer.values.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32766758/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32766759/Dependencies.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32766760/PciMultimedia.txt

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
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 439779] Re: Sound mixer problems with Realtek ALC889A

2009-09-30 Thread Toby Murray
OK I have downloaded the current image at http://cdimage.ubuntu.com
/daily-live/current/ and the behavior is identical.

Also, if you could clarify, which volume adjustment behavior is
intentional?

I also added the audio-dev PPA and updated then restarted my X session on the 
liveCD (this should reload PA, right?)
First thing that happened was that the Indicator-applet crashed. But after 
that, the behavior was the same again. Does this really seem like a PA issue 
though? To me it sounds more like an alsa or driver problem, especially since I 
HAVE found reports of other people having problems with this particular 
hardware.

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
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 207506] Re: nm-vpnc and vpnc-connect produce different routing tables

2009-05-27 Thread Toby Murray
Had this problem since upgrading to Jaunty. The checkbox did indeed fix
it and I agree that the default should be changed. I believe this is how
most people expect a VPN to work.

-- 
nm-vpnc and vpnc-connect produce different routing tables
https://bugs.launchpad.net/bugs/207506
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