[GH-ISSUE #31] "EC initialization timed out." #28

Closed
opened 2026-02-26 00:31:34 +03:00 by kerem · 1 comment
Owner

Originally created by @ggDropbear on GitHub (Nov 8, 2015).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/31

Running Linux version, using Asus N550JV config on same computer. After working before on this computer yesterday, today it will only give a "EC initialization timed out." when attempting to start the service using "mono nbfc.exe start". Restarted computer, still won't work.

A further issue: due to how command line's work, I had to put an underscore in "Asus_N550JV.xml" in the Configs folder, and need to put in a similar underscore in when I use "mono nbfc.exe config -a Asus_N550JV".

EDIT: Found the problem, it'll only accept "sudo bash start-nbfcservice.sh" as the startup, not a simple "./start-nbfcservice.sh". Odd, but it seems to be working now...

Originally created by @ggDropbear on GitHub (Nov 8, 2015). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/31 Running Linux version, using Asus N550JV config on same computer. After working before on this computer yesterday, today it will only give a "EC initialization timed out." when attempting to start the service using "mono nbfc.exe start". Restarted computer, still won't work. A further issue: due to how command line's work, I had to put an underscore in "Asus_N550JV.xml" in the Configs folder, and need to put in a similar underscore in when I use "mono nbfc.exe config -a Asus_N550JV". EDIT: Found the problem, it'll only accept "sudo bash start-nbfcservice.sh" as the startup, not a simple "./start-nbfcservice.sh". Odd, but it seems to be working now...
kerem 2026-02-26 00:31:34 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@hirschmann commented on GitHub (Nov 26, 2015):

NBFC requries root privileges to access the EC.
Actually start-nbfcservice.sh and stop-nbfcservice.sh are intended to be used in systemd units.
I will add scripts to install/uninstall (=create/delete systemd unit) NBFC on linux.

You can pass config names which include spaces by surrounding them with quotes, e.g. nbfc.exe load "Asus N550JV".

<!-- gh-comment-id:159988336 --> @hirschmann commented on GitHub (Nov 26, 2015): NBFC requries root privileges to access the EC. Actually `start-nbfcservice.sh` and `stop-nbfcservice.sh` are intended to be used in systemd units. I will add scripts to install/uninstall (=create/delete systemd unit) NBFC on linux. You can pass config names which include spaces by surrounding them with quotes, e.g. `nbfc.exe load "Asus N550JV"`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#28
No description provided.