[parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!)
Michael Wood
mwood@its.uct.ac.za
Tue, 1 Jul 2003 09:45:12 +0200
On Mon, Jun 30, 2003 at 10:55:22PM +0300, Dub wrote:
>
>
> Matthew Wilcox wrote:
>
> >On Mon, Jun 30, 2003 at 08:54:38PM +0300, Dub wrote:
> >
> >
> >>Jun 27 15:08:47 smsmail4 modprobe: modprobe: Can't locate module
> >>char-major-60
> >>
> >>
> >
> >ttyB0 has the wrong major number. It needs to be character major 11.
> >
> >
> >
> Thank you, great! If so, how to fix it in most efficient way?
Boot in single user mode, then:
# cd /dev
# rm ttyB0
# mknod ttyB0 c 11 0
--
Michael Wood <mwood@its.uct.ac.za>