Code Monkey home page Code Monkey logo

Comments (5)

uyjulian avatar uyjulian commented on June 2, 2024 1

OHCI probably needs to be implemented first for USB. So will take some effort to implement if you go the low level hardware way

However, if going the driver substitution way...
It simply uses the an986 driver.
In any case if it uses inet or eenet networking stack (or other middleware/thirdparty networking stack that has a PPP module available for the modem port), one way go around it is grab the ppp module from somewhere and then make a slirp modem driver with the modem api.
Another way to go around it is if networking functionality is performed on the EE, to just hook libnetglue to use host BSD sockets like it is currently done for libmc2
Another way is to reimplement just enough of the IOP driver stack to interface with BSD sockets.

from play-.

Keropon avatar Keropon commented on June 2, 2024

What I'd like to research is the possibility of having a Idolm@ster Tower unit act as a Local Server for two (or more) Idolm@ster Station units.

Do you have any photos or anything else of that adapter? is it ETH to USB or USB to ETH? Since the 2x6 has a USB port that's blocked by a sticker... 🤔

It was this thing.

image

from play-.

Hydreigon223 avatar Hydreigon223 commented on June 2, 2024

The adapter itself has the USB VID and PID set as the following.

  • VID: 07A6
  • PID: 8513

Since the board itself consists of an ADM8513, both ID values are pretty obvious. Hooking this up should theoretically be straightforward as documentation for these kinds of drivers exist.

from play-.

Hydreigon223 avatar Hydreigon223 commented on June 2, 2024

I'm fine with whatever route seems the most efficient (personally leaning towards the driver route). It's a question on what the devs will agree to when implenting this.

from play-.

uyjulian avatar uyjulian commented on June 2, 2024

There are basically 4 network stacks used on the PS2:

  • inet (SCE)
  • eenet (SCE)
  • NDK (SN Systems)
  • AVE-TCP (Access Co., Ltd)

For ethernet support, it is possible to use the SCE-provided ent_smap.irx (for eenet) or smap.irx (for the other three network stacks; glue modules needed for the third party ones).
For modem support, it is possible to use the SCE-provided spduart.irx (all four network stacks needing PPP glue module).

There may also be drivers for USB ethernet hardware and USB modem hardware (such as an986), which may or may not require glue modules.

All of the aforementioned network stacks have BSD socket-like APIs on the IOP and EE.

So either replacing the network stack driver or the ethernet/modem hardware driver looks feasible.

from play-.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.