Am 09.12.2013 18:23, schrieb Arne Raaen:
> 
> This is easily fixed by briefly disconnecting the LinkUSBi  usb contact, 
> but the roundtrip to the cabin is 5 hours...
> 
Most likely this is a problem either with the adapter itself or with a
USB hub inbetween. Check the kernel log with

# dmesg | grep -i usb

if there are any USB errors.


> Is there any way to reset the system remotely?
> 
I would try to reload the uhci_hcd or ohci_hcd module. If the hardware
supports USB2.0, this should be enclosed into reloading the ehci_hcd module.

# rmmod uhci_hcd ehci_hcd ; modprobe ehci_hcd ; modprobe uhci_hcd

(or ohci_hcd if your system uses this instead of uhci_hcd)

If the USB errors are related to overcurrent, you can try disabling the
overcurrent detection with the ignore_oc module option. Overcurrent
detection sometimes fails because the firmware of host controllers and
hubs is crappy.

Kind regards

        Jan




------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to