[Bug 1976156] [NEW] Slow Grub Rendering on Lenovo Z50-75

2022-05-28 Thread Ricardo Almeida
Public bug reported:

Very slow rendering of grub, both initial menu as changing option. Made
a video of it - https://youtu.be/wiRClhTCNck

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: grub-pc 2.06-2ubuntu7
ProcVersionSignature: Ubuntu 5.15.0-33.34-generic 5.15.30
Uname: Linux 5.15.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: X-Cinnamon
Date: Sat May 28 16:38:55 2022
InstallationDate: Installed on 2019-02-13 (1200 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.3)
SourcePackage: grub2
UpgradeStatus: Upgraded to jammy on 2022-05-02 (25 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  Slow Grub Rendering on Lenovo Z50-75

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


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

[Bug 1875572] Re: pgadmin3 crash after open new sql window

2021-10-08 Thread Ricardo Almeida
Seems to be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/pgadmin3/+bug/1871781

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

Title:
  pgadmin3 crash after open new sql window

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


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

[Bug 1927773] Re: Can't play video X.org on Ubuntu 21.04

2021-05-11 Thread Ricardo Almeida
** Package changed: mplayer (Ubuntu) => libvdpau (Ubuntu)

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

Title:
  Can't play video X.org on Ubuntu 21.04

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

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

[Bug 1927773] Re: Can't play video X.org on Ubuntu 21.04

2021-05-08 Thread Ricardo Almeida
As a workaround, I added to my .bashrc

export VDPAU_DRIVER=none

This way, it gives an error and fallbacks correctly to ffmpeg on X.org

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

Title:
  Can't play video X.org on Ubuntu 21.04

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

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

[Bug 1927773] Re: Can't play video X.org on Ubuntu 21.04

2021-05-08 Thread Ricardo Almeida
Ok, it fails both in X.org and in Wayland. In X.org it fails by default
and it seems Wayland works because it tries to incorrectly load the
nvidia driver...

I looked into what vdpau drivers there are in the system (ls -lah
/usr/lib/x86_64-linux-gnu/vdpau/*so)

lrwxrwxrwx 1 root root 25 Apr  7 11:18 
/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so -> libvdpau_nouveau.so.1.0.0
lrwxrwxrwx 1 root root 22 Apr  7 11:18 
/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r300.so -> libvdpau_r300.so.1.0.0
lrwxrwxrwx 1 root root 22 Apr  7 11:18 
/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so -> libvdpau_r600.so.1.0.0
lrwxrwxrwx 1 root root 26 Apr  7 11:18 
/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so -> 
libvdpau_radeonsi.so.1.0.0


If I set the driver to any "r" driver (e.g. export VDPAU_DRIVER=r600), then if 
fails the same way that is failing X.org

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

Title:
  Can't play video X.org on Ubuntu 21.04

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

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

[Bug 1927773] Re: Can't play video X.org on Ubuntu 21.04

2021-05-08 Thread Ricardo Almeida
Just to note, if I login using Wayland, mplayer plays the video
correctly.

On Wayland, some error messages appear but it seems to fallback to a
correct decoder:

X11 error: BadMatch (invalid parameter attributes)
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object 
file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 58.91.100 (external)
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==

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

Title:
  Can't play video X.org on Ubuntu 21.04

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

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

[Bug 1927773] Re: Can't play video X.org on Ubuntu 21.04

2021-05-07 Thread Ricardo Almeida
** Package changed: ubuntu => mplayer (Ubuntu)

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

Title:
  Can't play video X.org on Ubuntu 21.04

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

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

[Bug 1927773] [NEW] Can't play video X.org on Ubuntu 21.04

2021-05-07 Thread Ricardo Almeida
Public bug reported:

I have upgraded my Lenovo Z50-75 (AMD A10-7300 with integrated Radeon R6
GPU) from Ubuntu 20.10 to Ubuntu 21.04 and can no longer play videos
with mplayer (nor vlc) when using X.org (that I need to use Cinnamon but
I've tried without Cinnamon and seems to be X.org related).

Description:Ubuntu 21.04
Release:21.04
mplayer:
  Installed: 2:1.4+ds1-1
vlc:
  Installed: 3.0.12-3

If I login using Ubuntu on X.org, I'm unable to play videos with mplayer
nor vlc.

I downloaded sample video from https://sample-
videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4

The video plays ok if seen in Firefox.

If I try to use mplayer, the window opens, the sound plays but no video.
On the console lots of errors like:

[vdpau] Error when calling vdp_video_surface_put_bits_y_cb_cr: No backend 
implementation could be loaded.
A:   0.2 V:   0.0 A-V:  0.250 ct:  0.000   0/  0 ??% ??% ??,?% 0 0 

If I try to use vlc, similar thing happens. The sound plays but no
video. On the console lots of errors like:

[h264 @ 0x7f48ecce3640] hardware accelerator failed to decode picture


On Ubuntu 20.10 it was working ok.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Can't play video X.org on Ubuntu 21.04

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

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

[Bug 1765938] Re: Unable to login using cinnamon

2018-10-30 Thread Ricardo Almeida
I upgraded to 18.10 and it seems the issue is now fixed. Cinnamon now
works :) at least for me...

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

Title:
  Unable to login using cinnamon

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

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

[Bug 1763648] Re: [needs-packaging] nvidia-304 (304.137) missing in Ubuntu 18.04

2018-05-03 Thread Ricardo Almeida
Trying to install from ppa I get:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 cinnamon-screensaver-x-plugin : Depends: cinnamon-screensaver (>= 3.1.0) but 
it is not going to be installed
 Recommends: xscreensaver-gl but it is not 
going to be installed
 Recommends: xscreensaver-gl-extra but it is 
not going to be installed
 gnome-keyring : Depends: gcr (>= 3.4) but it is not going to be installed
 Depends: pinentry-gnome3 but it is not going to be installed
 gvfs : Depends: gvfs-daemons (>= 1.36.1-0ubuntu1)
Depends: gvfs-daemons (< 1.36.1-0ubuntu1.1~)
 gvfs:i386 : Depends: gvfs-daemons:i386 (>= 1.36.1-0ubuntu1)
 Depends: gvfs-daemons:i386 (< 1.36.1-0ubuntu1.1~)
 libappindicator3-1 : Depends: libindicator3-7 (>= 0.4.90) but it is not going 
to be installed
 libgtk-3-0 : Depends: libwayland-egl1-mesa (>= 10.0.2) but it is not going to 
be installed or
   libwayland-egl1
  Recommends: libgtk-3-bin
 libkf5service5 : Depends: libkf5dbusaddons5 (>= 4.97.0) but it is not going to 
be installed
  Recommends: libkf5service-bin (= 5.44.0-0ubuntu1) but it is 
not going to be installed
 libkf5su-bin : Depends: libkf5su5 (>= 4.96.0) but it is not going to be 
installed
 libqt5gui5 : Depends: libegl1 but it is not going to be installed
  Depends: libgl1 but it is not going to be installed
  Recommends: libqt5svg5 but it is not going to be installed
  Recommends: qt5-gtk-platformtheme but it is not going to be 
installed
 mupen64plus-rsp-all : Depends: mupen64plus-rsp-hle but it is not going to be 
installed
   Recommends: mupen64plus-rsp-z64 but it is not going to 
be installed
 nvidia-304 : Depends: xorg-video-abi-11 but it is not installable or
   xorg-video-abi-12 but it is not installable or
   xorg-video-abi-13 but it is not installable or
   xorg-video-abi-14 but it is not installable or
   xorg-video-abi-15 but it is not installable or
   xorg-video-abi-18 but it is not installable or
   xorg-video-abi-19 but it is not installable or
   xorg-video-abi-20 but it is not installable or
   xorg-video-abi-23
  Depends: xserver-xorg-core but it is not going to be installed
  Recommends: nvidia-settings (>= 331.20) but it is not going to be 
installed
 zeitgeist : Depends: zeitgeist-datahub but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

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

Title:
  [needs-packaging] nvidia-304 (304.137) missing in Ubuntu 18.04

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

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

[Bug 1765938] Re: Unable to login using cinnamon

2018-04-22 Thread Ricardo Almeida
Thanks for the suggestions... I have cinnamon-desktop-environment and
all recommends, as well as gnome-user-share and it still can't login
using cinnamon :(

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

Title:
  Unable to login using cinnamon

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

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

[Bug 1765938] [NEW] Unable to login using cinnamon

2018-04-21 Thread Ricardo Almeida
Public bug reported:

I upgraded to 18.04 on my laptop and now I can't login using cinnamon
(regular nor software mode). I renamed my local .cinnamon dir to
.cinnamon.old but that did not help...

The screen goes black for a while and then it goes back to the login
screen :(

On dmesg I found the following, that might be related:

[  137.780216] do_trap: 11 callbacks suppressed
[  137.780220] traps: cinnamon-sessio[2160] trap int3 ip:7f34c4971c41 
sp:7ffcdf905ba0 error:0 in libglib-2.0.so.0.5600.1[7f34c492+113000]
[  186.697827] traps: cinnamon-sessio[2276] trap int3 ip:7f964ec09c41 
sp:7ffcb1dc4da0 error:0 in libglib-2.0.so.0.5600.1[7f964ebb8000+113000]
[  234.575640] rfkill: input handler disabled
r

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: cinnamon 3.6.7-8ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
Uname: Linux 4.15.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu5
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 21 12:34:43 2018
InstallationDate: Installed on 2017-11-25 (146 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
SourcePackage: cinnamon
UpgradeStatus: Upgraded to bionic on 2018-04-20 (0 days ago)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Unable to login using cinnamon

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

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

[Bug 1737750] Re: nvidia-graphics-drivers-304 304.137-0ubuntu2 ADT test failure with linux 4.15.0-1.2

2018-04-13 Thread Ricardo Almeida
Could a ppa be created for the easy distribution of the patched version?

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

Title:
  nvidia-graphics-drivers-304 304.137-0ubuntu2 ADT test failure with
  linux 4.15.0-1.2

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

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

[Bug 1748000] Re: Remove from the archive: this legacy driver is unmaintained upstream

2018-04-13 Thread Ricardo Almeida
Although unmaintained, it's the only driver that works correctly with my
card... If there are ways to patch it so that it loads on Ubuntu 18.04,
I think it's a bad decision removing it :(

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

Title:
  Remove from the archive: this legacy driver is unmaintained upstream

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

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

[Bug 1763648] [NEW] nvidia-304 (304.137) missing in Ubuntu 18.04

2018-04-13 Thread Ricardo Almeida
Public bug reported:

nvidia-304 is not available in the Ubuntu 18.04. Newer versions are
available but I have an old nVidia 7600 GT, so I need 304.137.

I searched online and found that at
https://answers.launchpad.net/ubuntu/bionic/amd64/nvidia-304/304.137-0ubuntu2
it has Status: Deleted :(

Could you please pack this for the new release of Ubuntu?

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  nvidia-304 (304.137) missing in Ubuntu 18.04

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

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

[Bug 1759681] Re: package gconf2 3.2.6-4ubuntu1 failed to install/upgrade: triggers looping, abandoned

2018-03-29 Thread Ricardo Almeida
Attached /var/log/dist-upgrade/*.* and /var/log/dist-
upgrade/20180327-1854/* (It had older updates there, probably not
useful, I would say)

** Attachment added: "dist-upgrade.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1759681/+attachment/5095118/+files/dist-upgrade.tgz

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

Title:
  package gconf2 3.2.6-4ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1759681] Re: package gconf2 3.2.6-4ubuntu1 failed to install/upgrade: triggers looping, abandoned

2018-03-29 Thread Ricardo Almeida
I upgraded from Ubuntu 17.10 to 18.04 and it failed in the process
(because of cinnamon-common bug
https://bugs.launchpad.net/ubuntu/+source/cinnamon/+bug/1759127, I
think). I manage  to have all packages upgraded in the end, although
cinnamon fails to start (different issue, I would say, just letting you
know as it could be the thing that made the crash dialog showed up
later)...

When I logged in Gnome, I did some more upgrades, and I got a few
appreport crashes dialogs, so I just submit the info it asked me too...

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

Title:
  package gconf2 3.2.6-4ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1759680] [NEW] package python3 3.6.4-1 failed to install/upgrade: installed python3 package post-installation script subprocess returned error exit status 4

2018-03-28 Thread Ricardo Almeida
Public bug reported:

Error report showed up after doing upgrade

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: python3 3.6.4-1
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu1
Architecture: amd64
Date: Tue Mar 27 22:04:05 2018
ErrorMessage: installed python3 package post-installation script subprocess 
returned error exit status 4
InstallationDate: Installed on 2011-02-12 (2601 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
Python3Details: /usr/bin/python3.6, Python 3.6.5rc1, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~beta1
SourcePackage: python3-defaults
Title: package python3 3.6.4-1 failed to install/upgrade: installed python3 
package post-installation script subprocess returned error exit status 4
UpgradeStatus: Upgraded to bionic on 2018-03-27 (0 days ago)

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package python3 3.6.4-1 failed to install/upgrade: installed python3
  package post-installation script subprocess returned error exit status
  4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1759680/+subscriptions

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

[Bug 1759681] [NEW] package gconf2 3.2.6-4ubuntu1 failed to install/upgrade: triggers looping, abandoned

2018-03-28 Thread Ricardo Almeida
Public bug reported:

Error report showed up after doing upgrade

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: gconf2 3.2.6-4ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu1
AptOrdering: NULL: ConfigurePending
Architecture: amd64
Date: Tue Mar 27 22:17:52 2018
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2011-02-12 (2601 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
Python3Details: /usr/bin/python3.6, Python 3.6.5rc1, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~beta1
SourcePackage: gconf
Title: package gconf2 3.2.6-4ubuntu1 failed to install/upgrade: triggers 
looping, abandoned
UpgradeStatus: Upgraded to bionic on 2018-03-27 (0 days ago)

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


** Tags: amd64 apport-package bionic

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

Title:
  package gconf2 3.2.6-4ubuntu1 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1759678] [NEW] package cinnamon-common 3.6.7-4 failed to install/upgrade: installed cinnamon-common package post-installation script subprocess returned error exit status 1

2018-03-28 Thread Ricardo Almeida
Public bug reported:

Installation of cinnamon fails, can't make it work...

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: cinnamon-common 3.6.7-4
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu1
Architecture: amd64
Date: Tue Mar 27 23:29:15 2018
ErrorMessage: installed cinnamon-common package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2011-02-12 (2601 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5rc1, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~beta1
SourcePackage: cinnamon
Title: package cinnamon-common 3.6.7-4 failed to install/upgrade: installed 
cinnamon-common package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: Upgraded to bionic on 2018-03-27 (0 days ago)

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


** Tags: amd64 apport-package bionic

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

Title:
  package cinnamon-common 3.6.7-4 failed to install/upgrade: installed
  cinnamon-common package post-installation script subprocess returned
  error exit status 1

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

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

[Bug 1258597] Re: Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.

2017-12-13 Thread Ricardo Almeida
I'm on artful (17.10) and it happens to me. It was a new installation
and I haven't edited any grub files...

grub version:
grub2:
  Installed: (none)
  Candidate: 2.02~beta3-4ubuntu7
  Version table:
 2.02~beta3-4ubuntu7 500
500 http://it-mirrors.evowise.com/ubuntu artful/universe amd64 Packages
grub2-common:
  Installed: 2.02~beta3-4ubuntu7
  Candidate: 2.02~beta3-4ubuntu7
  Version table:
 *** 2.02~beta3-4ubuntu7 500
500 http://it-mirrors.evowise.com/ubuntu artful/main amd64 Packages
100 /var/lib/dpkg/status


/etc/default/grub contents: http://pastebin.ubuntu.com/26176041/
There is no /etc/default/grub.d directory in my system

sudo update-grub
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is 
set is no longer supported.
Found linux image: /boot/vmlinuz-4.13.0-19-generic
Found initrd image: /boot/initrd.img-4.13.0-19-generic
Found linux image: /boot/vmlinuz-4.13.0-17-generic
Found initrd image: /boot/initrd.img-4.13.0-17-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done

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

Title:
  Warning: Setting GRUB_TIMEOUT to a non-zero value when
  GRUB_HIDDEN_TIMEOUT is set is no longer supported.

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

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

[Bug 1634802] Re: Could not insert module

2016-11-06 Thread Ricardo Almeida
I installed from https://launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-304

It gives some warnings in dmesg, probably ok:

[   16.590697] nvidia: module license 'NVIDIA' taints kernel.
[   16.590697] Disabling lock debugging due to kernel taint
[   16.597921] nvidia: module verification failed: signature and/or required 
key missing - tainting kernel

[   16.603283] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.132
Fri Sep 16 11:02:09 PDT 2016

starts X with correct resolution, but cinnamon fails :( Looking at
dmesg, I have:

[   92.875656] cinnamon[2152]: segfault at 0 ip 7f69f0b917ae sp
7ffd8fd75270 error 4 in libc-2.24.so[7f69f0b02000+1bd000]

Trying to start glxgears, also fails :(

X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  30
  Current serial number in output stream:  31

glxinfo, similar error :(

name of display: :0
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  87
  Current serial number in output stream:  88

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

Title:
  Could not insert module

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

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


[Bug 1634802] Re: Could not insert module

2016-11-02 Thread Ricardo Almeida
Just to add to my experience, adding #undef CONFIG_MTRR doesn't seem to
be enough :( Besides the issues with cinnamon, I tried kodi, and it also
crashes

21:12:29 T:139627963873664   ERROR: GLX Error: Could not create context
21:12:29 T:139627963873664   ERROR: InitRenderSystem() glewInit returned 1: 
Missing GL version
21:12:29 T:139627963873664   FATAL: CApplication::Create: Unable to init 
rendering system


and even glxgears fails to start

X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  30
  Current serial number in output stream:  31

Hope this can be fixed soon...

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

Title:
  Could not insert module

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

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


[Bug 1634802] Re: Could not insert module

2016-11-01 Thread Ricardo Almeida
I changed /usr/src/nvidia-304-304.132/nv-linux.h and added just before
the #endif in the end of the file the line:

#undef CONFIG_MTRR

then I did sudo dpkg-reconfigure nvidia-304

rebooted and at least X now is at proper resolution, but cinnamon fails
to load. running cinnamon --replace on the terminal I get

libEGL warning: DRI2: failed to authenticate
Segmentation fault (core dumped)

Not sure if related with this bug or if it could be something else :(

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

Title:
  Could not insert module

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

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


[Bug 1634802] Re: Could not insert module

2016-10-22 Thread Ricardo Almeida
This was working in 16.04, now since the upgrade to 16.10 it's broken.
Should be marked as Critical. If fix was already released by Debian team
should be easy and fast to get this corrected. Please, someone look into
this!

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

Title:
  Could not insert module

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

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


[Bug 1634802] Re: Could not insert module

2016-10-21 Thread Ricardo Almeida
Not working for me either :(

Is this the same issue that got fixed in Debian (https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=809324)? How can we get this to be patched in
Ubuntu? My machine is not very usable at the moment :(

** Bug watch added: Debian Bug tracker #809324
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809324

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

Title:
  Could not insert module

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

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


[Bug 1635719] [NEW] package nvidia-304 304.132-0ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting a removal

2016-10-21 Thread Ricardo Almeida
Public bug reported:

Upgrade made graphic card not being detected. Tried uninstall nvidia
driver and says it is broken...

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: nvidia-304 304.132-0ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
Uname: Linux 4.8.0-26-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Fri Oct 21 21:11:23 2016
DistUpgraded: 2016-10-21 18:55:14,578 INFO cache.commit()
DistroCodename: yakkety
DistroVariant: ubuntu
DkmsStatus:
 nvidia-304, 304.132, 4.8.0-26-generic, x86_64: built
 virtualbox, 5.1.6, 4.4.0-45-generic, x86_64: installed
 virtualbox, 5.1.6, 4.8.0-26-generic, x86_64: installed
DpkgTerminalLog:
 dpkg: error processing package nvidia-304 (--remove):
  package is in a very bad inconsistent state; you should
  reinstall it before attempting a removal
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting a removal
GraphicsCard: NVIDIA Corporation G73 [GeForce 7600 GT] [10de:0391] (rev a1) 
(prog-if 00 [VGA controller])
InstallationDate: Installed on 2011-02-12 (2078 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-26-generic 
root=UUID=7c4525ef-0529-40ec-ad85-5064582e9351 ro quiet splash
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.1
SourcePackage: nvidia-graphics-drivers-304
Title: package nvidia-304 304.132-0ubuntu1 failed to install/upgrade: package 
is in a very bad inconsistent state; you should  reinstall it before attempting 
a removal
UnitySupportTest:
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 5: Xlib:  extension "GLX" missing on display ":0".
 Error: GLX is not available on the system
UpgradeStatus: Upgraded to yakkety on 2016-10-21 (0 days ago)
dmi.bios.date: 09/07/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.70
dmi.board.name: M3A770DE
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.70:bd09/07/2010:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnM3A770DE:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
version.compiz: compiz 1:0.9.13.0+16.10.20160818.2-0ubuntu2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.70-1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.3-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.3-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-1ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160706-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-2
xserver.bootTime: Fri Oct 21 20:09:43 2016
xserver.configfile: /etc/X11/xorg.conf
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputgspca_zc3xx  KEYBOARD, id 8
 inputUSB OPTICAL MOUSEMOUSE, id 9
 inputAT Translated Set 2 keyboard KEYBOARD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-1ubuntu6

** Affects: nvidia-graphics-drivers-304 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package ubuntu yakkety

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

Title:
  package nvidia-304 304.132-0ubuntu1 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting a removal

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

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


[Bug 1159707] Re: Cinnamon panel / task bar becomes unresponsive to mouse

2016-08-12 Thread Ricardo Almeida
Got to half fix it today... Went to Driver Manager, and selected the
recommended (latest) nVidia driver. The panels now work but the computer
crashes a lot :(

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

Title:
  Cinnamon panel / task bar becomes unresponsive to mouse

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

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


[Bug 1159707] Re: Cinnamon panel / task bar becomes unresponsive to mouse

2016-08-11 Thread Ricardo Almeida
Updated today my old machine from Mint 17.2 to 17.3, then to 18... then I got 
hit by this bug :(
Tried reboot, kill cinnamon, and replace, nothing :(

ralmeida@CQ60-AMD64 ~ $ cinnamon --replace
Cjs-Message: JS LOG: About to start Cinnamon
St-Message: cogl npot texture sizes SUPPORTED
Cjs-Message: JS LOG: Cinnamon started at Thu Aug 11 2016 20:30:20 GMT+0100 
(WEST)
Cjs-Message: JS LOG: network applet: Cannot find connection for active (or 
connection cannot be read)
openGL version 3.1 detected (GL3 Cogl Driver)
Cjs-Message: JS LOG: Invalid network device type, is 14
Cjs-Message: JS LOG: network applet: Found connection for active

(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078:
GL error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value

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

Title:
  Cinnamon panel / task bar becomes unresponsive to mouse

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

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


[Bug 1159707] Re: Cinnamon panel / task bar becomes unresponsive to mouse

2016-08-11 Thread Ricardo Almeida
Updated today my old machine from Mint 17.2 to 17.3, then to 18... then I got 
hit by this bug :(
Tried reboot, kill cinnamon, and replace, nothing :(

ralmeida@CQ60-AMD64 ~ $ cinnamon --replace
Cjs-Message: JS LOG: About to start Cinnamon
St-Message: cogl npot texture sizes SUPPORTED
Cjs-Message: JS LOG: Cinnamon started at Thu Aug 11 2016 20:30:20 GMT+0100 
(WEST)
Cjs-Message: JS LOG: network applet: Cannot find connection for active (or 
connection cannot be read)
openGL version 3.1 detected (GL3 Cogl Driver)
Cjs-Message: JS LOG: Invalid network device type, is 14
Cjs-Message: JS LOG: network applet: Found connection for active

(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078:
GL error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value


(cinnamon:4641): Cogl-WARNING **: driver/gl/cogl-framebuffer-gl.c:1078: GL 
error (1280): Invalid enumeration value

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

Title:
  Cinnamon panel / task bar becomes unresponsive to mouse

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

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


[Bug 967022] Re: Cannot create new folder in Chromium download dialogue

2016-05-08 Thread Ricardo Almeida
I'm on Version 49.0.2623.108 Ubuntu 16.04 (64-bit) and it happens to me
:(

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

Title:
  Cannot create new folder in Chromium download dialogue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/967022/+subscriptions

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


[Bug 880399] Re: [Regression]Mic doesn't work on Compaq Presario CQ60

2014-08-13 Thread Ricardo Almeida
Sorry, I installed Mint on the laptop... Since it's Ubuntu-based and
it's a kernel issue, I thought there wasn't any problem.. I can confirm
that installing kernel 2.6.39-02063904-generic fixes the issue with the
Mic.

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] CRDA.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/880399/+attachment/4174033/+files/CRDA.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] Re: [Regression]Mic doesn't work on Compaq Presario CQ60

2014-08-10 Thread Ricardo Almeida
apport information

** Tags added: apport-collected qiana

** Description changed:

  The microphone doesn't work on kernel 3.0 that is shipped with Ubuntu
  11.10.
  
  Installing kernel linux-
  image-2.6.39-02063904-generic_2.6.39-02063904.201108040905_i386 from
  http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39.4-oneiric/ solves
  the microphone bug (altough nvidia graphic drivers don't work :( so not
  really a good work-around).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: alsa-base 1.0.24+dfsg-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  NonfreeKernelModules: nvidia
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: NVidia [HDA NVidia], device 0: CONEXANT Analog [CONEXANT Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ralmeida   1654 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'NVidia'/'HDA NVidia at 0xc000 irq 20'
 Mixer name : 'Nvidia MCP77/78 HDMI'
 Components : 'HDA:14f15051,103c360a,0010 
HDA:10de0002,10de0101,0010'
 Controls  : 15
 Simple ctrls  : 11
  Date: Sun Oct 23 15:54:51 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaRecordingTest: ALSA recording test through plughw:NVidia failed
  Symptom_Card: Internal Audio - HDA NVidia
  Symptom_DevicesInUse:
   1654/dev/snd/controlC0:  ralmeida  F pulseaudio
   AND
  Symptom_Jack: Mic, Internal
  Symptom_Type: No sound at all
  Title: [Compaq Presario CQ60 Notebook PC, Conexant CX20561 (Hermosa), Mic, 
Internal] No sound at all
  UpgradeStatus: Upgraded to oneiric on 2011-10-15 (7 days ago)
  dmi.bios.date: 10/17/2008
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.31
  dmi.board.name: 303C
  dmi.board.vendor: Wistron
  dmi.board.version: 08.47
  dmi.chassis.type: 10
  dmi.chassis.vendor: Wistron
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.31:bd10/17/2008:svnHewlett-Packard:pnCompaqPresarioCQ60NotebookPC:pvrF.31:rvnWistron:rn303C:rvr08.47:cvnWistron:ct10:cvrN/A:
  dmi.product.name: Compaq Presario CQ60 Notebook PC
  dmi.product.version: F.31
  dmi.sys.vendor: Hewlett-Packard
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ralmeida   2409 F pulseaudio
+  /dev/snd/pcmC0D0c:   ralmeida   2409 F...m pulseaudio
+ CurrentDesktop: X-Cinnamon
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=1ca2ec8f-789f-4146-ad49-2b21d7d16033
+ InstallationDate: Installed on 2014-08-10 (0 days ago)
+ InstallationMedia: Linux Mint 17 Qiana - Release amd64 20140624
+ MachineType: Hewlett-Packard Compaq Presario CQ60 Notebook PC
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=11812788-893a-4d2a-9f5c-a7f6ae9e02d0 ro quiet splash
+ ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127.5
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  qiana
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/17/2008
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: F.31
+ dmi.board.name: 303C
+ dmi.board.vendor: Wistron
+ dmi.board.version: 08.47
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Wistron
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.31:bd10/17/2008:svnHewlett-Packard:pnCompaqPresarioCQ60NotebookPC:pvrF.31:rvnWistron:rn303C:rvr08.47:cvnWistron:ct10:cvrN/A:
+ dmi.product.name: Compaq Presario CQ60 Notebook PC
+ dmi.product.version: F.31
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174031/+files/AlsaInfo.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] IwConfig.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174035/+files/IwConfig.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] Lspci.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/880399/+attachment/4174036/+files/Lspci.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] Lsusb.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/880399/+attachment/4174037/+files/Lsusb.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] CurrentDmesg.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174034/+files/CurrentDmesg.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] BootDmesg.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174032/+files/BootDmesg.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] ProcCpuinfo.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174038/+files/ProcCpuinfo.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] UdevDb.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/880399/+attachment/4174043/+files/UdevDb.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] ProcInterrupts.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174040/+files/ProcInterrupts.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] WifiSyslog.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174045/+files/WifiSyslog.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] PulseList.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174042/+files/PulseList.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] UdevLog.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/880399/+attachment/4174044/+files/UdevLog.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] ProcModules.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174041/+files/ProcModules.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] ProcEnviron.txt

2014-08-10 Thread Ricardo Almeida
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/880399/+attachment/4174039/+files/ProcEnviron.txt

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] Re: [Regression]Mic doesn't work on Compaq Presario CQ60

2014-08-10 Thread Ricardo Almeida
I tried to install kernel 3.16 from http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.16-utopic/ but the nvidia kernel module didn't compile
against it. Attached make.log...

** Attachment added: make.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880399/+attachment/4174061/+files/make.log

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

Title:
  [Regression]Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 1203534] Re: update-manager crashes when trying to upgrade to 13.10

2013-10-20 Thread Ricardo Almeida
Another one on NVIDIA binary driver... do-release-upgrade works

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

Title:
  update-manager crashes when trying to upgrade to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1203534/+subscriptions

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


[Bug 880399] Re: Mic doesn't work on Compaq Presario CQ60

2011-10-24 Thread Ricardo Almeida
I've tested with http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.1-rc10-oneiric/linux-
headers-3.1.0-030100rc10-generic_3.1.0-030100rc10.201110200610_i386.deb
and it's not working.

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

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

Title:
  Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880394] Re: [Regression] Microphone (internal or external) not detected in 11.10

2011-10-24 Thread Ricardo Almeida
Seems to be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/880399

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

Title:
  [Regression] Microphone (internal or external) not detected in 11.10

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

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


[Bug 880399] [NEW] Mic doesn't work on Compaq Presario CQ60

2011-10-23 Thread Ricardo Almeida
Public bug reported:

The microphone doesn't work on kernel 3.0 that is shipped with Ubuntu
11.10.

Installing kernel linux-
image-2.6.39-02063904-generic_2.6.39-02063904.201108040905_i386 from
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.39.4-oneiric/ solves
the microphone bug (altough nvidia graphic drivers don't work :( so not
really a good work-around).

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: alsa-base 1.0.24+dfsg-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu3
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: NVidia [HDA NVidia], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ralmeida   1654 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xc000 irq 20'
   Mixer name   : 'Nvidia MCP77/78 HDMI'
   Components   : 'HDA:14f15051,103c360a,0010 
HDA:10de0002,10de0101,0010'
   Controls  : 15
   Simple ctrls  : 11
Date: Sun Oct 23 15:54:51 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaRecordingTest: ALSA recording test through plughw:NVidia failed
Symptom_Card: Internal Audio - HDA NVidia
Symptom_DevicesInUse:
 1654/dev/snd/controlC0:  ralmeida  F pulseaudio
 AND
Symptom_Jack: Mic, Internal
Symptom_Type: No sound at all
Title: [Compaq Presario CQ60 Notebook PC, Conexant CX20561 (Hermosa), Mic, 
Internal] No sound at all
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (7 days ago)
dmi.bios.date: 10/17/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.31
dmi.board.name: 303C
dmi.board.vendor: Wistron
dmi.board.version: 08.47
dmi.chassis.type: 10
dmi.chassis.vendor: Wistron
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.31:bd10/17/2008:svnHewlett-Packard:pnCompaqPresarioCQ60NotebookPC:pvrF.31:rvnWistron:rn303C:rvr08.47:cvnWistron:ct10:cvrN/A:
dmi.product.name: Compaq Presario CQ60 Notebook PC
dmi.product.version: F.31
dmi.sys.vendor: Hewlett-Packard

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 880399] Re: Mic doesn't work on Compaq Presario CQ60

2011-10-23 Thread Ricardo Almeida
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/880399

Title:
  Mic doesn't work on Compaq Presario CQ60

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

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


[Bug 843431] Re: Logitech camera microphone does not work / makes chipmunk sound

2011-10-20 Thread Ricardo Almeida
My Compaq CQ60 webcam also doesn't work with 3.0 kernel shipped with
Ubuntu. It's not a Logitech but I'm hopping it's a similar fix :)

Bus 002 Device 002: ID 04f2:b091 Chicony Electronics Co., Ltd Webcam

I installed kernel 2.6.39-02063904-generic and it works correctly...

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

Title:
  Logitech camera microphone does not work / makes chipmunk sound

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

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


[Bug 525883] Re: Java applet audio with pulseaudio broken (local apps likely broken)

2011-01-29 Thread Ricardo Almeida
This also happens to me (Ubuntu 10.10 on amd64)... Couldn't fix it with
proposed security permissions :(

** Changed in: openjdk-6 (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Java applet audio with pulseaudio broken (local apps likely broken)

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


[Bug 525883] Re: Java applet audio with pulseaudio broken (local apps likely broken)

2011-01-29 Thread Ricardo Almeida
ok, I got it :) Should have read instructions more clearly... In resume:

1) Lib file is in wrong place, to fix it, execute:

sudo ln -s /usr/lib/jvm/java-6-openjdk/jre/lib/amd64
/usr/lib/jvm/java-6-openjdk/jre/lib/ext/amd64

2) Permissions are wrong. Must create a .java.policy file with the
following content:

grant {
permission java.lang.RuntimePermission loadLibrary.pulse-java;
permission java.io.FilePermission 
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libpulse-java.so, read;
};

Ubuntu should have lib in right place and .java.policy file in
/etc/skel/, so new users are created with it...

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

Title:
  Java applet audio with pulseaudio broken (local apps likely broken)

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


Re: [Ubuntu-BR] 2 Links de internet na rede

2010-06-23 Thread Ricardo Almeida
Olá Fábio,
...algum tempo atras tentei configurar o shorewall com balanceamento, 
devido a falta de tempo na dedicação, aliada a um pouco de incompetencia 
(heheh) não obtive muito sucesso.
Infelismente no momento não estou mais trabalhando e não tenho o cenário 
para teste, mas terias como me dar uma força, para caso surja uma nova 
oportunidade de eu implementar está solução eu tenha novas idéias?
Me lembro que o que tava pegando me parecia ser algo em um script que 
verificava os links, não tinha como eu ¨selecionar¨ qual seria o link 
principal, e o script se perdia as vezes.
Obrigado

Att.: Ricardo Almeida
On 23-06-2010 17:27, Fábio Rabelo wrote:
 Eu uso este sujeito :

 http://www.shorewall.net/

 aqui a documentação referente :

 http://www.shorewall.net/MultiISP.html

 Não é banal, tive um bocado de trabalho para fazer com que funcionasse, mas
 uma vez consifurado é sólido e confiável .

 Em 23 de junho de 2010 17:14, Jean Micheljean...@gmail.com  escreveu:


 Temos o seguinte cenário 1 link de 2mb dedicado usado para toda a rede,
 cerca de 45 computadores.

 Além dele mais um link de 6mb que queríamos usar para videoconferências ou
 quando for necessário o uso de exagerado de internet.

 Tem como eu deixar esses 2 links compartilhados na mesma rede e indicar
 quais computadores devem usar o link da NET ?

 Alguém teria uma outra idéia de compartilhar esses 2 links ?

 Obrigado

 -
 Jean Dantas
 Skype: jeanmdg
 Linux user # 508548 Ubuntu User # 30891
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  


-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] 2 Links de internet na rede

2010-06-23 Thread Ricardo Almeida
Blz, muito obrigado, já juntei aos arquivos que tinha de exemplos aqui 
estas observações tuas para quando der eu testar aqui.
Valeu mesmo.
Abraço
On 23-06-2010 19:30, Fábio Rabelo wrote:
 Veja no final deste link, o chamado working example , que o próprio Tom, o
 dono do Shorewall está usando no ambiente de testes dele .

 http://www.shorewall.net/MultiISP.html

 Repare principalmente na modificação do /etc/sysctl e do
 /etc/shorewall/shorewall.conf .

 Foram estas duas coisas que me fizeram apanhar um bocado 


 Fábio Rabelo



 Em 23 de junho de 2010 19:22, Ricardo Almeida
 r.borges.alme...@gmail.comescreveu:


 Olá Fábio,
 ...algum tempo atras tentei configurar o shorewall com balanceamento,
 devido a falta de tempo na dedicação, aliada a um pouco de incompetencia
 (heheh) não obtive muito sucesso.
 Infelismente no momento não estou mais trabalhando e não tenho o cenário
 para teste, mas terias como me dar uma força, para caso surja uma nova
 oportunidade de eu implementar está solução eu tenha novas idéias?
 Me lembro que o que tava pegando me parecia ser algo em um script que
 verificava os links, não tinha como eu ¨selecionar¨ qual seria o link
 principal, e o script se perdia as vezes.
 Obrigado

 Att.: Ricardo Almeida
 On 23-06-2010 17:27, Fábio Rabelo wrote:
  
 Eu uso este sujeito :

 http://www.shorewall.net/

 aqui a documentação referente :

 http://www.shorewall.net/MultiISP.html

 Não é banal, tive um bocado de trabalho para fazer com que funcionasse,

 mas
  
 uma vez consifurado é sólido e confiável .

 Em 23 de junho de 2010 17:14, Jean Micheljean...@gmail.com   escreveu:



 Temos o seguinte cenário 1 link de 2mb dedicado usado para toda a rede,
 cerca de 45 computadores.

 Além dele mais um link de 6mb que queríamos usar para videoconferências
  
 ou
  
 quando for necessário o uso de exagerado de internet.

 Tem como eu deixar esses 2 links compartilhados na mesma rede e indicar
 quais computadores devem usar o link da NET ?

 Alguém teria uma outra idéia de compartilhar esses 2 links ?

 Obrigado

 -
 Jean Dantas
 Skype: jeanmdg
 Linux user # 508548 Ubuntu User # 30891
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


  

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

  


-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Como verificar se os dois núcleos es tão ativos no Ubuntu 9.10?

2009-12-07 Thread Ricardo Almeida
Olá, já tentou:
# cat /proc/cpuinfo 
??
Em Seg, 2009-12-07 às 22:33 -0200, Stanley Mulford escreveu:
 Olá pessoal da lista!
 Qual o comando que eu uso para saber se os dois núcleos do processador Intel
 Core 2 Duo estão funcionando na minha máquina com Ubuntu 9.10?
 Googlei e o resultado não foi satisfatório.
 Agradecendo pela colaboração
 Um abraço a todos
 Prof. Stanley Mulford


-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Bug 303405] Re: package koffice-data-kde4 None [modified: /var/lib/dpkg/info/koffice-data-kde4.list] failed to install/upgrade: trying to overwrite `/usr/share/icons/oxygen/16x16/actions/object-order

2009-02-26 Thread Ricardo Almeida
Same here :( 8.10 amd64

-- 
package koffice-data-kde4 None [modified: 
/var/lib/dpkg/info/koffice-data-kde4.list] failed to install/upgrade: trying to 
overwrite `/usr/share/icons/oxygen/16x16/actions/object-order-back.png', which 
is also in package kde-icons-oxygen
https://bugs.launchpad.net/bugs/303405
You received this bug notification because you are a member of Kubuntu
Bugs, which is a direct subscriber.

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


[Bug 303405] Re: package koffice-data-kde4 None [modified: /var/lib/dpkg/info/koffice-data-kde4.list] failed to install/upgrade: trying to overwrite `/usr/share/icons/oxygen/16x16/actions/object-order

2009-02-26 Thread Ricardo Almeida
Same here :( 8.10 amd64

-- 
package koffice-data-kde4 None [modified: 
/var/lib/dpkg/info/koffice-data-kde4.list] failed to install/upgrade: trying to 
overwrite `/usr/share/icons/oxygen/16x16/actions/object-order-back.png', which 
is also in package kde-icons-oxygen
https://bugs.launchpad.net/bugs/303405
You received this bug notification because you are a member of Ubuntu
Backporters, which is the registrant for Intrepid Ibex Backports.

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


[Bug 329069] [NEW] Please update to TOra 2.0.0

2009-02-13 Thread Ricardo Almeida
Public bug reported:

Binary package hint: tora

TOra 2.0.0 was out in November 2008... Jaunty should have the new
version ;)

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

-- 
Please update to TOra 2.0.0
https://bugs.launchpad.net/bugs/329069
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 329069] Re: Please update to TOra 2.0.0

2009-02-13 Thread Ricardo Almeida
BTW, just for the record, this is what I had to do to install the deb
available at TOra homepage to Ubuntu Hardy AMD64.

Download Oracle's Instant Client for x86-64
(http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxx86_64soft.html).
Unpack and copy libclntsh.so.11.1 and libnnz11.so to /usr/lib64/

Install packages libqscintilla2-3 and libaio1.

The problem for Ubuntu can be the distribution of those 2 files from/for
Oracle...

-- 
Please update to TOra 2.0.0
https://bugs.launchpad.net/bugs/329069
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 250931] Re: Slow graphics/animation in Java, Xorg uses 100% cpu

2008-12-21 Thread Ricardo Almeida
julienc  wrote on 2008-12-20:  (permalink)

 Is there any workaround to get this working properly?
 Any help would be appreciated

I installed openjdk instead of sun-java...

-- 
Slow graphics/animation in Java, Xorg uses 100% cpu
https://bugs.launchpad.net/bugs/250931
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 278013] [NEW] Upgrade to 1.6

2008-10-04 Thread Ricardo Almeida
Public bug reported:

Binary package hint: smc

SMC 1.6 has been released and this package is still at 1.4...

There are several improvents since 1.4:
New World
Many New Sprites and Sprite updates
Replaced Enemies
Particle emitter and ambient sound
Basic translation support
Editor updates
Bug fixes, etc...

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

-- 
Upgrade to 1.6
https://bugs.launchpad.net/bugs/278013
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 218602] [NEW] Package Request - Archivemount

2008-04-17 Thread Ricardo Almeida
Public bug reported:

Archivemount uses the FUSE filesystem to mount archive files supported
by libarchive (tar, tgz, zip...). It can be obtained at
http://www.cybernoia.de/software/archivemount/ with instructions on how
to build it at http://www.linux.com/feature/132196 (were I learn about
it).

Since FUSE and libarchive are already a part of the Ubuntu repositories,
I would like to request to add archivemount.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Package Request - Archivemount
https://bugs.launchpad.net/bugs/218602
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