linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0: module char_10_135
@ 2003-08-21  0:54 Russell Whitaker
  2003-08-30 10:08 ` Adrian Bunk
  0 siblings, 1 reply; 6+ messages in thread
From: Russell Whitaker @ 2003-08-21  0:54 UTC (permalink / raw)
  To: linux-kernel


During boot-up, and just after the setting the clock line, noticed the
following line:

modeprobe: FATAL: module char_10_135 not found

First noticed this a few revisions ago. The contents of directory
/lib/modules/2.6.0-test3-bk8/kernel/drivers/char:

agp/  genrtc.ko  hw_random.ko  lp.ko  rtc.ko

hmm, long shot, but perhaps this bug is related to not auto-loading
module lp?

  Russ

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.0: module char_10_135
  2003-08-21  0:54 2.6.0: module char_10_135 Russell Whitaker
@ 2003-08-30 10:08 ` Adrian Bunk
  2003-08-30 10:39   ` Matt Gibson
  2003-08-30 18:33   ` Russell Whitaker
  0 siblings, 2 replies; 6+ messages in thread
From: Adrian Bunk @ 2003-08-30 10:08 UTC (permalink / raw)
  To: Russell Whitaker; +Cc: linux-kernel

On Wed, Aug 20, 2003 at 05:54:15PM -0700, Russell Whitaker wrote:
> 
> During boot-up, and just after the setting the clock line, noticed the
> following line:
> 
> modeprobe: FATAL: module char_10_135 not found
> 
> First noticed this a few revisions ago. The contents of directory
> /lib/modules/2.6.0-test3-bk8/kernel/drivers/char:
> 
> agp/  genrtc.ko  hw_random.ko  lp.ko  rtc.ko
> 
> hmm, long shot, but perhaps this bug is related to not auto-loading
> module lp?

Minor 135 is rtc.

Do you have module-init-tools installed?

>   Russ

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.0: module char_10_135
  2003-08-30 10:08 ` Adrian Bunk
@ 2003-08-30 10:39   ` Matt Gibson
  2003-08-30 18:33   ` Russell Whitaker
  1 sibling, 0 replies; 6+ messages in thread
From: Matt Gibson @ 2003-08-30 10:39 UTC (permalink / raw)
  To: linux-kernel

On Saturday 30 Aug 2003 11:08, Adrian Bunk wrote:
> Minor 135 is rtc.

Indeed.  If it's any help, my rtc's working fine under 2.6.0 (test-4) with...

alias char-major-10-135 rtc

...in my /etc/modprobe.conf.

M

-- 
"It's the small gaps between the rain that count,
 and learning how to live amongst them."
	      -- Jeff Noon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.0: module char_10_135
  2003-08-30 10:08 ` Adrian Bunk
  2003-08-30 10:39   ` Matt Gibson
@ 2003-08-30 18:33   ` Russell Whitaker
  2003-09-02 21:29     ` Ricky Beam
  1 sibling, 1 reply; 6+ messages in thread
From: Russell Whitaker @ 2003-08-30 18:33 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel



On Sat, 30 Aug 2003, Adrian Bunk wrote:

> On Wed, Aug 20, 2003 at 05:54:15PM -0700, Russell Whitaker wrote:
> >
> > During boot-up, and just after the setting the clock line, noticed the
> > following line:
> >
> > modeprobe: FATAL: module char_10_135 not found
> >
> > First noticed this a few revisions ago. The contents of directory
> > /lib/modules/2.6.0-test3-bk8/kernel/drivers/char:
> >
> > agp/  genrtc.ko  hw_random.ko  lp.ko  rtc.ko
> >
> > hmm, long shot, but perhaps this bug is related to not auto-loading
> > module lp?
>
> Minor 135 is rtc.
>
> Do you have module-init-tools installed?
>
module-init-tools 0.9.13-pre 2

That was the latest version I could find on Aug 3rd. Please let me know
if there is a later version I should try.

Thanks,
  Russ

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.0: module char_10_135
  2003-08-30 18:33   ` Russell Whitaker
@ 2003-09-02 21:29     ` Ricky Beam
  2003-09-08 19:35       ` Russell Whitaker
  0 siblings, 1 reply; 6+ messages in thread
From: Ricky Beam @ 2003-09-02 21:29 UTC (permalink / raw)
  To: Russell Whitaker; +Cc: Adrian Bunk, linux-kernel

On Sat, 30 Aug 2003, Russell Whitaker wrote:
>module-init-tools 0.9.13-pre 2
>
>That was the latest version I could find on Aug 3rd. Please let me know
>if there is a later version I should try.

Check the order of calls during boot.  In most cases, the rtc will be
required before modules are setup -- /proc/sys/kernel/modprobe isn't
set yet.

--Ricky



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.0: module char_10_135
  2003-09-02 21:29     ` Ricky Beam
@ 2003-09-08 19:35       ` Russell Whitaker
  0 siblings, 0 replies; 6+ messages in thread
From: Russell Whitaker @ 2003-09-08 19:35 UTC (permalink / raw)
  To: Ricky Beam; +Cc: Adrian Bunk, linux-kernel



On Tue, 2 Sep 2003, Ricky Beam wrote:

> On Sat, 30 Aug 2003, Russell Whitaker wrote:
> >module-init-tools 0.9.13-pre 2
> >
> >That was the latest version I could find on Aug 3rd. Please let me know
> >if there is a later version I should try.
>
> Check the order of calls during boot.  In most cases, the rtc will be
> required before modules are setup -- /proc/sys/kernel/modprobe isn't
> set yet.

**update**  Had written the following and then updated to 2.6.0-test4-bk8
and found the module_char_10_135 problem has gone away.
  Thanks,
    Russ

Had changed "Enhanced Real Time Clock" from module to built-in so next
itteration will change it back and check it out. In the meanwhile here's
a recap of what I've done:

Started with a Slackware 9.0 installation, booting kernel 2.4.xx.
Custom kernel, these (amoung others) are modules: lp, floppy, and
"Enhanced Real Time Clock". Have this line in fstab so can mount floppy
as user:
  /dev/fd0   /mnt/floppy   auto   noauto,user

Everything works as expected. Then kernel-2.6 came out. So I "cp /vmlinuz
/vmlinuz.4", changed lilo's first entry to lin6, adding 2nd entry lin4,
installed lilo, edited lilo.config to change the 2nd vmlinuz to vmlinuz.4
and recycled lilo.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-09-12  5:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21  0:54 2.6.0: module char_10_135 Russell Whitaker
2003-08-30 10:08 ` Adrian Bunk
2003-08-30 10:39   ` Matt Gibson
2003-08-30 18:33   ` Russell Whitaker
2003-09-02 21:29     ` Ricky Beam
2003-09-08 19:35       ` Russell Whitaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).