Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]Could not find nvidia module
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
avgen2
n00b
n00b


Joined: 27 Jun 2022
Posts: 37

PostPosted: Mon Jul 18, 2022 2:08 pm    Post subject: [SOLVED]Could not find nvidia module Reply with quote

I solved the boot freezing problem with kernel but when I start with qtile startx I encounter a black screen and I can't reach the tty screen for error log.

.xinitrc
Code:


        exec setxkbmap de &
        exec xrandr --auto --output DP-0 --mode 1920x1080 --right-of HDMI-0 &

#open qtile
        exec dbus-launch --exit-with-session qtile # I add this right now. I didn't try yet.
        if eeror then
        exec /usr/bin/qtile start
        else if
        exec qtile
        else
   printf "xinitrc error"
        fi
   done

Full xorg log:
https://dpaste.com/86NHZKQP9

I didn't config resulation and ı don't know how to do it. I also looked to xorg guide but ı didn't understood.
Im trying to understand xorg.log and maybe i need to install font for the x11 but i already installed libertine,inconsolata, liberation-fonts, font-util.
Im talking about this:
Code:
[   917.786] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 18 14:02:57 2022
[   917.787] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   917.787] (==) No Layout section.  Using the first Screen section.
[   917.787] (==) No screen section available. Using defaults.
[   917.787] (**) |-->Screen "Default Screen Section" (0)
[   917.787] (**) |   |-->Monitor "<default monitor>"
[   917.787] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[   917.787] (==) Automatically adding devices
[   917.787] (==) Automatically enabling devices
[   917.787] (==) Automatically adding GPU devices
[   917.787] (==) Automatically binding GPU devices
[   917.787] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   917.787] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   917.787]    Entry deleted from font path.
[   917.787] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   917.787]    Entry deleted from font path.
[   917.787] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   917.787]    Entry deleted from font path.
[   917.787] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[   917.787]    Entry deleted from font path.
[   917.787]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[   917.787] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[   917.787]    Entry deleted from font path.
[   917.787]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[   917.787] (==) FontPath set to:

I think, maybe my problem is dbus-core.

Dbus (default), elogind (boot) has already been added to the rc service but I could not add it to the kernel because I could not find dbus.

I saw in the forum that "dri" needs to be enabled in the kernel for those who have [EE] /dev/dri/card;
Code:
[   917.788] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory)
[   917.788] (--) using VT number 7

[   917.788] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   917.788] (II) xfree86: Adding drm device (/dev/dri/card0)
[   917.788] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:26:00.0/drm/card0
[   917.788] (II) xfree86: Adding drm device (/dev/dri/card1)
[   917.788] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card1
[   917.797] (--) PCI:*(38@0:0:0) 10de:1f08:1462:3755 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288

I use nouveau.
_________________
English is not my native language; please excuse typing errors. You are free to correct me if you want.


Last edited by avgen2 on Sat Jul 23, 2022 2:05 pm; edited 3 times in total
Back to top
View user's profile Send private message
avgen2
n00b
n00b


Joined: 27 Jun 2022
Posts: 37

PostPosted: Mon Jul 18, 2022 3:35 pm    Post subject: Reply with quote

Code:
[   955.289] (II) Server terminated successfully (0). Closing log file.

Xorg.0.log shows that Xorg started successfullf and exited after it found nothing to do.

Am i taking this error graphic card or kernel config?
_________________
English is not my native language; please excuse typing errors. You are free to correct me if you want.
Back to top
View user's profile Send private message
avgen2
n00b
n00b


Joined: 27 Jun 2022
Posts: 37

PostPosted: Tue Jul 19, 2022 10:20 am    Post subject: Reply with quote

I changed my mind and installed nvidia driver but i can't install nvidia module.
Code:
modprobe: ERROR: could not find module by name='nvidia'
modprobe: ERROR: could not insert 'nvidia': Unknown symbol in module, or unknown parameter (see dmesg)


Code:
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
# CONFIG_NET_VENDOR_NVIDIA is not set
CONFIG_I2C_NVIDIA_GPU=y
# CONFIG_DRM_NOUVEAU is not set
# Frame buffer Devices
# Frame buffer hardware drivers
# CONFIG_FB_NVIDIA is not set
# end of Frame buffer Devices
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
CONFIG_FRAME_WARN=2048
# CONFIG_UNWINDER_FRAME_POINTER is not set

lsmod | grep nvidia -> no output.

lspci -k ->This command tells me that the nouveau kernel driver is in use, but nouveau is already blacklisted in this location = / etc / modprobe.d / nvidia.conf
Code:
VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)
   Subsystem: Micro-Star International Co., Ltd. [MSI] TU106 [GeForce RTX 2060 Rev. A]
   Kernel driver in use: nouveau

Code:
# nvidia-drivers and nouveau cannot be used at same time.
# Comment out the following line if you wish to allow nouveau.
blacklist nouveau

_________________
English is not my native language; please excuse typing errors. You are free to correct me if you want.
Back to top
View user's profile Send private message
avgen2
n00b
n00b


Joined: 27 Jun 2022
Posts: 37

PostPosted: Tue Jul 19, 2022 10:45 am    Post subject: Reply with quote

Dmesg | grep nvidia -> Tells me just nouveau firmwares.

Code:
[    4.971023] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/nvdec/scrubber.bin
[    4.971037] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/acr/bl.bin
[    4.971049] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/acr/ucode_ahesasc.bin
[    4.971061] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/acr/bl.bin
[    4.971071] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/acr/ucode_asb.bin
[    4.971083] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/acr/unload_bl.bin
[    4.971091] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/acr/ucode_unload.bin
[    4.971142] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/fecs_bl.bin
[    4.971155] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/fecs_inst.bin
[    4.971163] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/fecs_data.bin
[    4.971171] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/fecs_sig.bin
[    4.971185] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/gpccs_bl.bin
[    4.971193] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/gpccs_inst.bin
[    4.971201] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/gpccs_data.bin
[    4.971208] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/gpccs_sig.bin
[    4.971219] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/sw_nonctx.bin
[    4.971229] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/sw_ctx.bin
[    4.971240] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/sw_bundle_init.bin
[    4.971252] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/gr/sw_method_init.bin
[    4.971271] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/sec2/sig.bin
[    4.971288] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/sec2/image.bin
[    4.971302] nouveau 0000:26:00.0: firmware: direct-loading firmware nvidia/tu106/sec2/desc.bin
[    8.865759] audit: type=1400 audit(1658224742.584:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=656 comm="apparmor_parser"
[    8.865760] audit: type=1400 audit(1658224742.584:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=656 comm="apparmor_parser"


My device name NV166 but xorg.log say unknow chipset:
Code:
[   917.809] (EE) Unknown chipset: NV166

Also If drm need for my rtx2060, i don't know what is needed to open on kernel conf:
Code:
[   917.812] (EE) [drm] Failed to open DRM device for (null): -22
[   917.814] (II) modeset(G0): using drv /dev/dri/card1

But nouveau seems properly loaded dri card?
Code:
[   917.788] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   917.788] (II) xfree86: Adding drm device (/dev/dri/card0)
[   917.788] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:26:00.0/drm/card0
[   917.788] (II) xfree86: Adding drm device (/dev/dri/card1)
[   917.788] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card1
[   917.797] (--) PCI:*(38@0:0:0) 10de:1f08:1462:3755 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000>
[   917.797] (II) LoadModule: "glx"
[   917.798] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   917.801] (II) Module glx: vendor="X.Org Foundation"


I also think, am I wrong with the kernel configuration but nvidia, frame... the configuration file looked different before compiling. I use gentoo wiki nvidia kernel conf and I deselect nvidia riva etc. what the wiki told me.

I changed kernel config because maybe nvidia use module in like that? :
Code:
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
# CONFIG_NET_VENDOR_NVIDIA is not set
CONFIG_I2C_NVIDIA_GPU=y
CONFIG_DRM_NOUVEAU=m
CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=y
CONFIG_NOUVEAU_DEBUG=5
CONFIG_NOUVEAU_DEBUG_DEFAULT=3
# CONFIG_NOUVEAU_DEBUG_MMU is not set
# CONFIG_NOUVEAU_DEBUG_PUSH is not set
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
# Frame buffer Devices
# Frame buffer hardware drivers
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
CONFIG_FB_NVIDIA_DEBUG=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
# end of Frame buffer Devices
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
CONFIG_FRAME_WARN=2048
# CONFIG_UNWINDER_FRAME_POINTER is not set

_________________
English is not my native language; please excuse typing errors. You are free to correct me if you want.
Back to top
View user's profile Send private message
OldTango
l33t
l33t


Joined: 21 Feb 2004
Posts: 718

PostPosted: Thu Jul 21, 2022 10:35 pm    Post subject: Re: Could not find nvidia module Reply with quote

avgen2 wrote:
I solved the boot freezing problem with kernel but when I start with qtile startx I encounter a black screen and I can't reach the tty screen for error log.

The black screen indicates that xorg can't find the appropriate drivers or screens to load so it terminates. In some but not all cases it may be necessary to create a simple xorg.conf file in /etc/X11/ when using the nvidia-drivers package

Don't use both the nouveau and the nvidia-drivers package as they can conflict with each other. Pick one and follow the wiki to get it working properly and clean out the extra stuff in your kernel in the process.

Your lspci -k indicates your card and driver in use.
Code:
VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)
   Subsystem: Micro-Star International Co., Ltd. [MSI] TU106 [GeForce RTX 2060 Rev. A]
   Kernel driver in use: nouveau

I am not sure how well nouveau supports your GeForce RTX 2060 card if at all. I use the nvidia-drivers package for these and newer cards. Also a common mistake made is building the nvidia-drivers for the wrong kernel. When installing that package make sure your /usr/src/linux symlink is pointing to the correct kernel in case you have more than one kernel installed.

My kernel setup for the nvidia-drivers package.
Code:

# Graphics support
#
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_PANEL=y

# Frame buffer Devices
#
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
CONFIG_FB_SIMPLE=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y

# end of Console display driver support

CONFIG_LOGO=y
CONFIG_LOGO_LINUX_CLUT224=y
# end of Graphics support

Please post the output of
Code:
emerge --info

BestTango..... :)
Back to top
View user's profile Send private message
avgen2
n00b
n00b


Joined: 27 Jun 2022
Posts: 37

PostPosted: Sat Jul 23, 2022 12:13 pm    Post subject: Re: Could not find nvidia module Reply with quote

OldTango wrote:
The black screen indicates that xorg can't find the appropriate drivers or screens to load so it terminates. In some but not all cases it may be necessary to create a simple xorg.conf file in /etc/X11/ when using the nvidia-drivers package

I solved this black screen error with simple frame buffer. I also opened my system with genkernel for learn this is totaly kernel conf eror? I saw the nvidia, nvidia_drm etc. modules with genkernel but when i use localmenuconfig, nvidia module didn't installed and system used nouveau.

OldTango wrote:
Don't use both the nouveau and the nvidia-drivers package as they can conflict with each other. Pick one and follow the wiki to get it working properly and clean out the extra stuff in your kernel in the process.

I use the wiki nvidia page but I think I'm making some mistakes about it because even though I did what the wiki says, it's not resolved. I'm also thinking of a different kernel conf. like pci or amd can it make this mistake?

OldTango wrote:

I am not sure how well nouveau supports your GeForce RTX 2060 card if at all.

It works well in other distros but I haven't tried tests like video and gaming. I also don't know how to do it for video.

OldTango wrote:
I use the nvidia-drivers package for these and newer cards. Also a common mistake made is building the nvidia-drivers for the wrong kernel. When installing that package make sure your /usr/src/linux symlink is pointing to the correct kernel in case you have more than one kernel installed.

i think you telling this:
Code:
Available kernel symlink targets:
  [1]   linux-5.15.52-gentoo *
  [2]   linux-5.15.52-gentoo-dist

Code:
lrwxrwxrwx 1 root root 20 Jul 16 16:56 /usr/src/linux -> linux-5.15.52-gentoo

Is this "-dist" because I use initramfs with genkernel? Is it safe to stay?
Code:
linux  linux-5.15.52-gentoo  linux-5.15.52-gentoo-dist


I need to check if im wrong; I am making kernel conf. on
Code:
/usr/src/linux
file.

I search on wiki and forum but didn't find it. How can we see openrc errors like journalctl?

.config;
https://dpaste.com/7ZPNS3R7K
I don't understand why CONFIG_FB_SIMPLE disappear when I enable CONFIG_DRM_SIMPLEDRM, but if I add it as a DRM module, it can be added as a module but cannot activate it FB_SIMPLE.
Which one usable for my card?


emerge --info:
Code:
Portage 3.0.30 (python 3.10.5-final-0, default/linux/amd64/17.1, gcc-11.3.0, glibc-2.34-r13, 5.10.0-15-amd64 x86_64)
=================================================================
System uname: Linux-5.10.0-15-amd64-x86_64-AMD_Ryzen_5_2600X_Six-Core_Processor-with-glibc2.34
KiB Mem:    16402684 total,   9902944 free
KiB Swap:   16620540 total,  16620540 free
Timestamp of repository gentoo: Thu, 21 Jul 2022 00:45:01 +0000
Head commit of repository gentoo: 6bdf02fdebd64ac228fbb47addf45a45080e0b74

sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
app-misc/pax-utils:        1.3.4::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-lang/perl:             5.34.1-r3::gentoo
dev-lang/python:           3.10.5::gentoo
dev-lang/rust:             1.60.0::gentoo
dev-util/cmake:            3.22.4::gentoo
dev-util/meson:            0.62.2::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/openrc:           0.44.10::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-devel/autoconf:        2.13-r2::gentoo, 2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.37_p1-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           14.0.4::gentoo
sys-devel/gcc:             11.3.0::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             14.0.4::gentoo
sys-devel/llvm:            14.0.4::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.15-r3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.34-r13::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=znver1 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=znver1 -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=11 --load-average=11"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=znver1 -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg buildpkg-live cgroup collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=znver1 -O2 -pipe"
GENTOO_MIRRORS="*"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j11 -l11"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X acl alsa amd64 bzip2 cli contrib crypt dri elogind fortran gdbm iconv ipv6 ithreads libglvnd libtirpc multilib ncurses nptl nvidia openmp pam pcre readline seccomp sensord split-usr ssl unicode x264 xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx f16c mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby27" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

Xorg gives an error this time:
Code:
[  1126.233]    ABI class: X.Org Server Extension, version 10.0
[  1126.233] (II) LoadModule: "nvidia"
[  1126.233] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1126.233] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1126.233]    compiled for 1.6.99.901, module version = 1.0.0
[  1126.233]    Module class: X.Org Video Driver
[  1126.234] (II) NVIDIA dlloader X Driver  510.73.05  Sat May  7 05:29:47 UTC 2022
[  1126.234] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1126.234] (II) Loading sub module "fb"
[  1126.234] (II) LoadModule: "fb"
[  1126.234] (II) Module "fb" already built-in
[  1126.234] (II) Loading sub module "wfb"
[  1126.234] (II) LoadModule: "wfb"
[  1126.234] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1126.234] (II) Module wfb: vendor="X.Org Foundation"
[  1126.234]    compiled for 1.21.1.3, module version = 1.0.0
[  1126.234]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1126.234] (II) Loading sub module "ramdac"
[  1126.234] (II) LoadModule: "ramdac"
[  1126.234] (II) Module "ramdac" already built-in
[  1126.235] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[  1126.235] (EE) NVIDIA:     system's kernel log for additional error messages and
[  1126.235] (EE) NVIDIA:     consult the NVIDIA README for details.
[  1126.237] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[  1126.237] (EE) NVIDIA:     system's kernel log for additional error messages and
[  1126.237] (EE) NVIDIA:     consult the NVIDIA README for details.
[  1126.237] (EE) No devices detected.
[  1126.237] (EE)
Fatal server error:
[  1126.237] (EE) no screens found(EE)
[  1126.237] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[  1126.237] (EE) Please also check the log file at "/var/log/Xorg.0.log" for

_________________
English is not my native language; please excuse typing errors. You are free to correct me if you want.
Back to top
View user's profile Send private message
avgen2
n00b
n00b


Joined: 27 Jun 2022
Posts: 37

PostPosted: Sat Jul 23, 2022 2:04 pm    Post subject: Re: Could not find nvidia module Reply with quote

Quote:
Which one usable for my card?

CONFIG_FB_SIMPLE.


OldTango, I solved my problem with rebuilding Nvidia modules. I don't know how I missed that. Really sorry if it took too much of your time.
_________________
English is not my native language; please excuse typing errors. You are free to correct me if you want.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum