|
|
#1 | |
|
FreeBSD cheering section
Join Date: Nov 2004
Location: Boston, MA, USA
Posts: 609
|
Subject says it all.
I get crashes with 169.12 and 2.6.24 every single day (kernel panic but of course I can't read the panic message). I previously thought this is sound related, but it is definitely a problem when Firefox opens new tabs. Since I have flashblock in there and no sound-playing plugins it is definitely not sound. I am not ready to blame the NVidia drivers since I also changed hardware (Thunder K8W and two 2.4 GHz Opterons), but to narrow down what the problem is I need to run 100.x.x and I'll downgrade the kernel to whatever is the highest that works with them. Or, even better, maybe somebody has patches to use 100.x.x with 2.6.24?
__________________
My Unix benchmark results |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2003
Posts: 10
|
Running 100.14.19 here w/o any problems under 2.6.24.4. Needed a small modification:
Code:
--- NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/conftest.sh 2007-09-12 23:49:01.000000000 +0200
+++ NVIDIA-Linux-x86-100.14.19-pkg1.mod/usr/src/nv/conftest.sh 2008-04-13 23:16:54.000000000 +0200
@@ -28,7 +28,7 @@
if [ "$OUTPUT" != "$SOURCES" ]; then
ARCH=`uname -m | sed -e 's/i.86/i386/'`
CFLAGS="$CFLAGS -I$OUTPUT/include2 -I$OUTPUT/include \
--I$HEADERS -I$HEADERS/asm-$ARCH/mach-default"
+-I$HEADERS -I$HEADERS/asm-$ARCH/mach-default -I$HEADERS/asm-x86/mach-default"
else
CFLAGS="$CFLAGS -I$HEADERS -I$HEADERS/asm/mach-default"
fi
|
|
|
|
|
|
|
#3 |
|
FreeBSD cheering section
Join Date: Nov 2004
Location: Boston, MA, USA
Posts: 609
|
Thanks, jo.
Turns out they compile out of the box on i386, I previously tried on amd64. I'm up and running BTW, I cannot see a "--try-compile-only" option for the installer. I actually have to take down the existing X11 session just to see whether the kernel module compiles. Surely there must be a way around that?
__________________
My Unix benchmark results |
|
|
|
|
|
#4 | |
|
Slackware!
Join Date: Apr 2008
Location: Nova Scotia
Posts: 18
|
Maybe it isn't necessarily the kernel version alone, but a combination of kernel, distro, driver, & hardware?
I use the latest nvidia driver as soon as I notice that there's a newer version, and am currently on 2.6.24.4 kernel, and not now or ever before have ANY combination of driver & kernel led to a single problem for me.. Never had to edit anything or set any weird variables or patch anything.. (Note I am on x86_32/i386 and Slackware) |
|
|
|
|
|
|
#5 | |
|
FreeBSD cheering section
Join Date: Nov 2004
Location: Boston, MA, USA
Posts: 609
|
Quote:
But the 169.x.x are being accused of not being SMP safe, or not being SMP safe on certain machines. Since I run on a dual single-core K8 here and have these panics I aimed at eliminating the 169.x.x drivers first. %% BTW, how do I see a panic message in Linux if I have to have a X11 server up? In FreeBSD I use a serial console, what do I do in Linux?
__________________
My Unix benchmark results |
|
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Aug 2002
Posts: 492
|
On machines at work (redhat/fedora/centos), I configure console like so:
# /boot/grub/menu.lst serial --unit=0 --speed=9600 --device=/dev/ttyS0 terminal --timeout=5 console serial title Linux kernel ... console=ttyS0,9600 # /etc/inittab co:2345:respawn:/sbin/agetty ttyS0 9600 vt100-nav Note that booting with console=ttyS0 redirects everything during the boot process, it's not mirrored to both VGA and ttyS0. Once the system is up, you'll still get a getty. The agetty on ttyS0 is just to login on ttyS0 (add ttyS0 in /etc/securetty to login as root). You could also use netconsole, but that may not be so good for this.. |
|
|
|
|
|
|
#7 | |
|
Slackware!
Join Date: Apr 2008
Location: Nova Scotia
Posts: 18
|
Quote:
FWIW again, I am on a dual core (CORE2) E2160 Intel CPU, and still have no issues. Anyone know if/what particular CPU's or ARCHs are maybe having these SMP issues? Or is it as yet kinda undiagnosed/unconfirmed? Sasha |
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Aug 2003
Posts: 10
|
There are quiet some threads about SMP issues around in this forum. AFAIK there isn't even a recognized pattern for this problem. For me (AMD Athlon MP, (almost) plain vanilla Kernel, Debian) anything beyond 100.x.x is simply unusable.
BTW: Having problems compiling an old driver for a new kernel doesn't surprise me. |
|
|
|
|
|
#9 | |
|
#!/?*
Join Date: Oct 2004
Posts: 662
|
Quote:
if you put another console=tty0 (right next to "console=ttyS0,115200") you'll get the kernel messages on the serial port AND on your monitor! |
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Aug 2002
Posts: 492
|
thanks for the info about console=tty0, I never thought of that..
|
|
|
|
|
|
#11 | |
|
FreeBSD cheering section
Join Date: Nov 2004
Location: Boston, MA, USA
Posts: 609
|
Quote:
The panics at work with a dual single-core K8 AGP i386 have so far disappeared since I downgraded to 100.x.x.
__________________
My Unix benchmark results |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mageia 2 Cannot Install 71.86.15 for Riva TNT/TNT2 | kbulgrien | NVIDIA Linux | 3 | 06-29-12 08:27 AM |
| Corrupted display - 302.17 - Dell Precision T3500 (G98 [Quadro NVS 295]) | gbailey | NVIDIA Linux | 1 | 06-27-12 10:24 AM |
| UEFI+Nvidia - NVRM: Your system is not currently configured to drive a VGA console... | interzoneuk | NVIDIA Linux | 0 | 06-26-12 04:51 AM |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |
| Crash when logout from X | TGL | NVIDIA Linux | 10 | 09-13-02 08:22 PM |