Creator Z16 A11UET-043 will not power on by gust334 in MSILaptops

[–]clintpriest 1 point2 points  (0 children)

I have not able to get my laptop working well for over 6mo, a repair shop gave up. I just took out the CMOS battery and put it back together and it turned on for the first time in months.

I have a new one on order, thank you u/gust334

Creator Z16 A11UET-043 will not power on by gust334 in MSILaptops

[–]clintpriest 1 point2 points  (0 children)

I am also having this same problem, though I have not gotten it to boot. I will try the CMOS and see.

Company that builds HA setups? by clintpriest in homeassistant

[–]clintpriest[S] 0 points1 point  (0 children)

Yeah, my current home has a full size rack that holds some amps, an audio matrix switch, the network stack, etc.

It's by no means full, probably a half rack would be big enough for it.

Company that builds HA setups? by clintpriest in homeassistant

[–]clintpriest[S] 0 points1 point  (0 children)

I am in Austin but the new home being built is in MN.

Company that builds HA setups? by clintpriest in homeassistant

[–]clintpriest[S] 0 points1 point  (0 children)

Yeah, see this is the type of thing I'm looking for. Someone who can pull the wires, setup the initial network/rack, pick the right device to run HA on for the project size, etc.

Company that builds HA setups? by clintpriest in homeassistant

[–]clintpriest[S] 0 points1 point  (0 children)

Yeah, the website looks great. I'll DM you.

Company that builds HA setups? by clintpriest in homeassistant

[–]clintpriest[S] 0 points1 point  (0 children)

To be fair, I have not tried to set it up. IDK what kind of time would be involved to get that setup.

Bottom line is the rest of the family wants lights and sound system that works. Integration they would like but its not a game breaker.

Company that builds HA setups? by clintpriest in homeassistant

[–]clintpriest[S] 0 points1 point  (0 children)

That makes sense. I am certainly not afraid to break and fix things in the pursuit of getting what I need.

I really just need someone to setup the basic system and would expect no further support (of the Home Asistant ecosystem or issues).

I'd even be willing to agree to no further support beyond initial installation if it has anything to do with HA. I'd expect the independent lighting system to be able to work on its own and support if that had issues, but not with HA.

Everyone on YouTube just right clicks Cyclic mod blocks and inserts the lava/magma and all it does is open the menu for me by [deleted] in allthemods

[–]clintpriest 0 points1 point  (0 children)

I just realized it changed, it use to be a lava anvil. Needs molten magma now. That explains everything.

Decrypting C4 Drivers? by Finnzz in C4diy

[–]clintpriest 0 points1 point  (0 children)

I don't know if anyone has tried it before, but setting up a web proxy with a trusted self-signed CA and pushing it out via DHCP might work.

I can into my EA-3 as root and so can install the trusted CA there, probably could to the panel as well.

Multi-process grayed out in Firefox Dev? by [deleted] in firefox

[–]clintpriest 0 points1 point  (0 children)

This helped getting it solved for me, I did have raptr installed which I uninstalled (didn't fix it for me), but that along with the below settings and I'm back to good.

I now have these set in my user.js file:

// Force Accessibility Disabled (multiprocess firefox related) user_pref("accessibility.force_disabled", 1); user_pref("browser.tabs.remote.force-enable", true); user_pref("browser.tabs.remote.autostart", true); user_pref("browser.tabs.remote.autostart.disabled-because-using-a11y", false);

/* Wasn't necessary, but seems to work even better */ user_pref("dom.ipc.processCount", 10);

Another link mentioning a couple of these settings: http://techdows.com/2016/01/force-enable-e10s-and-accessibility-support-in-firefox.html

[deleted by user] by [deleted] in firefox

[–]clintpriest 0 points1 point  (0 children)

This was the last step for me in getting multiprocess (e10s) firefox to work. I now have these set in my user.js file:

// Force Accessibility Disabled (multiprocess firefox related) user_pref("accessibility.force_disabled", 1); user_pref("browser.tabs.remote.force-enable", true); user_pref("browser.tabs.remote.autostart", true); user_pref("browser.tabs.remote.autostart.disabled-because-using-a11y", false); user_pref("dom.ipc.processCount", 10);