Selon David Henderson <[email protected]>: > It shows output such as: > > e1000e: Inter(R) PRO/1000 Network Driver - 1.0.2-k2 > e1000e: Copyright (c) 1999-2009 Intel Corporation. > e1000e: 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ ... > <snip> > > Whichever is being shown to the screen, is there a way to silence it? > > Dave > Those messages are a side effect of modprobe action, not related to modprobe code. They come from the kernel, so you have to change the configuration of kernel login, using what proposed Myke dmesg -n 3 (or less) or syslog configuration
Gilles _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
