Bug 52411 - NV43 [GeForce 6600] nouveau in linux kernel 3.4.0 to 3.4.5 hangs at boot
Summary: NV43 [GeForce 6600] nouveau in linux kernel 3.4.0 to 3.4.5 hangs at boot
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/nouveau (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Nouveau Project
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
: 51198 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-07-23 20:38 UTC by loisl
Modified: 2019-12-04 08:28 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
Linux 3.4.5 Kernel .config (88.33 KB, application/octet-stream)
2012-07-23 20:38 UTC, loisl
no flags Details
vbios.rom - kernel 3.10.7 (60.00 KB, application/octet-stream)
2013-09-16 10:07 UTC, Hans de Graaff
no flags Details

Description loisl 2012-07-23 20:38:52 UTC
Created attachment 64564 [details]
Linux 3.4.5 Kernel .config

system hangs at boot with linux 3.4.0 to 3.4.5 (Gentoo kernel).

Last message shown at display is:

[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).

I am using the Nouveau graphics driver on an AMD64 system with NV43 [GeForce 6600] 

# lspci|grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation NV43 [GeForce 6600] (rev a2)
Comment 1 loisl 2012-07-23 20:41:39 UTC
*** Bug 51198 has been marked as a duplicate of this bug. ***
Comment 2 Hans de Graaff 2013-05-12 19:41:10 UTC
I've been seeing this also, with the latest kernel that I could run being 3.3.8. Today I did some more digging, and it appears that the last line is actually a red herring. For some reason not all printk's actually make it to the screen. Perhaps the video card is getting confused by something and stops printing lines at some point.

In any case I found out that my problem actually seems to be listed in this unsolved bug: https://bugzilla.redhat.com/show_bug.cgi?id=832548

I've "fixed" things on my end my by simply skipping all the nouveau perf entries in nouveau_perf_init in nouveau_perf.c. (I added continue right within the while loop). Obviously this doesn't get me any performance levels, but at least things don't crash, and other than that the card seems to work as expected.

I'd be happy to provide more information if needed, just let me know what you need.

I've got the exact same card as the OP:
03:00.0 VGA compatible controller: NVIDIA Corporation NV43 [GeForce 6600] (rev a2)
Comment 3 Ilia Mirkin 2013-05-21 03:04:56 UTC
Does this still happen with linux v3.10-rc2 (latest at the time of writing)?

It would be nice to know what the first commit is that breaks things for you. Please do a git bisect between v3.3 and v3.4 on the drivers/gpu/drm/nouveau directory.

Alternatively (or in addition to), pick a recent kernel, get a crash dump (similar to what the referenced redhat bug has), and provide disassembly of the involved function (gdb nouveau.ko and then disassemble func_name). That way we can tell exactly where it's dying. You might need to use netconsole to get the crash dump, since it dies when initializing the video driver.
Comment 4 Ilia Mirkin 2013-08-25 06:17:59 UTC
No information provided in the bug (e.g. dmesg), request for retest with recent kernel unanswered for months. Closing as invalid.
Comment 5 Hans de Graaff 2013-09-15 17:55:06 UTC
Unfortunately I don't have much time to play around with this machine and test things, but this bug is still present in linux 3.10.7. I realize that without additional information this is going to be hard to fix. Hopefully I'll be able to provide more information in the future if I find some time for that.
Comment 6 Ilia Mirkin 2013-09-15 19:25:24 UTC
We can't do anything without your VBIOS (/sys/kernel/debug/dri/0/vbios.rom). It'd also be really nice to get a fresh stacktrace from that 3.10 (or newer) kernel, as well as the disassembly I asked for.
Comment 7 Hans de Graaff 2013-09-16 10:07:12 UTC
Created attachment 85900 [details]
vbios.rom - kernel 3.10.7
Comment 8 Martin Peres 2019-12-04 08:28:39 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/26.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.