> On Thursday 21 February 2002 10:09 am, you wrote: > > Can't locate module char-major-226 > > This is fixed by adding >
You are on devfs. Forget it. > alias char-major-226 agpgart > > to /etc/modules.conf > > A bug in 8.1, shouldn't this be fixed in 8.2? > That is really bad. The reason for this message is one of - we try to access /dev/foo with major 226. With devfs this MUST NEVER HAPPEN under devfs. If this ever happens it means somebody creates such file which is a bug. - something inside of kernel tries to locate driver for a char major 226. I guess in presence of devfs it is a bug as well, but I am not sure. Could you verify that no device with char major 226 exists in /dev? -andrej
