I need help getting USB 3.0 in atmosphere/homebrew.
Im on atmosphere 1.8.0, FW 19.0.0. I use hekate 2.2.6 as bootloader (i guess its the fss0=atmosphere/package3 method).
DBI 658-en system info > reports "force enable USB 3.0 = no", and always uses USB 2.0 on MTP responder.
Even when connecting USB to my Windows PC at the homebrew menu (album app), Windows shows its using USB 2.0 only, I suspect something wrong with atmosphere configuration?
I tried:
1. added usb30_force_enabled = u8!0x1 :
sdcard/atmosphere/config/system_settings.ini
2. added usb3force=1 to all bootmenus :
sdcard/bootloader/hekate_ipl.ini
my hekate_ipl.ini full content:
The only thing i found online that I havent tried is to use a modified fusee.bin ? I am not sure where to get one and if its even needed with atmosphere 1.8.0.
Thanks.
Im on atmosphere 1.8.0, FW 19.0.0. I use hekate 2.2.6 as bootloader (i guess its the fss0=atmosphere/package3 method).
DBI 658-en system info > reports "force enable USB 3.0 = no", and always uses USB 2.0 on MTP responder.
Even when connecting USB to my Windows PC at the homebrew menu (album app), Windows shows its using USB 2.0 only, I suspect something wrong with atmosphere configuration?
I tried:
1. added usb30_force_enabled = u8!0x1 :
sdcard/atmosphere/config/system_settings.ini
2. added usb3force=1 to all bootmenus :
sdcard/bootloader/hekate_ipl.ini
my hekate_ipl.ini full content:
Code:
[config]
autoboot=3
autoboot_list=0
bootwait=2
backlight=58
noticker=0
autohosoff=2
autonogc=1
updater2p=1
bootprotect=0
[SEMI-STOCK (SYSMMC)]
fss0=atmosphere/package3
stock=1
emummc_force_disable=1
icon=bootloader/res/stock.bmp
usb3force=1
{}
[CFW (SYSMMC)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummc_force_disable=1
icon=bootloader/res/sysnand.bmp
usb3force=1
{}
[CFW (EMUMMC)]
fss0=atmosphere/package3
kip1patch=nosigchk
emummcforce=1
icon=bootloader/res/emummc.bmp
usb3force=1
{}
The only thing i found online that I havent tried is to use a modified fusee.bin ? I am not sure where to get one and if its even needed with atmosphere 1.8.0.
Thanks.