Code Monkey home page Code Monkey logo

Comments (8)

hpfr avatar hpfr commented on August 17, 2024

Apologies about the closing and reopening; my account was flagged by GitHub and I didn't think the actions would go through.

from surface-aggregator-module.

qzed avatar qzed commented on August 17, 2024

from surface-aggregator-module.

hpfr avatar hpfr commented on August 17, 2024

Alright, they appear to have finally rectified it after my account getting flagged a second time immediately after it was fixed once. Sorry about that again.

What do you mean by two-button reset? Something like REISUB? I did clean install at one point.

from surface-aggregator-module.

qzed avatar qzed commented on August 17, 2024

Glad you could get that resolved.

What do you mean by two-button reset?

Press and hold power and volume-up button (while powered on) until the device restarts. If you have a charger or dock connected, the led on that should turn off after a while and then back on (at that point you can also release the buttons and start the device normally). This completely resets the EC so we can make sure it's not some weird quirk.

As for your edits on your first comment:

  1. There are a few devices involved, MSHW0084 is the Serial-Hub, so basically the communication master. MSHW0091 is the ACPI Notify device, which is basically a bridge from the Serial-Hub to ACPI. The final error message is displayed on MSHW0091 because that's actually the communication endpoint (i.e. it communicates via MSHW0084 with the EC). The serial0-0 device is actually the MSHW0084 device, which in this case re-tries the communication 2 additional times to handle sporadic I/O failures.

  2. There haven't been many changes to the core since the first version. We've had a similar problem in the past, but this should be fixed since we switched to DMA. There are still sporadic I/O failures to be expected (mostly during boot or resume when the kernel is busy) due to the current DMA implementation for serial devices, which (if I remember correctly, may have changed) only uses one buffer instead of a rotating set. However, there should at most be two failures in succession (1 overflow due to full DMA buffer + 1 potential invalid start due to the emptied buffer arriving mid-transaction).

from surface-aggregator-module.

qzed avatar qzed commented on August 17, 2024

@hpfr Did the reset work?

from surface-aggregator-module.

qzed avatar qzed commented on August 17, 2024

Going to close this. a) there hasn't been any response to this for a while, b) I haven't heard of any other issues resembling this lately, and c) there have been quite a lot of changes in the SAM/SSH driver which should have made communication a bit more stable.

Feel free to comment if this issue still persists.

from surface-aggregator-module.

hpfr avatar hpfr commented on August 17, 2024

Sorry for the radio silence. Like you said, I believe the changes to the driver have eliminated this for me. Thanks!

from surface-aggregator-module.

qzed avatar qzed commented on August 17, 2024

Thanks for the feedback!

from surface-aggregator-module.

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.