I'm using filezilla but it's very slow when I'm upload 32gb roms or more

Wysłane z mojego SM-G986B przy użyciu Tapatalka
Betting it is, because the latest build off https://batocera.org/upgrades/odroidgoa/beta/last/ includes the device tree blob '/boot/boot/rk3326-odroidgo3-linux.dtb' (along with rk3326-odroidgo2-linux.dtb (original OGA) and rk3326-odroidgo3-linux-v11.dtb (OGA v1.1)...and rk3326-rg351p-linux.dtb for the clone device)
Ok latest update available 2021/02/12 seems to have restored it and working again.neil.aubin wrote:So I just did an update on my OGS and I think it downloaded a version 2021/02/10 10:59
On booting to emulationstation I am just getting a blank screen.
But it is working - I can press a few buttons and get it to load a game.
I am able to SSH to the OGS.
I re-tried updating manually from the terminal but same thing - boots and blank screen instead of emulationstation.
I was looking at how to do manual downgrade but couldnt find the url/files...
Anyone able to help please? Either for me to downgrade or to fix the blank screen?
Obvious warning to others who are thinking of updating too...
EDIT: I misread your post! This patch is for TP-Link Archer T2U nano not mini! I'm leaving the patch here anyways...
linux-rtl8812au.patch
Code: Select all
diff --git a/drivers/net/wireless/rtl8812au/os_dep/linux/usb_intf.c b/drivers/net/wireless/rtl8812au/os_dep/linux/usb_intf.c
index 28164d2dadee..0f14c144d1f7 100644
--- a/drivers/net/wireless/rtl8812au/os_dep/linux/usb_intf.c
+++ b/drivers/net/wireless/rtl8812au/os_dep/linux/usb_intf.c
@@ -328,6 +328,14 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x0411, 0x029B),.driver_info = RTL8821}, /* BUFFALO - WI-U2-433DHP */
{USB_DEVICE(0x056E, 0x4007),.driver_info = RTL8821}, /* ELECOM - WDC-433DU2H */
{USB_DEVICE(0x0BDA, 0xA811),.driver_info = RTL8821}, /* Comfast - CF-915AC, CF-916AC */
+ {USB_DEVICE(0x2019, 0xAB32),.driver_info = RTL8821}, /* Planex - GW-450S */
+ {USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */
+ {USB_DEVICE(0x0411, 0x029B),.driver_info = RTL8821}, /* Buffalo - WI-U2-433DHP */
+ {USB_DEVICE(0x056E, 0x4007),.driver_info = RTL8821}, /* Elecom - WDC-433DU2HBK */
+ {USB_DEVICE(0x0BDA, 0xA811),.driver_info = RTL8821}, /* GMYLE - AC450 */
+ {USB_DEVICE(0x3823, 0x6249),.driver_info = RTL8821}, /* Obihai - OBiWiFi */
+ {USB_DEVICE(0x2357, 0x011e),.driver_info = RTL8821}, /* T2u */
+ {USB_DEVICE(0x2357, 0x011f),.driver_info = RTL8821}, /* TP-Link Archer T2U AC600 */
#endif
#ifdef CONFIG_RTL8192E
--fs
option, however i can't get it to display anything when run from emulationstation.../userdata/roms/video
and added the following to es_systems.cfg
Code: Select all
<system>
<fullname>Videos</fullname>
<name>Video</name>
<manufacturer>Ports</manufacturer>
<release>None</release>
<hardware>Video</hardware>
<path>/userdata/roms/video</path>
<extension>.avi .mp4 .mkv .mov .wmv</extension>
<command>/usr/bin/mpv --vo=sdl --fs --ontop %ROM%</command>
<platform>video</platform>
<theme>video</theme>
<group>video</group>
<emulators>
<emulator name="mpv">
<cores>
<core default="true">mpv</core>
</cores>
</emulator>
</emulators>
</system>
Sure I am!
Edit
/etc/triggerhappy/triggers.d/multimedia_keys_Hardkernel_ODROID_GO3.conf
and comment the volume commands:
Code: Select all
#KEY_VOLUMEUP 1 /usr/bin/amixer set Playback 2%+
#KEY_VOLUMEDOWN 1 /usr/bin/amixer set Playback 2%-
killall -HUP thd
to make the config change permanent and survive reboots do batocera-save-overlay
But it does have the 6 hardware buttons which can be mapped.mad_ady wrote:OGA doesn't have hardware volume keys.
Happened to me as well... I rolled back to the previous version and was fine...
Extract from the file named "batocera" from batocera-odroidgoa-30-20210302.img (use 7zip).
There is a new beta https://mirrors.o2switch.fr/batocera/od ... beta/last/. With this version my wifi worked again.silverthornne wrote: ↑Sat Apr 10, 2021 5:53 amI tried the version 30 image on a Super with a 512GB Samsung micro SD card and it gets stuck at 75%, while expanding userdata. I've reflashed multiple times and it just doesn't work. I used H2testw to make sure the SD card was really 512GB and yes, it passed.
I tried a beta image (batocera-odroidgoa-30-20210101.img), and that one works, but my WiFi dongle doesn't work on that image. I was hoping the official version of 30 would have fixed that issue, but I can't even load it to verify that.
Thanks for the link. I'm going to try that version later today!There is a new beta https://mirrors.o2switch.fr/batocera/od ... beta/last/. With this version my wifi worked again.
I tried it by changing the update menu in settings to beta... Wifi works fine, however I could'nt use some of the other (faster) cores for the N64.silverthornne wrote: ↑Tue Apr 13, 2021 3:07 amThanks for the link. I'm going to try that version later today!There is a new beta https://mirrors.o2switch.fr/batocera/od ... beta/last/. With this version my wifi worked again.
This is how the N64 games work for me:geezer500 wrote: ↑Tue Apr 13, 2021 8:30 pmI tried it by changing the update menu in settings to beta... Wifi works fine, however I could'nt use some of the other (faster) cores for the N64.silverthornne wrote: ↑Tue Apr 13, 2021 3:07 amThanks for the link. I'm going to try that version later today!There is a new beta https://mirrors.o2switch.fr/batocera/od ... beta/last/. With this version my wifi worked again.
It loaded, the screen just froze whilst the I could hear the game (and buttons) working.
I didn't test anything else,sSo I reverted to the current stable again.
I might try it again to see how well it does for the Dreamcast.
Thanks Karstone for the pointer.
No, unfortunately I can't help you with that. Unfortunately I don't know how that could work.
No worries mate
Users browsing this forum: No registered users and 3 guests