Hey Steven,

> fowsr: fowsr.c: 95: CUSB_Open: Assertion `dev' failed.
> Aborted
> root@Fonera:~# ulib

Looking at the source code for fowsr, it seems that fowsr isn't really
keen on producing nice error messages, preferring to abort with an
assertion error instead.

This assertion is triggered here:

http://code.google.com/p/fowsr/source/browse/trunk/fowsr-1.0/fowsr.c#94

Which probably means libusb cannot find the particular USB device fowsr
is looking for. Looking a bit further to see where vendor and product
are defined, I see:

http://code.google.com/p/fowsr/source/browse/trunk/fowsr-1.0/fowsr.c#287

In other words: fowsr specifically looks for an USB device with a vid of
0x1941 and a pid of 0x8021.

It seems likely that either you don't have this particular USB device,
or that somehow the Fonera is not detecting it properly.

Is the device listed in /proc/bus/usb/devices?

Regards,

Matthijs Kooijman

_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development

Reply via email to