2000-12-29 21:38:55

by Frank Jacobberger

[permalink] [raw]
Subject: test13-pre5 + char-major-145??

Please help me explain why I'm getting the following
modprobe reply on boot up after kernel test13-pre5
loads:

modprobe: Can't locate module char-major-145

>From /usr/src/linux/Documentation/devices.txt

10 char Non-serial mice, misc features
145 = /dev/hfmodem Soundcard shortwave modem control {2.6}

My modules.conf:
-----------------------------------
alias eth0 rtl8139
alias eth1 rtl8139
alias parport_lowlevel parport_pc
alias sound-slot-0 emu10k1
alias usb-controller usb-uhci
-----------------------------------

What may be calling this? Any advice where to go ferreting?

Thanks,

Frank


2000-12-29 22:09:08

by Bernd Eckenfels

[permalink] [raw]
Subject: Re: test13-pre5 + char-major-145??

In article <[email protected]> you wrote:
> What may be calling this? Any advice where to go ferreting?

Somebody may try to open the device file.

Greetings
Bernd

2000-12-29 23:06:35

by Keith Owens

[permalink] [raw]
Subject: Re: test13-pre5 + char-major-145??

On Fri, 29 Dec 2000 14:07:57 -0700,
Frank Jacobberger <[email protected]> wrote:
>modprobe: Can't locate module char-major-145
>
>From /usr/src/linux/Documentation/devices.txt
>
>10 char Non-serial mice, misc features
>145 = /dev/hfmodem Soundcard shortwave modem control {2.6}

That is major 10, minor 145. Search /145 *char/ to find char-major-145.