DragonFly BSD
DragonFly kernel List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cdevsw terror


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 10 Jun 2004 12:23:12 -0700 (PDT)

:I'm getting loads of these messages.
:Had similar messages about my ide scsi drives during the install.
:Am I the problem or is it in the sources?
:
:Jun 10 09:11:37 atlas /kernel: module_register: module uhub/ulpt already 
:exists!
:Jun 10 09:11:37 atlas /kernel: linker_file_sysinit "ulpt.ko" failed to 
:register! 17
:Jun 10 09:13:04 atlas /kernel: linkerunload: attempt to unload file that 
:was loaded by the kernel
:Jun 10 09:24:51 atlas /kernel: module_register: module usb/uhub already 
:exists!
:Jun 10 09:24:51 atlas /kernel: linker_file_sysinit "usb.ko" failed to 
:register! 17

    It looks like you must be telling it to load these modules in your
    /boot/loader.conf, but you have already built the modules into the
    kernel.  It won't hurt anything, though, other then generate thew
    warnings.

:Jun 10 09:25:09 atlas /kernel: ulpt0: at uhub0 port 2 (addr 2) disconnected
:Jun 10 09:25:09 atlas /kernel: ulpt: Warning: cdevsw_remove() called 
:while 2 device refs still exist! (maj
:or 113)
:Jun 10 09:25:09 atlas /kernel: ulpt0: detached
:Jun 10 09:25:12 atlas /kernel: ulpt0: Brother Industries product 0x001a, 
:rev 1.00/1.00, addr 2, iclass 7/1
:Jun 10 09:25:12 atlas /kernel: ulpt0: using bi-directional mode
:Jun 10 09:34:56 atlas /kernel: ulpt0: at uhub0 port 2 (addr 2) disconnected
:Jun 10 09:34:56 atlas /kernel: ulpt: Warning: cdevsw_remove() called 
:while 2 device refs still exist! (maj
:or 113)

    These are due to a different issue.  It's probably usbd hanging onto
    an open descriptor, or it could be a bug with the USB device referencing
    code.  I do not believe it will hurt anything.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]