Quellcode |
|
1 2 |
Failed to load Kernel Modules -> see systemctl status -l systemd-modules-load.service |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
● systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/usr/lib64/systemd/system/systemd-modules-load.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Do 2015-05-21 15:27:58 CEST; 6min ago Docs: man:systemd-modules-load.service(8) man:modules-load.d(5) Process: 2248 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE) Main PID: 2248 (code=exited, status=1/FAILURE) Mai 21 15:27:58 "hostname" systemd-modules-load[2248]: Failed to find module 'vboxnetflt' Mai 21 15:27:58 "hostname" systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE Mai 21 15:27:58 "hostname" systemd[1]: Failed to start Load Kernel Modules. Mai 21 15:27:58 "hostname" systemd[1]: Unit systemd-modules-load.service entered failed state. Mai 21 15:27:58 "hostname" systemd[1]: systemd-modules-load.service failed. |
Quellcode |
|
1 2 3 4 |
cp: der Aufruf von stat für „/etc/modprobe.d/blacklist.conf“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden * cannot copy /etc/modprobe.d/blacklist.conf from udev cp: der Aufruf von stat für „/lib/systemd/network/99-default.link“ ist nicht möglich: Datei oder Verzeichnis nicht gefunden * cannot copy /lib/systemd/network/99-default.link from udev |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Niualj« (06.06.2015, 13:28)
Quellcode |
|
1 |
emerge -av @module-rebuild |
Kernel umsteigen kann. Dabei (bzw. beim Kernel Mudule Programmieren) ist mir aufgefallen, dass der Befehl Ismod bei mir nicht exsistiert.
Quellcode |
|
1 2 3 4 |
smk@evillinux ~ $ eqb /bin/lsmod * Searching for /bin/lsmod ... sys-apps/kmod-20 (/bin/kmod) sys-apps/kmod-20 (/bin/lsmod -> kmod) |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
root@evillinux ~ # eqf kmod | grep bin /bin /bin/kmod /bin/lsmod /bin/modinfo /sbin /sbin/depmod /sbin/insmod /sbin/lsmod /sbin/modinfo /sbin/modprobe /sbin/rmmod |
Quellcode |
|
1 2 3 4 5 |
root@evillinux ~ # eqd kmod * These packages depend on kmod: sys-apps/pciutils-3.2.0 (kmod ? sys-apps/kmod) sys-apps/systemd-218-r3 (kmod ? >=sys-apps/kmod-15:0) virtual/modutils-0 (sys-apps/kmod[tools]) |
Quellcode |
|
1 2 3 4 |
Zum einen das hier Mai 21 15:27:58 "hostname" systemd-modules-load[2248]: Failed to find module 'vboxnetflt' und das hier Mai 21 15:27:58 "hostname" systemd[1]: Failed to start Load Kernel Modules. |
Quellcode |
|
1 |
emerge -av @module-rebuild |
Quellcode |
|
1 2 3 |
[ 7.867704] systemd[1]: Failed to start Load Kernel Modules. und [ 88.459912] tg3 0000:02:00.0 enp2s0f0: Failed to load firmware "tigon/tg357766.bin" |
Quellcode |
|
1 2 3 4 5 6 7 |
● systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/usr/lib64/systemd/system/systemd-modules-load.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Sa 2015-05-30 09:01:38 CEST; 25min ago Docs: man:systemd-modules-load.service(8) man:modules-load.d(5) Process: 1935 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE) Main PID: 1935 (code=exited, status=1/FAILURE) |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Niualj« (30.05.2015, 09:37)
Dir Fehlt vermutlich die Firmware oder dein Kernel ist nicht fürs Firmware Laden Konfiguriert bzw. nicht richtig Konfiguriert.[ 88.459912] tg3 0000:02:00.0 enp2s0f0: Failed to load firmware "tigon/tg357766.bin"
Quellcode |
|
1 2 3 |
smk@smk-pc firmware $ eqb tigon/tg357766.bin * Searching for tigon/tg357766.bin ... sys-kernel/linux-firmware-20150206 (/lib/firmware/tigon/tg357766.bin) |
So ein "eqb" Kommando gibt es doch wahrscheinlich gar nicht?! :)Zitat von »knasan«
Quellcode
1 eqb tigon/tg357766.bin
Quellcode |
|
1 2 3 4 5 6 |
$ eix -e pfl [I] app-portage/pfl Available versions: 2.4-r3 2.4-r4 {+network-cron PYTHON_TARGETS="python2_7"} Installed versions: 2.4-r4(03:46:48 05.04.2015)(network-cron PYTHON_TARGETS="python2_7") Homepage: http://www.portagefilelist.de Description: Searchable online file/package database for Gentoo |
Quellcode |
|
1 2 3 4 5 6 7 |
$ e-file tg357766.bin [I] sys-kernel/linux-firmware Available Versions: 20131230 20130728 20130711 20130530 20130421 99999999 20150320 20150206 20141009 20140902 20140809 20140603 Last Installed Ver: 20150320(Fr 27 Mär 2015 02:18:12 CET) Homepage: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git Description: Linux firmware files Matched Files: /usr/lib/firmware/tigon/tg357766.bin; /lib/firmware/tigon/tg357766.bin; |
eqb ist bei mir ein Alias für equery b.So ein "eqb" Kommando gibt es doch wahrscheinlich gar nicht?!
Falls es ein Alias ist.., magst noch dazuschreiben was er macht?
thx
Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von »Niualj« (06.06.2015, 13:22)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
* Messages for package media-libs/harfbuzz-9999: * Failed Running automake ! * * Include in your bugreport the contents of: * * /var/tmp/portage/media-libs/harfbuzz-9999/temp/automake.out * ERROR: media-libs/harfbuzz-9999::gentoo failed (prepare phase): * Failed Running automake ! * * Call stack: * ebuild.sh, line 93: Called src_prepare * environment, line 4513: Called eautoreconf * environment, line 1254: Called eautomake * environment, line 1208: Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign' '--force-missing' * environment, line 1003: Called die * The specific snippet of code: * die "Failed Running $1 !"; * * If you need support, post the output of `emerge --info '=media-libs/harfbuzz-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-libs/harfbuzz-9999::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-libs/harfbuzz-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/harfbuzz-9999/temp/environment'. * Working directory: '/var/tmp/portage/media-libs/harfbuzz-9999/work/harfbuzz-9999' * S: '/var/tmp/portage/media-libs/harfbuzz-9999/work/harfbuzz-9999' |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
!!! existing preserved libs: >>> package: dev-libs/icu-55.1 * - /usr/lib64/libicudata.so.54 * - /usr/lib64/libicudata.so.54.1 * used by /usr/lib64/libharfbuzz-icu.so.0.938.0 (media-libs/harfbuzz-0.9.38) * - /usr/lib64/libicui18n.so.54 * - /usr/lib64/libicui18n.so.54.1 * used by /usr/lib64/libreoffice/program/libfrmlo.so (app-office/libreoffice-bin-4.4.1.2) * used by /usr/lib64/libreoffice/program/libi18nsearchlo.so (app-office/libreoffice-bin-4.4.1.2) * used by /usr/lib64/libreoffice/program/liblwpftlo.so (app-office/libreoffice-bin-4.4.1.2) * used by 2 other files * - /usr/lib64/libicuuc.so.54 * - /usr/lib64/libicuuc.so.54.1 * used by /usr/lib64/libharfbuzz-icu.so.0.938.0 (media-libs/harfbuzz-0.9.38) * used by /usr/lib64/libreoffice/program/libcomphelper.so (app-office/libreoffice-bin-4.4.1.2) * used by /usr/lib64/libreoffice/program/libfrmlo.so (app-office/libreoffice-bin-4.4.1.2) * used by 8 other files |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Niualj« (06.06.2015, 13:23)