Giter VIP home page Giter VIP logo

coreboot-configurator's People

Contributors

adamthiede avatar cwebster2 avatar dev-nes9 avatar lordtermor avatar mattiaoki avatar oberon-manjaro avatar patch86uk avatar sean-starlabs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

coreboot-configurator's Issues

Unable to start coreboot-configurator

When I run sudo coreboot-configurator, I get the following output:

Authorization required, but no authorization protocol specified

qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

Aborted

I'm using Hyprland on Arch on a MkIV StarLite. I've tried Googling the Could not load the Qt platform plugin "xcb" in "" even though it was found. error message, but none of the solutions I found online (running pip install pyqt6, export QT_QPA_PLATFORM=offscreen, etc.) have helped. A few posts online mentioned installing various XCB related packages, but I already have them all installed:

libxcb 1.15-2
xcb-proto 1.15.2-2
xcb-util 0.4.1-1
xcb-util-cursor 0.1.4-1
xcb-util-errors 1.0.1-1
xcb-util-image 0.4.1-2
xcb-util-keysyms 0.4.1-4
xcb-util-renderutil 0.3.10-1
xcb-util-wm 0.4.2-1

(Output from running pacman -Q | grep -i xcb)

Packaging issue - missing library

On Ubuntu 20.04.3, on a newly delivered Lab Top Mk IV (so presumably fresh install).

Installed using command sudo apt install coreboot-configurator. Application installs successfully, icon is correctly added to launcher etc., however application won't open. Attempting to launch it via terminal returns error:
coreboot-configurator: error while loading shared libraries: libyaml-cpp.so.0.6: cannot open shared object file: No such file or directory

I manually installed libyaml-cpp0.6 using apt, and it is now launching correctly.

Presumably it's a missing dependency on the deb.

Dependency libyaml-cpp0.6 is not installable

Attempting to install on Debian derivative (Pop_OS) per instructions results in the following output:

user@pop-os:~$ sudo apt install coreboot-configurator
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 coreboot-configurator : Depends: libyaml-cpp0.6 but it is not installable
E: Unable to correct problems, you have held broken packages.

Inkscape is a hidden dependency on Arch

When installing coreboot-configurator on Arch, meson notified me that the inkscape binary was a requirement. Upon further inspection post install, it seems that inkscape is being used to generate the icon set instead of QT5-SVG (which actually is listed as a dependency). This is either a defect in the build configuration (missing dependency) or someone left their dirty hack in and accidentally committed it. No judgement, we've all been there :)

Full disclosure: I'm running Endeavour OS, which is very close to stock Arch, but with a few niceties. The install was done using the yay wrapper for pacman.

`nvramtool: CMOS option table not found in coreboot table` with BIOS 8.6.0

After updating to BIOS v8.6.0 (EC v1.14) on a Starbook Mk V, coreboot-configurator no longer launches, with the error:

nvramtool: CMOS option table not found in coreboot table.  Apparently, the coreboot installed on this system was built without selecting CONFIG_USE_OPTION_TABLE.

I am on Ubuntu 22.04.

Unable to start coreboot-configurator

Hi, I'm trying to open coreboot-configurator and get this message.

$ coreboot-configurator 
coreboot-configurator: error while loading shared libraries: libyaml-cpp.so.0.7: cannot open shared object file: No such file or directory

Ubuntu 22.04.2 LTS
coreboot-configurator 10+j installed from the PPA

yaml-cpp error when running coreboot-configurator

Hello,

I've managed to build coreboot-configurator but when running it I get this error:
terminate called after throwing an instance of 'YAML::ParserException' what(): yaml-cpp: error at line 2, column 13: illegal map value Aborted

I'm not sure how to fix this. In Ubuntu 21.10 everything works fine after installing it from the ppa.
Still I would like to build it on some other distros. The new starbook is amazing so far! Any help is much appreciated

Nvramtool error when launching coreboot-configurator on Fedora 38

Nvramtool was not able to access cmos settings. Look at documentation for possible causes of errors.

Error message:

nvramtool: CMOS option table not found in coreboot table.  Apparently, the coreboot installed on this system was built without selecting CONFIG_USE_OPTION_TABLE.

[Bug] compilation error on debian

I am working on an official package for coreboot-configurator. I installed all the relevant dependencies. Yet the build fails:

[8/17] ccache c++ -Isrc/application/coreboot-configurator.p -Isrc/application -I../src/application -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtSvg -I/usr/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++14 -O0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DQT_CORE_LIB -DQT_WIDGETS_LIB -DQT_SVG_LIB -fPIC -MD -MQ src/application/coreboot-configurator.p/MainWindow.cpp.o -MF src/application/coreboot-configurator.p/MainWindow.cpp.o.d -o src/application/coreboot-configurator.p/MainWindow.cpp.o -c ../src/application/MainWindow.cpp
FAILED: src/application/coreboot-configurator.p/MainWindow.cpp.o 
ccache c++ -Isrc/application/coreboot-configurator.p -Isrc/application -I../src/application -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtSvg -I/usr/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++14 -O0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DQT_CORE_LIB -DQT_WIDGETS_LIB -DQT_SVG_LIB -fPIC -MD -MQ src/application/coreboot-configurator.p/MainWindow.cpp.o -MF src/application/coreboot-configurator.p/MainWindow.cpp.o.d -o src/application/coreboot-configurator.p/MainWindow.cpp.o -c ../src/application/MainWindow.cpp
../src/application/MainWindow.cpp:8:10: fatal error: QtGui: No such file or directory
    8 | #include <QtGui>
      |          ^~~~~~~
compilation terminated.

Not Appear Intel VT-d

Hello,

my coreboot-configurator not appear Intel VT-d (My coreboot is the recent in a Thinkpad W500).

photo_2022-04-03_12-04-06

Why does it happen?

att

Issue while installing on fedora

I got this error while trying to install the coreboot-configurator on a lite mkiii:
meson.build:3:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc']]
The following exception(s) were encountered:
Running "c++ --version" gave "[Errno 2] No such file or directory: 'c++'"
Running "g++ --version" gave "[Errno 2] No such file or directory: 'g++'"
Running "clang++ --version" gave "[Errno 2] No such file or directory: 'clang++'"
Running "nvc++ --version" gave "[Errno 2] No such file or directory: 'nvc++'"
Running "pgc++ --version" gave "[Errno 2] No such file or directory: 'pgc++'"
Running "icpc --version" gave "[Errno 2] No such file or directory: 'icpc'"

Fedora 37 coreboot-configurator dependency on Fedora 38

Attempting to install coreboot-configurator on Fedora 38 springs this error:

Error: 
 Problem: conflicting requests
  - nothing provides libyaml-cpp.so.0.6()(64bit) needed by coreboot-configurator-8-1.fc37.x86_64
(try to add '--skip-broken' to skip uninstallable packages)

This seems to be similar to a previous issue where libyaml-cpp0.6 was a required dependency, but this is also trying to use a dependency and install coreboot-configurator for an older version of Fedora.

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.