Re: i915 freakout with latest 3.7 git

2012-12-04 Thread Heinz Diehl
On 04.12.2012, Daniel Vetter wrote: The important part is to not enable rc6 (on ironlake at least) when bisecting. A shot in the dark: could it be that all the machines wich encounter this hang have nvidia's optimus? Mine has. Could that somehow be related? (I'm by no means a programmer or a

Re: i915 freakout with latest 3.7 git

2012-12-04 Thread Heinz Diehl
On 05.12.2012, Lekensteyn wrote: I have now i915.i915_enable_rc6=0 in grub.cfg and disabled the XFCE compositor. Now I'm trying to hit the bug again... Do you have a reliable reproduce method? As you can see in the linked bug it was caused by relatively low memory pressure combined with

i915 freakout with latest 3.7 git

2012-12-03 Thread Heinz Diehl
Hi, with latest linus-3.7 git from today, after some time, my machine gets more and more unresponsible, fanspeed increases, and that's what I see in the logs: Dec 3 18:08:10 wildsau kernel: [35092.535757] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung Dec 3 18:08:10

i915 freakout with latest 3.7 git

2012-12-03 Thread Heinz Diehl
Hi, with latest linus-3.7 git from today, after some time, my machine gets more and more unresponsible, fanspeed increases, and that's what I see in the logs: Dec 3 18:08:10 wildsau kernel: [35092.535757] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung Dec 3 18:08:10

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-25 Thread Heinz Diehl
On 25.10.2012, Paweł Sikora wrote: > what is the reason of loading nouveau driver for laptops > with nvidia optimus and enabling vga switcheroo > which doesn't work in such (optimus) cases. You can safely compile a kernel without nouveau, your Nvidia card will not be used at all since neither

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-25 Thread Heinz Diehl
On 25.10.2012, Paweł Sikora wrote: what is the reason of loading nouveau driver for laptops with nvidia optimus and enabling vga switcheroo which doesn't work in such (optimus) cases. You can safely compile a kernel without nouveau, your Nvidia card will not be used at all since neither

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Heinz Diehl
On 21.10.2012, Marcin Slusarz wrote: > > > Please attach acpidump output. > > > > http://pluto.agmk.net/nv/acpidump.txt > > > > This looks like ACPI bug... I guess my acpidump didn't make it to the list. Anyway, here it is: http://www.fritha.org/acpidump.gz -- To unsubscribe from this

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Heinz Diehl
On 21.10.2012, Paweł Sikora wrote: > with these both patches applied my laptop boots and gui works fine. The same here. The two patches together, applied to 3.7-rc1 let my machine boot again. Here's the relevant dmesg cut: [3.702671] nouveau [ DEVICE][:01:00.0] BOOT0 : 0x0a8800b1 [

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Heinz Diehl
On 21.10.2012, Marcin Slusarz wrote: > On 3.6 kernel? (It doesn't exist on 3.7) > Note that it may be in other directory than "0". [root@wildsau linux-3.6.2]# cat .config | grep -i "nouveau" CONFIG_DRM_NOUVEAU=m CONFIG_DRM_NOUVEAU_BACKLIGHT=y CONFIG_DRM_NOUVEAU_DEBUG=y I grepped the whole

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Heinz Diehl
On 21.10.2012, Marcin Slusarz wrote: On 3.6 kernel? (It doesn't exist on 3.7) Note that it may be in other directory than 0. [root@wildsau linux-3.6.2]# cat .config | grep -i nouveau CONFIG_DRM_NOUVEAU=m CONFIG_DRM_NOUVEAU_BACKLIGHT=y CONFIG_DRM_NOUVEAU_DEBUG=y I grepped the whole disk,

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Heinz Diehl
On 21.10.2012, Paweł Sikora wrote: with these both patches applied my laptop boots and gui works fine. The same here. The two patches together, applied to 3.7-rc1 let my machine boot again. Here's the relevant dmesg cut: [3.702671] nouveau [ DEVICE][:01:00.0] BOOT0 : 0x0a8800b1 [

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-21 Thread Heinz Diehl
On 21.10.2012, Marcin Slusarz wrote: Please attach acpidump output. http://pluto.agmk.net/nv/acpidump.txt This looks like ACPI bug... I guess my acpidump didn't make it to the list. Anyway, here it is: http://www.fritha.org/acpidump.gz -- To unsubscribe from this list: send the

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-20 Thread Heinz Diehl
On 20.10.2012, Marcin Slusarz wrote: > Try this one. It works, now I can boot again. However, nouveau seems to be dead now. The dmesg output with your patch on top of 3.7-rc1 is: [3.685909] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0 [3.687784] nouveau [

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-20 Thread Heinz Diehl
On 20.10.2012, Martin Peres wrote: > Can you test the attached patch too ? I rebased the previous one I sent on > top on 3.7-rc1 as I accidentally used an older version. Yes, of course. Tried it. Unfortunately, the crash remains the same as reported. -- To unsubscribe from this list: send the

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-20 Thread Heinz Diehl
On 20.10.2012, Linus Torvalds wrote: > Added more appropriate people to this. Added both i915 and nouveau > people, since apparently that fine piece of hardware has both. > > Guys, any ideas? Plese see https://lkml.org/lkml/2012/10/19/371 , this is the same thing going on. Reverting Ben Skeggs

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-20 Thread Heinz Diehl
On 20.10.2012, Linus Torvalds wrote: Added more appropriate people to this. Added both i915 and nouveau people, since apparently that fine piece of hardware has both. Guys, any ideas? Plese see https://lkml.org/lkml/2012/10/19/371 , this is the same thing going on. Reverting Ben Skeggs

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-20 Thread Heinz Diehl
On 20.10.2012, Martin Peres wrote: Can you test the attached patch too ? I rebased the previous one I sent on top on 3.7-rc1 as I accidentally used an older version. Yes, of course. Tried it. Unfortunately, the crash remains the same as reported. -- To unsubscribe from this list: send the

Re: Linux 3.7-rc1 (nouveau_bios_score oops).

2012-10-20 Thread Heinz Diehl
On 20.10.2012, Marcin Slusarz wrote: Try this one. It works, now I can boot again. However, nouveau seems to be dead now. The dmesg output with your patch on top of 3.7-rc1 is: [3.685909] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0 [3.687784] nouveau [

Re: [ 60/76] drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiB

2012-10-19 Thread Heinz Diehl
On 19.10.2012, Greg Kroah-Hartman wrote: > Does Linus's 3.7 git tree also crash for you this way? Yes, it crashes in the same way with latest linus git 3.7. Here's the screenshot: http://www.fritha.org/crash-linus-git.jpg -- To unsubscribe from this list: send the line "unsubscribe

Re: [ 60/76] drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiB

2012-10-19 Thread Heinz Diehl
On 19.10.2012, Greg Kroah-Hartman wrote: > 3.6-stable review patch. If anyone has any objections, please let me know. While 3.6.2 is fine. 3.6.3-rc1 crashes my machine (Asus U45-JC) at boot. A screenshot of the output is here: http://www.fritha.org/crash.jpg Reverting this one fixes it: >

Re: [ 60/76] drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiB

2012-10-19 Thread Heinz Diehl
On 19.10.2012, Greg Kroah-Hartman wrote: 3.6-stable review patch. If anyone has any objections, please let me know. While 3.6.2 is fine. 3.6.3-rc1 crashes my machine (Asus U45-JC) at boot. A screenshot of the output is here: http://www.fritha.org/crash.jpg Reverting this one fixes it: Ben

Re: [ 60/76] drm/nouveau/bios: fix shadowing of ACPI ROMs larger than 64KiB

2012-10-19 Thread Heinz Diehl
On 19.10.2012, Greg Kroah-Hartman wrote: Does Linus's 3.7 git tree also crash for you this way? Yes, it crashes in the same way with latest linus git 3.7. Here's the screenshot: http://www.fritha.org/crash-linus-git.jpg -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [ 00/46] 3.5.3-stable review

2012-08-25 Thread Heinz Diehl
Quoting myself here.. On 21.08.2012, Heinz Diehl wrote: > 3.5.3-rc1 hangs my machine on boot (can reboot with CTRL-ALT-DEL). > All other kernels are/has been fine, incl. latest 3.5.2 and 3.6-rc1. ...to let you know that my problem is solved, and it was _not_ kernel related. I can't tel

Re: [ 00/46] 3.5.3-stable review

2012-08-25 Thread Heinz Diehl
Quoting myself here.. On 21.08.2012, Heinz Diehl wrote: 3.5.3-rc1 hangs my machine on boot (can reboot with CTRL-ALT-DEL). All other kernels are/has been fine, incl. latest 3.5.2 and 3.6-rc1. ...to let you know that my problem is solved, and it was _not_ kernel related. I can't tell what

Re: [ 00/46] 3.5.3-stable review

2012-08-21 Thread Heinz Diehl
On 20.08.2012, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 3.5.3 release. > There are 47 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. 3.5.3-rc1 hangs my

Re: [ 00/46] 3.5.3-stable review

2012-08-21 Thread Heinz Diehl
On 20.08.2012, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.5.3 release. There are 47 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. 3.5.3-rc1 hangs my machine

Re: Logitech HD Webcam C525 does not work when connected to USB 2 port, works on USB 3

2012-07-11 Thread Heinz Diehl
Hi, I have exactly the same webcam, lsusb says "Bus 002 Device 004: ID 046d:0826 Logitech, Inc."... On 06.07.2012, Alan Stern wrote: > On Thu, 5 Jul 2012, Frederik Himpe wrote: > > I tried setting to on again, and then this appears in the logs: > > Jul 5 21:21:59 piranha kernel: [

Re: Logitech HD Webcam C525 does not work when connected to USB 2 port, works on USB 3

2012-07-11 Thread Heinz Diehl
Hi, I have exactly the same webcam, lsusb says Bus 002 Device 004: ID 046d:0826 Logitech, Inc On 06.07.2012, Alan Stern wrote: On Thu, 5 Jul 2012, Frederik Himpe wrote: I tried setting to on again, and then this appears in the logs: Jul 5 21:21:59 piranha kernel: [ 9788.223118] usb

Re: "uname -p" prints unknown for Athlon K7 optimized kernel?

2001-04-15 Thread Heinz Diehl
no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr bogomips: 799.53 -- # Heinz Diehl, 68259 Mannheim, Germany # Groovebox Roland MC-303, Digitech RP-1 and Fender Stratocaster fo

Re: uname -p prints unknown for Athlon K7 optimized kernel?

2001-04-15 Thread Heinz Diehl
: yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr mce cx8 pge mmx syscall 3dnow k6_mtrr bogomips: 799.53 -- # Heinz Diehl, 68259 Mannheim, Germany # Groovebox Roland MC-303, Digitech RP-1 and Fender Stratocaster for sale, # all

Re: 2.4.2 broke gcd (or, audio CD's won't play)

2001-02-24 Thread Heinz Diehl
.0 Procps 2.0.2 Mount 2.10r Net-tools 1.46 Kbd0.96 Sh-utils 1.12 Modules Loaded serial -- # Heinz Diehl, 68259 Mannheim, Germany - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: 2.4.2 broke gcd (or, audio CD's won't play)

2001-02-24 Thread Heinz Diehl
2.0.2 Mount 2.10r Net-tools 1.46 Kbd0.96 Sh-utils 1.12 Modules Loaded serial -- # Heinz Diehl, 68259 Mannheim, Germany - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: PROBLEM: isofs crash on 2.4.0-test11-pre7 [1.] MAINTAINERS: ISO FILESYSTEM

2000-11-22 Thread Heinz Diehl
0 Procps 2.0.2 Mount 2.10o Net-tools 1.46 Kbd0.96 Sh-utils 1.12 Modules Loaded serial -- # Heinz Diehl, 68259 Mannheim, Germany - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: PROBLEM: isofs crash on 2.4.0-test11-pre7 [1.] MAINTAINERS: ISO FILESYSTEM

2000-11-22 Thread Heinz Diehl
-tools 1.46 Kbd0.96 Sh-utils 1.12 Modules Loaded serial -- # Heinz Diehl, 68259 Mannheim, Germany - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please re

<    1   2