• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

Search results

  1. T

    ModTashtalk: lt0 driver for Linux

    No problem, it is just to add a pull-up after mi tri-state buffer in my setup :) I suspect that is what generates the frame errors on my system.
  2. T

    ModTashtalk: lt0 driver for Linux

    Quick question: on TashTalk 1 the LocalTalk input should be idle low or high?
  3. T

    ModTashtalk: lt0 driver for Linux

    I can do that when the driver is opened by the line discipline, I will have a look. I'm not sure about the buffers not flushing, since they should be de allocated when the driver is closed, but I can test that.
  4. T

    ModTashtalk: lt0 driver for Linux

    I'm going to add the pull{up/down} (I don't remember which) and try to get some scope screenshots for you later this week.
  5. T

    ModTashtalk: lt0 driver for Linux

    @NJRoadfan This is so cool!! Fantastic!! Sorry I did not send you my netatalk conf, I am away and I can't access my linux box, I was thinking of setting up a document with the various configurations we have. Thanks for the code, I will include the mods in the repo. I think there should be no...
  6. T

    ModTashtalk: lt0 driver for Linux

    Yeah German customs can be quite opaque, I should have had you send it to CH. No problem, I will build my own :) I got the trancievers for the USB2LT thing I want to build! But it will take some time.
  7. T

    ModTashtalk: lt0 driver for Linux

    Mmh yes the CRC is not included in the MTU which is checked before and CRC added later. In theory you should not be able to send bigger packets with sendto() than 587 bytes from userspace, at least I could never manage to send bigger pkts. You should be able to increment the MTU, the tt driver...
  8. T

    ModTashtalk: lt0 driver for Linux

    Soo.. I think I fixed it! :oops: It was the buffer that sometimes would not completely flush. I added that and well... I can transfer files from my pc! I forgot how slow it is with big files.
  9. T

    ModTashtalk: lt0 driver for Linux

    Yes that's my plan! Digikey just dropped a package yesterday with some PICs and I will make exactly that, when I have the next slot for this project. Unfortunately my RPi hat is still lost in German customs :(
  10. T

    ModTashtalk: lt0 driver for Linux

    My hunch is that something gets messed up when transmitting a stream of big packets, since aecho works perfectly but the packets are quite slow, afp on the other hand sends them almost back-to-back. But I'm not 100% sure where, I will need to make a tash-sniffer so I can either log packets on...
  11. T

    ModTashtalk: lt0 driver for Linux

    I had a moment today and I tried to stress the system with packets up to the MTU. I made an echo that had a 587 byte payload which translated to 597 bytes on the line (with header and checksum). I got perfect echos back. But if I run afpd and try to get a file, I see many big packets going out...
  12. T

    JLCPCB seems too good to be true

    Yup I think it is the same problem we had - on some boards. For internal use it is ok, but we cannot risk giving one to a consumer.
  13. T

    JLCPCB seems too good to be true

    It was around a year and a half ago or so, we did quite a bit of boards with them ok, then the next few batches had some problems, like solder mask burning away when reflowing (!), I can ask our guy responsible more details, but since we wanted to use these in production for products we sell we...
  14. T

    JLCPCB seems too good to be true

    We tried JLCPCB for some projects in my company but after a bit the quality was just not there, so we went back to other vendors. Unfortunately we had some bad experiences with manufacturers here in CH or in the EU, it seems they are uninterested in a small company like us (with relatively small...
  15. T

    ModTashtalk: lt0 driver for Linux

    @NJRoadfan what did you modify to make this work? What kernel are you using? I would like to write a bit of documentation on how to use this thing. I worked on the module on the last couple days and while things are starting to work (i.e. I can copy some files via afp and print to my Brother...
  16. T

    [ATTACH] IT WORKS! Netatalk on tashtalk/lt0 using the native Linux AppleTalk stack.

    IT WORKS! Netatalk on tashtalk/lt0 using the native Linux AppleTalk stack.
  17. T

    [ATTACH] It's alive (almost)!

    It's alive (almost)!
  18. T

    ModTashtalk: lt0 driver for Linux

    What is the error? I compile it with 6.2 on my ubuntu 22 box, so unless something drastic happened between this and 6.5 it should be something easy to spot and fix.
  19. T

    ModTashtalk: lt0 driver for Linux

    Yup your configuration does work, I was referring to the lines in the COPS document which make atalkd just overwrite them :) I think my problem is in the afpd configuration now, but now I'm away again and I can't work on this for a couple weeks. In any case my ping code is basically copy/pasted...
Back
Top