Christian Vogelgsang

Results 52 comments of Christian Vogelgsang

Actually, you can already change the MAC address via the SANA-II interface with S2_CONFIGINTERFACE from your TCP/IP stack. Amiga side: [device.c:228](https://github.com/cnvogelg/plipbox/blob/3bc06375b826df271db355415b4e6eeef3783280/amiga/src/device.c#L228) [server.c:501](https://github.com/cnvogelg/plipbox/blob/3bc06375b826df271db355415b4e6eeef3783280/amiga/src/server.c#L501) AVR Side: [param.c:46](https://github.com/cnvogelg/plipbox/blob/3bc06375b826df271db355415b4e6eeef3783280/avr/src/param.c#L46) [bridge.c:82](https://github.com/cnvogelg/plipbox/blob/3bc06375b826df271db355415b4e6eeef3783280/avr/src/bridge.c#L82)

Correct, the S2_CONFIGINTERFACE is the SANA II C API for a network driver to accept a MAC address. AmiTCP indeed does not seem to support it. At least a quick...

well, actually this is not a supported use case. always power on the plipbox first and before launching the device driver. I admit that having a reset command for the...

by default plipbox does flow control on the ethernet link. if this is not handled correctly you can stall your network. you can disable flow control with the `fc` command...

Hi, same here. I use SublimeText for all coding stuff. Its an editor with a nice directory-based "project" mode. Building is triggered from the editor by calling make. Patches are...

Hi, just having a RL with 3 little ones :) So updates/comments usually take time... 1. I just added a picture to the plipbox hardware page 2. Yes. Parallel port...

Thanks for the corrections. I updated the docs in 85a5737. The AmiTCP section was cleaned up. Initially it contained information for both vanilla AmiTCP installs and the Network Boot Disk....

I just patched the disk myself (last time I did this was ages ago :)) and re-wrote this section again. Hope this helps...

Please record serial logs from the device from startup until the disconnect happens. Maybe we can see here whats happening.

The AVR-NET-IO has a RS232 serial connector (DB9) next to the ethernet port. You need to connect your PC to this port to record the log. Typically, you'll need a...