[Bug 1911055] Re: [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine push buffer channel allocation failed

2021-09-14 Thread Shannon VanWagner
Inspired by #17 - What seems to have worked for me is to disable all
nvidia service scripts.

First, can take note of current setting with:
$ for e in suspend hibernate resume;do sudo systemctl status 
nvidia-$e.service;done
● nvidia-suspend.service - NVIDIA system suspend actions
 Loaded: loaded (/lib/systemd/system/nvidia-suspend.service; disabled; 
vendor preset: enabled)
 Active: inactive (dead)
● nvidia-hibernate.service - NVIDIA system hibernate actions
 Loaded: loaded (/lib/systemd/system/nvidia-hibernate.service; disabled; 
vendor preset: enabled)
 Active: inactive (dead)
● nvidia-resume.service - NVIDIA system resume actions
 Loaded: loaded (/lib/systemd/system/nvidia-resume.service; disabled; 
vendor preset: enabled)
 Active: inactive (dead)

Then disable the scripts with:
$ for e in suspend hibernate resume;do sudo systemctl disable 
nvidia-$e.service;done

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

Title:
  [modeset][nvidia] suspend/resume broken in nvidia-460 : Display engine
  push buffer channel allocation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-460/+bug/1911055/+subscriptions


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

[Bug 1798790] Re: Ubuntu login screen never appears when using the Nvidia driver (and setting WaylandEnable=false fixes it)

2019-05-18 Thread Shannon VanWagner
Workaround in #19 working for me so far on Ubuntu 19.04. Have done a
reboot test and a powerup test so far.


Something I noticed earlier when the machine was stuck is that the machine was 
able to get to the point where I could ssh to it after the GUI hadn't started. 
The command below did bring up the GUI for me:
$ sudo systemctl restart gdm3
or even
$ /etc/init.d/gdm3 restart

Not a better workaround, but may save from rebooting while you make the
change for #19.


$ cat /etc/issue.net 
Ubuntu 19.04
$ uname -a
Linux ubuntu-am 5.0.0-15-generic #16-Ubuntu SMP Mon May 6 17:41:33 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux


Here is my syslog, I do notice some activity from
'meta_kms_resources_init', mentioned in #19, in there..

Thanks for all you do!

** Attachment added: "syslog.1 from gdm3 crashing machine"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1798790/+attachment/5264671/+files/syslog_ubuntu1904.txt

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

Title:
  Ubuntu login screen never appears when using the Nvidia driver (and
  setting WaylandEnable=false fixes it)

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

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

[Bug 971221]

2018-11-28 Thread Shannon VanWagner
I've tried installing wininet dotnet20 ie6 into a 32-bit wineprefix and
I can't authenticate with my Google account. Instead, I get a window
that shows:

You must be connected to the Internet to use this feature.
Try again
Close this window

This site says to copy over some GoogleOAuth registry key settings from a 
regular windows based installation of Picasa 3.9 but that would mean having to 
install your Picasa on windows first, before getting it working on Linux.
http://tsdgeos.blogspot.fr/2014/07/logging-in-into-picasa-39-under-linux.html


Something I notice is logging into Google with wine IE doesn't work very well 
at all.. but it works awesome with Mozilla Firefox! If Picasa3.9 could use 
Firefox as the authentication mechanism instead of IE, I think that would fix 
the issue.

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

Title:
  Can not login to Picasa 3.9 under Wine

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

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

[Bug 1722940] Re: 17.10 boots to black screen with cursor

2017-10-11 Thread Shannon VanWagner
*** This bug is a duplicate of bug 1722988 ***
https://bugs.launchpad.net/bugs/1722988

Be warned of #3 - reboot brings terminal login :*(

Ok so after steps from #3, this seems to have fixed it:

sudo dpkg-reconfigure gdm3
select gdm3, push enter

Reboot

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

Title:
  17.10 boots to black screen with cursor

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

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

[Bug 1722988] Re: Crash, black screen with lightdm

2017-10-11 Thread Shannon VanWagner
This seems to have fixed the problem for me:

sudo systemctl disable lightdm
sudo systemctl stop lightdm
sudo systemctl enable gdm #Seems to fail
sudo systemctl start gdm
sudo dpkg-reconfigure gdm3  #Shows lightdm selected
select gdm3, push enter

Reboot

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

Title:
  Crash, black screen with lightdm

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

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

[Bug 1722940] Re: 17.10 boots to black screen with cursor

2017-10-11 Thread Shannon VanWagner
Workaround (works for me) to get login screen back, switch from lightdm to gdm:
sudo systemctl disable lightdm
sudo systemctl stop lightdm
sudo systemctl enable gdm  #Seems to fail
sudo systemctl start gdm


h/t @judd for the tip on 
https://forum.antergos.com/topic/3000/unable-to-log-in-black-screen-with-cursor-where-lightdm-used-to-be/10

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

Title:
  17.10 boots to black screen with cursor

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

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

[Bug 320734] Re: game play is very slow in supertux2

2016-01-09 Thread Shannon VanWagner
Seems to be something wrong with the video "auto" setting in
.supertux2/config

When I checked the older version of Supertux, the setting is video "sdl"


You can check the video setting for Supertux2 from the terminal(CTRL+ALT+t) as 
in this example:
$ grep 'video \"' .supertux2/config
 (video "auto")

What fixed it for me - setting the video mode to "sdl" in the
.supertux2/config file.

1.) Make a backup of your configuration file (optional):
$ cp .supertux2/config .supertux2/config.bak

2.) Run this to update your Supertux2 config file to use "sdl" instead
of "auto" or "opengl".

$ sed -i 's/video\ "auto"/video\ "sdl"/g;s/video\ "opengl"/video\
"sdl"/g' .supertux2/config

3.) Below is example of expected change:

$ grep 'video \"' .supertux2/config
 (video "sdl")

The game runs good for me after this setting.

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

Title:
  game play is very slow in supertux2

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

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


[Bug 1267675] Re: [13.10] Alienware M14xR2 (CA0132) - External headphone/headset/microphone do not work when plugged in

2014-01-25 Thread Shannon VanWagner
Perhaps there is a fix mentioned by Michael Murphy (mstick) at this link
can make thinks work for Earl:
https://plus.google.com/114251447858061222694/posts/MnPLEVs486u

Basically it entails starting alsamixer from the command line, then
moving to the various external ports related controls and pushing the m
key to unmute the devices. Michael then mentions saving settings with
alsactl.

Earl, maybe you could give the above a test and see how it works? You
definitely have sound on the laptop, so we know the sound driver is
working.. It's just a matter of getting the external ports working and
it makes total sense that they would be muted..

I notice there are many a discussion to be found about Creative Recon3D
+ Sound Blaster Z (CA0132) Linux Support on the creative forums by
mmstick as well.  Just search the Internet for CA0132 site:creative.com.
Solutions can be far..

Example: http://forums.creative.com/showthread.php?t=699748page=12

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

Title:
  [13.10] Alienware M14xR2 (CA0132) - External
  headphone/headset/microphone do not work when plugged in

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

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


[Bug 1267675] Re: [13.10] Alienware M14xR2 (CA0132) - External headphone/headset/microphone do not work when plugged in

2014-01-13 Thread Shannon VanWagner
Thanks @Raymond!!

So Earl, maybe we can try the suggestion from the bug there to get sound 
working:
#Bootup normally, ensure sound works, then run these in the terminal and test 
the sound again:
sudo rmmod snd_hda_intel
sudo modprobe snd_hda_intel position_fix=1

If the above works, we can see about adding it to the startup scripts..

Otherwise, maybe we can test this:
'Found a solution for my problems with the front headphone port. By default 
CA0132 has the HP/Speaker and HP/Speaker Auto Detect muted. Unmuting them by 
going into alsamixer and pressing M on their controls unmutes them and sound 
works.'

As they mention in the bug, Creative needs to know.. 
http://forums.creative.com/showthread.php?t=699748page=12
Also, supposedly creative provided some source code or something, so hopefully 
this will all get ironed out soon.

Or we could try the below, using the same rmmod/modprobe to test:
more /etc/modprobe.d/ca0132.conf
options snd_hda_intel position_fix=4

And as they also mention in the bug - get one SteamOS Linux dev on this
and Creative will awaken to helping.. Will get the word out!

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

Title:
  [13.10] Alienware M14xR2 (CA0132) - External
  headphone/headset/microphone do not work when plugged in

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

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


[Bug 1267675] Re: [13.10] Alienware M14xR2 (CA0132) - External headphone/headset/microphone do not work when plugged in

2014-01-12 Thread Shannon VanWagner
@Raymond - Thanks for the answers. Would you happen to know where we can
get the 'hda-jack-sense-test' util for Saucy 13.10?

David Henningsson's PPA at ppa:diwic/ppa, which formerly provided it,
only seems to provide packages for Precise(12.04) and below. For
example, the hdajackretask util has been integrated int alsa-tools-gui
but I can't seem to find hda-jack-sense-test in there.

I see some others looking around for 'hda-jack-sense-test' too, so I'll
also ping Mr. Henningsson about it.

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

Title:
  [13.10] Alienware M14xR2 (CA0132) - External
  headphone/headset/microphone do not work when plugged in

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

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


[Bug 1267675] Re: [13.10] Alienware M14xR2 (CA0132) - External headphone/headset/microphone do not work when plugged in

2014-01-12 Thread Shannon VanWagner
Ok, I just thought of something.. For all those who want to get the
values from 'hda-jack-sense-test' (there are many apparently), perhaps
you can do this:

Run the LiveCD of 12.04 on your computer, then add
https://launchpad.net/~diwic/+archive/ppa to it and run the 'hda-jack-
sense-test' from there. Then post the values to your bug.

On a separate and unrelated note: I also just realized that I didn't use
hdajackretask correctly before, as this note from David applies to the
situation: (Note: if you don't have a .pulse directory, try symlinking
.pulse to .config/pulse - and remove the symlink again when you have
closed hda-jack-retask.)

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

Title:
  [13.10] Alienware M14xR2 (CA0132) - External
  headphone/headset/microphone do not work when plugged in

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

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


[Bug 1267675] Re: [13.10] Alienware M14xR2 (CA0132) - External headphone/headset/microphone do not work when plugged in

2014-01-12 Thread Shannon VanWagner
Um, woops... Please disregard my previous 2 comments.

I must have been suffering from a lack of oxygen to my brain or
something..

To get hda-jack-sense-test, we simply need to run these commands:

sudo add-apt-repository ppa:diwic/hda
(hit enter to run, authenticate, then hit enter to add)

sudo apt-get update  sudo apt-get install snd-hda-tools
(hit enter to run, authenticate)

cat /proc/asound/cards
(to list out your cards)

Then run (replacing 0 with your card number designation from the previous 
command):
sudo hda-jack-sense-test -c 0

Post the output here.

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

Title:
  [13.10] Alienware M14xR2 (CA0132) - External
  headphone/headset/microphone do not work when plugged in

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

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


[Bug 1267675] Re: [13.10] Alienware M14xR2 (CA0132) - External headphone/headset/microphone do not work when plugged in

2014-01-10 Thread Shannon VanWagner
  headphone jack, and headset jack, and a microphone jack
are you sure that it support headset jack ?
There are 3 multimedia jacks, all are 3.5mm: microphone(picture of microphone), 
headhpones/microphone-combo(picture of headhpones with microphone boom), and 
headphones(picture of headphones).

are you sure that it support headset jack ?
Yes

are there any hardware spec of your motherboard ?
What specific information are you needing?

does it support 5.1 by using the three audio jacks ?
Nope, the audio jacks are as listed above.

We were testing out some changing pins with David Henningsson's
hdajackretask util from alsa-utils, but have had no luck in getting it
working with that yet. Would be nice if the hdajackretask util could
automatically cycle through some different pin-profile settings, while
the user is listening on speakers, and then with headphones to help
settle the right pin settings.

I'm not entirely sure this is a pin setting issue, but since the sound
through built-in speakers and the built-in microphone works without
issue, it seems we are very close to getting sound to work through the
headphones and microphone jack.

related link for hda-jack-retask procedure I mentioned:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/960124/comments/6

Thanks for the help!

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

Title:
  [13.10] Alienware M14xR2 (CA0132) - External
  headphone/headset/microphone do not work when plugged in

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

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


Re: [Bug 960124] Re: [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound at all

2013-02-14 Thread Shannon VanWagner
Thanks very much Sir!

So I installed and after a few reboots, my sound is not working through the
speaker. It does work through the headphones though. I wonder if I did
something wrong..

sv@ububox:~$ dpkg -l |grep alsa-hda-lts-quantal-dkms
ii  alsa-hda-lts-quantal-dkms
0.201302131900~precise1 HDA
driver in DKMS format.

Shannon


On Thu, Feb 14, 2013 at 4:00 AM, David Henningsson 
960...@bugs.launchpad.net wrote:

 If you're using the 3.5 kernel you need the dkms-hda-lts-quantal package
 instead, quoting https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

 Note the difference between the quantal version dkms-hda and the
 precise version of dkms-hda-lts-quantal : If you're running Ubuntu
 12.10, you should use dkms-hda of quantal, whereas dkms-hda-lts-quantal
 of precise is for users of Ubuntu 12.04 that are running the backport
 kernel (the linux-image-generic-lts-quantal package).

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

 Title:
   [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound
   at all

 Status in “alsa-driver” package in Ubuntu:
   Triaged

 Bug description:
   Sound works with my headphones plugged in. But without them there's no
   sound coming out of my internal laptop speakers.

   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: alsa-base 1.0.25+dfsg-0ubuntu1
   ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
   Uname: Linux 3.2.0-18-generic x86_64
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
   AplayDevices:
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   ApportVersion: 1.94.1-0ubuntu2
   Architecture: amd64
   ArecordDevices:
 List of CAPTURE Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  wouter 3299 F pulseaudio
   Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xb642 irq 45'
  Mixer name : 'Realtek ALC889'
  Components : 'HDA:10ec0889,104d4400,0015'
  Controls  : 29
  Simple ctrls  : 16
   Date: Tue Mar 20 12:57:45 2012
   EcryptfsInUse: Yes
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64
 (20110427.1)
   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:
3299  wouterF pulseaudio
PID ACCESS COMMAND
   Symptom_Jack: Speaker, Internal
   Symptom_Type: No sound at all
   Title: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all
   UpgradeStatus: Upgraded to precise on 2012-03-13 (7 days ago)
   dmi.bios.date: 07/30/2010
   dmi.bios.vendor: INSYDE
   dmi.bios.version: R3030C3
   dmi.board.asset.tag: N/A
   dmi.board.name: VAIO
   dmi.board.vendor: Sony Corporation
   dmi.board.version: N/A
   dmi.chassis.asset.tag: N/A
   dmi.chassis.type: 10
   dmi.chassis.vendor: Sony Corporation
   dmi.chassis.version: N/A
   dmi.modalias:
 dmi:bvnINSYDE:bvrR3030C3:bd07/30/2010:svnSonyCorporation:pnVPCZ13C5E:pvrJ004EBJ6:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
   dmi.product.name: VPCZ13C5E
   dmi.product.version: J004EBJ6
   dmi.sys.vendor: Sony Corporation

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/960124/+subscriptions


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

Title:
  [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound
  at all

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

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

Re: [Bug 960124] Re: [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound at all

2013-02-14 Thread Shannon VanWagner
Woops, I had the older version installed.. Now I updated

First:
sudo dpkg -r alsa-hda-lts-quantal-dkms

Then:
sudo dpkg -i alsa-hda-lts-quantal-dkms_0.201302141923~precise1_all.deb

But, after reboot.. I still have no sound out of the speaker. Headphones
work.

sudo dpkg -l | grep alsa-hda-lts-quantal-dkms
ii  alsa-hda-lts-quantal-dkms
0.201302141923~precise1 HDA
driver in DKMS format.

Thanks!
Shannon


On Thu, Feb 14, 2013 at 9:15 PM, Shannon VanWagner 
shannon.vanwag...@gmail.com wrote:

 Thanks very much Sir!

 So I installed and after a few reboots, my sound is not working through
 the speaker. It does work through the headphones though. I wonder if I did
 something wrong..

 sv@ububox:~$ dpkg -l |grep alsa-hda-lts-quantal-dkms
 ii  alsa-hda-lts-quantal-dkms
 0.201302131900~precise1 HDA
 driver in DKMS format.

 Shannon


 On Thu, Feb 14, 2013 at 4:00 AM, David Henningsson 
 960...@bugs.launchpad.net wrote:

 If you're using the 3.5 kernel you need the dkms-hda-lts-quantal package
 instead, quoting https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS

 Note the difference between the quantal version dkms-hda and the
 precise version of dkms-hda-lts-quantal : If you're running Ubuntu
 12.10, you should use dkms-hda of quantal, whereas dkms-hda-lts-quantal
 of precise is for users of Ubuntu 12.04 that are running the backport
 kernel (the linux-image-generic-lts-quantal package).

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

 Title:
   [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound
   at all

 Status in “alsa-driver” package in Ubuntu:
   Triaged

 Bug description:
   Sound works with my headphones plugged in. But without them there's no
   sound coming out of my internal laptop speakers.

   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: alsa-base 1.0.25+dfsg-0ubuntu1
   ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
   Uname: Linux 3.2.0-18-generic x86_64
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
   AplayDevices:
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   ApportVersion: 1.94.1-0ubuntu2
   Architecture: amd64
   ArecordDevices:
 List of CAPTURE Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  wouter 3299 F pulseaudio
   Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xb642 irq 45'
  Mixer name : 'Realtek ALC889'
  Components : 'HDA:10ec0889,104d4400,0015'
  Controls  : 29
  Simple ctrls  : 16
   Date: Tue Mar 20 12:57:45 2012
   EcryptfsInUse: Yes
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64
 (20110427.1)
   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:
3299  wouterF pulseaudio
PID ACCESS COMMAND
   Symptom_Jack: Speaker, Internal
   Symptom_Type: No sound at all
   Title: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all
   UpgradeStatus: Upgraded to precise on 2012-03-13 (7 days ago)
   dmi.bios.date: 07/30/2010
   dmi.bios.vendor: INSYDE
   dmi.bios.version: R3030C3
   dmi.board.asset.tag: N/A
   dmi.board.name: VAIO
   dmi.board.vendor: Sony Corporation
   dmi.board.version: N/A
   dmi.chassis.asset.tag: N/A
   dmi.chassis.type: 10
   dmi.chassis.vendor: Sony Corporation
   dmi.chassis.version: N/A
   dmi.modalias:
 dmi:bvnINSYDE:bvrR3030C3:bd07/30/2010:svnSonyCorporation:pnVPCZ13C5E:pvrJ004EBJ6:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
   dmi.product.name: VPCZ13C5E
   dmi.product.version: J004EBJ6
   dmi.sys.vendor: Sony Corporation

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/960124/+subscriptions




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

Title:
  [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound
  at all

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

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

Re: [Bug 960124] Re: [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound at all

2013-02-12 Thread Shannon VanWagner
Woke up this morning to find no sound... and so I removed the dkms-hda
package and tried to install the newer
package(alsa-hda-dkms_0.201302111840~precise1_all.deb) and I get this error:
Building only for 3.5.0-18-generic
Building for architecture x86_64
Building initial module for 3.5.0-18-generic
ERROR (dkms apport): kernel package linux-headers-3.5.0-18-generic is not
supported
Error! Bad return status for module build on kernel: 3.5.0-18-generic
(x86_64)
Consult /var/lib/dkms/alsa-hda/0.201302111840~precise1/build/make.log for
more information.
dpkg: error processing alsa-hda-dkms (--install):
 subprocess installed post-installation script returned error exit status
10


Something similar happens if I try to install the older package
(alsa-hda-dkms_0.201208081815~precise1_all.deb).

Anybody else seeing this problem?

Thanks!
Shannon VanWagner


On Thu, Aug 9, 2012 at 7:42 AM, David Henningsson 960...@bugs.launchpad.net
 wrote:

 Adam, thanks for that info!

 Shannon and Wouter, you have the same PCI SSID as Adam (104d:905a), and
 the patch Adam points to was committed, so please retry with the latest
 DKMS package according to
 https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS and let us know if that
 helps!

 ** Changed in: alsa-driver (Ubuntu)
Status: Triaged = Incomplete

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

 Title:
   [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound
   at all

 Status in “alsa-driver” package in Ubuntu:
   Incomplete

 Bug description:
   Sound works with my headphones plugged in. But without them there's no
   sound coming out of my internal laptop speakers.

   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: alsa-base 1.0.25+dfsg-0ubuntu1
   ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
   Uname: Linux 3.2.0-18-generic x86_64
   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
   AplayDevices:
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   ApportVersion: 1.94.1-0ubuntu2
   Architecture: amd64
   ArecordDevices:
 List of CAPTURE Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  wouter 3299 F pulseaudio
   Card0.Amixer.info:
Card hw:0 'Intel'/'HDA Intel at 0xb642 irq 45'
  Mixer name : 'Realtek ALC889'
  Components : 'HDA:10ec0889,104d4400,0015'
  Controls  : 29
  Simple ctrls  : 16
   Date: Tue Mar 20 12:57:45 2012
   EcryptfsInUse: Yes
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64
 (20110427.1)
   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:
3299  wouterF pulseaudio
PID ACCESS COMMAND
   Symptom_Jack: Speaker, Internal
   Symptom_Type: No sound at all
   Title: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all
   UpgradeStatus: Upgraded to precise on 2012-03-13 (7 days ago)
   dmi.bios.date: 07/30/2010
   dmi.bios.vendor: INSYDE
   dmi.bios.version: R3030C3
   dmi.board.asset.tag: N/A
   dmi.board.name: VAIO
   dmi.board.vendor: Sony Corporation
   dmi.board.version: N/A
   dmi.chassis.asset.tag: N/A
   dmi.chassis.type: 10
   dmi.chassis.vendor: Sony Corporation
   dmi.chassis.version: N/A
   dmi.modalias:
 dmi:bvnINSYDE:bvrR3030C3:bd07/30/2010:svnSonyCorporation:pnVPCZ13C5E:pvrJ004EBJ6:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
   dmi.product.name: VPCZ13C5E
   dmi.product.version: J004EBJ6
   dmi.sys.vendor: Sony Corporation

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/960124/+subscriptions



-- 
FREE YOURSELF, Use GNU+LINUX! gnu.org | fsf.org | linux.com |
getgnulinux.org | ubuntuguide.org | whylinuxisbetter.net | openoffice.org |
humans-enabled.com | ubuntu.com | distrowatch.com | makethemove.net |
livecdlist.com

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

Title:
  [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound
  at all

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

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

[Bug 960124] Re: [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound at all

2012-08-09 Thread Shannon VanWagner
David: I followed your instructions and now sound works good on my
VPCZ114GX - just like Adam describes.

File I installed: alsa-hda-dkms_0.201208081815~precise1_all.deb
url: 
https://code.launchpad.net/~ubuntu-audio-dev/+archive/alsa-daily/+files/alsa-hda-dkms_0.201208081815%7Eprecise1_all.deb

Thanks very much for your great help everyone!

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

Title:
  [VPCZ13C5E or VPCZ114GX, Realtek ALC889, Speaker, Internal] No sound
  at all

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

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


[Bug 657048] Re: visualvm fails to launch because it can't find jdk: Cannot find java. Please use the --jdkhome switch

2012-05-11 Thread Shannon VanWagner
The /usr/bin/jvisualvm startup script (around line 13) is looking for: 
/usr/lib/jvm/java-6-openjdk :
sv@ubu:~$ grep -n /usr/lib/jvm /usr/bin/jvisualvm 
13:for j in /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun; do

And, assuming the openjdk-6-jdk package is already installed (sudo apt-get 
install openjdk-6-jdk), there is no link in /usr/lib/jvm for 
/usr/lib/jvm/java-6-openjdk:
sv@ubu:~$ ls /usr/lib/jvm
java-1.6.0-openjdk-amd64  java-6-openjdk-amd64  java-6-openjdk-common

#Here's what worked for us:
So, to match things up and make the program work, simply create a symlink:
sv@ubu:~$ sudo ln -s /usr/lib/jvm/java-6-openjdk-amd64 
/usr/lib/jvm/java-6-openjdk

Note: I am using Ubuntu 12.04 64-bit version, so you may have to adjust
your symlink accordingly.

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

Title:
  visualvm fails to launch because it can't find jdk: Cannot find java.
  Please use the --jdkhome switch

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

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


Re: [Bug 960124] Re: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

2012-05-02 Thread Shannon VanWagner
Here's the alsa info from my configurations, if it does any good:

Without override:
http://www.alsa-project.org/db/?f=13185ac0bbdbc4ebab55dae50d92cf2e0549a7a0

With override:
http://www.alsa-project.org/db/?f=28e913288d233aabdd7e35fa6ac33828b885dc61

I have the Sony VPCZ114GX.

Thanks again for working with it.

Regards,
Shannon


On Wed, Apr 25, 2012 at 2:35 AM, David Henningsson 
960...@bugs.launchpad.net wrote:

 Hmm, it seems unlikely that overriding the headphone would lead to
 working speakers, but assuming that you have double-checked and verified
 that this is actually what's causing it to work:

 The only thing that could remotely have any effect and that's different
 between images 2 and 4 is the channel group, but it's difficult to tell
 why without looking more closely at the kernel source code.

 Btw, are you currently having the DKMS upgrade installed, or not?

 Could you upload alsa-infos (see https://wiki.ubuntu.com/Audio/AlsaInfo
 ) for both the scenario where internal speakers do not work (but
 should), and where they actually work? We could then try looking for
 differences between them.

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

 Title:
  [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

 Status in “alsa-driver” package in Ubuntu:
  Incomplete

 Bug description:
  Sound works with my headphones plugged in. But without them there's no
  sound coming out of my internal laptop speakers.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wouter 3299 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xb642 irq 45'
 Mixer name : 'Realtek ALC889'
 Components : 'HDA:10ec0889,104d4400,0015'
 Controls  : 29
 Simple ctrls  : 16
  Date: Tue Mar 20 12:57:45 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64
 (20110427.1)
  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:
   3299  wouterF pulseaudio
   PID ACCESS COMMAND
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all
  UpgradeStatus: Upgraded to precise on 2012-03-13 (7 days ago)
  dmi.bios.date: 07/30/2010
  dmi.bios.vendor: INSYDE
  dmi.bios.version: R3030C3
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias:
 dmi:bvnINSYDE:bvrR3030C3:bd07/30/2010:svnSonyCorporation:pnVPCZ13C5E:pvrJ004EBJ6:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCZ13C5E
  dmi.product.version: J004EBJ6
  dmi.sys.vendor: Sony Corporation

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/960124/+subscriptions


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

Title:
  [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

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

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

[Bug 960124] Re: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

2012-04-27 Thread Shannon VanWagner
Probably I'm just not seeing the bigger picture but it seems crazy that
this worked in the last release and then now it's broken. Can't we just
look at how it was setup last time and put it back to that? Just
thinking out loud. Cheers!

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

Title:
  [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

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

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


[Bug 960124] Re: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

2012-04-27 Thread Shannon VanWagner
Sorry for my short-sighted comment.. With all the umpteen-million lines
of code in play here, I guess it should be no surprise that things get
bumpy sometimes. This is progress!

Anyways, so I installed David's PPA and Wouter's comment #7 works
perfectly for me as well! I also installed the boot modification from
David's application and it still works perfectly after 2 reboots so far.
Also, for note - the volume is staying at the same level I left it as
well. Thanks for the awesome workaround everyone! Next, I will try to do
what you suggest to test to see what could be wrong. Cheers!

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

Title:
  [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

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

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


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-04-03 Thread Shannon VanWagner
Works for me as well now, thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/941874

Title:
  (fakeraid) root device not activated during boot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-04-03 Thread Shannon VanWagner
Works for me as well now, thanks!

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

Title:
  (fakeraid) root device not activated during boot

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

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


[Bug 941874] Invitation to connect on LinkedIn

2012-03-31 Thread Shannon VanWagner
LinkedIn



Bug,

I'd like to add you to my professional network on LinkedIn.

- Shannon

Shannon VanWagner
Network Administrator / IT Support at Airbiquity
Greater Seattle Area

Confirm that you know Shannon VanWagner:
https://www.linkedin.com/e/alfvy9-h0hg05c2-9/isd/6509490604/6f-LEnoQ/?hs=falsetok=3SJK737u_n3Rc1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/alfvy9-h0hg05c2-9/h0kdSFiu9-8jrf7-iGTqW4yu8QLJwPAsKnQLHRa/goo/941874%40bugs%2Elaunchpad%2Enet/20061/I2257831682_1/?hs=falsetok=3QVqCwUqPn3Rc1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/941874

Title:
  (fakeraid) root device not activated during boot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-31 Thread Shannon VanWagner
Sorry about the linkedin spam.. I think I bombed my address book with
it. Please feel free to delete comment #35.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/941874

Title:
  (fakeraid) root device not activated during boot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 941874] Invitation to connect on LinkedIn

2012-03-31 Thread Shannon VanWagner
LinkedIn



Bug,

I'd like to add you to my professional network on LinkedIn.

- Shannon

Shannon VanWagner
Network Administrator / IT Support at Airbiquity
Greater Seattle Area

Confirm that you know Shannon VanWagner:
https://www.linkedin.com/e/alfvy9-h0hg05c2-9/isd/6509490604/6f-LEnoQ/?hs=falsetok=3SJK737u_n3Rc1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/alfvy9-h0hg05c2-9/h0kdSFiu9-8jrf7-iGTqW4yu8QLJwPAsKnQLHRa/goo/941874%40bugs%2Elaunchpad%2Enet/20061/I2257831682_1/?hs=falsetok=3QVqCwUqPn3Rc1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  (fakeraid) root device not activated during boot

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

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


[Bug 442748] Invitation to connect on LinkedIn

2012-03-31 Thread Shannon VanWagner
LinkedIn



Bug,

I'd like to add you to my professional network on LinkedIn.

- Shannon

Shannon VanWagner
Network Administrator / IT Support at Airbiquity
Greater Seattle Area

Confirm that you know Shannon VanWagner:
https://www.linkedin.com/e/-dyx1pl-h0hg0lgc-5s/isd/6509491589/Ue3A5SVo/?hs=falsetok=1MoUq7kDLo3Rc1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-dyx1pl-h0hg0lgc-5s/Ac0p6JZtqCGQ-7_9GIDGA2AtgnZ48Wcx6QeCtIM/goo/442748%40bugs%2Elaunchpad%2Enet/20061/I2257832211_1/?hs=falsetok=1EsikAiNTo3Rc1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  0x10250137 needs addition to position_fix=1 whitelist

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

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


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-31 Thread Shannon VanWagner
Sorry about the linkedin spam.. I think I bombed my address book with
it. Please feel free to delete comment #35.

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

Title:
  (fakeraid) root device not activated during boot

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

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


[Bug 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2012-03-31 Thread Shannon VanWagner
Sorry about the linkedin spam.. I think I bombed my address book with
it. Please feel free to delete comment #41.

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

Title:
  0x10250137 needs addition to position_fix=1 whitelist

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

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


[Bug 960124] Re: [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

2012-03-30 Thread Shannon VanWagner
Any ONE of these strings(there may be more) added to the bottom of
/etc/modprobe.d/alsa-base.conf (then rebooting) makes the sound work but
beware as plugging in the headphones will not cancel out the sound via
the speakers - both will play sound. Can be embarassing if you're
thinking the sound will only go to the headphones when you have them
plugged in.

options snd-hda-intel model=sony-vaio-tt
options snd-hda-intel model=intel-x58
options snd-hda-intel model=intel-alc889a

Found with:
$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
...

Then to get the model to put in alsa-base.conf:
$ gunzip -c /usr/share/doc/alsa-base/driver/HD-Audio-Models.txt.gz |grep -i  
alc889
  intel-alc889a Intel IbexPeak with ALC889A
  intel-x58 Intel DX58 with ALC889

or

$ gunzip -c /usr/share/doc/alsa-base/driver/HD-Audio-Models.txt.gz |grep -i 
sony
  sony-vaio-tt  Sony VAIO TT

I think I'll boot up 11.10 and try to figure out what it thinks the card
is... Anyone know the command to figure that out?

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

Title:
  [VPCZ13C5E, Realtek ALC889, Speaker, Internal] No sound at all

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

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


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-19 Thread Shannon VanWagner
Can you try updating your initramfs and see if that helps?

sudo update-initramfs -u
I did this and I still get dropped to the busybox, just after begin running 
scripts/local-top...done shows during boot.

From busybox, ls /dev shows these (disk but not the partitions):
/dev/dm-0
/dev/isw_dgjgchief_Volume0

cat /proc/kmsg shows at the end:
device-mapper:dm-raid45:initialized v0.2594b

Also please make sure you are running the -ubuntu7 version of dmraid.
I'm not sure how to check this. As for the dmraid command, from busybox:
dmraid -V shows:
dmraid version: 1.0.0.rc16 (2009.09.16) shared
dmraid library version: 1.0.0.rc16 (2009.09.16) shared
device-mapper version: 4.22.0 (or perhaps 4.2.2.0)

Let me know if you need anything else.
Cheers!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/941874

Title:
  (fakeraid) root device not activated during boot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-19 Thread Shannon VanWagner
Can you try updating your initramfs and see if that helps?

sudo update-initramfs -u
I did this and I still get dropped to the busybox, just after begin running 
scripts/local-top...done shows during boot.

From busybox, ls /dev shows these (disk but not the partitions):
/dev/dm-0
/dev/isw_dgjgchief_Volume0

cat /proc/kmsg shows at the end:
device-mapper:dm-raid45:initialized v0.2594b

Also please make sure you are running the -ubuntu7 version of dmraid.
I'm not sure how to check this. As for the dmraid command, from busybox:
dmraid -V shows:
dmraid version: 1.0.0.rc16 (2009.09.16) shared
dmraid library version: 1.0.0.rc16 (2009.09.16) shared
device-mapper version: 4.22.0 (or perhaps 4.2.2.0)

Let me know if you need anything else.
Cheers!

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

Title:
  (fakeraid) root device not activated during boot

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

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


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Here's what fixed it for me:

change the following line in sbin/dmraid-activate back to the same as it
was in initrd.img.3.0.0.12-generic from Oneric:

Change (around line 75):
# array brought up in degraded mode, except in the case of striped 
arrays.

dmraid -p -i -ay -Z $1

To:
# array brought up in degraded mode, except in the case of striped 
arrays.

dmraid -i -ay -Z $1

I'm curious to know the reason they decided to add the -p in this
version. Does anyone know?

Let me know if you need me to post the step-by-step fix.. most people
probably have no idea about how to pkg/re-pkg the initrd file.


Cheers!
Shannon

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/941874

Title:
  (fakeraid) root device not activated during boot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Ken,

for me, everything was in /dev/mapper and before running dmraid -ay
ls /dev/mapper/ only had the device, not the partitions:
isw_dgjgchief_Volume0

Then after dmraid -ay, ls /dev/mapper shows (p1,p2,p3 being my /, home,
swap partitions):
isw_dgjgchief_Volume0p1  isw_dgjgchief_Volume0p3
isw_dgjgchief_Volume0  isw_dgjgchief_Volume0p2

I think my machine is running with the sd drives setup as striped.

Never the less, the fix in my previous comment works for my situation.

Regards,
Shannon


On Sun, Mar 18, 2012 at 7:47 PM, Ken Persing k...@persing.net wrote:

 OK, no idea if this will help, but when I get thrown into initramfs,
 when running 'dmraid -ay', it says the raid volume is already activated,
 but in /dev I only have the raided drive (dm-0) and not any of the
 partitions (dm-1 and dm-2). Booting from a rescue disk, I have the same
 problem and after running kpartx (iirc, kpartx -a /dev/dm-0, I'm not in
 front of my pc), the devices appear and can be mounted.

 So, if the dmraid udev tool is supposed to take care of running
 kpartx... it's not working.

 btw, drives are running under isw : Intel Software RAID (4x120gb
 agility 3s, sda-sdd), so I'm not sure if I'm affected by the lack of awk
 and sed hooks as martin pointed out earlier...

 Cheers,

 Ken

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

 Title:
  (fakeraid) root device not activated during boot

 Status in “dmraid” package in Ubuntu:
  Fix Released
 Status in “multipath-tools” package in Ubuntu:
  Incomplete

 Bug description:
  I have installed Precise Pangolin Alpha 2 to a fakeraid stripe, but
  ubuntu fails to boot after install. When choosing recovery option, the
  boot process times out waiting for root device and drops to busybox
  shell. Running dmraid -ay and exiting busybox resumes boot and it
  continues normally.

  ---
  The problems are:

  * There are no initramfs hooks for kpartx, so kpartx is not available
 during boot.
  the following files are needed:
  /sbin/kpartx
  /lib/udev/kpartx_id
  /lib/udev/dmsetup_env
  /lib/udev/rules.d/95-kpartx.rules

  * The hook for dmraid udev rules is wrong:
  The script /usr/share/initramfs-tools/hooks/dmraid
  tries to add:
  /lib/udev/rules.d/85-dmraid.rules
  but the existing file is called:
  /lib/udev/rules.d/97-dmraid.rules

  After fixing the above two issues, system boots normally.

  * dmraid-activate is sometimes called with full device name
  dmraid-activate expecte device name withouth /dev/, e.g. sda not
 /dev/sda. However the script
  /usr/share/initramfs-tools/scripts/local-top/dmraid
  calls dmraid-activate using the full device name and path.

  * There might also be antoher bug on line 100 in dmraid-activate (in the
 awk script):
  # Heximal to decimal conversion array
  for (i = 0; i = 9; i++) hex2dec[i] = i
  hex2dec[a] = 10; hex2dec[b] = 11; hex2dec[c] = 12
  hex2dec[e] = 13; hex2dec[d] = 14; hex2dec[f] = 15;
  Element e and d appears to have been switched. I'm not entirely sure
 what the script is trying to do though, and that part of the script does
 not affect my system.

  ---
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: dmraid 1.0.0.rc16-4.1ubuntu6 [modified: sbin/dmraid-activate
 usr/share/initramfs-tools/scripts/local-top/dmraid]
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  Date: Mon Feb 27 12:59:55 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64
 (20120201.2)
  ProcEnviron:
   PATH=(custom, user)
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  SourcePackage: dmraid
  UpgradeStatus: Upgraded to precise on 2012-02-21 (5 days ago)

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



-- 
FREE YOURSELF, Use GNU+LINUX! gnu.org | fsf.org | linux.com |
getgnulinux.org | ubuntuguide.org | whylinuxisbetter.net | openoffice.org |
humans-enabled.com | ubuntu.com | distrowatch.com | makethemove.net |
livecdlist.com

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/941874

Title:
  (fakeraid) root device not activated during boot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Ah.. disregard my previous comment.. they're just links to dm-0 thru
dm-3

ls -l /dev/mapper
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0 - ../dm-0
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0p1 -
../dm-1
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0p2 -
../dm-2
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0p3 -
../dm-3

I have a RAID stripe of 3 64GB sd drives on this machine. So I wonder if
that's different than your configuration?

hwinfo shows..
  dm_log 18564 3 dm_raid45,dm_mirror,dm_region_hash, Live 0x
25: PCI 1f.2: 0104 RAID bus controller
  Model: Intel Mobile 82801 SATA RAID Controller
  Device: pci 0x282a Mobile 82801 SATA RAID Controller
  Attached to: #25 (RAID bus controller)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/941874

Title:
  (fakeraid) root device not activated during boot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Here's what fixed it for me:

change the following line in sbin/dmraid-activate back to the same as it
was in initrd.img.3.0.0.12-generic from Oneric:

Change (around line 75):
# array brought up in degraded mode, except in the case of striped 
arrays.

dmraid -p -i -ay -Z $1

To:
# array brought up in degraded mode, except in the case of striped 
arrays.

dmraid -i -ay -Z $1

I'm curious to know the reason they decided to add the -p in this
version. Does anyone know?

Let me know if you need me to post the step-by-step fix.. most people
probably have no idea about how to pkg/re-pkg the initrd file.


Cheers!
Shannon

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

Title:
  (fakeraid) root device not activated during boot

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

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


Re: [Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Ken,

for me, everything was in /dev/mapper and before running dmraid -ay
ls /dev/mapper/ only had the device, not the partitions:
isw_dgjgchief_Volume0

Then after dmraid -ay, ls /dev/mapper shows (p1,p2,p3 being my /, home,
swap partitions):
isw_dgjgchief_Volume0p1  isw_dgjgchief_Volume0p3
isw_dgjgchief_Volume0  isw_dgjgchief_Volume0p2

I think my machine is running with the sd drives setup as striped.

Never the less, the fix in my previous comment works for my situation.

Regards,
Shannon


On Sun, Mar 18, 2012 at 7:47 PM, Ken Persing k...@persing.net wrote:

 OK, no idea if this will help, but when I get thrown into initramfs,
 when running 'dmraid -ay', it says the raid volume is already activated,
 but in /dev I only have the raided drive (dm-0) and not any of the
 partitions (dm-1 and dm-2). Booting from a rescue disk, I have the same
 problem and after running kpartx (iirc, kpartx -a /dev/dm-0, I'm not in
 front of my pc), the devices appear and can be mounted.

 So, if the dmraid udev tool is supposed to take care of running
 kpartx... it's not working.

 btw, drives are running under isw : Intel Software RAID (4x120gb
 agility 3s, sda-sdd), so I'm not sure if I'm affected by the lack of awk
 and sed hooks as martin pointed out earlier...

 Cheers,

 Ken

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

 Title:
  (fakeraid) root device not activated during boot

 Status in “dmraid” package in Ubuntu:
  Fix Released
 Status in “multipath-tools” package in Ubuntu:
  Incomplete

 Bug description:
  I have installed Precise Pangolin Alpha 2 to a fakeraid stripe, but
  ubuntu fails to boot after install. When choosing recovery option, the
  boot process times out waiting for root device and drops to busybox
  shell. Running dmraid -ay and exiting busybox resumes boot and it
  continues normally.

  ---
  The problems are:

  * There are no initramfs hooks for kpartx, so kpartx is not available
 during boot.
  the following files are needed:
  /sbin/kpartx
  /lib/udev/kpartx_id
  /lib/udev/dmsetup_env
  /lib/udev/rules.d/95-kpartx.rules

  * The hook for dmraid udev rules is wrong:
  The script /usr/share/initramfs-tools/hooks/dmraid
  tries to add:
  /lib/udev/rules.d/85-dmraid.rules
  but the existing file is called:
  /lib/udev/rules.d/97-dmraid.rules

  After fixing the above two issues, system boots normally.

  * dmraid-activate is sometimes called with full device name
  dmraid-activate expecte device name withouth /dev/, e.g. sda not
 /dev/sda. However the script
  /usr/share/initramfs-tools/scripts/local-top/dmraid
  calls dmraid-activate using the full device name and path.

  * There might also be antoher bug on line 100 in dmraid-activate (in the
 awk script):
  # Heximal to decimal conversion array
  for (i = 0; i = 9; i++) hex2dec[i] = i
  hex2dec[a] = 10; hex2dec[b] = 11; hex2dec[c] = 12
  hex2dec[e] = 13; hex2dec[d] = 14; hex2dec[f] = 15;
  Element e and d appears to have been switched. I'm not entirely sure
 what the script is trying to do though, and that part of the script does
 not affect my system.

  ---
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: dmraid 1.0.0.rc16-4.1ubuntu6 [modified: sbin/dmraid-activate
 usr/share/initramfs-tools/scripts/local-top/dmraid]
  ProcVersionSignature: Ubuntu 3.2.0-17.26-generic 3.2.6
  Uname: Linux 3.2.0-17-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.93-0ubuntu2
  Architecture: amd64
  Date: Mon Feb 27 12:59:55 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64
 (20120201.2)
  ProcEnviron:
   PATH=(custom, user)
   LANG=sv_SE.UTF-8
   SHELL=/bin/bash
  SourcePackage: dmraid
  UpgradeStatus: Upgraded to precise on 2012-02-21 (5 days ago)

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



-- 
FREE YOURSELF, Use GNU+LINUX! gnu.org | fsf.org | linux.com |
getgnulinux.org | ubuntuguide.org | whylinuxisbetter.net | openoffice.org |
humans-enabled.com | ubuntu.com | distrowatch.com | makethemove.net |
livecdlist.com

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

Title:
  (fakeraid) root device not activated during boot

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

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

Re: [Bug 941874] Re: (fakeraid) root device not activated during boot

2012-03-18 Thread Shannon VanWagner
Ah.. disregard my previous comment.. they're just links to dm-0 thru
dm-3

ls -l /dev/mapper
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0 - ../dm-0
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0p1 -
../dm-1
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0p2 -
../dm-2
lrwxrwxrwx 1 root root   7 Mar 18 21:05 isw_dgjgchief_Volume0p3 -
../dm-3

I have a RAID stripe of 3 64GB sd drives on this machine. So I wonder if
that's different than your configuration?

hwinfo shows..
  dm_log 18564 3 dm_raid45,dm_mirror,dm_region_hash, Live 0x
25: PCI 1f.2: 0104 RAID bus controller
  Model: Intel Mobile 82801 SATA RAID Controller
  Device: pci 0x282a Mobile 82801 SATA RAID Controller
  Attached to: #25 (RAID bus controller)

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

Title:
  (fakeraid) root device not activated during boot

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

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


[Bug 896376] Re: Galaxy Nexus (MTP, phone) and Xoom (MTP, tablet) don't show up in Banshee

2011-12-25 Thread Shannon VanWagner
To have banshee see your Samsung Galaxy Nexus (Android):
Close out of banshee completely.
Plug in your phone and open the root folder (select open folder on plug-in 
prompt)
Create an empty file, rename it to .is_audio_player (no quotes)

Works for me...

Credit: http://www.omgubuntu.co.uk/2011/01/banshee-doesnt-show-android-
fix/

Also, if you're looking to open your Samsung Galaxy Nexus with gMTP, checkout 
this link:
http://www.humans-enabled.com/2011/12/how-to-fix-samsung-galaxy-nexus-mtp.html

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

Title:
  Galaxy Nexus (MTP, phone) and Xoom (MTP, tablet) don't show up in
  Banshee

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

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


[Bug 553200] Re: Mouse and keyboard stop working after selecting user

2010-04-22 Thread Shannon VanWagner
Woops, I had bungled up the PPA install. So I removed it and then ran
sudo apt-get update  sudo apt-get upgrade and since Alberto's changes
have been included in the updates everything is now fixed.

Awesome! Thanks so much for fixing this!
Shannon VanWagner
Ubuntu 10.04 on Dell Inspiron 2650 Notebook with NVIDIA graphics

-- 
Mouse and keyboard stop working after selecting user
https://bugs.launchpad.net/bugs/553200
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 553200] Re: Mouse and keyboard stop working after selecting user

2010-04-20 Thread Shannon VanWagner
I tried loading up Mr. Milone's PPA for lucid and I received this error:
  404  Not Found
W: Failed to fetch 
http://ppa.launchpad.net/albertomilone/ppa/ubuntu/dists/lucid/main/binary-i386/Packages.gz
  404  Not Found

Am I doing something wrong?

I'll go and get the download from the ftp site instead.

Thanks!
Shannon

-- 
Mouse and keyboard stop working after selecting user
https://bugs.launchpad.net/bugs/553200
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 553200] Re: Mouse and keyboard stop working after selecting user

2010-04-20 Thread Shannon VanWagner
Is there a PPA for Lucid? I tried using the apt-add-repository in my Ubuntu 
10.04 and sudo apt-get update fails with:
  404  Not Found
W: Failed to fetch 
http://ppa.launchpad.net/albertomilone/ppa/ubuntu/dists/lucid/main/binary-i386/Packages.gz
  404  Not Found

Thanks very much!

-- 
Mouse and keyboard stop working after selecting user
https://bugs.launchpad.net/bugs/553200
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 553200] Re: Mouse and keyboard stop working after selecting user

2010-04-11 Thread Shannon VanWagner
Yep, this bug is now affecting me too. Weird because Ubuntu 10.04 was
working fine on this Dell Inspiron 2650 for some time before. So now I
used scalawag_'s suggestion at
http://ubuntuforums.org/showpost.php?p=9054571postcount=7 to get to the
Ubuntu Desktop:

At the gdm screen:
Ctrl+alt+F2
login with username and password
sudo service gdm stop
startx

After I was booted into the GUI, I created a special user(I used
username: freeuser) via SystemAdministrationUsers and Groups, set it
up with admin privileges, then enabled the Don't ask for password on
login setting. So then after I reboot, I click the user freeuser and
it logs in automatically (sometimes gdm restarts and I have to click it
a second time, but after that it works). Then after that, I had to(as
I've always had to do with this machine while the nvidia graphics are
installed) set Appearance Preferences(right-click the desktop, click
Change Desktop Background, then Visual Effects), from Normal to
None.

Something else I notice is that my nvidia driver won't install properly.
I click SystemAdministrationHardware Drivers and then try to activate
the driver(version 96) but it fails with Sorry, installation of this
driver failed. Please have a look at the log file for details:
/var/log/jockey.log (attached).

Seems unlikely that any typical new user could even make any of this
work. So in the case of this Dell Inspiron 2650 anyway, this problem is
a vote for buying Ubuntu preinstalled.

Thanks to everyone helping with this!
Shannon VanWagner -  humans-enabled.com

-- 
Mouse and keyboard stop working after selecting user
https://bugs.launchpad.net/bugs/553200
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 553200] Re: Mouse and keyboard stop working after selecting user

2010-04-11 Thread Shannon VanWagner
Whoops, I meant to attach my jockey.log in #16. So I've done one
better.. I've attached the jockey.log and I generated a log from 'sudo
nvidia-bugreport.sh' and tarred them up together in the attachment.

Cheers!
Shannon VanWagner

** Attachment added: jockey_log_and_nvidia_bug_report_log.tar.gz
   
http://launchpadlibrarian.net/43837493/jockey_log_and_nvidia_bug_report_log.tar.gz

-- 
Mouse and keyboard stop working after selecting user
https://bugs.launchpad.net/bugs/553200
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 213639] Re: Problem with IDE DVD-RW on VIA controler with pata_via module

2010-04-05 Thread Shannon VanWagner
@Leszek, could you explain how to install the driver in Jaunty? The reason I 
ask is because someone mentioned to me that the same directory/location to put 
the driver is different. To read the original response, see 
http://linux.ittoolbox.com/groups/technical-functional/ubuntu-l/pata_via-ide-dvdrw-on-via-controller-in-jaunty-3402498
Thanks!
Shannon VanWagner

-- 
Problem with IDE DVD-RW on VIA controler with pata_via module
https://bugs.launchpad.net/bugs/213639
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2010-04-02 Thread Shannon VanWagner
** Tags removed: needs-upstream-testing

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2010-04-02 Thread Shannon VanWagner
Hi Jeremy, 
after some learning-curvage on my part, completely reverting/reinstalling 
9.10, and reconfiguring grub2, I was finally able to test my system with the 
2.6.34-999-generic kernel (current upstream for my arch 
https://wiki.ubuntu.com/KernelMainlineBuilds).

Tests checked out good. Sound is good. After multiple reboots into
2.6.34-999-generic, I get sound, not broken by constant backspace at
terminal, and sound leveling kept the same as I set it throughout.
Beautiful. I've removed the 'needs-upstream-testing' per your tag.

Furthermore, this system (like most systems I've tested so far) works
beautifully (and sound too) with Ubuntu 10.04 (04-02-10 Daily LiveCD).

Thanks and Nice Work!!

Shannon VanWagner
humans-enabled.com

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 551386] Re: package edubuntu-artwork 0.1. 0-61 failed to install/upgrade: sub-processo script post -installation instalado retornou estado de saída de e rro 1

2010-04-01 Thread Shannon VanWagner
The following packages will be REMOVED:
  edubuntu-artwork
The following packages have been kept back:
  firefox-3.5-gnome-support linux-generic linux-headers-generic
  linux-image-generic ntfs-3g python-twisted-conch
0 upgraded, 0 newly installed, 1 to remove and 6 not upgraded.
1 not fully installed or removed.
After this operation, 4,899kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 250372 files and directories currently installed.)
Removing edubuntu-artwork ...
Reverting desktop defaults ...
Moving Ubuntu firefox homepage back in place ...
rm: cannot remove `/usr/share/edubuntu-artwork/home/locales/edubuntu.css': No 
such file or directory
dpkg: error processing edubuntu-artwork (--remove):
 subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
 edubuntu-artwork
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package edubuntu-artwork 0.1.0-61 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 1
https://bugs.launchpad.net/bugs/551386
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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

[Bug 120434] Re: [needs-packaging] Ricoh R5U87x Webcam userland tools

2010-03-30 Thread Shannon VanWagner
#16 above works perfectly for Sony Vaio SZ670N (installed the 2 .deb files)
$ lsusb |grep Ricoh Bus 001 Device 003: ID 05ca:183a Ricoh Co., Ltd Visual 
Communication Camera VGP-VCC7 [R5U870]
Of course I had to install build-essential, linux-headers-generic for it to 
work.
Thanks!

-- 
[needs-packaging] Ricoh R5U87x Webcam userland tools
https://bugs.launchpad.net/bugs/120434
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 529363] Re: HPT370 infinite reboot loop as GRUB loads

2010-03-30 Thread Shannon VanWagner
I've installed a PATA drive and am using it for the root / and swap
partitions and now Ubuntu 10.04 installed perfectly, and everything
works fine.

My /home drive is ext4 and is on the sata drive that is connected to the
highpoint controller.

I still haven't tested whether putting just /boot on the pata drive
would work, but I assume it would.

-- 
HPT370 infinite reboot loop as GRUB loads
https://bugs.launchpad.net/bugs/529363
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 529363] Re: HPT370 infinite reboot loop as GRUB loads

2010-03-23 Thread Shannon VanWagner
I read somewhere that installing a /boot partition on a separate EIDE hard 
drive may fix the problem but I haven't had a chance to test it yet. When I get 
around to testing it, I'll post the results here.
Cheers! Shannon

-- 
HPT370 infinite reboot loop as GRUB loads
https://bugs.launchpad.net/bugs/529363
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 529363] [NEW] HPT370 infinite reboot loop as GRUB loads

2010-02-28 Thread Shannon VanWagner
Public bug reported:

Binary package hint: grub2

Ubuntu 9.10 Karmic installs perfectly until rebooted, when it enters an 
infinite reboot loop just as GRUB loads.
Have tried repairing grub with LiveCD - everything reports as being fixed, but 
then after reboot - same reboot loop.
Fedora 12 installs and works without issue.
Ubuntu 10.04 Lucid Alpha 3(02-28-10) doesn't even detect the drive.
SATA/RAID controller is Highpoint 370, motherboard is Shuttle AS45GT.
This is an old motherboard, but it's just irritating that Fedora 12 with legacy 
grub installs without issue.
Uwe Zeisberger describes a similar problem along with a fix (for legacy GRUB) 
at http://lists.gnu.org/archive/html/bug-grub/2004-07/msg00113.html . The 
posting describes something about how the HPT370 overwrites the default GRUB 
storage area on the hdd, and about moving it.. But I'm not sure how to do this 
with GRUB2. I tried to email Uwe, but the email address doesn't work.

Thanks for any answers you can provide.
Sincerely,
Shannon VanWagner

ProblemType: Bug
Architecture: i386
Date: Sun Feb 28 07:39:05 2010
DistroRelease: Ubuntu 9.10
LiveMediaBuild: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: grub-pc 1.97~beta4-1ubuntu3
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: grub2
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:3039): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:3039): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:3140): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:3157): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:3139): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -4 and height 24

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


** Tags: apport-bug i386

-- 
HPT370 infinite reboot loop as GRUB loads
https://bugs.launchpad.net/bugs/529363
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 529363] Re: HPT370 infinite reboot loop as GRUB loads

2010-02-28 Thread Shannon VanWagner

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

-- 
HPT370 infinite reboot loop as GRUB loads
https://bugs.launchpad.net/bugs/529363
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 529363] Re: HPT370 infinite reboot loop as GRUB loads

2010-02-28 Thread Shannon VanWagner
I've attached lspci -v output.

** Attachment added: lspci.txt
   http://launchpadlibrarian.net/39874393/lspci.txt

-- 
HPT370 infinite reboot loop as GRUB loads
https://bugs.launchpad.net/bugs/529363
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2010-02-07 Thread Shannon VanWagner
So after some testing, I found the volume was still being muted after
some reboots. So then I commented out (per a tip I found on debian bug
reports) load-module module-device-restore in /etc/pulse/default.pa

So instead of /etc/pulse/default.pa containing:
### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

it's now changed to
### Automatically restore the volume of streams and devices
#load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

So now my sound doesn't crackle anymore(per changes in #35 above), and
doesn't startup in a muted state (per the changes above).

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2010-02-06 Thread Shannon VanWagner
I found something that seems to help.

I modified the last line in /etc/modprobe.d/alsa-base.conf with the text below 
and rebooted ( added options: model=6stack-dig and position_fix=1 ):
options snd-hda-intel power_save=10 power_save_controller=N position_fix=1 
model=6stack-dig

I also removed the /home/myusername/.pulse* directories but I don't know
if that made any difference.

Here's more details on my hardware for comparison ( 
http://www.humans-enabled.com/2009/09/gnulinux-3d-gaming-box-no-monitor-get.html
 ):
$ lspci |grep Audio
00:09.0 Audio device: nVidia Corporation MCP73 High Definition Audio (rev a1)

$ cat /proc/asound/card0/codec#* |grep Codec
Codec: Realtek ALC1200

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: NVidia [HDA NVidia], device 0: ALC1200 Analog [ALC1200 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC1200 Digital [ALC1200 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

So now the crunchiness has gone away, and the sound doesn't go to mute
everytime I reboot and log back in.

This rocks!
Shannon VanWagner

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2010-02-06 Thread Shannon VanWagner
I've attached my /etc/modprobe.d/alsa-base.conf so you can compare yours
to the one that works well for me.

Cheers!
Shannon VanWagner

** Attachment added: alsa-base.conf
   http://launchpadlibrarian.net/38850781/alsa-base.conf

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 394500] Re: [Karmic] softmodem-opened /dev/snd/pcm* cause pulseaudio: card not found - Null Output / Dummy Output

2010-01-22 Thread Shannon VanWagner
@cement_head, that's one of the same problems I'm having on another machine... 
per this bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/442748

The other problem is that the sound is very fragile... I can easily
break the sound into static crunchiness by hitting backspace in the
terminal 3 times while any sounds (e.g., music) are playing from another
application.

I can reset the sound by turning the hardware off and back on from the
gnome-volume-control on the panel, but this is a very tedious workaround
because it takes about 8 clicks to go through the process, sometimes
more - if I have to minimize something that's full screen first.

I'd be really happy to be able to: a.) find the place(config file or
whatever) where I can change the default sound setting from mute to mid-
level on login, and b.) have some batch-script or macro-like way to turn
the sound hardware off and then back on, with one-click, or keystroke.

Don't take me wrong, I'm absolutely not complaining about this wonderful
and FREE operating system... these are just humble requests... nothing
more.

regards,
Shannon VanWagner

-- 
[Karmic] softmodem-opened /dev/snd/pcm* cause pulseaudio: card not found - 
Null Output / Dummy Output
https://bugs.launchpad.net/bugs/394500
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2010-01-22 Thread Shannon VanWagner
I have workarounds, but it would be great if they were better, for these two 
nagging problems:
1.) Every time I reboot the computer and login, the sound volume is turned all 
the way down. Is there a way to modify this setting?

2.) My sound is very fragile... I can easily break the sound into
static crunchiness by hitting backspace in the terminal 3 times while
any sounds (e.g., music) are playing from another application. As a
workaround for this problem, I can reset the sound by turning the
hardware off and back on from the gnome-volume-control on the panel.
However, this is a very tedious workaround because it takes about 8
clicks to go through the process, sometimes more - if I have to minimize
something that's full screen first. Is there a setting somewhere in the
system where I could setup a batch script, tied to a launcher or
keystroke, that could automate this power cycling of the sound
hardware into 1 click?

Thanks for making Ubuntu and GNU/Linux awesome!!
Shannon

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2009-12-31 Thread Shannon VanWagner
Daniel,

here's my current situation:
Every time I first login, the sound(regardless of user acct used) is set to the 
lowest level (in muted status). 

So then I turn up the sound and it works.. but as mentioned above, the
sound is very fragile, as I can easily break it by hitting backspace
twice in the terminal. Also, sometimes when I launch more than one sound
source, i.e., youtube and an mp3 in movie player at the same time, the
sound breaks until I reset it again. To reset everything I have to turn
the sound to Off in the hardware tab of sound preferences, and then
back to something like Stereo Duplex.

Switching the sound off and on again would be an acceptable work-around
if I could assign that action to a keystroke or something. Can you
provide instructions for how to do this? What terminal or command-line
action happens when I switch the sound off and then back on? The problem
is that if I run a game in wine, the screen resolution changes and it's
then very hard (after hitting ctrl+alt+d to show the desktop) to access
the on/off control in the sound preferences.

This problem seems to only be with the NVIDIA-chipset-based computer
that I have, as I just recently upgraded my Dell Inspiron 2650 to Karmic
and it works fine.

Thanks for any help you can provide. I greatfully appreciate it!

Sincerely,
Shannon VanWagner

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2009-12-20 Thread Shannon VanWagner
As suggested in #17, I've configured my system as follows per
https://help.ubuntu.com/community/UbuntuStudioPreparation

--
Real-Time Support
After you've got the kernel you still need to set up real-time access for your 
applications.
All you have to do for this is give your audio group permissions to access the 
rtprio, nice, and memlock limits. To do this, you just need to run these 
commands, which will add some lines to the file /etc/security/limits.conf:
 sudo su -c 'echo @audio - rtprio 99  /etc/security/limits.conf'
 sudo su -c 'echo @audio - nice -10  /etc/security/limits.conf'
 sudo su -c 'echo @audio - memlock unlimited  /etc/security/limits.conf'
(I replaced unlimited to 1024 because my machine has 2GB of RAM)
These value are suggested by http://jackaudio.org/faq. The memlock line 
determines how much of your memory can be locked by audio processes. Some 
recommend setting this as half of your total memory (RAM, in KB). See Florian 
Paul Schmidt's page.
If you use a Firewire sound card, you already done the step described here: in 
Hardy and Karmic beta, this group is already created at installation. You just 
have to do: 
 sudo adduser username audio
Restart Ubuntu and it is ok.
If you experience freezes after rebooting Jaunty Jackalope, try removing the 
memlock unlimited line or changing it to a different value. Always keep a 
-generic kernel on your Grub list. If for some reason you can't boot with the 
-rt kernel, it will be very useful.
-- 

Thanks Daniel. I'll let you know how it works for me.

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 442748] Re: 0x10250137 needs addition to position_fix=1 whitelist

2009-12-20 Thread Shannon VanWagner
Daniel,

After making the changes above(assuming that implemented the real time
support stuff properly... the post in 18 appears to mention using a
custom -rt built kernel, which I haven't done.. not sure if that's the
correct thing to do or not. Also, I tried setting the memlock to
unlimited and that doesn't help either), then rebooting, I am still
having problems with the sound going to static.

Here's how I am able to easily duplicate the problem:
1.) Launch an mp3 file to play in the movie player and it starts playing.
2.) Open the terminal and hit the Backspace key 3 times... then all sound goes 
to static. The mp3 file continues to play but it's now garbled static instead 
of the music.


The same thing happens if I use youtube in step 1. and then repeat step 2.

To reset the garbled sound, I right-click the volume control and launch
Sound Preferences. Then from the hardware tab, I select it to Off, and
then back to something like Analog Surround 5.0 Output + Analog Stereo
Input, or Analog Stereo Duplex and it fixes the sound. But then I can
break the sound easily by repeating the above steps again.

Also, when I play games in wine, sometimes the sound works at first, and
then, as if to get overloaded, the sound goes to garbled static. I then
hit ctrl+alt+d to show the Desktop, and set the sound hardware to off
and then back on, but this is very difficult to do sometimes because the
screen resolution is set to something like 640x480 while playing a wine
game, and then I can't even get to the dropdown selector to turn off the
sound because it's off the bottom of the screen.

Can anyone suggest how to fix this? Let me know if you need any further
information.

Thanks!
Shannon

-- 
0x10250137 needs addition to position_fix=1 whitelist
https://bugs.launchpad.net/bugs/442748
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 442748] Re: Sound output is intermittent system-wide with nVidia MCP73 HDA

2009-12-06 Thread Shannon VanWagner
Daniel,

I've added  position_fix=1 and rebooted as you suggested and although
it seems to help with how quickly the sound recovers itself from going
crunchy, it doesn't seem to have fixed the problem entirely.

Here's how I can reproduce the problem:
At the password entry field for login, I hit the backspace key repeatedly and 
the I hear an action sound(from the sound theme) on every other key entry. Then 
on about the fourth or fifth iteration of the sound, as I keep hitting 
backspace, it turns to the crunchy static sound that I mentioned previously. 
Then if I wait for about 30 seconds and hit the backspace again, the regular 
sound is back and working until I hit it repeatedly to duplicate the problem.

So then I logged in, the Ubuntu startup sound works, then I went to
youtube and the sound works, then with youtube open, I launch CC Red
Alert II in wine, the sound went all crunchy again.  I then exited
youtube and the wine game, turned off sound via Sound
PreferencesHardware and back on again and sound is working once again.

So now I have turned of the alert sounds from the Sound Preferences all
together (as opposed to having the Ubuntu theme sounds running) and I'm
able to play my wine game with full sound.

Please let me know if there's anything else I should add to this report
to help define the issue.

Thanks very much for your assistance!

Shannon VanWagner
humans enabled

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 460616] Re: [i945GM] Black video playback with dual screen enabled

2009-11-03 Thread Shannon VanWagner
I didn't mention it above - Step #4 fixes the problem for me.

-- 
[i945GM] Black video playback with dual screen enabled 
https://bugs.launchpad.net/bugs/460616
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 460616] Re: [i945GM] Black video playback with dual screen enabled

2009-11-03 Thread Shannon VanWagner
@davidcaste, your workaround works for me, Thanks a bunch for posting
it!!

(Doesn't Work)Previously my xorg.conf showed:
Virtual 2048 2048

Now it's set as you said to:
Virtual 2880 900 
and I can play videos.

When I first changed the setting, I thought the screen resolution for my dual 
monitor configuration was going to suffer, but it didn't. The resolutions for 
my monitors are as follows:
1280x1024 Planar 19 lcd monitor
1400x1050 hp Compaq nc6320 lcd screen

Right On. That just made my day. Ubuntu is awesome! Freedom and
GNU/Linux is awesome!!

Shannon VanWagner
humans enabled

-- 
[i945GM] Black video playback with dual screen enabled 
https://bugs.launchpad.net/bugs/460616
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 415023] Re: brightness is broken on MSI WIND U100

2009-10-29 Thread Shannon VanWagner
** Changed in: hal-info (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
brightness is broken on MSI WIND U100
https://bugs.launchpad.net/bugs/415023
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 415023] Re: brightness is broken on MSI WIND U100

2009-10-29 Thread Shannon VanWagner
So can someone point me to the best workaround? I'm going with #84 so
far, but I just wanted to check.

I just helped someone get wubi-Ubuntu-Karmic on their U120 and this bug
could be a show stopper for Ubuntu exploration.

Thanks!

Shannon VanWagner
humans enabled

-- 
brightness is broken on MSI WIND U100
https://bugs.launchpad.net/bugs/415023
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 460616] Re: Black video playback with dual screen enabled

2009-10-26 Thread Shannon VanWagner
Has anyone found a workaround for this? Also, if there is any other
output I need to provide to help with the troubleshooting, please let me
know. This problem makes it hard for me to use my ubuntu machine as a
conference room presentation pc because I can't play videos when the
secondar monitor is attached.

Thanks very much!

-- 
Black video playback with dual screen enabled 
https://bugs.launchpad.net/bugs/460616
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 460616] Re: Black video playback with dual screen enabled

2009-10-26 Thread Shannon VanWagner
I've attached the output from strace if it helps at all. The command I
used was: strace vlc test_video.ogg
2strace_output_dual_screen_vlc_oggvideo.txt

The video I tested is a native *.ogg format video.

** Attachment added: strace_output_dual_screen_vlc_oggvideo.txt
   
http://launchpadlibrarian.net/34421334/strace_output_dual_screen_vlc_oggvideo.txt

-- 
Black video playback with dual screen enabled 
https://bugs.launchpad.net/bugs/460616
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 349312] Re: Evolution 2.26 does not support import of outlook .pst

2009-10-16 Thread Shannon VanWagner
I'm running Ubuntu Karmic 9.10 and the Evolution does a fine job of
importing PST now, via FileImportImport a Single File

This is fine work... Nice job!! Not even Mac entorage 2008 has this
capability!

If there's one more thing I could ask for, it would be to make it so
Evolution will automatically launch and start the import process when
double-clicking on a *.pst file.

IMHO, the easier you make it for the Ubuntu to be a drop in replacement
for win/olk, the more Ubuntu will get implemented in the workplace. I
use Evolution with the es2007 server every day(IMAP) and the only thing
I have a problem with is not being able to see free/busy information on
the calendar for others, and the address resolution from the gal - I
can't see to get it configured to work properly. I like Evolution a lot
better for the speed and no bloat.

Does anyone know how to change the skin for Evolution? That would be
an awesome feature.

Regards,
Shannon VanWagner

-- 
Evolution 2.26 does not support import of outlook .pst
https://bugs.launchpad.net/bugs/349312
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 442748] apport-collect data

2009-10-09 Thread Shannon VanWagner
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gamer  2120 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xf9e78000 irq 7'
   Mixer name   : 'Realtek ALC1200'
   Components   : 'HDA:10ec0888,10250137,00100101'
   Controls  : 37
   Simple ctrls  : 22
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: alsa-base 1.0.20+dfsg-1ubuntu4
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
Uname: Linux 2.6.31-13-generic i686
UserGroups: adm admin audio cdrom dialout dip fax fuse lpadmin netdev plugdev 
sambashare tape video

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] AlsaDevices.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] AplayDevices.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] ArecordDevices.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] BootDmesg.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] Card0.Amixer.values.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] Card0.Codecs.codec.0.txt

2009-10-09 Thread Shannon VanWagner

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/33391053/Card0.Codecs.codec.0.txt

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] CurrentDmesg.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] Dependencies.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] PciMultimedia.txt

2009-10-09 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] XsessionErrors.txt

2009-10-09 Thread Shannon VanWagner

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33391059/XsessionErrors.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] Re: Sound output is intermittent system-wide with nVidia MCP73 HDA

2009-10-09 Thread Shannon VanWagner
Leann,
I've run the utility and it appears to have uploaded the information you
requested.

Thanks!
Shannon VanWagner

On Fri, Oct 9, 2009 at 7:20 PM, Leann Ogasawara 
leann.ogasaw...@canonical.com wrote:

 Hi Shannon,

 Can you run the following command from a Terminal
 (Applications-Accessories-Terminal).  It will automatically gather and
 attach sound related debug info to this bug:

 apport-collect -p alsa-base 442748

 ** Changed in: linux (Ubuntu)
   Status: New = Incomplete

 --
 Sound output is intermittent system-wide with nVidia MCP73 HDA
 https://bugs.launchpad.net/bugs/442748
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “linux” package in Ubuntu: Incomplete

 Bug description:
 Sound output is intermittent system-wide with nVidia MCP73 HDA

 lspci |grep Audio
 00:09.0 Audio device: nVidia Corporation MCP73 High Definition Audio (rev
 a1)

 I get sound on some things and then on others and then sometimes the sound
 output is a crunchy sound instead of the intended sounds.

 Workaround: Right Click Volume Icon, click Sound Preferences, click the
 Hardware tab, take note of the Profile setting (e.g., Analog Stereo
 Duplex), then toggle it to off, then toggle it back to the noted setting.

 Thanks for your help!

 ProblemType: Bug
 Architecture: i386
 CheckboxCommand: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 !
 audioconvert ! audioresample ! gconfaudiosink'
 CheckboxData: I can hear sound if I toggle Hardware from Analog Surround
 5.1 Output to of and then back on the Sound Preferences  Hardware tab.
 CheckboxTest: playback_auto
 Date: Sun Oct  4 19:18:26 2009
 DistroRelease: Ubuntu 9.10
 NonfreeKernelModules: nvidia
 Package: python-gst0.10 0.10.16.3-1
 ProcEnviron:
  SHELL=/bin/bash
  LANG=en_US.UTF-8
 ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
 SourcePackage: gst0.10-python
 Tags: checkbox-bug
 Uname: Linux 2.6.31-11-generic i686
 XsessionErrors:
  (gnome-settings-daemon:1867): GLib-CRITICAL **: g_propagate_error:
 assertion `src != NULL' failed
  (gnome-settings-daemon:1867): GLib-CRITICAL **: g_propagate_error:
 assertion `src != NULL' failed
  (nautilus:1898): Eel-CRITICAL **: eel_preferences_get_boolean: assertion
 `preferences_is_initialized ()' failed
  (polkit-gnome-authentication-agent-1:1921): GLib-CRITICAL **:
 g_once_init_leave: assertion `initialization_value != 0' failed
  (gnome-panel:1897): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to
 allocate widget with width -1 and height 24



-- 
FREE YOURSELF, Use GNU/LINUX! gnu.org | fsf.org | linux.com |
getgnulinux.org | ubuntuguide.org | whylinuxisbetter.net | openoffice.org |
humans-enabled.com |  ubuntu.com | distrowatch.com | makethemove.net

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] [NEW] Sound output is intermittent system-wide with nVidia MCP73 HDA

2009-10-04 Thread Shannon VanWagner
Public bug reported:

Sound output is intermittent system-wide with nVidia MCP73 HDA

lspci |grep Audio
00:09.0 Audio device: nVidia Corporation MCP73 High Definition Audio (rev a1)

I get sound on some things and then on others and then sometimes the
sound output is a crunchy sound instead of the intended sounds.

Workaround: Right Click Volume Icon, click Sound Preferences, click
the Hardware tab, take note of the Profile setting (e.g., Analog
Stereo Duplex), then toggle it to off, then toggle it back to the noted
setting.

Thanks for your help!

ProblemType: Bug
Architecture: i386
CheckboxCommand: gst_pipeline_test -t 2 'audiotestsrc wave=sine freq=512 ! 
audioconvert ! audioresample ! gconfaudiosink'
CheckboxData: I can hear sound if I toggle Hardware from Analog Surround 5.1 
Output to of and then back on the Sound Preferences  Hardware tab.
CheckboxTest: playback_auto
Date: Sun Oct  4 19:18:26 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: python-gst0.10 0.10.16.3-1
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: gst0.10-python
Tags: checkbox-bug
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:1867): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1867): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1898): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:1921): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:1897): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -1 and height 24

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


** Tags: apport-bug checkbox-bug i386

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 442748] Re: Sound output is intermittent system-wide with nVidia MCP73 HDA

2009-10-04 Thread Shannon VanWagner

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

-- 
Sound output is intermittent system-wide with nVidia MCP73 HDA
https://bugs.launchpad.net/bugs/442748
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 440882] [NEW] can't play a video in Totem Movie Player with dual screens enabled

2009-10-02 Thread Shannon VanWagner
Public bug reported:

I can't play videos (i.e., *.flv, *.wmv, *.ogg, etc.) after I attach an
external monitor. I hear audio and see the progress bar move as the
video plays but there is no video output (only black).

When I remove the external monitor - videos play fine.

I have an hp nc6320 (LCD Screen)  and have attached a PLANAR 19 Monitor
- both with resolution of 1280x1024.

I have also tried to play the videos using VLC and the result is the
same.

Thanks!

Shannon VanWagner

ProblemType: Bug
Architecture: i386
Date: Fri Oct  2 11:17:29 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/totem
Package: libgstreamer0.10-0 0.10.24.3-1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: gstreamer0.10
Uname: Linux 2.6.31-11-generic i686

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
can't play a video in Totem Movie Player  with dual screens enabled
https://bugs.launchpad.net/bugs/440882
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 440882] Re: can't play a video in Totem Movie Player with dual screens enabled

2009-10-02 Thread Shannon VanWagner

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/32879230/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/32879232/ProcStatus.txt

-- 
can't play a video in Totem Movie Player  with dual screens enabled
https://bugs.launchpad.net/bugs/440882
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 411574] Re: [karmic] No sound on Intel 82801H HD Audio

2009-09-17 Thread Shannon VanWagner
I was having some sound issues with Karmic on Intel and it turns out the
slmodemd daemon was tying up the sound system and so the pulseaudio
server couldn't setup the sound for use.

Read more here:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/394500

I was using the alsa force-reload method to work around this problem at
first, but as it turns out - using pulseaudio is better.

Good Luck!

Shannon VanWagner
humans enabled

-- 
[karmic] No sound on Intel 82801H HD Audio
https://bugs.launchpad.net/bugs/411574
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 394500] Re: [karmic] pulseaudio: card not found - Null Output / Dummy Output

2009-09-13 Thread Shannon VanWagner
svanwag...@ubuntu-scythe:~$ amixer
Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 63
  Mono:
  Front Left: Playback 63 [100%] [3.00dB] [on]
  Front Right: Playback 63 [100%] [3.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-34.50dB] [on]
  Front Right: Playback 0 [0%] [-34.50dB] [on]
Simple mixer control 'Mic',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [on]
Simple mixer control 'Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 15
  Front Left: Capture 12 [80%] [18.00dB] [on]
  Front Right: Capture 12 [80%] [18.00dB] [on]
Simple mixer control 'Mix',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [off]
Simple mixer control 'Beep',0
  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  Playback channels: Mono
  Limits: Playback 0 - 15
  Mono: Playback 0 [0%] [-45.00dB] [off]
Simple mixer control 'Caller ID',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'Docking-Station',0
  Capabilities: cswitch cswitch-joined cswitch-exclusive
  Capture exclusive group: 0
  Capture channels: Mono
  Mono: Capture [off]
Simple mixer control 'Internal Mic Boost',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 3
  Front Left: 0 [0%]
  Front Right: 0 [0%]
Simple mixer control 'Off-hook',0
  Capabilities: pswitch pswitch-joined
  Playback channels: Mono
  Mono: Playback [off]


Thanks!
Shannon

-- 
[karmic] pulseaudio: card not found - Null Output / Dummy Output
https://bugs.launchpad.net/bugs/394500
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 394500] Re: [karmic] pulseaudio: card not found - Null Output / Dummy Output

2009-09-13 Thread Shannon VanWagner
So I figured out how to make the sound louder - it's the PCM volume,
which was set to the lowest setting.

The problem is that to change PCM - I had to run alsamixer from the
gnome-terminal and change the setting with the keyboard.

I'm thinking it would take anyone who is even noobier than me quite
awhile to figure out how to get that working right. In the previous
version of Ubuntu, I was able to change the PCM volume from the regular
volume controls. So hopefully the sound just works better on the
official Karmic release.

If you need for me to respond with any other output, let me know. Thanks
again for your help, it's truly appreciated.

Now on to the other problem I've been having the partition manager
not starting when reinstalling Karmic.

Have a great day!

Shannon

-- 
[karmic] pulseaudio: card not found - Null Output / Dummy Output
https://bugs.launchpad.net/bugs/394500
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 394500] Re: [karmic] pulseaudio: card not found - Null Output / Dummy Output

2009-09-12 Thread Shannon VanWagner
svanwag...@ubuntu-scythe:~$ pulseaudio -
I: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
I: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
D: core-rtclock.c: Timer slack is set to 50 us.
I: core-util.c: Failed to acquire high-priority scheduling: Input/output error
I: main.c: This is PulseAudio 0.9.17
D: main.c: Compilation host: i486-pc-linux-gnu
D: main.c: Compilation CFLAGS: -g -O2 -g -Wall -O3 -Wall -W -Wextra -pipe 
-Wno-long-long -Winline -Wvla -Wno-overlength-strings 
-Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare 
-Wformat-security -Wmissing-include-dirs -Wformat-nonliteral 
-Wold-style-definition -Wpointer-arith -Winit-self 
-Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes 
-Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn 
-Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings 
-Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common 
-fdiagnostics-show-option
D: main.c: Running on host: Linux i686 2.6.31-10-generic #32-Ubuntu SMP Thu Sep 
10 23:33:50 UTC 2009
D: main.c: Found 2 CPUs.
I: main.c: Page size is 4096 bytes
D: main.c: Compiled with Valgrind support: no
D: main.c: Running in valgrind mode: no
D: main.c: Optimized build: yes
D: main.c: All asserts enabled.
I: main.c: Machine ID is f72b17ef0df6ba8fb775d3d74aa78b6a.
I: main.c: Session ID is 
f72b17ef0df6ba8fb775d3d74aa78b6a-1252808659.825761-173451688.
I: main.c: Using runtime directory 
/home/svanwagner/.pulse/f72b17ef0df6ba8fb775d3d74aa78b6a-runtime.
I: main.c: Using state directory /home/svanwagner/.pulse.
I: main.c: Using modules directory /usr/lib/pulse-0.9.17/modules.
I: main.c: Running in system mode: no
I: main.c: Fresh high-resolution timers available! Bon appetit!
I: cpu-x86.c: CPU flags: MMX SSE SSE2 SSE3 SSSE3 
I: svolume_mmx.c: Initialising MMX optimized functions.
I: remap_mmx.c: Initialising MMX optimized remappers.
I: svolume_sse.c: Initialising SSE2 optimized functions.
I: remap_sse.c: Initialising SSE2 optimized remappers.
I: sconv_sse.c: Initialising SSE2 optimized conversions.
D: 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
I: module.c: Loaded module-suspend-on-idle (index: #0; argument: ).
D: database-tdb.c: Opened TDB database 
'/home/svanwagner/.pulse/f72b17ef0df6ba8fb775d3d74aa78b6a-device-volumes.tdb'
I: module-device-restore.c: Sucessfully opened database file 
'/home/svanwagner/.pulse/f72b17ef0df6ba8fb775d3d74aa78b6a-device-volumes'.
I: module.c: Loaded module-device-restore (index: #1; argument: ).
D: database-tdb.c: Opened TDB database 
'/home/svanwagner/.pulse/f72b17ef0df6ba8fb775d3d74aa78b6a-stream-volumes.tdb'
I: module-stream-restore.c: Sucessfully opened database file 
'/home/svanwagner/.pulse/f72b17ef0df6ba8fb775d3d74aa78b6a-stream-volumes'.
I: module.c: Loaded module-stream-restore (index: #2; argument: ).
D: database-tdb.c: Opened TDB database 
'/home/svanwagner/.pulse/f72b17ef0df6ba8fb775d3d74aa78b6a-card-database.tdb'
I: module-card-restore.c: Sucessfully opened database file 
'/home/svanwagner/.pulse/f72b17ef0df6ba8fb775d3d74aa78b6a-card-database'.
I: module.c: Loaded module-card-restore (index: #3; argument: ).
I: module.c: Loaded module-augment-properties (index: #4; argument: ).
D: cli-command.c: Checking for existance of 
'/usr/lib/pulse-0.9.17/modules/module-udev-detect.so': success
D: module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
D: module-udev-detect.c: /devices/pci:00/:00:1b.0/sound/card0 is busy: 
yes
I: module-udev-detect.c: Found 1 cards.
I: module.c: Loaded module-udev-detect (index: #5; argument: ).
D: cli-command.c: Checking for existance of 
'/usr/lib/pulse-0.9.17/modules/module-bluetooth-discover.so': success
D: dbus-util.c: Successfully connected to D-Bus system bus 
b17dfdbe77aa93c875d3667f4aac5793 as :1.77
D: bluetooth-util.c: dbus: interface=org.freedesktop.DBus, 
path=/org/freedesktop/DBus, member=NameAcquired
D: bluetooth-util.c: Bluetooth daemon is apparently not available.
I: module.c: Loaded module-bluetooth-discover (index: #6; argument: ).
D: cli-command.c: Checking for existance of 
'/usr/lib/pulse-0.9.17/modules/module-esound-protocol-unix.so': success
I: module.c: Loaded module-esound-protocol-unix (index: #7; argument: ).
I: module.c: Loaded module-native-protocol-unix (index: #8; argument: ).
D: cli-command.c: Checking for existance of 
'/usr/lib/pulse-0.9.17/modules/module-gconf.so': success
I: module.c: Loaded module-gconf (index: #9; argument: ).
I: module-default-device-restore.c: Saved default sink 'auto_null' not 
existant, not restoring default sink setting.
I: module-default-device-restore.c: Saved default source 'auto_null.monitor' 
not existant, not restoring default source setting.
I: module.c: Loaded module-default-device-restore (index: #10; argument: ).
I: module.c: Loaded 

[Bug 394500] Re: [karmic] pulseaudio: card not found - Null Output / Dummy Output

2009-09-12 Thread Shannon VanWagner
Awesomethanks for the tip (see output below) -  it's the slmodemd
process - must be for the 56k modem that's built into this laptop. I
remember enabling the Hardware Driver for the modem, shortly after
installing Karmic... perhaps that's when the sound stopped working for
me too. One more question, I now have sound but it's very quiet, even
with the volume level set very high. Is there something I can do to fix
that? Also, what's the best way go about stopping the slmodemd from
loading, or otherwise keeping it from stepping on the pulseaudio?

svanwag...@ubuntu-scythe:~$ sudo fuser -v /dev/dsp* /dev/snd/*
[sudo] password for svanwagner: 
 USERPID ACCESS COMMAND
/dev/snd/controlC0:  Slmodemd   2221 F slmodemd
/dev/snd/pcmC0D6c:   Slmodemd   2221 F...m slmodemd
/dev/snd/pcmC0D6p:   Slmodemd   2221 F...m slmodemd

Thanks!
Shannon VanWagner

-- 
[karmic] pulseaudio: card not found - Null Output / Dummy Output
https://bugs.launchpad.net/bugs/394500
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 394500] Re: [karmic] pulseaudio: card not found - Null Output / Dummy Output

2009-09-12 Thread Shannon VanWagner
So I disabled the Hardware Drivers for the modem. So the slmodemd is not
loading now and I have sound everytime.

If you need some sort of output from the slmodemd as installed, I could
load it back in. I guess if I ever wanted to use the modem on this
machine, I would need to figure out some way to have it coexist with the
regular sound.

Also, the big problem I'm having now is that the sound is really quiet,
even though I turned up the soft/hard volume switches to the maximum
level.

I know this laptop can do much better than that - I've heard it before,
when I had use the sudo alsa force-reload before or something. Is there
some setting I can change somewhere to have the volume be louder? Like
maybe some type of pulseaudio setup wizard. Sorry if I haven't
researched pulseaudio as much as I should have already.

I appreciate your attention to the matter.

Regards,

Shannon

-- 
[karmic] pulseaudio: card not found - Null Output / Dummy Output
https://bugs.launchpad.net/bugs/394500
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 394500] Re: [karmic] pulseaudio: card not found - Null Output / Dummy Output

2009-09-10 Thread Shannon VanWagner
This is a very frustrating problem and I haven't found a fix yet myself. The 
computer I have is an HP Compaq nc6320. 
Here are some details from my setup:
 lspci |grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
 aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

pulseaudio is currently server version 0.9.16 (upgraded from PPA per comment 
#11 above)
Default Sink: auto_null
Default Source: auto_null.monitor
linked to library version 0.9.16
compiled with library vrsion 0.9.14

SystemPreferencesSoundHardware no device shown
SystemPreferencesSoundOutput Dummy Output (Stereo)

I was going to try some settings from #13 above but I don't see that
setting... Can you elaborate on Does your user have permission via
PolicyKit or otherwise to access @audio? My user is an administrator
user and all privileges are checked in the User Manager.

The only way I have been able to get sound is by modifying 
/etc/modprobe.d/alsa-base.conf , adding the text below and then running 'sudo 
alsa force-reload'
options snd-hda-intel model=AD198x

The above workaround only works between reboots and apparently uses alsa
instead of pulseaudio.

Any ideas? I hope this gets fixed by release time because the Intel
graphics are working a lot better in the Karmic version and I'd hate to
not be able to recommend the upgrade.

Thanks!
Shannon VanWagner

-- 
[karmic] pulseaudio: card not found - Null Output / Dummy Output
https://bugs.launchpad.net/bugs/394500
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 394500] Re: [karmic] pulseaudio: card not found - Null Output / Dummy Output

2009-09-10 Thread Shannon VanWagner
Oh and one more thing... The sound worked on the LiveCD, it's either
just after install, or perhaps just after updates after the install that
it stopped working.

Hope that helps.

Shannon VanWagner

-- 
[karmic] pulseaudio: card not found - Null Output / Dummy Output
https://bugs.launchpad.net/bugs/394500
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 393623] Re: Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor is connected

2009-07-17 Thread Shannon VanWagner
Ok so I stumbled onto a workaround while jamming out to some music with
the Rhythmbox 0.12.0 music player.

What I found is that if I bring up the Rhythmbox and play some music,
then open the video in Movie player (or gxine or VLC), the video then
works! So then to play a movie, open Rhythmbox 0.12.0 and play some
music, launch the video - it will start playing, stop the video, stop
the music so you can hear the video, then play the video and it works!

Bizarre? - Yes! But.. Let's me watch the funny videos my good buddy
sends me in email? - Yes!

Regards,
Shannon V.

-- 
Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor 
is connected
https://bugs.launchpad.net/bugs/393623
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 393623] Re: Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor is connected

2009-07-15 Thread Shannon VanWagner
Bryce,

I've tried booting to Karmic Alpha and am able to run a .wma video
(after installing ubuntu-restricted-extras of course) but only when my
two displays are set to mirrored.

So as soon as I try to extend my desktop onto the second monitor by 
unchecking 'mirror displays' in SystemPreferencesDisplay, the tool informs me 
that config files have to change and I have to logout/back in.
The problem now is that once I logout, the screen goes black, and the login 
screen never reappears (but there is the Ubuntu theme sounds).

So when this happened, I tried switching to run level 3 and then running
the apport-collect bugnumber command, which then connects me to
launchpad via the lynx web browser (which I installed previously) only
to find out that this process does not appear to work with Lynx.

I even tried copying in my older xorg.conf file and using the startx
command to try to get video, and nothing... the screen is backlit-black.

So I've attached a few files from the /var/log dir and the xorg.conf
file for your perusal.

Needless to say, since I was never able to log back in with non-mirrored
screens, I was not able to test to see if the videos work.

Any suggestions?

Thanks a lot!
Shannon VanWagner
humans-enabled.com

** Attachment added: some log files and xorg.conf
   http://launchpadlibrarian.net/29092426/testing.tar.gz

-- 
Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor 
is connected
https://bugs.launchpad.net/bugs/393623
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 393623] Re: Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor is connected

2009-06-29 Thread Shannon VanWagner

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

** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/28527461/LsHal.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/28527462/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/28527463/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/28527464/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/28527465/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/28527466/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/28527468/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/28527469/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/28527470/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/28527471/setxkbmap.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/28527472/system.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/28527475/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/28527476/xkbcomp.txt

-- 
Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor 
is connected
https://bugs.launchpad.net/bugs/393623
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 393623] [NEW] Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor is connected

2009-06-29 Thread Shannon VanWagner
Public bug reported:

Binary package hint: xorg

When I have an external monitor attached, I can't play multimedia video
(i.e., *.ogg, *.flv, *.wmv) in any player (i.e., totem, vlc, mplayer,
gxine, etc.).

The behavior is that when the player(i.e., totem, vlc, mplayer, gxine,
etc.) is launched, the player window shows momentarily, and then it
crashes before playing the video.

When running from the command line, a command such as totem-gstreamer
somemovie.ogg, or even vlc somemovie.ogg, the player crashes and the
following error msg is displayed:The error was 'BadAlloc (insufficient
resources for operation)'.  (Details: serial 139 error_code 11
request_code 132 minor_code 19).

I've used the suggested method to report this bug.

Thanks for any help you can provide.

Shannon VanWagner | humans-enabled.com

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: xorg 1:7.4~5ubuntu18
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-13-generic (bui...@palmer) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu4) ) #44-Ubuntu SMP Tue Jun 2 07:57:31 UTC 2009
SourcePackage: xorg
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-bug i386

-- 
Can't play multimedia video (i.e., *.ogg, *.flv, *.wmv) when external monitor 
is connected
https://bugs.launchpad.net/bugs/393623
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 267850] Re: USB to Ethernet Adapter (0b95 - 772a ASIX Electronics Corp.) Not working in Hardy

2009-01-15 Thread Shannon VanWagner
Correction .. Note, same adapter doesn't work in Ubuntu 8.04 either.
should say: Note, same adapter doesn't work in Ubuntu 8.10 either.

-- 
USB to Ethernet Adapter (0b95 - 772a ASIX Electronics Corp.) Not working in 
Hardy
https://bugs.launchpad.net/bugs/267850
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 267850] Re: USB to Ethernet Adapter (0b95 - 772a ASIX Electronics Corp.) Not working in Hardy

2009-01-15 Thread Shannon VanWagner
Note, same adapter doesn't work in Ubuntu 8.04 either.

Also, svanwag...@ubuntu-blade:$ ls 
/lib/modules/2.6.27-9-generic/kernel/drivers/net/usb shows:
asix.ko 

But lsmod doesn't show the asix module/driver as being loaded at all.

I tried modprobe asix and it loaded the model/driver as being loaded but
then ifconfig wouldn't let me bring up usb0.

Thanks!
Shannon VanWagner

-- 
USB to Ethernet Adapter (0b95 - 772a ASIX Electronics Corp.) Not working in 
Hardy
https://bugs.launchpad.net/bugs/267850
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


  1   2   >