-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable ethernet networking devices #19
Comments
The SMAP itself is not faultless. FYI, If you ever manage to make it go fast: ps2dev/ps2sdk@dc918c3#diff-a275d0f23cde1dd3f6c9d427a99f73be |
Oh, many thanks @sp193, that was very helpful to learn. |
So... How it goes at this forefront?)
but there was never even a chance to test it... |
Yes, we’d need an IOP module for Ethernet. I’m hoping we could have the same network driver support all PlayStation 2 hardware variants, since that’d be easier for people, to not have to worry about which driver to use.
4.x and 5.x Linux kernels have a lot of generic network subsystem changes, and so some updates are needed to compile the old drivers. Plus, the Sony BIOS isn’t available in these Linux kernels any more. |
The PlayStation 2 expansion bay and later PlayStation 2 models with built-in hardware support the ethernet networking technology. Device driver starting points are drivers/ps2/smap.c and drivers/ps2/smaprpc.c, that are not quite working in the latest versions of the kernel. These two drivers should probably be combined into a single device driver.
In the meantime, USB network devices can be used as an alternative, but see #17. See also #11 and #18.
The text was updated successfully, but these errors were encountered: