Hola:

Finalmente he compilado el kernel 2.6.10 aparentemente
sin problemas y me ha generado el bzImage en
arch/i386/boot/ y lo he copiado a boot como
vmlinuz-2.6.10, he creado los modulos con make modules
&& make_modules_install y dentro del directorio del
codigo fuente de mi nuevo kernel tengo el System.map
que no se que es pero segun el manual de compilacion
lo debo copiar en /boot, ya lo hice luego he creado
dentro de lilo.conf

image=/boot/vmlinuz-2.6.10
        label="vmlinuz-2.6.10"
        root=/dev/hde8
        initrd=/boot/initrd.img
        read-only

No entiendo el tema del initrd para que se crea esto
ni el System.map pero me gustaria si alguien me puede
explicar porque quizas tenga que ver con el error que
me da cuando finalmente booteo con el nuevo kernel.

El error es:

Kernel panic: not syncing: VFS: Unable to mount root
fs on unknown-block (33,8)

Alguna persona que sepa a que se refiere este error.

Otra cosa que no entiendo es para que sirve make
oldconfig.

Gracias

Augusto





                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250
From [EMAIL PROTECTED]  Tue Feb  1 13:25:57 2005
From: [EMAIL PROTECTED] (Yonathan Dossow)
Date: Tue Feb  1 13:25:47 2005
Subject: nvidia y kernel 2.6.10
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

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.
From [EMAIL PROTECTED]  Tue Feb  1 13:34:18 2005
From: [EMAIL PROTECTED] (Yonathan Dossow)
Date: Tue Feb  1 13:34:07 2005
Subject: /dev/nvidia* olvida los permisos :(
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

J. Cristian Salgado H. wrote:

>On Tue, 01 Feb 2005 00:36:39 -0300
>Horst von Brand <[EMAIL PROTECTED]> wrote:
>  
>
>>>usas udev?, Como no mencionaste que distribuicion de linux estas 
>>>usando te voy a indicar el archivo que hay que modificar en debian:
>>>Tienes que configurar que permisos por omision en
>>>
>>>/etc/udev/permissions.d/udev.permissions
>>>      
>>>
>>udev(8). Es bastante complicado el manejo... Sugiere revisar detalles en
>><http://linux-hotplug.sourceforge.net>. Y probablemente cachurear los
>>archivos de configuracion existentes. No llegues y apliques "recetas" para
>>otras distribuciones o versiones!
>>    
>>
>
>Yonathan,
>
>Una cosa que se me quedo en el tintero, es que _si lees la documentacion_
>de udev. Cosa que deberias hacer tal como acaban de sugerir, te vas a dar
>cuenta que no es buena idea editar el archivo udev.permissions
>directamente. 
>  
>
;-) en todo caso el mensaje que escribi yo fue este:

"si usas udev... en /etc/udev/ tan las configuraciones de los permisos"

no mencione udev.permissions, pero gracias por la acotacion :-)


>La documentacion, en cambio, sugiere crear un archivo local con tus
>modificaciones e.g. local.permissions. udev lee los archivos en ese
>directorio en orden alfabetico, luego no deberias tener problemas.
>
>BTW, udev es muy cool, hoy me di cuenta que se pueden hacer cosas muy
>simpaticas con su sistema de reglas. Por ejemplo, crear dispositivos 
>distintos para pendrives de distinta marca o modelo o ajustar/crear 
>simlinks en /dev on the fly. Ahora si lo juntas con hotplug se vuelve
>todavia mas divertido :D
>
>  
>

Responder a