Dimitris Panokostas

Results 335 comments of Dimitris Panokostas

Yeah, this one requires a `pcap` implementation like the one on WinUAE, but for Linux/macOS. That is some work that I haven't had time to look into yet, so I...

@giantclambake Even though PCAP is not implemented yet, I just fixed an issue with the SLIRP implementation, which might affect this case as well. Can you run a new test...

Did a quick test myself, using the A2065 device driver from Aminet: https://aminet.net/driver/net/a2065v216a.lha And it works, at least basic functionality like browsing a website.

@giantclambake I tested with NetBSD 9 and it seems to work, at least in the sense that I could open an SSH connection from there to another machine in my...

> [@midwan](https://github.com/midwan) I'll restest in the next few days ~ bit hard atm, with the cyclone having hit, and our power going on/off like a yo-yo ;^/ > > Just...

I've added some initial support for `uaenet.device` using libpcap (new dependency, you'll need to install that before building). The changes are in a separate branch, until they are tested. I...

Finally had a chance to test and compare this with WinUAE. Using the same Workbench installation in both, and the same emulator configuration (disable `bsdsocket` emulation, enable `uaenet.device`), I got...

@dlundqvist I didn't have to use any SLIRP mode for this to work. Did you follow the same steps in WinUAE? I only did what I mentioned above, and it...

I've made some changes in the controller initialization (which was triggered multiple times), so this might already be resolved in the latest sources. But I cannot recreate it here anyway,...

> Further, invoking `./amiberry conf/somename.uae` from an xterm, will pop the GUI with that config loaded -> hit Start to continue (or use -G or nogui switches to launch direct...