nvidia y kernel 2.6.10
Yonathan Dossow
kronin.d en gmail.com
Mar Feb 1 13:25:57 CLST 2005
Linus Casassa wrote:
>problemas compilando los drivers de nvidia en kernel 2.6.10.
>alguien tiene algun parche? o solucion?
>
>
para nvidia usa los parches de minion.de
http://www.minion.de/files/1.0-6629/
y para nforce usa este parche adjunto.
>
>
>
>>nforce-installer log file '/var/log/nvidia-nforce-installer.log'
>>creation time: Fri Jan 7 13:45:20 2005
>>
>>option status:
>> license pre-accepted : true
>> expert : false
>> uninstall : false
>> driver info : false
>> no precompiled interface : true
>> no ncurses color : false
>> no questions : true
>> silent : false
>> Installer install prefix : /usr
>> kernel source path : (not specified)
>> net kernel install path : (not specified)
>> audio kernel install path : (not specified)
>> proc mount point : /proc
>> ui : none
>> tmpdir : /tmp
>>
>>Using built-in stream user interface
>>-> Found package NVIDIA audio driver for Linux-x86
>>-> Found package NVIDIA network driver for Linux-x86
>>
>>
>>
[...]
>>-> Error.
>>ERROR: The NVIDIA kernel module was not created.
>>ERROR: Installation of the network driver has failed. Please see the file
>> '/var/log/nvidia-nforce-installer.log' for details. You may find
>> suggestions on fixing installation problems in the README
>>available on
>> the Linux driver download page at www.nvidia.com.
>>
>>
>>
>
>
>muchas gracias
>
>
>
>
------------ próxima parte ------------
diff -Nru NFORCE-Linux-x86-1.0-0292-pkg1/nvnet/nvenet.c NFORCE-Linux-x86-1.0-0292-pkgz/nvnet/nvenet.c
--- NFORCE-Linux-x86-1.0-0292-pkg1/nvnet/nvenet.c 2004-10-08 22:10:57.000000000 +0200
+++ NFORCE-Linux-x86-1.0-0292-pkgz/nvnet/nvenet.c 2005-01-04 18:47:06.000000000 +0100
@@ -1315,7 +1315,7 @@
if (dev && dev->priv)
{
- pci_save_state(priv->pdev, priv->pci_state);
+ pci_save_state(priv->pdev);
priv->pADApi->pfnGetPowerState(priv->pADApi->pADCX, &power_state);
if (netif_running(dev))
{
@@ -1371,7 +1371,7 @@
if (dev && dev->priv)
{
pci_set_power_state(priv->pdev, 0);
- pci_restore_state(priv->pdev, priv->pci_state);
+ pci_restore_state(priv->pdev);
pci_enable_wake(priv->pdev, 3, 0);
pci_enable_wake(priv->pdev, 4, 0);
diff -Nru NFORCE-Linux-x86-1.0-0292-pkg1/nvsound/main/Makefile.kbuild NFORCE-Linux-x86-1.0-0292-pkgz/nvsound/main/Makefile.kbuild
--- NFORCE-Linux-x86-1.0-0292-pkg1/nvsound/main/Makefile.kbuild 2004-10-08 22:10:57.000000000 +0200
+++ NFORCE-Linux-x86-1.0-0292-pkgz/nvsound/main/Makefile.kbuild 2005-01-04 14:58:19.000000000 +0100
@@ -51,9 +51,9 @@
REMAP_PAGE_RANGE := $(shell sh $(src)/conftest.sh "$(CC)" "$(KERNEL_SOURCES)" "$(KERNEL_OUTPUT)" remap_page_range)
-ifeq ($(REMAP_PAGE_RANGE),5)
+#ifeq ($(REMAP_PAGE_RANGE),5)
EXTRA_CFLAGS += -DREMAP_NEW
-endif
+#endif
#
# KBUILD build parameters.
Más información sobre la lista de distribución Linux