[Bug 1564740] Re: Booting kernel failed: Invalid argument

2016-10-27 Thread japi
I can confirm this issue with the following configuration: ISO: ubuntu-16.10-desktop-amd64 (mounted as emulated drive / console redirection) MB: Supermicro X10DRi CPU: 2x Intel E5-2620v4 RAM: 128 GB In BIOS/Legacy mode I get the same error: Loading /install/mt86plus... ok Booting kernel

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2010-01-13 Thread japi
Just wanted to confirm that the new kernel also solves the bug for the samsung q30 series. :-) Thank you very much! -- backlight failed after suspend to ram on IBM X40 https://bugs.launchpad.net/bugs/292256 You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 417164] Re: latest plexus packages breaks Maven

2009-10-20 Thread japi
Id love to learn how to package stuff for Debian. Any Website where i could learn or some pointers you can give me? On Tue, Oct 20, 2009 at 12:33 PM, Ludovic Claude ludovic.cla...@laposte.net wrote: For people who have Maven2 broken, please install it from my PPA.

[Bug 417164] Re: latest plexus packages breaks Maven

2009-10-08 Thread japi
duplicate of https://bugs.launchpad.net/ubuntu/+source/maven2/+bug/417164 ** Changed in: maven2 (Ubuntu) Status: Triaged = Invalid -- latest plexus packages breaks Maven https://bugs.launchpad.net/bugs/417164 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 442078] Re: Buttons in Eclipse not working correctly with GTK+ 2.18.1-1

2009-10-04 Thread japi
Also when you try to install new software in eclipse 3.5 via Help Install New Software The available plugins don't show up, they are there, cuz when you click on the blank table, the details tab changes. ** Attachment added: Screenshot Install New Software Window

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2009-04-24 Thread japi
@hyperair: Okay... Is there anything we can do to get this fixed sometime? Should we all register at the freedesktop bugtracker and write that this is no hoax? I spent some hours to get this bug fixed for me and you also wrote a debdiff file, so the 'final' bugfix is only a click away. The bug

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2009-03-29 Thread japi
Thank you for confirming my solution. I think the problem will be solved at the root now and soon no workarounds will be necessary anymore (afaik). Please have a look at http://www.ubuntu.com/testing/jaunty/beta#Suspend/resume%20testing The Kernel Team seems to be dealing with issues regarding

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-10 Thread japi
What firmware version do you have? ( lshal | grep system.firmware.version ) If it's not 1UETD2WW, I would suggest adding 2372 to the list of product prefixes on line 65 in the 20-video-quirk-pm-ibm.fdi. (2371 is already in the list) Thanks, Jan -- backlight failed after suspend to ram on IBM

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-10 Thread japi
[EMAIL PROTECTED]:~$ lshal | grep quirk power_management.quirk.vbe_post = true (bool) [EMAIL PROTECTED]:~$ lshal | grep system.hardware system.hardware.primary_video.product = 13698 (0x3582) (int) system.hardware.primary_video.vendor = 32902 (0x8086) (int) system.hardware.product =

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
I have no /var/run/video.rom and couldn't find a file with that name anywhere in the system. But why doesn't s2ram need that file? One thing I'd like to mention is that you don't have to force Ubuntu to use s2ram, it's a choice that's made here: /etc/pm/config.d/00sleep_module. Uncomment the

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
sudo vbetool post does work. (i can switch to tty1 and type the command, which then switches my backlight on) I have now switched to pm-utils 1.1.2.4-1ubuntu8, but still sudo pm-suspend --quirk-vbe-post has no effect. (i have tried it with suspend_module=uswsusp and kernel in

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
Okay, sorry for that, i meant SLEEP_MODULE=uswsusp. Just to be sure i have used SLEEP_MODULE and SUSPEND_MODULE for the following tests :-) : Here is my logfile for SLEEP_MODULE=kernel: http://www.ziqu.de/launchpad/pm-suspend.log_kernel.txt and here for SLEEP_MODULE=uswsusp:

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
Oh, that's something left from my testing in the last days... just a file with the two lines SUSPEND_MODULES=button uhci_hcd and S2RAM_OPTS=--force --vbe_post in it. Found that on the net somewhere (suse i think). I deleted it now. pm-suspend --quirk-vbe-post does not work from tty1 (neither with

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
I just noticed, that s2ram does that switch to vt1 and back. I think that s2ram is run (if using uswsusp module), just not with the --vbe_post option (although pm-suspend is run with --quirk-vbe-post). -- backlight failed after suspend to ram on IBM X40 https://bugs.launchpad.net/bugs/292256

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
Yes, there is a file with the content: --quirk-dpms-on --quirk-dpms-suspend --quirk-vbe-post --quirk-vbe-post --quirk-vga-mode3 --quirk-vbemode-restore --quirk-vbestate-restore --quirk-reset-brightness --quirk-radeon-off -- backlight failed after suspend to ram on IBM X40

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
lspci -nn|grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM Integrated Graphics Device [8086:3582] (rev 02) sudo s2ram -i This machine can be identified by: sys_vendor = Samsung Electronics sys_product = SQ30 sys_version = Revision 01

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-09 Thread japi
Hm.. I don't get it... Why does 98smart-kernel-video remove these quirks which are known to work? (My laptop for example: it is listed in /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-samsung.fdi with the right quirk, vbe-post. The ibm x40 can be found in

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-08 Thread japi
Wow.. I tried so many things to get this working again. There are bugreports about this issue everywhere. It's even listed as a kernel bug: http://bugzilla.kernel.org/show_bug.cgi?id=10985 What happened? From what I have found out, the following thing happened: - Ubuntu was using uswsusp /

[Bug 292256] Re: backlight failed after suspend to ram on IBM X40

2008-11-08 Thread japi
pm-suspend --quirk-vbe-post has no effect. (or all quirks (/ hal fdi files) are ignored since intrepid) ** Changed in: pm-utils (Ubuntu) Sourcepackagename: None = pm-utils -- backlight failed after suspend to ram on IBM X40 https://bugs.launchpad.net/bugs/292256 You received this bug