I just bought a Sunfounder Kepler Kit that contains an Arduino R4 wifi. My PC runs Fedora 41 linux. Plugging the USB cable to the Arduino board and the other end to my PC results in the Arduino lighting up, a heart appearing in the matrix area, green power light is on, and the led connected to pin 13 is blinking.
when setting the port via the Arduino IDE 2.3.4, there are 2 choices: /dev/ttyS0 and /dev/ttyUSB0. Tried both with a blank "bare minimum" program. Attempting to upload to either port resulted in error message "No device found on ttyS0, respectively ttyUSB0". Arduino R4 state remains as described above.
Unplugged USB cable from PC, opened a terminal window, ran "journalctl -f" (this captures log messages as they occur) and plugged the USB cable back into my PC. Arduino R4 again as above. The terminal window shows the following error messages: (the xxxxx is redacted information)
Feb 14 10:09:18 xxxxx kernel: usb 2-4.3: new full-speed USB device number 6 using ehci-pci
Feb 14 10:09:19 xxxxx kernel: usb 2-4.3: device descriptor read/64, error -32
Feb 14 10:09:19 xxxxx kernel: usb 2-4.3: device descriptor read/64, error -32
Feb 14 10:09:19 xxxxx kernel: usb 2-4.3: new full-speed USB device number 7 using ehci-pci
Feb 14 10:09:19 xxxxx kernel: usb 2-4.3: device descriptor read/64, error -32
Feb 14 10:09:19 xxxxx kernel: usb 2-4.3: device descriptor read/64, error -32
Feb 14 10:09:19 xxxxx kernel: usb 2-4-port3: attempt power cycle
Feb 14 10:09:20 xxxxx kernel: usb 2-4.3: new full-speed USB device number 8 using ehci-pci
Feb 14 10:09:20 xxxxx kernel: usb 2-4.3: device not accepting address 8, error -32
Feb 14 10:09:20 xxxxx kernel: usb 2-4.3: new full-speed USB device number 9 using ehci-pci
Feb 14 10:09:21 xxxxx kernel: usb 2-4.3: device not accepting address 9, error -32
Feb 14 10:09:21 xxxxx kernel: usb 2-4-port3: unable to enumerate USB device
Result: not connected This certainly explains why trying to upload the blank sketch failed.
Any suggestions on what I might be doing wrong?