root@glitch[~]# modprobe keyspan
Warning: /lib/modules/2.4.5/kernel/drivers/usb/serial/usbserial.o symbol for parameter vendor not found
Segmentation fault
root@glitch[~]# ps -ef|grep "[m]odprobe"
root@glitch[~]#
root@glitch[~]# egrep "usb|key" /proc/modules
keyspan 22112 (initializing)
usbserial 17296 0 [keyspan]
usb-uhci 21200 0 (unused)
usbcore 48688 1 [keyspan usbserial usb-uhci]
I browsed the full ps output as well, but I didn't find anything
looking like what you described.
On Mon, Jul 02, 2001 at 12:02:52AM +0200, Oliver Neukum wrote:
> When this happens does the modprobe task hang in __down with state D ?
> ps can show you this information.
>
> Regards
> Oliver
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/