ps2homebrew / Open-PS2-Loader

Game and app loader for Sony PlayStation 2
https://ps2homebrew.github.io/Open-PS2-Loader/
Academic Free License v3.0
2.02k stars 262 forks source link

[ISSUE]: Can't connect to nbd server on Linux #1234

Closed eskay993 closed 1 month ago

eskay993 commented 1 month ago

Checks

Describe the issue

EDIT: It's working now!! I changed my settings to DHCP, tried it, didn't work, changed it back to static and noticed my DNS was wrong for some reason. Fixed it and now it's working! Not sure why or how that happened, but please ignore the below :)

I'm having trouble connecting to the NBD Server on my PS2 in order to mount my hard drive. The server is running, the network is setup correctly (ETH Games and PS2Link work fine), but I can't connect from Fedora Linux using nbd-client, nbdfuse or nbdinfo . I get:

Error: Socket failed: No route to host

Console model

SCPH-30003

OPL version / revision

OPNPS2LD-v1.2.0-Beta-2081-9ee3361

In which device(s) have you experienced this issue?

HDD

Context and extra information

I'm using the original Sony Network Adapter, and I've tried both with an IDE drive with an unmodified adapter, and with an SSD drive using a SATA connector mod kit.

I've followed the steps in the guide:

Tried rebooting to ensure nbd module is loaded. When the NBD Server is running, I can't ping the IP which makes me think the server hasn't stated properly.

When I do lsblk I can see loads of nbd0 to nbd15 devices listed. I assume this is normal and part of the module being loaded?

Am I missing something? Is there a log I can check, or is there a config file I need to update? Or a specific version of OPL I need to use (currently using latest 1.2.0 beta from this repo)?

Many thanks for your help and awesome work on this project!