[maemo-developers] [maemo-developers] flashing the device with suse linux - solved: With SuSe 10.0 no problems.

From: Greg KH greg at kroah.com
Date: Wed Jun 21 18:48:07 EEST 2006
On Wed, Jun 21, 2006 at 04:02:14PM +0200, Mario Ivankovits wrote:
> Hi Frank,
> > which version Suse did you use ? 
> >   
> tried with two machines, both: SuSE 10.1
> 
> maybe there is a change in the latest sysfs.

No, 10.1 does not mount usbfs at /proc/bus/usb/ and the version of
libusb that is built into flasher is not expecting it to be gone.

You can solve this by either passing that environment variable to
flasher, or by mounting usbfs yourself by running the following as root:
	mount -t usbfs none /proc/bus/usb/

and then running flasher.

Hope this helps,

greg k-h

More information about the maemo-developers mailing list