[parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!)

Dub dub@latnet.lv
Tue, 01 Jul 2003 17:02:04 +0300 (EEST)


> > >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>

Thanks a lot, Michael! It works!!!

BR,
Dub