01-13-2016, 02:56 PM
(01-07-2016, 03:53 AM)is0-mick Wrote: I've updated the post with the binariesSeems to work fine, thank you. Took some time as I didn't want to replace pointer training games. Now thanks to this post http://spiffyhacks.com/thread-824-post-4...ml#pid4057 describing following commandLet me know how you get on. Mick
Code:
lfpkg2 /LF/Bulk/ProgramFiles/*/meta.inf"
I have no audio on my monitor so cannot verify timidity working but otherwise it works including controller. Sadly there are too few buttons for proper Duke3d experience. I tried to attach keyboard or mouse via usb OTG cable but it looks like there are no drivers in kernel for usb hid devices. Or at least it did not work and kernel log only had something like this when connecting/disconnecting mouse and later keyboard
Code:
Indeed it is in host mode hprt0 = 00041901
*** We think we are detecting a new host-mode attachment. Post 1 at clear UFC_C_PORT_ENABLE
***** << dwc_otg_hcd_set_input_event (78) data=1 >>
usb 2-1: new low-speed USB device number 6 using dwc_otg
Indeed it is in host mode hprt0 = 00041901
*** We think we are detecting a new host-mode attachment. Post 1 at clear UFC_C_PORT_ENABLE
***** << dwc_otg_hcd_set_input_event (78) data=1 >>
***** CPF << dwc_otg_hcd_hub_control (2527) >>
***** << dwc_otg_hcd_post_input_event (84) data=1 >>
Posting SW_LID=1 to linux input event USB
***** << dwc_otg_hcd_set_input_event (78) data=0 >>
***** CPF << dwc_otg_hcd_hub_control (2527) >>
***** << dwc_otg_hcd_post_input_event (84) data=0 >>
Posting SW_LID=0 to linux input event USB
usb 2-1: USB disconnect, device number 6
***** << dwc_otg_hcd_set_input_event (78) data=0 >>
Indeed it is in host mode hprt0 = 00041901
*** We think we are detecting a new host-mode attachment. Post 1 at clear UFC_C_PORT_ENABLE
***** << dwc_otg_hcd_set_input_event (78) data=1 >>
usb 2-1: new low-speed USB device number 7 using dwc_otg
Indeed it is in host mode hprt0 = 00041901
*** We think we are detecting a new host-mode attachment. Post 1 at clear UFC_C_PORT_ENABLE
***** << dwc_otg_hcd_set_input_event (78) data=1 >>
***** CPF << dwc_otg_hcd_hub_control (2527) >>
***** << dwc_otg_hcd_post_input_event (84) data=1 >>
Posting SW_LID=1 to linux input event USB
***** << dwc_otg_hcd_set_input_event (78) data=0 >>
***** CPF << dwc_otg_hcd_hub_control (2527) >>
***** << dwc_otg_hcd_post_input_event (84) data=0 >>
Posting SW_LID=0 to linux input event USB
usb 2-1: USB disconnect, device number 7
And same with usb stick BTW, no usb-storage driver :-(
Looks like there is only camera driver for host mode and gadget mass storage device driver for dftp usb device.