Quote:
Originally Posted by NiLuJe
In the meantime, try again with everything unplugged after a full restart, just in case.
|
@NiLuJe: OK, just did a full restart and tried with different settings of usbnet\etc\config:
- If I leave everything on default ("K3_WIFI", "K3_WIFI_SSHD_ONLY" and "Use_OpenSSH" on FALSE) and type ;debugon & ~usbnetwork, the "USB Drive Mode" screen appears immediately.
- If I activate only WiFi (K3_WIFI="True") and type ;debugon & ~usbnetwork, the "USB Drive Mode" screen appears immediately.
- If I activate both WiFi and SSHD_Only (K3_WIFI="True" and K3_WIFI_SSHD_ONLY="True") and type ;debugon & ~usbnetwork, everything is fine: no "USB Drive Mode" appears but I can connect via WiFi!
Next I tried to disable the usbnetwork manually by calling /usr/local/bin/usbnetwork via ssh. This seams to work and the "USB Drive Mode" screen disappears!!!
What did not work was my attempt to use a Kite script to start WiFi SSH access by calling /usr/local/bin/usbnetwork. The script looks as follows:
#!/bin/sh
/usr/local/bin/usbnetwork
However, when executing it via Kite there is no SSH access. Do I need to call something else in the Kite script to get the same effects that ;debugon & ~usbnetwork do???
I am going to upgrade to V0.41 now and let you know how that works...