Re: [Owfs-developers] Remote reset of hanging owfs system?

2013-12-14 Thread Arne Raaen
Hi, I run Ubuntu 12.04, with the Ubuntu version of owfs, 2.8p13 lsmod does not show ehci etc. I guess this means usb is not complied as modules in ubuntu?? Is there an equivalent to rmmod, modprobe in that case? I have had no success with e.g. sudo echo suspend > /sys/bus/usb/devices/4-1/p

Re: [Owfs-developers] Remote reset of hanging owfs system?

2013-12-14 Thread Jan Kandziora
Am 14.12.2013 09:05, schrieb Arne Raaen: > > Hi, > I run Ubuntu 12.04, with the Ubuntu version of owfs, 2.8p13 > > lsmod does not show ehci etc. I guess this means usb is not complied > as modules in ubuntu?? > Check with $ zgrep Is there an equivalent to rmmod, modprobe in that case? > N

Re: [Owfs-developers] Remote reset of hanging owfs system?

2013-12-14 Thread Arne Raaen
Thank you! Your suggestion solved it: sudo bash echo auto > /sys/bus/usb/devices/4-1/power/control did reset the LinkUSB, and owserver is running nicely again. (sudo echo auto > /sys/bus/usb/devices/4-1/power/control did not work, is that to be expected?) Arne On 14.12.2013 15:14

Re: [Owfs-developers] Remote reset of hanging owfs system?

2013-12-14 Thread Marc MERLIN
On Sat, Dec 14, 2013 at 08:27:46PM +0100, Arne Raaen wrote: > Thank you! > > Your suggestion solved it: > > sudo bash > echo auto > /sys/bus/usb/devices/4-1/power/control > > did reset the LinkUSB, and owserver is running nicely again. > > > (sudo echo auto > /sys/bus/usb/devices/4-1/p