[Bug 1028151] Re: Samsung Series 900 Laptop brightness control issue

2012-08-02 Thread starfear
Notebook NP530U3B.

I temporary solved this:

cat /etc/modprobe.d/blacklist-samsung.conf

# Disable buggy modules for my notebook
blacklist samsung_laptop
blacklist samsung_backlight #if you have

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

Title:
  Samsung Series 900 Laptop brightness control issue

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

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


[Bug 1030608] Re: I have a Samsung series 3 (NP350U2B) which was working fine with Ubuntu 64 bit 12.10. That was until a software update a couple of days ago. Before the update the brightness could be

2012-07-30 Thread starfear
Notebook NP530U3B.
I solved this:

cat /etc/madprobe.d/blacklist-samsung.conf

blacklist samsung_laptop
blacklist samsung_backlight #if you have

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

Title:
  I have a Samsung series 3 (NP350U2B) which was working fine with
  Ubuntu 64 bit 12.10. That was until a software update a couple of days
  ago. Before the update the brightness could be set at a range of
  values, using both the builtin keyboard function keys, and the
  settings control. After the update the brightness can only be at
  minimum or maximum values (keyboard function keys and settings
  control) and the brightness control display stutters when trying to
  select anything inbetween.

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

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


[Bug 1030066] Re: Brightness bug

2012-07-30 Thread starfear
Notebook NP530U3B.
I solved this:

cat /etc/madprobe.d/blacklist-samsung.conf

blacklist samsung_laptop
blacklist samsung_backlight #if you have

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

Title:
  Brightness bug

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

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


[Bug 572262] Re: [SRU] libusb_get_report: error sending control message: Operation not permitted

2010-07-29 Thread starfear
Yes, bug fixed.

My UPS:

Bus 006 Device 124: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS

Systems: Ubuntu, debian testing/unstable.
nut: 2.4.3-1

-- 
[SRU] libusb_get_report: error sending control message: Operation not permitted
https://bugs.launchpad.net/bugs/572262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 424142] Re: Address Collision

2010-07-16 Thread starfear
This patch from 2.6.33 help to me.

https://patchwork.kernel.org/patch/39988/

diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index dbd0f94..89efbb5 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -367,8 +367,12 @@  pci_find_parent_resource(const struct pci_dev *dev, 
struct resource *res)
continue;   /* Wrong type */
if (!((res->flags ^ r->flags) & IORESOURCE_PREFETCH))
return r;   /* Exact match */
-   if ((res->flags & IORESOURCE_PREFETCH) && !(r->flags & 
IORESOURCE_PREFETCH))
-   best = r;   /* Approximating prefetchable by 
non-prefetchable */
+   /* We can't insert a non-prefetch resource inside a 
prefetchable parent .. */
+   if (r->flags & IORESOURCE_PREFETCH)
+   continue;
+   /* .. but we can put a prefetchable resource inside a 
non-prefetchable one */
+   if (!best)
+   best = r;
}
return best;
 }

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

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


[Bug 583428] Re: gnome-keyring-daemon hangs on login where no password is set

2010-06-25 Thread starfear
Ok. 
I installed gnome-keyring and libpam-gnome-keyring, libpam-runtime, libpam0g, 
libpam-modules from "Proposed".

All right. 
Thank you.

-- 
gnome-keyring-daemon hangs on login where no password is set
https://bugs.launchpad.net/bugs/583428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583428] Re: if ( users-admin - password: Not asked on login) gnome-keyring-daemon hangs

2010-05-21 Thread starfear
I mean:
When I login without prompt password,
With users-admin ( password: Not asked on login ).
ps x
  1163 ? Sl 0:00 /usr/bin/gnome-keyring-daemon --daemonize
And it's hanging.
Seahorse error: Couldn't communicate with key ring daemon.

-- 
if ( users-admin - password: Not asked on login) gnome-keyring-daemon hangs
https://bugs.launchpad.net/bugs/583428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583428] Re: if ( users-admin - password: Not asked on login) gnome-keyring-daemon hangs

2010-05-21 Thread starfear
I saw -
https://bugzilla.gnome.org/show_bug.cgi?id=619209

-- 
if ( users-admin - password: Not asked on login) gnome-keyring-daemon hangs
https://bugs.launchpad.net/bugs/583428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583428] Re: if ( users-admin - password: Not asked on login) gnome-keyring-daemon hangs

2010-05-21 Thread starfear
But it's hanging when start with ( /usr/bin/gnome-keyring-daemon --daemonize )
without --login option.

-- 
if ( users-admin - password: Not asked on login) gnome-keyring-daemon hangs
https://bugs.launchpad.net/bugs/583428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583428] Re: if ( users-admin - password: Not asked on login) gnome-keyring-daemon don't start properly

2010-05-21 Thread starfear
With users-admin ( password: Not asked on login ).
ls -l /tmp/keyring-gOVWRx/
  srwxr-xr-x 1 ilya ilya 0 2010-05-21 12:50 control
  srwxr-xr-x 1 ilya ilya 0 2010-05-21 12:50 pkcs11
  srwxr-xr-x 1 ilya ilya 0 2010-05-21 12:50 ssh
ps x
  1163 ?Sl 0:00 /usr/bin/gnome-keyring-daemon --daemonize
  1468 pts/0S+ 0:00 grep --color=auto keyring-daemon


With users-admin ( password: Asked on login ).When all right.
ps x
  1134 ?Sl 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login
  1415 pts/0S+ 0:00 grep --color=auto keyring-daemon
ls -l /tmp/keyring-svR2Fl/
  srwxr-xr-x 1 ilya ilya 0 2010-05-21 13:01 control
  srwxr-xr-x 1 ilya ilya 0 2010-05-21 13:01 pkcs11
  srwxr-xr-x 1 ilya ilya 0 2010-05-21 13:01 ssh

-- 
if ( users-admin - password: Not asked on login) gnome-keyring-daemon don't 
start properly
https://bugs.launchpad.net/bugs/583428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 583428] Re: if ( users-admin - password: Not asked on login) gnome-keyring-daemon don't start properly

2010-05-21 Thread starfear
** Visibility changed to: Public

-- 
if ( users-admin - password: Not asked on login) gnome-keyring-daemon don't 
start properly
https://bugs.launchpad.net/bugs/583428
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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