mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #31] "EC initialization timed out." #28
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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...
@hirschmann commented on GitHub (Nov 26, 2015):
NBFC requries root privileges to access the EC.
Actually
start-nbfcservice.shandstop-nbfcservice.share 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".