[Bug 1492764] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0)

2015-09-14 Thread TeXHaPb
I have the same bug with backtrace same as Czikus have.

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

Title:
  [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled
  (expected 1, found 0)

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

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


[Bug 1112652] Re: [raring] no ethernet with auto default power option with 82579LM

2013-09-12 Thread TeXHaPb
Have you upgraded or installed it from scratch?
What do you have in /sys/devices/pci\:00/\:00\:19.0/power/control  
right after unplugging power?

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

Title:
  [raring] no ethernet with auto default power option with 82579LM

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

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


[Bug 1112652] Re: [raring] no ethernet with auto default power option with 82579LM

2013-09-11 Thread TeXHaPb
Bug is still present on Linux TeXWork 3.11.0-7-generic #13-Ubuntu SMP
Tue Sep 10 20:25:17 UTC 2013 i686 i686 i686 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/1112652

Title:
  [raring] no ethernet with auto default power option with 82579LM

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

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


[Bug 1177823] Re: qdbus needs qtchooser dependency to work

2013-07-30 Thread TeXHaPb
Also libqt4-dev needed to make qt4-default works.

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

Title:
  qdbus needs qtchooser dependency to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1177823/+subscriptions

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


[Bug 1124149] Re: Kubuntu 13.04 power button always turn off system

2013-07-30 Thread TeXHaPb
*** This bug is a duplicate of bug 1176686 ***
https://bugs.launchpad.net/bugs/1176686

The problem can be also solved by installing qt4-default and libqt4-dev
. If you try to run qdbus command in root user environment you can see
the error, and after installing this packages it disappears.

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

Title:
  Kubuntu 13.04 power button always turn off system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1124149/+subscriptions

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


[Bug 1124149] Re: Kubuntu 13.04 power button always turn off system

2013-07-30 Thread TeXHaPb
*** This bug is a duplicate of bug 1176686 ***
https://bugs.launchpad.net/bugs/1176686

I think this bug is caused by bug 1177823, not by bug 1176686.

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

Title:
  Kubuntu 13.04 power button always turn off system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1124149/+subscriptions

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


[Bug 1124149] Re: Kubuntu 13.04 power button always turn off system

2013-04-23 Thread TeXHaPb
The source of the bug is qdbus (4:4.8.4+dfsg-0ubuntu9). The binary file was 
moved from /usr/bin/qdbus to /usr/lib/i386-linux-gnu/qt4/bin/qdbus. So it is 
not in root's PATH and can't be run in powerbtn.sh:46.
There are TEMPORARY solutions for users:
1) Install http://packages.ubuntu.com/quantal/qdbus and hold it.
2) Create symlink from /usr/bin/qdbus pointing to 
/usr/lib/i386-linux-gnu/qt4/bin/qdbus.
3) Patch /etc/acpi/powerbtn.sh:
diff --git a/acpi/powerbtn.sh b/acpi/powerbtn.sh
--- a/acpi/powerbtn.sh
+++ b/acpi/powerbtn.sh
@@ -43,7 +43,7 @@ elif test $XUSER !=   test -x /usr/bin/qdbus; then
 kded4pid=$(pgrep -n -u $XUSER kded4)
 if test $kded4pid != ; then
 dbusaddr=$(su - $XUSER -c grep -z DBUS_SESSION_BUS_ADDRESS 
/proc/$kded4pid/environ)
-if test $dbusaddr !=   su - $XUSER -c export $dbusaddr; 
qdbus org.kde.kded | grep -q powerdevil; then
+if test $dbusaddr !=   su - $XUSER -c export $dbusaddr; 
/usr/lib/i386-linux-gnu/qt4/bin/qdbus org.kde.kded | grep -q powerdevil; then
 exit
 fi
 fi

I don't know whom to ask to fix this bug. So please tell the right
person to fix it, because it's a release blocking bug I think.

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

Title:
  Kubuntu 13.04 power button always turn off system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1124149/+subscriptions

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