[Bug 1568772] Re: Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 0' failed with exit code 99.

2016-05-24 Thread astro
Adding sleep 10 in /etc/rc.local before alsactl restore does not help.

Contrary to what I said in my previous email in my last try running in
terminal "sudo alsactl restore" did not manage to restore the mixer
settings (even though there were no warnings or error messages) but
"alsactl restore" (no sudo) did.

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

Title:
  Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 0' failed with
  exit code 99.

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

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


[Bug 1568772] Re: Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 0' failed with exit code 99.

2016-05-23 Thread astro
I also have this problem.

It actually prevents restoring alsa mixer settings on boot.

The system starts with headphone muted. Using alsamixer, I can unmute and set 
headphones volume. Then I save the settings using alsactl store (also tried 
sudo alsactl store)
Preferences get saved in /var/lib/alsa/asound.state

But after reboot the headphones are muted again.
Running in a terminal alsactl restore or sudo alsactl restore unmutes the 
headphones and set their volume to the saved value, but adding alsactl restore 
in /etc/rc.local does not help.

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

Title:
  Process '/usr/sbin/alsactl -E HOME=/run/alsa restore 0' failed with
  exit code 99.

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

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


[Bug 1408092] Re: sysconfig.get_path('purelib') points to site-packages directory

2016-03-08 Thread astro
Additionally if for some reason the sysconfig module cannot be used,
automake scripts will fallback to using distutils.sysconfig like this:

distutils.sysconfig.get_python_lib(1,0,prefix=$prefix))

The result of this is (Ubuntu 16.04): 
 /usr/local/lib/python3/dist-packages

This is correctly set to dist-packages. However, sys.path contains  
/usr/local/lib/python3.5/dist-packages not  /usr/local/lib/python3/dist-packages
Hence the modules are not installed in the correct path unless a symlink 
python3->python3.5 is manually made.

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

Title:
  sysconfig.get_path('purelib') points to site-packages directory

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

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


[Bug 1408092] Re: sysconfig.get_path('purelib') points to site-packages directory

2016-03-08 Thread astro
This bug also affects python 3.5 in Ubuntu 16.04.

Note that automake scripts use also platlib in addition to purelib.
platlib is also wrongly pointing to site-packages.

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

Title:
  sysconfig.get_path('purelib') points to site-packages directory

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

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


[Bug 1421877] Re: boot fails with lvm root device in /dev/mapper not found after update of libc-bin

2015-03-16 Thread astro
OK I have found the problem.

If I wait long enough and type exit in the (initramfs) prompt, it does
boot. However everyday I have to wait more and more. This is because of
the LVM snaphshot of the root FS whose size increase when the difference
between the snapshot and the current status grow. With each update I get
a larger snapshot usage and it takes longer for the LVM device to be
initialized. This is very ironical since I created this snapshot to be
protected against potential breakage from updates (originally especially
backports and PPAs). Now I have deleted the snapshot and everything work
fine.

That is however not a very satisfactory solution. I could increase the
ROOTDELAY but this has to be adjusted with the snapshot usage size or
put to a very large value.

Is there any other way around this. I know if I convert my FS to btrfs,
there is apt-btrfs-snapshots for reverting updates but I think this is
still experimental in 14.04. What is the recommended way of taking
snapshots of the system in 14.04? If it's LVM, then some fix should be
implemented.


** Package changed: glibc (Ubuntu) => grub2 (Ubuntu)

** Changed in: grub2 (Ubuntu)
   Status: New => Opinion

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

Title:
  boot fails with lvm root device in /dev/mapper not found after update
  of libc-bin

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

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


[Bug 1421877] Re: boot fails with lvm root device in /dev/mapper not found after updates from proposed

2015-02-24 Thread astro
This problem happens again after updating. The package which caused the problem 
is libc-bin (this package was installed between the previous successful boot 
and the first boot failure, other packages installed in the same update are 
applications and not system related packages). Hence I have reaffected this bug 
to libc-bin.
Tried booting several times with same error message at boot giving up waiting 
for root devive /dev/mapper/sysvg-lvroot1

I was wrong about grub.cfg. It was unchanged between the reboots, so it could 
not be the culprit.
However I managed to fix the problem, by booting into a liveCD, mounting and 
chrooting my system. Contrary to the previous time, I did nothing but backup 
some logs. I did not install, tweak any configuration or merge my lvm snapshot 
like last time. Then after a reboot, it was working fine.

It seems that just the manual mounting I did for the chroot. I have no
idea how this worked, but I would like to understand.





** Package changed: grub2 (Ubuntu) => glibc (Ubuntu)

** Summary changed:

- boot fails with lvm root device in /dev/mapper not found after updates from 
proposed
+ boot fails with lvm root device in /dev/mapper not found after update of 
libc-bin

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

Title:
  boot fails with lvm root device in /dev/mapper not found after update
  of libc-bin

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

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


Re: [Bug 1421877] Re: boot fails with lvm root device in /dev/mapper not found after updates from proposed

2015-02-16 Thread astro
Hi Philip,

The system would not boot with any kernels with the message gave up waiting
for root device /dev/mapper/sysvg-lvroot1

>From the initramfs prompt there was no mapper listed under /dev but I could
mount  /dev/sysvg/lvroot1 in /root. However exiting the shell gave a kernel
panic. But I am not sure if I was supposed to bind dev, dev/pts, sys and or
proc before.

The problem is I don't have a copy of the original grub.cfg (I did not
think of doing that) since I have cleaned up the system by merging root
with a lvm snapshot  and force reinstalled the previous kernel which caused
grub.cfg to be overwritten. However grub.cfg is the only file that can have
caused the problem as it is the only difference under /boot (the only place
used before mounting the root device) except for the newer kernel (but I
could not boot any of the previous kernels so the newer kernel should not
have been the problem).

Unfortunately I cannot break my system again at the moment so I cannot test
it.
If the proposed updates get accepted, my system might break again. I will
try and provide more info (grub.cfg) if this happens.

Thank you,


On Mon, Feb 16, 2015 at 2:34 PM, Phillip Susi  wrote:

> What do you mean you could not find the /dev/mapper entry?
> /dev/sysvg/lvroot1 should just be a symlink to /dev/mapper/sysvg-
> lvroot1.  If you mount it in /root and exit from the shell does the
> system boot up normally?  If you suspect something changed in grub.cfg (
> and I don't see any reason to think that ), it would be helpful to
> attach a copy for analysis.
>
>
> ** Changed in: grub2 (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1421877
>
> Title:
>   boot fails with lvm root device in /dev/mapper not found after updates
>   from proposed
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1421877/+subscriptions
>

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

Title:
  boot fails with lvm root device in /dev/mapper not found after updates
  from proposed

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

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


[Bug 1421877] Re: boot fails with lvm root device in /dev/mapper not found after updates from proposed

2015-02-13 Thread astro
Some comments about apport generated text:
1) Package: grub2 (not installed)
Yes grub2 is not installed but I originally selected grub-pc-bin. It seems 
launchpad changed it to grub2.
grub-pc-bin is up to date at 2.02~beta2-9ubuntu1 from trusty-updates.
2) UpgradeStatus: No upgrade log present (probably fresh install)
this is not a fresh install. This system has been in use for many months and is 
being regularly updated. At the moment it is about 10 days late because I just 
merged back my LVM snapshot of root.

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

Title:
  boot fails with lvm root device in /dev/mapper not found after updates
  from proposed

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

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


[Bug 1421877] ProcEnviron.txt

2015-02-13 Thread astro
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1421877/+attachment/4319093/+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/1421877

Title:
  boot fails with lvm root device in /dev/mapper not found after updates
  from proposed

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

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


[Bug 1421877] Re: boot fails with lvm root device in /dev/mapper not found after updates from proposed

2015-02-13 Thread astro
OK so I ran apport-collect but this didn't upload anything useful:  only
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/1421877

Title:
  boot fails with lvm root device in /dev/mapper not found after updates
  from proposed

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

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


[Bug 1421877] Re: boot fails with lvm root device in /dev/mapper not found after updates from proposed

2015-02-13 Thread astro
I have selected grub-pc-bin for the package even though the bug is
probably in a different a package because grub experts are the most
likely to figure it out.

** Package changed: ubuntu => grub2 (Ubuntu)

** Tags added: apport-collected trusty

** Description changed:

  System:  Ubuntu 14.04 64 bits
  I have run a packages update/upgrade with synaptic. (Note that I had 
proposed-update repo enabled).
  Among other things a new kernel was installed and libc-bin was updated both 
likely from proposed-update since I didn't see them in my other box which 
doesn't use this source  (see attached dpkg.log for full list of recently 
installed packages. The culprit is probably at the end of that list).
  
  After the upgrade, I rebooted the system.
  
  I got the initramfs prompt with an error message saying that it gave up 
waiting for root devive /dev/mapper/sysvg-lvroot1
  I could not find the mapper entry under /dev but I could find 
/dev/sysvg/lvroot1 and mount it alright from the busybox prompt.
  
  Tried booting with 2 previous kernels to no avail: same problem with
  root device even though previous kernels worked fine.
  
  I booted from live usb, chrooted my ubuntu, merged my 10 days old sysvg-
  lvroot1 lvm snapshot, deleted last kernel from /boot (from last update)
  and forced reinstalled previous kernel. Then I could boot alright and I
  have disabled proposed-update.
  
  The problem was with all kernels, hence the culprit is likely grub.cfg
  which is updated at each kernel update.  Between my previous snapshots
  and today failed boot something must have changed on my system which has
  resulted in the grub-mkconfig (or whatever tool is called to write
  grub.cfg when kernel is updated) producing a wrong config.
  
  Here is a filtered (I have removed what I think is irrelevant, the full
  list is in attachment) list of the packages last installed:
  
  bsdutils libblkid1 libc-bin libmount1 libuuid1 linux-generic linux-
  headers-3.13.0-46 linux-headers-3.13.0-46-generic linux-headers-generic
  linux-image-3.13.0-46-generic linux-image-extra-3.13.0-46-generic linux-
  image-generic linux-libc-dev mount ureadahead util-linux uuid-runtime
  
  I would say that blkid, uuid and mount are suspicious.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.6
+ Architecture: amd64
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2014-03-24 (326 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140323)
+ Package: grub2 (not installed)
+ ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
+ Tags:  trusty
+ Uname: Linux 3.13.0-45-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True

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

Title:
  boot fails with lvm root device in /dev/mapper not found after updates
  from proposed

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

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


[Bug 1421877] [NEW] boot fails with lvm root device in /dev/mapper not found after updates from proposed

2015-02-13 Thread astro
Public bug reported:

System:  Ubuntu 14.04 64 bits
I have run a packages update/upgrade with synaptic. (Note that I had 
proposed-update repo enabled).
Among other things a new kernel was installed and libc-bin was updated both 
likely from proposed-update since I didn't see them in my other box which 
doesn't use this source  (see attached dpkg.log for full list of recently 
installed packages. The culprit is probably at the end of that list).

After the upgrade, I rebooted the system.

I got the initramfs prompt with an error message saying that it gave up waiting 
for root devive /dev/mapper/sysvg-lvroot1
I could not find the mapper entry under /dev but I could find 
/dev/sysvg/lvroot1 and mount it alright from the busybox prompt.

Tried booting with 2 previous kernels to no avail: same problem with
root device even though previous kernels worked fine.

I booted from live usb, chrooted my ubuntu, merged my 10 days old sysvg-
lvroot1 lvm snapshot, deleted last kernel from /boot (from last update)
and forced reinstalled previous kernel. Then I could boot alright and I
have disabled proposed-update.

The problem was with all kernels, hence the culprit is likely grub.cfg
which is updated at each kernel update.  Between my previous snapshots
and today failed boot something must have changed on my system which has
resulted in the grub-mkconfig (or whatever tool is called to write
grub.cfg when kernel is updated) producing a wrong config.

Here is a filtered (I have removed what I think is irrelevant, the full
list is in attachment) list of the packages last installed:

bsdutils libblkid1 libc-bin libmount1 libuuid1 linux-generic linux-
headers-3.13.0-46 linux-headers-3.13.0-46-generic linux-headers-generic
linux-image-3.13.0-46-generic linux-image-extra-3.13.0-46-generic linux-
image-generic linux-libc-dev mount ureadahead util-linux uuid-runtime

I would say that blkid, uuid and mount are suspicious.

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

** Attachment added: "dpkg.log"
   https://bugs.launchpad.net/bugs/1421877/+attachment/4319092/+files/dpkg.log

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

Title:
  boot fails with lvm root device in /dev/mapper not found after updates
  from proposed

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

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


[Bug 983535] Re: libdvdread: Can't seek to block XXXXX

2014-12-22 Thread astro
In the meantime, backports seem available in this PPA:
https://launchpad.net/~n-muench/+archive/ubuntu/vlc2

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

Title:
  libdvdread: Can't seek to block X

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

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


[Bug 983535] Re: libdvdread: Can't seek to block XXXXX

2014-12-22 Thread astro
This bug was reported in 2012, but the fix is only in Utopic and later...
14.04 LTS still has package libdvdread4 in version 4.2.1-2ubuntu1.
Version 5.0.0-1ubuntu1 in Utopic should be backported to LTS.

See also http://www.jbkempf.com/blog/post/2014/dvdread-dvdnav-and-dvdcss

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

Title:
  libdvdread: Can't seek to block X

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

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


[Bug 1402714] Re: Radeon driver crash with linux-kernel-3.13.0-43

2014-12-20 Thread astro
** Tags removed: verification-needed-trusty
** Tags added: verification-done-trusty

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

Title:
  Radeon driver crash with linux-kernel-3.13.0-43

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

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


[Bug 1402369] Re: boot freeze with kernel 3.13.0-43

2014-12-15 Thread astro
*** This bug is a duplicate of bug 1402386 ***
https://bugs.launchpad.net/bugs/1402386

** This bug has been marked a duplicate of bug 1402386
   New kernel causes black screen after login

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

Title:
  boot freeze with kernel 3.13.0-43

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

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


[Bug 1402369] [NEW] boot freeze with kernel 3.13.0-43

2014-12-14 Thread astro
Public bug reported:

Note that ubuntu-bug was run with 3.13.0-40 because I cannot do  a
normal boot in 3.13.0-43.

I have HD6770 with mesa drivers (r600).

Boot hangs with the Ubuntu logo. Works fine in kernel 3.6.0-40.

If I boot 3.6.0-43 in failsafe X, X starts but I get some dialog boxes
with unreadable fonts (or dots, they are so small that it looks just
like dots).

Very similar to problem discussed here: 
http://askubuntu.com/questions/560350/boot-hangs-after-upgrade-to-kernel-3-13-0-43
where someone reports that it works with fglrx

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sun Dec 14 12:53:15 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Within the last few days
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Juniper XT [Radeon HD 6770] [1002:68ba] 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:03fe]
InstallationDate: Installed on 2014-03-24 (264 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140323)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-40-generic 
root=/dev/mapper/sysvg-lvroot1 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/06/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A97 R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
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.:bvr2103:bd11/06/2013:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx: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.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.5
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Dec 14 12:47:56 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2.5
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 freeze trusty ubuntu

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

Title:
  boot freeze with kernel 3.13.0-43

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

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


[Bug 1038781] Re: -dev packages are missing alternate depends on -extra packages

2013-03-05 Thread astro
The script from cdellin is missing libpostproc-dev

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

Title:
  -dev packages are missing alternate depends on -extra packages

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

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


[Bug 751265] Re: pulseaudio distorts VLC audio

2012-12-03 Thread astro
Did not have the issue in 12.04, but I have the issue now on 12.10.
However the issue is not present if the program pavucontrol is running at the 
time I start VLC and I leave it running.
 
Also if I request VLC to ouput via ALSA, the issue is no present but I get 
another weird bug (I don't know if they are related): when I pause the video 
and I play it again, I don't get audio from VLC anymore. The only way to get 
audio back is to move the cursor position manually.

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

Title:
  pulseaudio distorts VLC audio

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

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


[Bug 1022788] Re: totem/Nautilus does not correctly play/preview some mp4 video files

2012-12-03 Thread astro
My hypothesis that this happens only for MP4 media with audio in
stream#0 is incorrect: I took a file that does not play with audio in
stream#0 and video in stream#1 and reverted the order of the streams
with MP4Box and totem still fails to play the file.

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

Title:
  totem/Nautilus does not correctly play/preview some mp4 video files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1022788/+subscriptions

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


[Bug 1008401] Re: Totem hangs on launch if multiple instances are opened at once

2012-12-03 Thread astro
Sill present in 12.10.

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

Title:
  Totem hangs on launch if multiple instances are opened at once

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

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


[Bug 1008401] Re: Totem hangs on launch if multiple instances are opened at once

2012-08-08 Thread astro
Can also confirm this on 2 different machines with Ubuntu 12.04. This is
very annoying because you then have to kill the totem processes manually
to be able to use totem again.

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

Title:
  Totem hangs on launch if multiple instances are opened at once

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

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


[Bug 1019587] Re: 1A34:0802 acrux gamepad is not initialized if plugged in at boot time

2012-08-08 Thread astro
In Lucid, I do not get this error message in dmesg. However the LED on
the joystick does not light, so it looks like the joystick is not
correctly initialized. I had nothing to test the joystick with so I
could not check. I could write a C program to test the joystick in the
Lucid Live CD but I do not have the time now.

Why has this bug been marked as incomplete?

I have opened an upstream bug here:

http://www.spinics.net/lists/linux-input/msg21796.html

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

Title:
  1A34:0802 acrux gamepad is not initialized if plugged in at boot time

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

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


[Bug 1022788] Re: totem/Nautilus does not correctly play/preview some mp4 video files

2012-08-08 Thread astro
I have the same problem on 2 different systems with Ubuntu 12.04 (32 and 64 
bits). I confirm 
this was not a problem before 12.04. 

Those videos still play OK in xine, vlc, mplayer.

See attached picture showing media information from VLC for 2 MP4 files:
- the one which has video in stream #0 and audio in stream #1 plays with 
totem-gstreamer and previews in nautilus.
- the one which has video in stream #1 and audio in stream #0 does not play 
with totem-gstreamer and does not preview in nautilus.





** Attachment added: "Media information from VLC"
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1022788/+attachment/3253564/+files/Screenshot%20from%202012-08-09%2000%3A30%3A14.png

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

Title:
  totem/Nautilus does not correctly play/preview some mp4 video files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1022788/+subscriptions

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


[Bug 1019587] Re: 1A34:0802 acrux gamepad is not initialized if plugged in at boot time

2012-07-19 Thread astro
> astro, did this problem not exist in a version of Ubuntu prior to
Oneiric?

I am not really sure.

Here are a few messages from the linux-input mailing list which seems to 
related to this issue:
http://www.spinics.net/lists/linux-input/msg14589.html
http://www.spinics.net/lists/linux-input/msg09898.html

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

Title:
  1A34:0802 acrux gamepad is not initialized if plugged in at boot time

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

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


[Bug 1019587] Re: 1A34:0802 acrux gamepad is not initialized if plugged in at boot time

2012-07-15 Thread astro
Tested mainline kernel 3.5.0-030500rc6-generic #201207072135 x86_64 on an 
Ubuntu 11.04 install.
Bug is still there.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags added: kernel-bug-exists-upstream

** Tags removed: needs-upstream-testing

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

Title:
  1A34:0802 acrux gamepad is not initialized if plugged in at boot time

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

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


[Bug 1019587] Re: acrux 0003:1A34:0802.0002: can't reset device, 0000:00:1d.3-1/input0, status -32

2012-07-01 Thread astro
You can already get the device identifier from the dmesg output.
This is 1a34:0802

But here is the lsusb when only acrux gamepad plugged in (the importek
device is an internal webcam):

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 10f1:1a13 Importek 
Bus 005 Device 002: ID 1a34:0802

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

Title:
  acrux 0003:1A34:0802.0002: can't reset device, :00:1d.3-1/input0,
  status -32

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

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


[Bug 1019574] Re: 0471:0311 BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

2012-07-01 Thread astro
> What release did this used to work well in? Could you please elaborate
on how well it worked? It crashed less often or not at all?

I have used his webcam on different distributions with the same program
qastrocam from at least 2007 to now. And this worked perfectly until
12.04. It works in 11.10.  In 12.04 default desktop kernel, I get an
oops. With the upstream kernel no oops, but the IOCTL are not recognized
(this is because of the PWC V4L API upgrade which requires an upgrade of
the qastrocam program).

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

Title:
  0471:0311 BUG: unable to handle kernel NULL pointer dereference at
  0050; RIP: 0010:[] []
  v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

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


[Bug 1019587] Re: acrux 0003:1A34:0802.0002: can't reset device, 0000:00:1d.3-1/input0, status -32

2012-06-30 Thread astro
Note that ubuntu-bug was run after the device was unplugged and plugged
in again, Therefore you can see the correct initialization of the device
in dmesg.

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

Title:
  acrux 0003:1A34:0802.0002: can't reset device, :00:1d.3-1/input0,
  status -32

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

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


[Bug 1019587] Re: acrux 0003:1A34:0802.0002: can't reset device, 0000:00:1d.3-1/input0, status -32

2012-06-30 Thread astro
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019587

Title:
  acrux 0003:1A34:0802.0002: can't reset device, :00:1d.3-1/input0,
  status -32

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

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


[Bug 1019587] [NEW] acrux 0003:1A34:0802.0002: can't reset device, 0000:00:1d.3-1/input0, status -32

2012-06-30 Thread astro
Public bug reported:

acrux gamepad is not initialized if present at boot time. Error message "canot 
reset device" appears continuously in dmesg.  Temporary solution is to unplug 
device and plug it in again. Also there is no problem if the device is plugged 
in when the computer is already in use. 
I think this was not a problem in Ubuntu a few years ago.  The machine from 
which the report is done is running 11.10. However I have tested on a 12.04 
machine and the problem is still present.
This might be a udev problem. I seem to remember some package log about a patch 
to postpone initialization of acrux gamepad but I cannot find it now.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-20-generic 3.0.0-20.34
ProcVersionSignature: Ubuntu 3.0.0-20.34-generic 3.0.30
Uname: Linux 3.0.0-20-generic i686
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 1.23-0ubuntu4
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  astro  1582 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfe938000 irq 43'
   Mixer name   : 'IDT 92HD81B1X5'
   Components   : 'HDA:111d7605,103c308f,00100402'
   Controls  : 14
   Simple ctrls  : 9
Date: Sat Jun 30 15:38:32 2012
HibernationDevice: RESUME=UUID=b7669517-7965-4edf-bda5-5fba805a3b1a
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
MachineType: Hewlett-Packard Compaq Mini 110c-1100
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-20-generic 
root=UUID=d8e1d681-14f1-4af9-8b7d-7d86c7f35415 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-20-generic N/A
 linux-backports-modules-3.0.0-20-generic  N/A
 linux-firmware1.60
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 09/16/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 308F0 Ver. F.17
dmi.board.name: 308F
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 02.10
dmi.chassis.asset.tag: CNU94061QB
dmi.chassis.type: 10
dmi.chassis.vendor: Inventec
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr308F0Ver.F.17:bd09/16/2009:svnHewlett-Packard:pnCompaqMini110c-1100:pvr039411001C030:rvnHewlett-Packard:rn308F:rvrKBCVersion02.10:cvnInventec:ct10:cvr:
dmi.product.name: Compaq Mini 110c-1100
dmi.product.version: 039411001C030
dmi.sys.vendor: Hewlett-Packard

** Affects: linux (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/1019587

Title:
  acrux 0003:1A34:0802.0002: can't reset device, :00:1d.3-1/input0,
  status -32

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

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


[Bug 1010028] Re: Philips webcam PWC driver BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_s_ctrl+0xe/0x50 [vi

2012-06-30 Thread astro
apport information added into duplicate bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1019574 because
ubuntu-bug -c 1010028.apport -u 1010028 does not work (it's either
collect new data into existing bug report or upload saved data to new
bug report but not both at least with apport in the ubuntu 11.10 machine
I am using now).


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Philips webcam PWC driver BUG: unable to handle kernel NULL pointer
  dereference at 0050; RIP: 0010:[]
  [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

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


[Bug 1019574] Re: Philips webcam PWC driver BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_s_ctrl+0xe/0x50 [vi

2012-06-30 Thread astro
*** This bug is a duplicate of bug 1010028 ***
https://bugs.launchpad.net/bugs/1010028


** This bug has been marked a duplicate of bug 1010028
   Philips webcam PWC driver BUG: unable to handle kernel NULL pointer 
dereference at 0050; RIP: 0010:[]  
[] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

Title:
  Philips webcam PWC driver BUG: unable to handle kernel NULL pointer
  dereference at 0050; RIP: 0010:[]
  [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

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


[Bug 1019574] [NEW] Philips webcam PWC driver BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_s_ctrl+0xe/0x50 [

2012-06-30 Thread astro
*** This bug is a duplicate of bug 1010028 ***
https://bugs.launchpad.net/bugs/1010028

Public bug reported:

-

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-24-generic 3.2.0-24.39
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  astro  2096 F pulseaudio
 /dev/snd/controlC0:  astro  2096 F pulseaudio
 /dev/snd/controlC1:  astro  2096 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfe02 irq 20'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,147b8e01,0012'
   Controls  : 48
   Simple ctrls  : 23
Card1.Amixer.info:
 Card hw:1 'CX8811'/'Conexant CX8811 at 0xfa00'
   Mixer name   : 'CX88'
   Components   : ''
   Controls  : 4
   Simple ctrls  : 3
Card2.Amixer.info:
 Card hw:2 'U0x4710x311'/'USB Device 0x471:0x311 at usb-:00:02.1-2.2, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB0471:0311'
   Controls  : 2
   Simple ctrls  : 1
Card2.Amixer.values:
 Simple mixer control 'Mic',0
   Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
   Capture channels: Mono
   Limits: Capture 0 - 3
   Mono: Capture 1 [33%] [40.00dB] [on]
Date: Thu Jun  7 13:21:09 2012
HibernationDevice: RESUME=UUID=7b300250-5947-480e-ae81-cbd4ae320b01
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
IwConfig:
 lono wireless extensions.
 
 eth1  no wireless extensions.
 
 eth0  no wireless extensions.
ProcEnviron:
 TERM=xterm
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-24-generic 
root=UUID=bb81248b-bffa-45bc-b89f-17801018eb28 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-24-generic N/A
 linux-backports-modules-3.2.0-24-generic  N/A
 linux-firmware1.79
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/13/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: KN9(NF-MCP55 series)
dmi.board.vendor: http://www.abit.com.tw/
dmi.board.version: 1.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd07/13/2006:svn:pn:pvr:rvnhttp//www.abit.com.tw/:rnKN9(NF-MCP55series):rvr1.x:cvn:ct3:cvr:

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


** Tags: amd64 apport-bug precise

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

Title:
  Philips webcam PWC driver BUG: unable to handle kernel NULL pointer
  dereference at 0050; RIP: 0010:[]
  [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

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


[Bug 1010028] Re: Philips webcam PWC driver BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_s_ctrl+0xe/0x50 [vi

2012-06-10 Thread astro
See http://www.spinics.net/lists/linux-media/msg48717.html

** Tags added: kernel-fixed-upstream

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

Title:
  Philips webcam PWC driver BUG: unable to handle kernel NULL pointer
  dereference at 0050; RIP: 0010:[]
  [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

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


[Bug 1010028] Re: Philips webcam PWC driver BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_s_ctrl+0xe/0x50 [vi

2012-06-09 Thread astro
I have tested the latest mainline kernel packaged for precise:
linux-image-3.4.0-030400rc6-generic_3.4.0-030400rc6.201205061835_amd64.deb

Note that this package is dated 06-May-2012 and this git commit
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ceede9fa8939e40ad0ddb4ad1355f45c6f1d3478
is from 09-May-2012, so this kernel doesn't contain the latest fix(es)
on the PWC driver.

With this kernel, I don't get a OOPS with qastrocam-g2 and qastrocam-g2 can 
acquire pictures from the Toucam Pro 2.
However, most IOCTL commands used by qastrocam-g2 to set camera parameters such 
as the gain are not recognized (see attached console output). This was not the 
case in older version of Ubuntu such as 11.10. Interestingly the file 
drivers/media/video/pwc/pwc-ioctl.h was removed after kernel 3.0 ( 
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git&a=search&h=HEAD&st=commit&s=pwc-ioctl
 ) because it was redundant? with include/media/pwc-ioctl.h.

I will open an upstream bug report.


** Attachment added: "qastrocam-g2.out"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1010028/+attachment/3182134/+files/qastrocam-g2.out

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

Title:
  Philips webcam PWC driver BUG: unable to handle kernel NULL pointer
  dereference at 0050; RIP: 0010:[]
  [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

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


Re: [Bug 1010028] Re: Philips webcam PWC driver BUG: unable to handle kernel NULL pointer dereference at 0000000000000050; RIP: 0010:[] [] v4l2_ctrl_s_ctrl+0xe/0x50

2012-06-08 Thread astro
Christophe,

The apport data has already been uploaded as an attachment (the
machine I did the reporting with is not running Ubuntu so I could not
use apport to upload, there should be an upload apport data
functionality in launchpad).

I will see about testing the upstream kernel.


On Thu, Jun 7, 2012 at 3:45 PM, Christopher M. Penalver
 wrote:
> astro, thank you for reporting this bug and helping make Ubuntu better. With 
> only your AMD64x2 Ubuntu 12.04 Desktop x86-64, please execute the following 
> command in a terminal, as it will automatically gather debugging information:
> apport-collect 1010028
> When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
> the name of the package affected. You can learn more about this functionality 
> at https://wiki.ubuntu.com/ReportingBugs.
> As well, with only your AMD64x2 Ubuntu 12.04 Desktop x86-64, if you could 
> also please test the latest upstream kernel available that would be great. It 
> will allow additional upstream developers to examine the issue. Refer to 
> https://wiki.ubuntu.com/KernelMainlineBuilds . Once you've tested the 
> upstream kernel, please remove the 'needs-upstream-testing' tag. This can be 
> done by clicking on the yellow pencil icon next to the tag located at the 
> bottom of the bug description and deleting the 'needs-upstream-testing' text.
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> If you are unable to test the mainline kernel, for example it will not
> boot, please add the tag: 'kernel-unable-to-test-upstream'.
>
> Please let us know your results. Thanks in advance.
>
> ** Changed in: linux (Ubuntu)
>   Importance: Medium => Undecided
>
> ** Changed in: linux (Ubuntu)
>       Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1010028
>
> Title:
>  Philips webcam PWC driver BUG: unable to handle kernel NULL pointer
>  dereference at 0050; RIP: 0010:[]
>  [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1010028/+subscriptions

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

Title:
  Philips webcam PWC driver BUG: unable to handle kernel NULL pointer
  dereference at 0050; RIP: 0010:[]
  [] v4l2_ctrl_s_ctrl+0xe/0x50 [videodev]

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

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

[Bug 1010028] Re: kernel oops Philips webcam PWC driver

2012-06-07 Thread astro
** Attachment added: "version.log for AMD64 desktop"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1010028/+attachment/3179299/+files/version.log

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

Title:
  kernel oops Philips webcam PWC driver

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

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


[Bug 1010028] Re: kernel oops Philips webcam PWC driver

2012-06-07 Thread astro
** Attachment added: "lspci for AMD64 desktop"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1010028/+attachment/3179272/+files/lspci-vvnn.log

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

Title:
  kernel oops Philips webcam PWC driver

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

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


[Bug 1010028] Re: kernel oops Philips webcam PWC driver

2012-06-07 Thread astro
this is the content of the terminal emulator when running qastrocam-g2 and 
getting the kernel oops:
astro@saturn:~$ qastrocam-g2
 : Avifile RELEASE-0.7.48-120122-05:53-../src/configure
 : Available CPU flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr 
pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt 
rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 la
 : 2200.00 MHz AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ detected
Getting Standard: Inappropriate ioctl for device
ioctl (VIDIOCGWIN): Invalid argument
mmap: Invalid argument


On the AMD64x2, the system do not hang (contrary to the Compaq mini case), 
however new USB devices are not registered anymore when they are plugged.

Dmesg with the oops is attached.
  


** Attachment added: "dmesg for AMD64 desktop"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1010028/+attachment/3179271/+files/dmesg.txt

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

Title:
  kernel oops Philips webcam PWC driver

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

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


[Bug 1010028] Re: kernel oops Philips webcam PWC driver

2012-06-07 Thread astro
** Attachment added: "apport data for AMD64 desktop"
   https://bugs.launchpad.net/bugs/1010028/+attachment/3179269/+files/apport.txt

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

Title:
  kernel oops Philips webcam PWC driver

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

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


[Bug 1010028] [NEW] kernel oops Philips webcam PWC driver

2012-06-07 Thread astro
Public bug reported:

Since Ubuntu 12.04,

I get a kernel oops when trying to use the Toucam Pro 2 Philips USB
webcam with Qastrocam-g2 (not part of Ubuntu repos) an astronomy program
that use advanced functions of Philips webcam. Basic usage of the webcam
with cheese is still possible.

It used to work well before.

Tested on Compaq mini 110 netbook (Intel i386) and AMD64x2 desktop.

On AMD64x2 desktop/Ubuntu 12.04 Desktop x86-64, I installed:
- libqwtplot3d-qt3-0_0.2.7+svn191-4_amd64.deb (http://pkgs.org/debian-sid)
- qastrocam-g2_4.8_amd64.deb (sourceforge)
I plug in the Philips Toucam Pro 2 USB webcam.
I run qastrocam-g2, configure it to use the V4L2 device associated with the 
Philips Toucam Pro 2 USB webcam in the setting tabs and restart the program. I 
get a oops and the system hangs.

On Compaq mini 110/Ubuntu 12.04 Desktop i386,  I installed
- libqwtplot3d-qt3-0_0.2.7+svn191-4_i386.deb (http://pkgs.org/debian-sid)
- qastrocam-g2_4.9beta20110115_i386.deb (sourceforge)
I plug in the Philips Toucam Pro 2 USB webcam.
I run qastrocam-g2, configure it to use the V4L2 device associated with the 
Philips Toucam Pro 2 USB webcam in the setting tabs and restart the program. I 
get a oops and the system hangs.
On Compaq mini-110, I also tried to compile from tarball 
qastrocam-g2_4.9beta20110115_src.tar.gz  (sourceforge) after updating the 
sources to reflect some changes in the v4l headers for recent v4l versions, but 
I still get the same result as with the pre-compiled package.

Maybe this is the fix (?):
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ceede9fa8939e40ad0ddb4ad1355f45c6f1d3478


UNAME A for AMD64x2 desktop
Linux saturn 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: linux (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/1010028

Title:
  kernel oops Philips webcam PWC driver

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

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


Re: [Bug 820858] Re: regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

2012-04-29 Thread astro
This is not an issue in 12.04.

On Sat, Apr 21, 2012 at 8:46 PM, Christopher M. Penalver
 wrote:
> astro, thank you for reporting this and helping make Ubuntu better. This
> bug was reported a while ago and there hasn't been any activity in it
> recently. We were wondering if this is still an issue? Can you try with
> the latest development release of Ubuntu? ISO CD images are available
> from http://cdimage.ubuntu.com/releases/ .
>
> If it remains an issue, could you run the following command in the
> development release from a Terminal
> (Applications->Accessories->Terminal). It will automatically gather and
> attach updated debug information to this report.
>
> apport-collect -p linux 
>
> Also, if you could test the latest upstream kernel available that would
> be great. It will allow additional upstream developers to examine the
> issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once
> you've tested the upstream kernel, please remove the 'needs-upstream-
> testing' tag. This can be done by clicking on the yellow pencil icon
> next to the tag located at the bottom of the bug description and
> deleting the 'needs-upstream-testing' text.
>
> If this bug is fixed in the mainline kernel, please add the following
> tag 'kernel-fixed-upstream'.
>
> If the mainline kernel does not fix this bug, please add the tag:
> 'kernel-bug-exists-upstream'.
>
> If you are unable to test the mainline kernel, for example it will not
> boot, please add the tag: 'kernel-unable-to-test-upstream'.
>
> Please let us know your results. Thanks in advance.
>
> ** Changed in: linux (Ubuntu)
>       Status: Confirmed => Incomplete
>
> ** Tags added: needs-upstream-testing regression-release
>
> ** Description changed:
>
> - Since 2.6.38-8, the force feedback in my Speedlink gamepad (brand ACRUX 
> according to dmesg) is broken.
> - This is an upstream bug. See: 
> http://www.spinics.net/lists/linux-input/msg16618.html
> + Since 2.6.38-8, the force feedback in my Speedlink gamepad (brand ACRUX
> + according to dmesg) is broken.
> +
> + This is an upstream bug. See: http://www.spinics.net/lists/linux-
> + input/msg16618.html
> +
> + WORKAROUND: replace in kernel source file drivers/hid/Kconfig
> +
> +  config HID_ACRUX_FF
> + - tristate "ACRUX force feedback support"
> + + bool "ACRUX force feedback support"
> +          depends on HID_ACRUX
> +          select INPUT_FF_MEMLESS
> +          ---help---
> +          Say Y here if you want to enable force feedback support for ACRUX
> +          game controllers.
> +
> + and replace in kernel config
> +  CONFIG_HID_ACRUX=m
> + -CONFIG_HID_ACRUX_FF=m
> + +CONFIG_HID_ACRUX_FF=y
> +
> + and rebuild module hid_axff
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/820858
>
> Title:
>  regression in 3.6.38.8 force feedback support in ACRUX gamepad broken
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/820858/+subscriptions

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

Title:
  regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

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

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

[Bug 820858] Re: regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

2012-04-29 Thread astro
This was fixed upstream (before kernel 3.2) and the fix already made it
to Ubuntu 12.04.

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

Title:
  regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

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

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


[Bug 826806] Re: when attaching a usb based music player to a usb port banshee does not open

2012-03-31 Thread (Astro)bobmerhebi
I confirm this bug too. When I attached my usb music player nautilus
*automatically* (no suggestion box) opens to display the files. Only
when I open rythmbox (counter to the testcases' "banhsee") does the
player appear in the devices. Another related bug is: 969746.

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

Title:
  when attaching a usb based music player to a usb port  banshee does
  not open

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/826806/+subscriptions

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


[Bug 969485] Re: Fan working non-stop

2012-03-31 Thread (Astro)bobmerhebi
** Tags removed: kernel-request-3.2.0-21.34
** Tags added: bot-stop-nagging

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Fan working non-stop

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

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


[Bug 969700] Re: Sound imbalance

2012-03-31 Thread (Astro)bobmerhebi
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags removed: kernel-request-3.2.0-21.34
** Tags added: bot-stop-nagging

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

Title:
  Sound imbalance

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

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


[Bug 969453] Re: "Stop" hotkey pauses instead of stops Movie Player

2012-03-31 Thread (Astro)bobmerhebi
I tried to access the previously installed mainline kernel but it
doesn't load. When I select it I get the "purple" screen without the
Ubutnu logo & it hangs there. I tried uninstalling & reinstalling the
kernel but the same issue repeats; what should I do?

P.S.: Today the standard kernel that comes with beta 2 was upgrade to
3.2!

I guess I'll do a fresh install of beta 2!

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

Title:
  "Stop" hotkey pauses instead of stops Movie Player

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

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


[Bug 969745] Re: Rhythmbox "Devices": Sansa Express with microSD is displayed but miscroSD disappears when selecting Sansa Express

2012-03-31 Thread (Astro)bobmerhebi
** Summary changed:

- Rhythmbox "Devices": Sansa Express  with microSD is displayed but miscroSD 
disappears when selected Sansa Express
+ Rhythmbox "Devices": Sansa Express  with microSD is displayed but miscroSD 
disappears when selecting Sansa Express

** Description changed:

+ lsb_release -rd
+ Description: Ubuntu precise (development branch)
+ Release: 12.04
+ 
  When rhythmbox is not launched, & when I plug in my usb Sansa Express
  (2GB) from Sandisk along with a 2GB microSD, nautilus opens both
  partitions. Here dmesg when doing this:
  
  [ 2513.038885] usb 2-2: USB disconnect, device number 6
  [ 2571.944103] usb 2-1: new high-speed USB device number 7 using ehci_hcd
  [ 2572.082478] scsi10 : usb-storage 2-1:1.0
  [ 2573.184655] scsi 10:0:0:0: Direct-Access Sandisk  Sansa Express
0100 PQ: 0 ANSI: 4
  [ 2573.185121] scsi 10:0:0:1: Direct-Access Sandisk  Sansa Express
0100 PQ: 0 ANSI: 4
  [ 2573.188955] sd 10:0:0:0: Attached scsi generic sg2 type 0
  [ 2573.189845] sd 10:0:0:1: Attached scsi generic sg3 type 0
  [ 2573.189857] sd 10:0:0:0: [sdb] 4003835 512-byte logical blocks: (2.04 
GB/1.90 GiB)
  [ 2573.190217] sd 10:0:0:0: [sdb] Write Protect is off
  [ 2573.190227] sd 10:0:0:0: [sdb] Mode Sense: 3e 00 00 00
  [ 2573.190591] sd 10:0:0:0: [sdb] No Caching mode page present
  [ 2573.190600] sd 10:0:0:0: [sdb] Assuming drive cache: write through
  [ 2573.194069] sd 10:0:0:0: [sdb] No Caching mode page present
  [ 2573.194073] sd 10:0:0:0: [sdb] Assuming drive cache: write through
  [ 2573.196579] sd 10:0:0:1: [sdc] 3862528 512-byte logical blocks: (1.97 
GB/1.84 GiB)
  [ 2573.197862]  sdb: sdb1
  [ 2573.198209] sd 10:0:0:1: [sdc] Write Protect is off
  [ 2573.198214] sd 10:0:0:1: [sdc] Mode Sense: 3e 00 00 00
  [ 2573.198821] sd 10:0:0:1: [sdc] No Caching mode page present
  [ 2573.198824] sd 10:0:0:1: [sdc] Assuming drive cache: write through
  [ 2573.201571] sd 10:0:0:0: [sdb] No Caching mode page present
  [ 2573.201575] sd 10:0:0:0: [sdb] Assuming drive cache: write through
  [ 2573.201577] sd 10:0:0:0: [sdb] Attached SCSI removable disk
  [ 2573.202580] sd 10:0:0:1: [sdc] No Caching mode page present
  [ 2573.202584] sd 10:0:0:1: [sdc] Assuming drive cache: write through
  [ 2573.204980]  sdc: sdc1
  [ 2573.219080] sd 10:0:0:1: [sdc] No Caching mode page present
  [ 2573.219086] sd 10:0:0:1: [sdc] Assuming drive cache: write through
  [ 2573.219090] sd 10:0:0:1: [sdc] Attached SCSI removable disk
  [ 2574.665699] sd 10:0:0:0: [sdb] Unhandled sense code
  [ 2574.665703] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
- [ 2574.665706] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current] 
+ [ 2574.665706] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current]
  [ 2574.665710] Info fld=0x4201
  [ 2574.665712] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
  [ 2574.665716] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 01 00 00 3f 00
  [ 2574.665724] end_request: I/O error, dev sdb, sector 16897
  [ 2574.699825] sd 10:0:0:0: [sdb] Unhandled sense code
  [ 2574.699829] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
- [ 2574.699833] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current] 
+ [ 2574.699833] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current]
  [ 2574.699837] Info fld=0x4241
  [ 2574.699838] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
  [ 2574.699843] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 41 00 00 3f 00
  [ 2574.699851] end_request: I/O error, dev sdb, sector 16961
- 
  
  When I launch rhythmbox I can see, under Devices:
  
  2.0 GB Filesystem
  Media Player
  
  Selecting the first displays the tracks.
  Selecting the second (i.e; Media Player), the first (i.e; 2.0 GB Filesystem) 
disappears from "Devices" & I get the following dmesg:
  [ 2728.456046] usb 2-1: reset high-speed USB device number 7 using ehci_hcd
  after afew seconds the tracks of this memory are displayed.
+ =
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0-0ubuntu1
  Architecture: amd64
  Date: Sat Mar 31 05:03:15 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Rhythmbox "Devices": Sansa Express  with microSD is displayed but
  miscroSD disappears when selecting Sansa Express

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists

[Bug 969745] Re: Rhythmbox "Devices": Sansa Express with microSD is displayed but miscroSD disappears when selected Sansa Express

2012-03-30 Thread (Astro)bobmerhebi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969745

Title:
  Rhythmbox "Devices": Sansa Express  with microSD is displayed but
  miscroSD disappears when selected Sansa Express

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

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


[Bug 969745] [NEW] Rhythmbox "Devices": Sansa Express with microSD is displayed but miscroSD disappears when selected Sansa Express

2012-03-30 Thread (Astro)bobmerhebi
Public bug reported:

When rhythmbox is not launched, & when I plug in my usb Sansa Express
(2GB) from Sandisk along with a 2GB microSD, nautilus opens both
partitions. Here dmesg when doing this:

[ 2513.038885] usb 2-2: USB disconnect, device number 6
[ 2571.944103] usb 2-1: new high-speed USB device number 7 using ehci_hcd
[ 2572.082478] scsi10 : usb-storage 2-1:1.0
[ 2573.184655] scsi 10:0:0:0: Direct-Access Sandisk  Sansa Express0100 
PQ: 0 ANSI: 4
[ 2573.185121] scsi 10:0:0:1: Direct-Access Sandisk  Sansa Express0100 
PQ: 0 ANSI: 4
[ 2573.188955] sd 10:0:0:0: Attached scsi generic sg2 type 0
[ 2573.189845] sd 10:0:0:1: Attached scsi generic sg3 type 0
[ 2573.189857] sd 10:0:0:0: [sdb] 4003835 512-byte logical blocks: (2.04 
GB/1.90 GiB)
[ 2573.190217] sd 10:0:0:0: [sdb] Write Protect is off
[ 2573.190227] sd 10:0:0:0: [sdb] Mode Sense: 3e 00 00 00
[ 2573.190591] sd 10:0:0:0: [sdb] No Caching mode page present
[ 2573.190600] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 2573.194069] sd 10:0:0:0: [sdb] No Caching mode page present
[ 2573.194073] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 2573.196579] sd 10:0:0:1: [sdc] 3862528 512-byte logical blocks: (1.97 
GB/1.84 GiB)
[ 2573.197862]  sdb: sdb1
[ 2573.198209] sd 10:0:0:1: [sdc] Write Protect is off
[ 2573.198214] sd 10:0:0:1: [sdc] Mode Sense: 3e 00 00 00
[ 2573.198821] sd 10:0:0:1: [sdc] No Caching mode page present
[ 2573.198824] sd 10:0:0:1: [sdc] Assuming drive cache: write through
[ 2573.201571] sd 10:0:0:0: [sdb] No Caching mode page present
[ 2573.201575] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 2573.201577] sd 10:0:0:0: [sdb] Attached SCSI removable disk
[ 2573.202580] sd 10:0:0:1: [sdc] No Caching mode page present
[ 2573.202584] sd 10:0:0:1: [sdc] Assuming drive cache: write through
[ 2573.204980]  sdc: sdc1
[ 2573.219080] sd 10:0:0:1: [sdc] No Caching mode page present
[ 2573.219086] sd 10:0:0:1: [sdc] Assuming drive cache: write through
[ 2573.219090] sd 10:0:0:1: [sdc] Attached SCSI removable disk
[ 2574.665699] sd 10:0:0:0: [sdb] Unhandled sense code
[ 2574.665703] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 2574.665706] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current] 
[ 2574.665710] Info fld=0x4201
[ 2574.665712] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
[ 2574.665716] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 01 00 00 3f 00
[ 2574.665724] end_request: I/O error, dev sdb, sector 16897
[ 2574.699825] sd 10:0:0:0: [sdb] Unhandled sense code
[ 2574.699829] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 2574.699833] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current] 
[ 2574.699837] Info fld=0x4241
[ 2574.699838] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
[ 2574.699843] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 41 00 00 3f 00
[ 2574.699851] end_request: I/O error, dev sdb, sector 16961


When I launch rhythmbox I can see, under Devices:

2.0 GB Filesystem
Media Player

Selecting the first displays the tracks.
Selecting the second (i.e; Media Player), the first (i.e; 2.0 GB Filesystem) 
disappears from "Devices" & I get the following dmesg:
[ 2728.456046] usb 2-1: reset high-speed USB device number 7 using ehci_hcd
after afew seconds the tracks of this memory are displayed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0-0ubuntu1
Architecture: amd64
Date: Sat Mar 31 05:03:15 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Rhythmbox "Devices": Sansa Express  with microSD is displayed but
  miscroSD disappears when selected Sansa Express

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

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


[Bug 969746] Re: Rhythmbox "Devices": Sansa Express with microSD is displayed but miscroSD disappears when selected Sansa Express

2012-03-30 Thread (Astro)bobmerhebi
** Summary changed:

- Rhythmbox "Devices": Sansa Express  with microSD is displayed but miscroSD 
disappears when selected Sansa Express
+ Rhythmbox "Devices": Sansa Express  with microSD is displayed but miscroSD 
disappears when selecting Sansa Express

** Description changed:

  lsb_release -rd
  Description: Ubuntu precise (development branch)
  Release: 12.04
  
  When rhythmbox is not launched, & when I plug in my usb Sansa Express
  (2GB) from Sandisk along with a 2GB microSD, nautilus opens both
  partitions. Here dmesg when doing this:
  
  [ 2513.038885] usb 2-2: USB disconnect, device number 6
  [ 2571.944103] usb 2-1: new high-speed USB device number 7 using ehci_hcd
  [ 2572.082478] scsi10 : usb-storage 2-1:1.0
  [ 2573.184655] scsi 10:0:0:0: Direct-Access Sandisk  Sansa Express
0100 PQ: 0 ANSI: 4
  [ 2573.185121] scsi 10:0:0:1: Direct-Access Sandisk  Sansa Express
0100 PQ: 0 ANSI: 4
  [ 2573.188955] sd 10:0:0:0: Attached scsi generic sg2 type 0
  [ 2573.189845] sd 10:0:0:1: Attached scsi generic sg3 type 0
  [ 2573.189857] sd 10:0:0:0: [sdb] 4003835 512-byte logical blocks: (2.04 
GB/1.90 GiB)
  [ 2573.190217] sd 10:0:0:0: [sdb] Write Protect is off
  [ 2573.190227] sd 10:0:0:0: [sdb] Mode Sense: 3e 00 00 00
  [ 2573.190591] sd 10:0:0:0: [sdb] No Caching mode page present
  [ 2573.190600] sd 10:0:0:0: [sdb] Assuming drive cache: write through
  [ 2573.194069] sd 10:0:0:0: [sdb] No Caching mode page present
  [ 2573.194073] sd 10:0:0:0: [sdb] Assuming drive cache: write through
  [ 2573.196579] sd 10:0:0:1: [sdc] 3862528 512-byte logical blocks: (1.97 
GB/1.84 GiB)
  [ 2573.197862]  sdb: sdb1
  [ 2573.198209] sd 10:0:0:1: [sdc] Write Protect is off
  [ 2573.198214] sd 10:0:0:1: [sdc] Mode Sense: 3e 00 00 00
  [ 2573.198821] sd 10:0:0:1: [sdc] No Caching mode page present
  [ 2573.198824] sd 10:0:0:1: [sdc] Assuming drive cache: write through
  [ 2573.201571] sd 10:0:0:0: [sdb] No Caching mode page present
  [ 2573.201575] sd 10:0:0:0: [sdb] Assuming drive cache: write through
  [ 2573.201577] sd 10:0:0:0: [sdb] Attached SCSI removable disk
  [ 2573.202580] sd 10:0:0:1: [sdc] No Caching mode page present
  [ 2573.202584] sd 10:0:0:1: [sdc] Assuming drive cache: write through
  [ 2573.204980]  sdc: sdc1
  [ 2573.219080] sd 10:0:0:1: [sdc] No Caching mode page present
  [ 2573.219086] sd 10:0:0:1: [sdc] Assuming drive cache: write through
  [ 2573.219090] sd 10:0:0:1: [sdc] Attached SCSI removable disk
  [ 2574.665699] sd 10:0:0:0: [sdb] Unhandled sense code
  [ 2574.665703] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
- [ 2574.665706] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current] 
+ [ 2574.665706] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current]
  [ 2574.665710] Info fld=0x4201
  [ 2574.665712] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
  [ 2574.665716] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 01 00 00 3f 00
  [ 2574.665724] end_request: I/O error, dev sdb, sector 16897
  [ 2574.699825] sd 10:0:0:0: [sdb] Unhandled sense code
  [ 2574.699829] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
- [ 2574.699833] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current] 
+ [ 2574.699833] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current]
  [ 2574.699837] Info fld=0x4241
  [ 2574.699838] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
  [ 2574.699843] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 41 00 00 3f 00
  [ 2574.699851] end_request: I/O error, dev sdb, sector 16961
- 
  
  When I launch rhythmbox I can see, under Devices:
  
  2.0 GB Filesystem
  Media Player
  
  Selecting the first displays the tracks.
  Selecting the second (i.e; Media Player), the first (i.e; 2.0 GB Filesystem) 
disappears from "Devices" & I get the following dmesg:
  [ 2728.456046] usb 2-1: reset high-speed USB device number 7 using ehci_hcd
  after afew seconds the tracks of this memory are displayed.
+ ==
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: rhythmbox 2.96-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
  Uname: Linux 3.2.0-21-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.0-0ubuntu1
  Architecture: amd64
  Date: Sat Mar 31 05:03:15 2012
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Rhythmbox "Devices": Sansa Express  with microSD is displayed but
  miscroSD disappears when selecting Sansa Express

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@list

[Bug 969746] [NEW] Rhythmbox "Devices": Sansa Express with microSD is displayed but miscroSD disappears when selecting Sansa Express

2012-03-30 Thread (Astro)bobmerhebi
Public bug reported:

lsb_release -rd
Description: Ubuntu precise (development branch)
Release: 12.04

When rhythmbox is not launched, & when I plug in my usb Sansa Express
(2GB) from Sandisk along with a 2GB microSD, nautilus opens both
partitions. Here dmesg when doing this:

[ 2513.038885] usb 2-2: USB disconnect, device number 6
[ 2571.944103] usb 2-1: new high-speed USB device number 7 using ehci_hcd
[ 2572.082478] scsi10 : usb-storage 2-1:1.0
[ 2573.184655] scsi 10:0:0:0: Direct-Access Sandisk  Sansa Express0100 
PQ: 0 ANSI: 4
[ 2573.185121] scsi 10:0:0:1: Direct-Access Sandisk  Sansa Express0100 
PQ: 0 ANSI: 4
[ 2573.188955] sd 10:0:0:0: Attached scsi generic sg2 type 0
[ 2573.189845] sd 10:0:0:1: Attached scsi generic sg3 type 0
[ 2573.189857] sd 10:0:0:0: [sdb] 4003835 512-byte logical blocks: (2.04 
GB/1.90 GiB)
[ 2573.190217] sd 10:0:0:0: [sdb] Write Protect is off
[ 2573.190227] sd 10:0:0:0: [sdb] Mode Sense: 3e 00 00 00
[ 2573.190591] sd 10:0:0:0: [sdb] No Caching mode page present
[ 2573.190600] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 2573.194069] sd 10:0:0:0: [sdb] No Caching mode page present
[ 2573.194073] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 2573.196579] sd 10:0:0:1: [sdc] 3862528 512-byte logical blocks: (1.97 
GB/1.84 GiB)
[ 2573.197862]  sdb: sdb1
[ 2573.198209] sd 10:0:0:1: [sdc] Write Protect is off
[ 2573.198214] sd 10:0:0:1: [sdc] Mode Sense: 3e 00 00 00
[ 2573.198821] sd 10:0:0:1: [sdc] No Caching mode page present
[ 2573.198824] sd 10:0:0:1: [sdc] Assuming drive cache: write through
[ 2573.201571] sd 10:0:0:0: [sdb] No Caching mode page present
[ 2573.201575] sd 10:0:0:0: [sdb] Assuming drive cache: write through
[ 2573.201577] sd 10:0:0:0: [sdb] Attached SCSI removable disk
[ 2573.202580] sd 10:0:0:1: [sdc] No Caching mode page present
[ 2573.202584] sd 10:0:0:1: [sdc] Assuming drive cache: write through
[ 2573.204980]  sdc: sdc1
[ 2573.219080] sd 10:0:0:1: [sdc] No Caching mode page present
[ 2573.219086] sd 10:0:0:1: [sdc] Assuming drive cache: write through
[ 2573.219090] sd 10:0:0:1: [sdc] Attached SCSI removable disk
[ 2574.665699] sd 10:0:0:0: [sdb] Unhandled sense code
[ 2574.665703] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 2574.665706] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current]
[ 2574.665710] Info fld=0x4201
[ 2574.665712] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
[ 2574.665716] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 01 00 00 3f 00
[ 2574.665724] end_request: I/O error, dev sdb, sector 16897
[ 2574.699825] sd 10:0:0:0: [sdb] Unhandled sense code
[ 2574.699829] sd 10:0:0:0: [sdb]  Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
[ 2574.699833] sd 10:0:0:0: [sdb]  Sense Key : Medium Error [current]
[ 2574.699837] Info fld=0x4241
[ 2574.699838] sd 10:0:0:0: [sdb]  Add. Sense: Medium format corrupted
[ 2574.699843] sd 10:0:0:0: [sdb] CDB: Read(10): 28 00 00 00 42 41 00 00 3f 00
[ 2574.699851] end_request: I/O error, dev sdb, sector 16961

When I launch rhythmbox I can see, under Devices:

2.0 GB Filesystem
Media Player

Selecting the first displays the tracks.
Selecting the second (i.e; Media Player), the first (i.e; 2.0 GB Filesystem) 
disappears from "Devices" & I get the following dmesg:
[ 2728.456046] usb 2-1: reset high-speed USB device number 7 using ehci_hcd
after afew seconds the tracks of this memory are displayed.
==

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0-0ubuntu1
Architecture: amd64
Date: Sat Mar 31 05:03:15 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  Rhythmbox "Devices": Sansa Express  with microSD is displayed but
  miscroSD disappears when selecting Sansa Express

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

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

[Bug 969737] Re: software-center crashed with AttributeError in _save_treeview_state(): 'NoneType' object has no attribute 'get_value'

2012-03-30 Thread (Astro)bobmerhebi
** Visibility changed to: Public

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

Title:
  software-center crashed with AttributeError in _save_treeview_state():
  'NoneType' object has no attribute 'get_value'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/969737/+subscriptions

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


[Bug 969453] Re: "Stop" hotkey pauses instead of stops Movie Player

2012-03-30 Thread (Astro)bobmerhebi
$ ls
linux-headers-3.3.0-030300_3.3.0-030300.201203182135_all.deb
linux-headers-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb
linux-image-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb


$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-3.3.0-030300.
(Reading database ... 128508 files and directories currently installed.)
Unpacking linux-headers-3.3.0-030300 (from 
linux-headers-3.3.0-030300_3.3.0-030300.201203182135_all.deb) ...
Selecting previously unselected package linux-headers-3.3.0-030300-generic.
Unpacking linux-headers-3.3.0-030300-generic (from 
linux-headers-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb) ...
Selecting previously unselected package linux-image-3.3.0-030300-generic.
Unpacking linux-image-3.3.0-030300-generic (from 
linux-image-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb) ...
Done.
Setting up linux-headers-3.3.0-030300 (3.3.0-030300.201203182135) ...
Setting up linux-headers-3.3.0-030300-generic (3.3.0-030300.201203182135) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
ERROR (dkms apport): kernel package linux-headers-3.3.0-030300-generic is not 
supported
Error! Bad return status for module build on kernel: 3.3.0-030300-generic 
(x86_64)
Consult /var/lib/dkms/bcmwl/5.100.82.38+bdcom/build/make.log for more 
information.
Setting up linux-image-3.3.0-030300-generic (3.3.0-030300.201203182135) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
ERROR (dkms apport): kernel package linux-headers-3.3.0-030300-generic is not 
supported
Error! Bad return status for module build on kernel: 3.3.0-030300-generic 
(x86_64)
Consult /var/lib/dkms/bcmwl/5.100.82.38+bdcom/build/make.log for more 
information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.3.0-030300-generic /boot/vmlinuz-3.3.0-030300-generic
update-initramfs: Generating /boot/initrd.img-3.3.0-030300-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.3.0-030300-generic /boot/vmlinuz-3.3.0-030300-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.3.0-030300-generic
Found initrd image: /boot/initrd.img-3.3.0-030300-generic
Found linux image: /boot/vmlinuz-3.2.0-20-generic
Found initrd image: /boot/initrd.img-3.2.0-20-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda2
Found Ubuntu 10.04.4 LTS (10.04) on /dev/sda7
done


$ uname -a
Linux astrobob-Studio-XPS-1640 3.3.0-030300-generic #201203182135 SMP Mon Mar 
19 01:36:20 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux


Bug still exists!

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

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  "Stop" hotkey pauses instead of stops Movie Player

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

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


[Bug 969485] Re: Fan working non-stop

2012-03-30 Thread (Astro)bobmerhebi
$ ls
linux-headers-3.3.0-030300_3.3.0-030300.201203182135_all.deb
linux-headers-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb
linux-image-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb


$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-3.3.0-030300.
(Reading database ... 128508 files and directories currently installed.)
Unpacking linux-headers-3.3.0-030300 (from 
linux-headers-3.3.0-030300_3.3.0-030300.201203182135_all.deb) ...
Selecting previously unselected package linux-headers-3.3.0-030300-generic.
Unpacking linux-headers-3.3.0-030300-generic (from 
linux-headers-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb) ...
Selecting previously unselected package linux-image-3.3.0-030300-generic.
Unpacking linux-image-3.3.0-030300-generic (from 
linux-image-3.3.0-030300-generic_3.3.0-030300.201203182135_amd64.deb) ...
Done.
Setting up linux-headers-3.3.0-030300 (3.3.0-030300.201203182135) ...
Setting up linux-headers-3.3.0-030300-generic (3.3.0-030300.201203182135) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
ERROR (dkms apport): kernel package linux-headers-3.3.0-030300-generic is not 
supported
Error! Bad return status for module build on kernel: 3.3.0-030300-generic 
(x86_64)
Consult /var/lib/dkms/bcmwl/5.100.82.38+bdcom/build/make.log for more 
information.
Setting up linux-image-3.3.0-030300-generic (3.3.0-030300.201203182135) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
ERROR (dkms apport): kernel package linux-headers-3.3.0-030300-generic is not 
supported
Error! Bad return status for module build on kernel: 3.3.0-030300-generic 
(x86_64)
Consult /var/lib/dkms/bcmwl/5.100.82.38+bdcom/build/make.log for more 
information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.3.0-030300-generic /boot/vmlinuz-3.3.0-030300-generic
update-initramfs: Generating /boot/initrd.img-3.3.0-030300-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 
3.3.0-030300-generic /boot/vmlinuz-3.3.0-030300-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.3.0-030300-generic 
/boot/vmlinuz-3.3.0-030300-generic
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.3.0-030300-generic
Found initrd image: /boot/initrd.img-3.3.0-030300-generic
Found linux image: /boot/vmlinuz-3.2.0-20-generic
Found initrd image: /boot/initrd.img-3.2.0-20-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda2
Found Ubuntu 10.04.4 LTS (10.04) on /dev/sda7
done


$ uname -a
Linux astrobob-Studio-XPS-1640 3.3.0-030300-generic #201203182135 SMP Mon Mar 
19 01:36:20 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux


Bug still exists!

** Tags added: kernel-bug-exists-upstream

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Fan working non-stop

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

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


[Bug 969700] Re: Sound imbalance

2012-03-30 Thread (Astro)bobmerhebi
Bug *not* fixed in latest upstream kernel (v3.3)

$ uname -a
Linux astrobob-Studio-XPS-1640 3.3.0-030300-generic #201203182135 SMP Mon Mar 
19 01:36:20 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Sound imbalance

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

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


[Bug 969700] Re: Sound imbalance

2012-03-30 Thread (Astro)bobmerhebi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969700

Title:
  Sound imbalance

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

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


[Bug 969700] [NEW] Sound imbalance

2012-03-30 Thread (Astro)bobmerhebi
Public bug reported:

The sound from the builtin speakers are imbalanced to the right.

I discovered from the Sound Setting's "Test Sound" is that the left
speaker is leaking sound to the right speaker causing this towards-
right-imbalance!

P.S.: This occurs in Ubuntu 10.04LTS too; not sure about later versions!

lsb_release -rd
Description: Ubuntu precise (development branch)
Release: 12.04

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-20-generic 3.2.0-20.33
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Sat Mar 31 02:19:27 2012
HibernationDevice: RESUME=UUID=ca289df0-21d9-4446-88e6-7a0e7970674c
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
MachineType: Dell Inc. Studio XPS 1640
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=60fe93c2-69d8-4f58-b5ea-b65e06e7b3c8 ro quiet splash vt.handoff=7
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/29/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.name: 0Y536R
dmi.board.vendor: Dell Inc.
dmi.board.version: A14
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A14
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd03/29/2010:svnDellInc.:pnStudioXPS1640:pvrA143:rvnDellInc.:rn0Y536R:rvrA14:cvnDellInc.:ct8:cvrA14:
dmi.product.name: Studio XPS 1640
dmi.product.version: A143
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug laptop-testing precise

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

Title:
  Sound imbalance

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

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


[Bug 969485] Re: Fan working non-stop

2012-03-30 Thread (Astro)bobmerhebi
@Joseph: No; I just installed the latest beta 2. There are updates but I
did not update any of them. I only installed a few software (2I guess).
This problem does not occur on Ubuntu 10.04.4 (fully updated); not sure
whether aprevious beta had the same issue or not!

any other way I can help?

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

Title:
  Fan working non-stop

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

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


[Bug 969485] Re: Fan working non-stop

2012-03-30 Thread (Astro)bobmerhebi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969485

Title:
  Fan working non-stop

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

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


[Bug 969485] [NEW] Fan working non-stop

2012-03-30 Thread (Astro)bobmerhebi
Public bug reported:

The fan is working non-stop while testing 12.04 Beta 2.

Temperatures are being maintained around:

Thermal 0: ok, 58.0 degrees C
Thermal 1: ok, 48.0 degrees C
Thermal 2: ok, 51.0 degrees C

lsb_release -rd
Description: Ubuntu precise (development branch)
Release: 12.04

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-20-generic 3.2.0-20.33
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Fri Mar 30 21:39:32 2012
HibernationDevice: RESUME=UUID=ca289df0-21d9-4446-88e6-7a0e7970674c
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
MachineType: Dell Inc. Studio XPS 1640
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=60fe93c2-69d8-4f58-b5ea-b65e06e7b3c8 ro quiet splash vt.handoff=7
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/29/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.name: 0Y536R
dmi.board.vendor: Dell Inc.
dmi.board.version: A14
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A14
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd03/29/2010:svnDellInc.:pnStudioXPS1640:pvrA143:rvnDellInc.:rn0Y536R:rvrA14:cvnDellInc.:ct8:cvrA14:
dmi.product.name: Studio XPS 1640
dmi.product.version: A143
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug precise

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

Title:
  Fan working non-stop

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

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


[Bug 969453] Re: "Stop" hotkey pauses instead of stops Movie Player

2012-03-30 Thread (Astro)bobmerhebi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969453

Title:
  "Stop" hotkey pauses instead of stops Movie Player

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

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


[Bug 969453] [NEW] "Stop" hotkey pauses instead of stops Movie Player

2012-03-30 Thread (Astro)bobmerhebi
Public bug reported:

The "Stop" hotkey (keyboard) does not stop the playing track in Movie
Player; instead it just pauses it.

Note: there already is a Play/Pause hotkey for pausing!

lsb_release -rd
Description:Ubuntu precise (development branch)
Release:12.04

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-20-generic 3.2.0-20.33
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: wl
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Fri Mar 30 21:06:59 2012
HibernationDevice: RESUME=UUID=ca289df0-21d9-4446-88e6-7a0e7970674c
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
MachineType: Dell Inc. Studio XPS 1640
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=60fe93c2-69d8-4f58-b5ea-b65e06e7b3c8 ro quiet splash vt.handoff=7
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/29/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A14
dmi.board.name: 0Y536R
dmi.board.vendor: Dell Inc.
dmi.board.version: A14
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A14
dmi.modalias: 
dmi:bvnDellInc.:bvrA14:bd03/29/2010:svnDellInc.:pnStudioXPS1640:pvrA143:rvnDellInc.:rn0Y536R:rvrA14:cvnDellInc.:ct8:cvrA14:
dmi.product.name: Studio XPS 1640
dmi.product.version: A143
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug precise

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

Title:
  "Stop" hotkey pauses instead of stops Movie Player

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

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


[Bug 958159] Re: keepassx crashed with SIGABRT in raise()

2012-03-24 Thread (Astro)bobmerhebi
Keepassx crashed when I tried to open a file from an unmounted partition
(ext4).

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

Title:
  keepassx crashed with SIGABRT in raise()

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

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


[Bug 903811] [NEW] boinc installs but doesn't show up or load data when launch from terminal

2011-12-13 Thread Astro Turner
Public bug reported:

When installing Boinc meta package you no longer have access to the
launcher in the menu and when launched from the terminal it launches but
doesn't find it's data. Also when running Boinc doesn't recognize
keyboard or mouse uses to suspend while computer is in use.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: software-center 5.0.2ubuntu0.1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Dec 13 10:33:54 2011
InstallationMedia: Ubuntu-Studio 10.04 LTS "Lucid Lynx" - Release amd64 
(20100427.1)
PackageArchitecture: all
SourcePackage: software-center
UpgradeStatus: Upgraded to oneiric on 2011-12-13 (0 days ago)

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi 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/903811

Title:
  boinc installs but doesn't show up or load data when launch from
  terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/903811/+subscriptions

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


[Bug 903811] Re: boinc installs but doesn't show up or load data when launch from terminal

2011-12-13 Thread Astro Turner
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903811

Title:
  boinc installs but doesn't show up or load data when launch from
  terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/903811/+subscriptions

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


[Bug 779921] Re: Unity makes usage of dual monitors impossible

2011-09-05 Thread astro
It seems to be fixed now.
I tried last week with same netbook and 2 different external monitors in 
1280x1024 (taking care that total virtual screen is not larger than 2048x2048)
I haven't experienced this problem anymore.

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

Title:
  Unity makes usage of dual monitors impossible

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

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


[Bug 820858] Re: regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

2011-08-16 Thread astro
This is an upstream bug confirmed by the subsystem maintainer 
http://www.spinics.net/lists/linux-input/msg16618.html
Some part of the kernel is not being compiled. Fix is provided above. Running 
apport will not provide any useful information. Changing status to confirmed.


** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

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

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


[Bug 820858] Re: regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

2011-08-04 Thread astro
To fix it:
replace in kernel source file drivers/hid/Kconfig

 config HID_ACRUX_FF
-tristate "ACRUX force feedback support"
+   bool "ACRUX force feedback support"
 depends on HID_ACRUX
 select INPUT_FF_MEMLESS
 ---help---
 Say Y here if you want to enable force feedback support for ACRUX
 game controllers.

and replace in kernel config
 CONFIG_HID_ACRUX=m
-CONFIG_HID_ACRUX_FF=m
+CONFIG_HID_ACRUX_FF=y

and rebuild module hid_axff

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

Title:
  regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

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

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


[Bug 820858] [NEW] regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

2011-08-04 Thread astro
Public bug reported:

Since 2.6.38-8, the force feedback in my Speedlink gamepad (brand ACRUX 
according to dmesg) is broken.
This is an upstream bug. See: 
http://www.spinics.net/lists/linux-input/msg16618.html

** Affects: linux (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/820858

Title:
  regression in 3.6.38.8 force feedback support in ACRUX gamepad broken

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

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


[Bug 816213] Re: Faum freezes

2011-07-27 Thread (Astro)bobmerhebi
Thanks Stefan, this made it work :D

Keep up the great job

** Changed in: faumachine (Ubuntu)
   Status: New => Fix Released

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

Title:
  Faum freezes

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

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


[Bug 816213] Re: Faum freezes

2011-07-26 Thread (Astro)bobmerhebi
Well, the first time I installed & launched FAUM, it promopted me to
choose the archtecture. At the time I was just check it out, not
intending to configure or isntall a machine.

The issue started the second time I started FAUM. I did try to
"completely remove" the packate along with the package-data from
synaptic & reinstalling it but the problem persists.

P.S.: this is my first time using FAUM.

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

Title:
  Faum freezes

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

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


[Bug 816213] Re: Faum freezes

2011-07-26 Thread (Astro)bobmerhebi
** Attachment added: ".faumrc"
   
https://bugs.launchpad.net/ubuntu/+source/faumachine/+bug/816213/+attachment/2235064/+files/.faumrc

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

Title:
  Faum freezes

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

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


[Bug 816213] [NEW] Faum freezes

2011-07-25 Thread (Astro)bobmerhebi
Public bug reported:

When faum is launched, it simply freezes & consumes a huge part of the
cu (90% ++)

Nothing else but freezing

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: faumachine 20091119-1
ProcVersionSignature: Ubuntu 2.6.32-33.70-generic-pae 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic-pae i686
NonfreeKernelModules: fglrx wl
Architecture: i386
CheckboxSubmission: 8d4d0a3d770ada9935965890db137295
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Tue Jul 26 05:48:06 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/faum-node-pc
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: faumachine

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


** Tags: apport-bug i386 lucid

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

Title:
  Faum freezes

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

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


[Bug 816213] Re: Faum freezes

2011-07-25 Thread (Astro)bobmerhebi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816213

Title:
  Faum freezes

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

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


[Bug 774363] Re: cx88-blackbird driver hangs when used

2011-07-21 Thread astro
Yes, proposed kernel 2.6.38.11-47 fixes it.

Thank you.

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

Title:
  cx88-blackbird driver hangs when used

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

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


[Bug 774363] Re: cx88-blackbird driver hangs when used

2011-07-10 Thread astro
It is now fixed in Fedora 15 32bits but not in Ubuntu 32 and Ubuntu 64
(2.6.38-10.46). All 3 are running on the same PC.

Also tvtime is not causing the problem. tvtime uses the v4l device
video0. It seems tvtime runs fine as long as no application attempts to
open the CX88 mpeg device /dev/video1. However normally the v4_id
process attempts to open it during the boot sequence. All process trying
to open /dev/video1 hang immediately and after that has happened
processes trying to open /dev/video0 also hang.

If v4_id is not run during the boot sequence (this happens sometimes on
Ubuntu 32 boot, I don't know why), it is possible to run tvtime or touch
/dev/video0 safely. But if one try then to opens /dev/video1 with "touch
/dev/video1", then after that running tvtime or touch /dev/video0, the
process hangs.

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

Title:
  cx88-blackbird driver hangs when used

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

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


[Bug 774363] Re: cx88-blackbird driver hangs when used

2011-06-29 Thread astro
also the task v4l_id from udev is in uninterruptible sleep (this is
causing the error message in dmesg even when I do not launch tvtime).

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

Title:
  cx88-blackbird driver hangs when used

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

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


[Bug 774363] Re: cx88-blackbird driver hangs when used

2011-06-28 Thread astro
Can someone consider reopening the bug?

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

Title:
  cx88-blackbird driver hangs when used

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

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


[Bug 774363] Re: cx88-blackbird driver hangs when used

2011-06-28 Thread astro
** Attachment added: "strace_tvtime"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/774363/+attachment/2183551/+files/strace_tvtime

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

Title:
  cx88-blackbird driver hangs when used

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

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


[Bug 774363] Re: cx88-blackbird driver hangs when used

2011-06-28 Thread astro
** Attachment added: "dmesgcx88.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/774363/+attachment/2183550/+files/dmesgcx88.txt

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

Title:
  cx88-blackbird driver hangs when used

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

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


[Bug 774363] Re: cx88-blackbird driver hangs when used

2011-06-28 Thread astro
It is not fixed for me.

See attached dmesg output
==
$uname -a
Linux saturn 2.6.38-10-generic #44-Ubuntu SMP Thu Jun 2 21:32:22 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux
$ls -lrt /dev/video*
crw-rw+ 1 root video 81, 0 2011-06-27 20:12 /dev/video0
crw---  1 root root  81, 3 2011-06-27 20:12 /dev/video1
==
(I don't know why second device is not in group video)

I have HVR1300 card: DVB-T + analog (with tuner)

When I launch tvtime (analog TV), the window opens but application hangs 
immediately after. Cannot be killed with kill -9 or Ctrl-C or stopped with 
Ctrl-Z in the terminal. The application is in uninterruptible sleep (see below, 
here two instances of tvtime were launched but this also happens when only one 
instance is launched)
==
astro 1987  0.0  0.1  70160  3932 ?D20:18   0:00 tvtime
astro 2082  0.1  0.0   4464   788 pts/1S+   20:19   0:00 strace tvtime
astro 2083  0.0  0.1  70160  3928 pts/1D+   20:19   0:00 tvtime
astro 2154  0.0  0.0   9136  1036 pts/2S+   20:20   0:00 grep 
--color=auto tvtime
==
>From strace (see attachment), it is also possible to see that the problem 
>occurs when tvtime tries opening /dev/video0

Also from a root console (just after unity has started so before running
any process trying to access /dev/video*), just doing touch /dev/video0
or touch /dev/video1, the touch process enters uninterruptible sleep
state and hangs.

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

Title:
  cx88-blackbird driver hangs when used

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

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


[Bug 779921] Re: Unity makes usage of dual monitors impossible

2011-05-31 Thread astro
UPDATE
external monitor display is not corrupted with KWin, XFCE and Gnome in 1024x768 
and 1280x1024 but is corrupted in Unity. However, when using monitor in 
resolution 1024x768 and 1280x1024, playing videos in VLC, totem, xine, mplayer, 
mozilla-flash is extremely slow (below one frame per  second). This might be 
related. It could be a regression in the Intel drivers since this was not a 
problem in ubuntu 10.04 and 10.10.

astro@lutetia:~$ glxinfo |grep -i rend
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) 945GME GEM 20100330 DEVELOPMENT 
x86/MMX/SSE2
astro@lutetia:~$ xvinfo |grep maximum
maximum XvImage size: 2048 x 2048
maximum XvImage size: 2048 x 2048

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

Title:
  Unity makes usage of dual monitors impossible

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


[Bug 779921] Re: Unity makes usage of dual monitors impossible

2011-05-28 Thread astro
Actually external monitor with Unity is also OK in 832x624 but not in 1024x768 
and 1280x1024. 
see xrandr information below:

Screen 0: minimum 320 x 200, current 832 x 624, maximum 4096 x 4096
LVDS1 connected (normal left inverted right x axis y axis)
   1024x600   60.0 +
   800x60060.3 56.2  
   640x48059.9  
VGA1 connected 832x624+0+0 (normal left inverted right x axis y axis) 338mm x 
270mm
   1280x1024  60.0 +   75.0  
   1024x768   75.1 70.1 60.0  
   832x62474.6* 
   800x60072.2 75.0 60.3 56.2  
   640x48072.8 75.0 66.7 60.0  
   720x40070.1

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

Title:
  Unity makes usage of dual monitors impossible

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


[Bug 779921] Re: Unity makes usage of dual monitors impossible

2011-05-28 Thread astro
same with Compaq Mini 110c 945GME graphics. 
also the external monitor can be used alone but only up to 800x600: the screen 
is partially corrupted at higher resolutions. However it can be used in 
1280x1024 on standard Gnome.


** Changed in: unity (Ubuntu)
   Status: New => Confirmed

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

Title:
  Unity makes usage of dual monitors impossible

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


[Bug 788773] Re: Gnash (when opening a flip newsletter in browser) takes all cpu usage

2011-05-26 Thread (Astro)bobmerhebi
the problem has been solved for firefox, chrome & opera by installing
the addon: "Flash Aid" & using the wizard with all options set by
default. (in my case, it installed Adobe's Beta version).

The add-on removes conflicting flash players (in my case gnash &
something else i dont even remember anymore) & installs the appropriate
one.

Good luck for the rest. Hope Gnash solves its issue

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

Title:
  Gnash (when opening a flip newsletter in browser) takes all cpu usage

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


[Bug 788773] Re: Gnash (when opening a flip newsletter in browser) takes all cpu usage

2011-05-26 Thread (Astro)bobmerhebi
$ lsb_release -rd
Description:Ubuntu 10.04.2 LTS
Release:10.04

$ apt-cache policy gnash
gnash:
  Installed: 0.8.7-0ubuntu1
  Candidate: 0.8.7-0ubuntu1
  Version table:
 *** 0.8.7-0ubuntu1 0
500 http://lb.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

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

Title:
  Gnash (when opening a flip newsletter in browser) takes all cpu usage

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


[Bug 788773] Re: Gnash (when opening a flip newsletter in browser) takes all cpu usage

2011-05-26 Thread (Astro)bobmerhebi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/788773

Title:
  Gnash (when opening a flip newsletter in browser) takes all cpu usage

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


[Bug 788773] [NEW] Gnash (when opening a flip newsletter in browser) takes all cpu usage

2011-05-26 Thread (Astro)bobmerhebi
Public bug reported:

Binary package hint: gnash

When opening a "flip" flash newsletter, gtk-gnash tops in "top" even
though the newsletter is not usable. I cannot turn pages or anything. It
sometiems requests installing Adobe flash player & no apparent solution
seem to exist (?!)

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnash 0.8.7-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-31.61-generic-pae 2.6.32.32+drm33.14
Uname: Linux 2.6.32-31-generic-pae i686
NonfreeKernelModules: wl fglrx
Architecture: i386
CheckboxSubmission: 8d4d0a3d770ada9935965890db137295
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Thu May 26 21:36:02 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gtk-gnash
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnash

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


** Tags: apport-bug i386 lucid

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

Title:
  Gnash (when opening a flip newsletter in browser) takes all cpu usage

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


[Bug 787004] Re: Some features are not available. This includes plugin (they install but do not stay).

2011-05-23 Thread (Astro)bobmerhebi
I rechecked the Local State & corrected it; it solved the problem :D

that made my night :D thank you LOADS ;D

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

Title:
  Some features are not available. This includes plugin (they install
  but do not stay).

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


[Bug 787004] Re: Some features are not available. This includes plugin (they install but do not stay).

2011-05-23 Thread (Astro)bobmerhebi
It turned out to be a local (file system) problem.

Just check out the comments for the solution.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Invalid

** Converted to question:
   
https://answers.launchpad.net/ubuntu/+source/chromium-browser/+question/158749

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

Title:
  Some features are not available. This includes plugin (they install
  but do not stay).

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


[Bug 787004] Re: Some features are not available. This includes plugin (they install but do not stay).

2011-05-23 Thread (Astro)bobmerhebi
Originally i had:

$ ls -l Preferences
-rw--- 1 root root 1440 2010-10-19 18:37 Preferences

$ ls -ld
drwx-- 7 astrobob astrobob 4096 2011-05-23 21:05

using chown, its now


-rw---   1 astrobob astrobob 1440 Oct 19  2010 ./Preferences

drwx-- 7 astrobob astrobob 4096 2011-05-23 21:43

all other files seem ok.

Is that how it should be ?

By the way, I didn't quite get the mode thing. any help or resources
about it plz ?

I did restart it but the problem still persists.
should I rename the Preferences ? or is there something regarding the modes ?

thanks

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

Title:
  Some features are not available. This includes plugin (they install
  but do not stay).

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


[Bug 787004] Re: Some features are not available. This includes plugin (they install but do not stay).

2011-05-23 Thread (Astro)bobmerhebi
I just upgraded chromium using: ppa:chromium-daily/ppa

the problem persists

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

Title:
  Some features are not available. This includes plugin (they install
  but do not stay).

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


[Bug 787004] Re: Some features are not available. This includes plugin (they install but do not stay).

2011-05-23 Thread (Astro)bobmerhebi
$ lsb_release -rd
Description:Ubuntu 10.04.2 LTS
Release:10.04

$ sudo apt-cache policy chromium-browser
chromium-browser:
  Installed: 11.0.696.68~r84545-0ubuntu0.10.04.1
  Candidate: 11.0.696.68~r84545-0ubuntu0.10.04.1
  Version table:
 *** 11.0.696.68~r84545-0ubuntu0.10.04.1 0
500 http://lb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
 5.0.342.9~r43360-0ubuntu2 0
500 http://lb.archive.ubuntu.com/ubuntu/ lucid/universe Packages

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

Title:
  Some features are not available. This includes plugin (they install
  but do not stay).

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


[Bug 787004] Re: Some features are not available. This includes plugin (they install but do not stay).

2011-05-23 Thread (Astro)bobmerhebi
** Attachment added: "the two windows that appear when chromium is started"
   
https://bugs.launchpad.net/bugs/787004/+attachment/2139634/+files/Selection_001.png

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

Title:
  Some features are not available. This includes plugin (they install
  but do not stay).

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


[Bug 787004] [NEW] Some features are not available. This includes plugin (they install but do not stay).

2011-05-23 Thread (Astro)bobmerhebi
Public bug reported:

Binary package hint: chromium-browser

Every time chromium is started I get the following window (two of them):

>>Your preferences can not be read.

Some features may be unavailable and changes to preferences won't be
saved.<<

Moreover, when plugin's are installed; once the browser is restarted
they are not installed anymore.

That's annoying :S

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: chromium-browser 11.0.696.68~r84545-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-31.61-generic-pae 2.6.32.32+drm33.14
Uname: Linux 2.6.32-31-generic-pae i686
NonfreeKernelModules: wl fglrx
Architecture: i386
CheckboxSubmission: 8d4d0a3d770ada9935965890db137295
CheckboxSystem: d00f84de8a555815fa1c4660280da308
ChromiumPrefs: can't open profile 
/home/astrobob/.config/chromium/Default/Preferences
Date: Mon May 23 16:47:21 2011
Desktop-Session:
 DESKTOP_SESSION = gnome
 GNOME_DESKTOP_SESSION_ID = this-is-deprecated
 XDG_CONFIG_DIRS = /etc/xdg/xdg-gnome:/etc/xdg
 XDG_DATA_DIRS = /usr/share/gnome:/usr/local/share/:/usr/share/
EcryptfsInUse: Yes
Env:
 MOZ_PLUGIN_PATH = None
 LD_LIBRARY_PATH = None
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: chromium-browser
chromium-default: CHROMIUM_FLAGS=""

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

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

Title:
  Some features are not available. This includes plugin (they install
  but do not stay).

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


[Bug 600851] Re: When trying to copy 1:1 CD asks me to manually install cdda2wav then quits

2011-05-14 Thread (Astro)bobmerhebi
Have you attempted to install cdda2wav ?
I had a similar problem & ran

sudo apt-get install cdda2wav

in terminal.

After installation it copied normally

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

Title:
  When trying to copy 1:1 CD asks me to manually install cdda2wav then
  quits

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


[Bug 782667] Re: Brasero Disc Burner not opening nor working even after autoremove & install

2011-05-14 Thread (Astro)bobmerhebi
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/782667

Title:
  Brasero Disc Burner not opening nor working even after autoremove &
  install

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


[Bug 782667] [NEW] Brasero Disc Burner not opening nor working even after autoremove & install

2011-05-14 Thread (Astro)bobmerhebi
Public bug reported:

Binary package hint: brasero

I choose to launch brasero from terminal or menu but it does not open or
launch.

It might be related to cdda2wav.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: brasero 2.30.2-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.32-31.61-generic-pae 2.6.32.32+drm33.14
Uname: Linux 2.6.32-31-generic-pae i686
NonfreeKernelModules: wl fglrx
Architecture: i386
CheckboxSubmission: 8d4d0a3d770ada9935965890db137295
CheckboxSystem: d00f84de8a555815fa1c4660280da308
Date: Sat May 14 17:14:33 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: brasero

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


** Tags: apport-bug i386 lucid

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

Title:
  Brasero Disc Burner not opening nor working even after autoremove &
  install

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


  1   2   >