Arduino Uno R3 not working with host shield

Hey guys, new to this field and still figuring stuff out so thank you for any help.

I have an Arduino UNO R3 from Elagoo and a USB Host Shield (in the pictures)

Reference:
USB Host Sheild Library:felis/USB_Host_Shield_2.0: Revision 2.0 of USB Host Library for Arduino. (github.com)

My Problem:
When running board_qc(an example sketch from the library of USB Host shield) the Serial Monitor stays on Waiting for Device... forever never recognizing the device

What I have tried:
I have soldered the 3.3V and 5V input and the 5V for the VBUS power
this allows the board_qc to show Die revision 03 with my plugged in keybaord(which also receives power)

I switched and tried 3V instead for the VBUS and that doesnt run past Die revision 00(although it still powers on the keyboard?)

Please help!

This is the current outout of the serial monitor:

Circuits At Home 2011
USB Host Shield Quality Control Routine
Reading REVISION register... Die revision 03
SPI long test. Transfers 1MB of data. Each dot is 64K................ SPI long test passed
GPIO test. Connect GPIN0 to GPOUT7, GPIN1 to GPOUT6, and so on
Test failed. Value written: 00 Value read: FF
Press any key to continue...
GPIO test passed.
PLL test. 100 chip resets will be performed
Resetting oscillator

100 Resets.

Checking USB device communication.

Waiting for device...

The images below are just to reference what boards I have, when trying to actually run, I correctly attach the pins into the Arduino and it will receive power.