Re: lazarus flash drive

2019-04-04 Thread Nikos Vassiliadis

On 4/4/19 12:43 PM, Hans Petter Selasky wrote:

Hi,

On 4/4/19 10:44 AM, Nikos Vassiliadis wrote:

or unplugging it may cause it to come back to
life?


Try unplugging it first. It might be the flash stick's firmware is stuck.

USB_ERR_IOERROR in this case means the device is not responding to
SET_ADDRESS, which is not allowed according to the USB spec.

--HPS


Thanks a lot for the suggestion. I will ask them to unplug it. I was
hoping that I could reset it somehow from within the system because
people there are not computer savvy.

Nikos



___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


lazarus flash drive

2019-04-04 Thread Nikos Vassiliadis

Hi!

On a remote system that I don't have easily physical access, I have a
backup server that runs the OS from two USB flash drives. One of the
USB flash drives looks kind of dead. I've tried power_off, power_on and
reset using usbconfig. Is it safe to assume that it's dead and throw it
away and order a new one? or unplugging it may cause it to come back to
life?

USB messages:

ugen0.3:  at usbus0, cfg=255 md=HOST spd=HIGH (480Mbps) 
pwr=ON (224mA)
ugen0.4:  at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) 
pwr=ON (224mA)



root@hermes:~ # dmesg -a | tail
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_IOERROR, ignored)
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_IOERROR
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_IOERROR, ignored)
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_IOERROR
usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_IOERROR, ignored)
usbd_setup_device_desc: getting device descriptor at addr 3 failed, 
USB_ERR_IOERROR


Thanks in advance,
Nikos

___
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Unknown USB device: vendor 0x051d product 0x0002 bus uhub0

2011-07-19 Thread Nikos Vassiliadis

Hi,

I am seeing this message flooding /var/log/messages. There is an APC
UPS connected to this port which seems to behave correctly AFAICT.

Is there something I can do to fix the warning?

Or preferably not, is there a sysctl knob to disable logging messages
for unknown USB devices?


Jul 19 07:50:01 leto root: Unknown USB device: vendor 0x051d product 0x0002 bus 
uhub0
Jul 19 07:58:00 leto root: Unknown USB device: vendor 0x051d product 0x0002 bus 
uhub0
Jul 19 09:32:01 leto root: Unknown USB device: vendor 0x051d product 0x0002 bus 
uhub0
Jul 19 09:38:59 leto root: Unknown USB device: vendor 0x051d product 0x0002 bus 
uhub0
Jul 19 10:50:05 leto root: Unknown USB device: vendor 0x051d product 0x0002 bus 
uhub0
Jul 19 10:50:09 leto root: Unknown USB device: vendor 0x051d product 0x0002 bus 
uhub0


Thanks a lot, Nikos

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: Unknown USB device: vendor 0x051d product 0x0002 bus uhub0

2011-07-19 Thread Nikos Vassiliadis

On 7/19/2011 2:34 PM, Hans Petter Selasky wrote:

On Tuesday 19 July 2011 13:34:27 Nikos Vassiliadis wrote:

Hi,

I am seeing this message flooding /var/log/messages. There is an APC
UPS connected to this port which seems to behave correctly AFAICT.

Is there something I can do to fix the warning?

Or preferably not, is there a sysctl knob to disable logging messages
for unknown USB devices?


Jul 19 07:50:01 leto root: Unknown USB device: vendor 0x051d product
0x0002 bus uhub0 Jul 19 07:58:00 leto root: Unknown USB device: vendor
0x051d product 0x0002 bus uhub0 Jul 19 09:32:01 leto root: Unknown USB
device: vendor 0x051d product 0x0002 bus uhub0 Jul 19 09:38:59 leto
root: Unknown USB device: vendor 0x051d product 0x0002 bus uhub0 Jul 19
10:50:05 leto root: Unknown USB device: vendor 0x051d product 0x0002 bus
uhub0 Jul 19 10:50:09 leto root: Unknown USB device: vendor 0x051d
product 0x0002 bus uhub0


Thanks a lot, Nikos


Is the HAL port up to date?


There is no HAL port installed. The only thing that's USB related is
the nut(network UPS tools) port. Also, this is on 8.2-RELEASE-p1.

Nikos

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: Unknown USB device: vendor 0x051d product 0x0002 bus uhub0

2011-07-19 Thread Nikos Vassiliadis

On 7/19/2011 2:48 PM, Hans Petter Selasky wrote:

Have you tried 8-stable? I think this issue has been mentioned earlier at this
list. Try searching the archives.


I did see some references but no solution. I cannot try 8-STABLE at the
moment but I'll report back when I'll update it.


Also try looking at devd which might give
some clues.


Aha, that was devd logging! It was not that obvious that
devd was creating the logging messages! Perhaps it should
prepend its name to the log?

Thanks a lot HPS!

Nikos

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org