[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: module char-major-10-135



On Thu, Jan 03, 2002 at 12:15:02PM +0100, Hugo Morago wrote:
> Hola. Compilé un kernel 2.4.12 y al iniciar me sale el mensaje:
> modprobe: Cant'n  locate module char-major-10-135.
> Lo he quitado de los archivos de /etc/modutils en que aparece pero me
> sigue lo sigue notificando. ¿Cómo puedo solucionar esto?
> Saludos.

Saludos

El problema es que hay algo que esta tratando de acceder al rtc
(probablemente hwclock), pero no esta soportado por el kernel.  
Una soluciòn es recompilando el kernel para habiltar el rtc.

$make menuconfig

y en la sección: "Character devices" -> "Enhanced Real Time Clock
Support".

le dices que lo quieres como modulo.


otra solucion es eliminar /dev/rtc :).


del Configure.help :



CONFIG_RTC
  If you say Y here and create a character special file /dev/rtc with
  major number 10 and minor number 135 using mknod ("man mknod"), you
  will get access to the real time clock (or hardware clock) built
  into your computer.

  Every PC has such a clock built in. It can be used to generate
  signals from as low as 1Hz up to 8192Hz, and can also be used
  as a 24 hour alarm. It reports status information via the file
  /proc/driver/rtc and its behaviour is set by various ioctls on
  /dev/rtc.

  If you run Linux on a multiprocessor machine and said Y to
  "Symmetric Multi Processing" above, you should say Y here to read
  and set the RTC in an SMP compatible fashion.

  If you think you have a use for such a device (such as periodic data
  sampling), then say Y here, and read <file:Documentation/rtc.txt>
  for details.

  This driver is also available as a module ( = code which can be
  inserted in and removed from the running kernel whenever you want).
  The module is called rtc.o. If you want to compile it as a module,
  say M here and read <file:Documentation/modules.txt>.



Julián Hernández Gómez (LostByte)


> -- 
> Hugo Morago
> Linux user 232329
> Debian GNU/Linux
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-spanish-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 

Attachment: pgptN6hko76qT.pgp
Description: PGP signature


Reply to: