paeryn
Reclusive maniac
Yup, it was the F200 that gave me that output. Try insmod usbcore first, that should be all you need for insmod rt2570 to work - it did for me.deluded said:I don't think that works on mine - have you tested that on a F200??
I'll have another look tonight.
Simonb:
There is no /proc/config.gz and I can't see anything similar.
The F200 only runs /etc/rc.d/rc.sysinit which mounts /tmp, makes some dirs on it, starts devfsd, exports PATH and LD_LIBRARY and runs gp2xmenu. All runlevels other than 0 are commented out in /etc/inittab.
The full lot of insmod's needed to enable all the usb stuff are (in order, as loaded when enabling USB host from the system menu):CODE
insmod usbcore
insmod mmsp2_usbh
insmod usb-ohci
insmod usb-ohci-mmsp2
insmod scsi_mod
insmod sd_mod
insmod usb-storage
insmod input
insmod hid
insmod keybdev
insmod mousedev
insmod evdev
Last edited by a moderator: