Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wifi and Touchpad
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
rfx
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2023
Posts: 126
Location: de-by

PostPosted: Thu Feb 08, 2024 12:57 pm    Post subject: Wifi and Touchpad Reply with quote

Hello everyone,

After a short excursion into gentoo-kernel, I'm back at gentoo-sources. I think the last working version was 6.6 and I reused the .config for 6.6.13.

Now I don't have a network adapter, so no WiFi and I have no idea why it suddenly doesn't work anymore (it worked before, of course).

Secondly (while we're talking about my .config anyway), I would be happy if I could get the laptop's touchpad to work with your help. So far the touchpad works with mouse buttons, but the so-called gesture control (2 fingers scrolling) does not work.

Thanks in advance for your help

.config: https://pastebin.com/1UgE1ZZL

lspci & lsusb give the same output with gentoo-sources as with gentoo-kernel. So all drivers should already be activated, the error must lie somewhere else. Touchpad is Elantech.

lspci:
Code:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #4 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)




lsusb:
Code:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 1ea7:0064 SHARKOON Technologies GmbH 2.4GHz Wireless rechargeable vertical mouse [More&Better]
Bus 001 Device 003: ID 04ca:3016 Lite-On Technology Corp.
Bus 001 Device 004: ID 1c7a:0570 LighTuning Technology Inc. EgisTec Touch Fingerprint Sensor
Bus 001 Device 005: ID 04f2:b573 Chicony Electronics Co., Ltd HD WebCam
Bus 001 Device 006: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4160
Location: Bavaria

PostPosted: Thu Feb 08, 2024 1:10 pm    Post subject: Reply with quote

rfx,

you will need "lspci -k" to see the loaded kernel modules. I suggest to boot our Gentoo dist-kernel and do also a "lsmod". Notice all modules. Touchpad could be more tricky ... ;-)

I guess you have a notebook (because touchpad) but you miss the most important option for a notebook (depending if AMD or Intel):
Code:
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set


Maybe read (and do):
https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_kernel_configuration
https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_Configuring_Kernel_Version_6.6
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
rfx
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2023
Posts: 126
Location: de-by

PostPosted: Thu Feb 08, 2024 1:17 pm    Post subject: Reply with quote

now i set "CONFIG_X86_INTEL_LPSS". I used this .config since 6.1 wihtout this

lspci -k
Code:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
        Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers
        Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
        Subsystem: Acer Incorporated [ALI] Skylake GT2 [HD Graphics 520]
        Kernel driver in use: i915
        Kernel modules: i915
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP USB 3.0 xHCI Controller
        Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Thermal subsystem
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller
        Kernel driver in use: intel-lpss
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller
        Kernel driver in use: intel-lpss
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP CSME HECI
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SATA Controller [AHCI mode]
        Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port
        Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #4 (rev f1)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port
        Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP LPC Controller
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PMC
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP HD Audio
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl, snd_soc_avs, snd_sof_pci_intel_skl
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SMBus
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
        Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci



lsmod
Code:
Module                  Size  Used by
snd_seq_dummy          12288  0
snd_hrtimer            12288  1
snd_seq               110592  7 snd_seq_dummy
snd_seq_device         12288  1 snd_seq
rfcomm                 81920  16
fuse                  180224  2
qrtr                   49152  4
8021q                  45056  0
garp                   12288  1 8021q
mrp                    16384  1 8021q
stp                    12288  1 garp
llc                    12288  2 stp,garp
bnep                   32768  2
rtsx_usb_ms            20480  0
zstd                   12288  4
memstick               24576  1 rtsx_usb_ms
zram                   24576  2
uvcvideo              143360  0
uvc                    12288  1 uvcvideo
btusb                  73728  0
videobuf2_vmalloc      16384  1 uvcvideo
btrtl                  28672  1 btusb
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         36864  1 uvcvideo
btintel                49152  1 btusb
btbcm                  20480  1 btusb
btmtk                  12288  1 btusb
videobuf2_common       73728  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videodev              319488  2 videobuf2_v4l2,uvcvideo
mc                     73728  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
bluetooth             884736  44 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
vfat                   20480  1
fat                    90112  1 vfat
binfmt_misc            24576  1
snd_hda_codec_hdmi     77824  1
snd_sof_pci_intel_skl    12288  0
snd_sof_intel_hda_common   200704  1 snd_sof_pci_intel_skl
soundwire_intel        65536  1 snd_sof_intel_hda_common
snd_sof_intel_hda_mlink    32768  2 soundwire_intel,snd_sof_intel_hda_common
snd_ctl_led            20480  0
soundwire_cadence      36864  1 soundwire_intel
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
snd_sof_pci            20480  2 snd_sof_intel_hda_common,snd_sof_pci_intel_skl
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
snd_sof               331776  3 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda
snd_sof_utils          16384  1 snd_sof
soundwire_generic_allocation    12288  1 soundwire_intel
soundwire_bus         110592  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
snd_hda_codec_realtek   151552  1
snd_soc_avs           184320  0
snd_hda_codec_generic    98304  1 snd_hda_codec_realtek
snd_soc_hda_codec      24576  1 snd_soc_avs
ledtrig_audio          12288  2 snd_ctl_led,snd_hda_codec_generic
snd_soc_skl           196608  0
snd_soc_hdac_hda       24576  2 snd_sof_intel_hda_common,snd_soc_skl
snd_hda_ext_core       32768  7 snd_soc_avs,snd_soc_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_soc_skl,snd_sof_intel_hda
snd_soc_sst_ipc        16384  1 snd_soc_skl
snd_soc_sst_dsp        36864  1 snd_soc_skl
snd_soc_acpi_intel_match    81920  3 snd_sof_intel_hda_common,snd_soc_skl,snd_sof_pci_intel_skl
intel_rapl_msr         16384  0
snd_soc_acpi           16384  3 snd_soc_acpi_intel_match,snd_sof_intel_hda_common,snd_soc_skl
intel_rapl_common      36864  1 intel_rapl_msr
intel_tcc_cooling      12288  0
snd_soc_core          372736  7 snd_soc_avs,snd_soc_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
snd_compress           24576  2 snd_soc_avs,snd_soc_core
coretemp               16384  0
ath10k_pci             49152  0
ac97_bus               12288  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
ath10k_core           536576  1 ath10k_pci
snd_hda_intel          49152  1
kvm_intel             389120  0
snd_intel_dspcfg       36864  5 snd_soc_avs,snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_skl
snd_intel_sdw_acpi     16384  2 snd_sof_intel_hda_common,snd_intel_dspcfg
mac80211             1347584  1 ath10k_core
snd_hda_codec         180224  9 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
kvm                  1146880  1 kvm_intel
snd_hda_core          122880  12 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_skl,snd_sof_intel_hda
libarc4                12288  1 mac80211
ath                    36864  1 ath10k_core
snd_hwdep              16384  1 snd_hda_codec
irqbypass              12288  1 kvm
rapl                   16384  0
iTCO_wdt               12288  0
snd_pcm               151552  13 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
intel_pmc_bxt          12288  1 iTCO_wdt
cfg80211             1105920  3 ath,mac80211,ath10k_core
iTCO_vendor_support    12288  1 iTCO_wdt
intel_cstate           16384  0
acer_wmi               28672  0
snd_timer              45056  3 snd_seq,snd_hrtimer,snd_pcm
mei_wdt                12288  0
mei_hdcp               20480  0
mei_pxp                16384  0
intel_uncore          196608  0
pcspkr                 12288  0
sparse_keymap          12288  1 acer_wmi
intel_wmi_thunderbolt    16384  0
i915                 3633152  41
rfkill                 32768  9 acer_wmi,bluetooth,cfg80211
wmi_bmof               12288  0
joydev                 24576  0
snd                   126976  18 snd_ctl_led,snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
i2c_i801               32768  0
i2c_smbus              16384  1 i2c_i801
soundcore              12288  2 snd_ctl_led,snd
elan_i2c               61440  0
idma64                 16384  0
i2c_algo_bit           16384  1 i915
intel_xhci_usb_role_switch    12288  0
ttm                    86016  1 i915
drm_display_helper    192512  1 i915
cec                    73728  2 drm_display_helper,i915
mei_me                 49152  3
mei                   159744  7 mei_wdt,mei_hdcp,mei_pxp,mei_me
drm_buddy              16384  1 i915
intel_pch_thermal      16384  0
acpi_pad              180224  0
rtsx_usb_sdmmc         36864  0
mmc_core              217088  1 rtsx_usb_sdmmc
rtsx_usb               28672  2 rtsx_usb_sdmmc,rtsx_usb_ms
crct10dif_pclmul       12288  1
crc32_pclmul           12288  0
crc32c_intel           16384  1
polyval_clmulni        12288  0
polyval_generic        12288  1 polyval_clmulni
ghash_clmulni_intel    12288  0
sha512_ssse3           53248  0
sha256_ssse3           28672  0
hid_multitouch         28672  0
sha1_ssse3             32768  0
serio_raw              16384  0
i2c_hid_acpi           12288  0
i2c_hid                36864  1 i2c_hid_acpi
video                  69632  2 acer_wmi,i915
wmi                    36864  4 video,intel_wmi_thunderbolt,acer_wmi,wmi_bmof
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4160
Location: Bavaria

PostPosted: Thu Feb 08, 2024 1:25 pm    Post subject: Reply with quote

These outputs you will need to do the necessary work: Comparing the modules with your settings in .config.

Be aware that not everything is shown in "lsmod". Why ? Because some modules are configured static into the dist-kernel and you dont see it with lsmod.

Only one example: Your touchpad cannot work without i2c BUT i2c needs PINCTRL ... and you have:
Code:
# CONFIG_PINCTRL is not set

But this is described in my Wiki article.
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
nvaert1986
Tux's lil' helper
Tux's lil' helper


Joined: 05 May 2019
Posts: 120

PostPosted: Fri Feb 09, 2024 12:49 pm    Post subject: Reply with quote

pietinger wrote:
These outputs you will need to do the necessary work: Comparing the modules with your settings in .config.

Be aware that not everything is shown in "lsmod". Why ? Because some modules are configured static into the dist-kernel and you dont see it with lsmod.

Only one example: Your touchpad cannot work without i2c BUT i2c needs PINCTRL ... and you have:
Code:
# CONFIG_PINCTRL is not set

But this is described in my Wiki article.


Depending on the type of touchpad, you'll need to set CONFIG_PINCTRL for the specific processor / chipset model and you also might need hid-multitouch (depending on the type of touchpad) or you might need PS/2 extensions which are used on some laptops (particularly Lenovo with ELAN touchpads for example). Some laptops need to have the Synopsis Designware I2C controller enabled too in the I2C configuration.

My advice would be to boot from a live CD with a distribution which loads most modules and run dmesg | grep i2c. There it should show you a line similar to input: VEN_XXXX XXXX:XXXX Mouse or Touchpad as /devices/xxxx. This way you can get an idea of which type of touchpad you have and Google it further or see which driver gets loaded (as it should show the I2C vendor too.
Back to top
View user's profile Send private message
rfx
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2023
Posts: 126
Location: de-by

PostPosted: Sat Feb 17, 2024 9:55 am    Post subject: Reply with quote

I searched and searched, but can't find why wifi doesn't work. The driver is ok, lspci shows the device (02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32))

KDE just don't show networks, the checkbox to activate and deactivate wifi is also not there.

Gentoo-sources: https://ibb.co/WWwFKM6
Gentoo-kernel-bin: https://ibb.co/sqmbF5p

As a test, I activated everything from lsmod in the kernel (everything except snd_...), no change.

The touchpad has been working for a long time, only the gesture control isn't, but that's not important to me at the moment, I just need wifi.

Please help! :o)
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4160
Location: Bavaria

PostPosted: Sat Feb 17, 2024 2:27 pm    Post subject: Reply with quote

Please give us your kernel .config and these three queries: https://wiki.gentoo.org/wiki/User:Pietinger/Overview_of_System_Information
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
rfx
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2023
Posts: 126
Location: de-by

PostPosted: Sat Feb 17, 2024 4:45 pm    Post subject: Reply with quote

.config (6.7.5) https://pastebin.com/iM5TnVKW

emerge --info
Code:
Portage 3.0.61 (python 3.11.7-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-13, glibc-2.38-r10, 6.7.5-gentoo-dist x86_64)
=================================================================
System uname: Linux-6.7.5-gentoo-dist-x86_64-Intel-R-_Core-TM-_i5-6200U_CPU_@_2.30GHz-with-glibc2.38
KiB Mem:     7993956 total,   4798068 free
KiB Swap:    6242300 total,   6242300 free
Timestamp of repository gentoo: Sat, 17 Feb 2024 12:05:01 +0000
Head commit of repository gentoo: d11dab92c84109dc9e7fed186e6ccd7dfcdde222
Head commit of repository brave-overlay: 1f2c9eaca254f609602e50dc788c75387424f5fb

Timestamp of repository torbrowser: Mon, 12 Feb 2024 16:35:46 +0000
Head commit of repository torbrowser: e99b51cd8f02febfbd054dce6f30a80b058d68c7

Timestamp of repository trolltoo: Mon, 12 Feb 2024 16:35:56 +0000
Head commit of repository trolltoo: 78229d209731f0fab3cb9bc6fce79372645c1b2a

sh bash 5.1_p16-r6
ld GNU ld (Gentoo 2.41 p4) 2.41.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.1_p16-r6::gentoo
dev-build/autoconf:        2.13-r8::gentoo, 2.71-r6::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.27.9::gentoo
dev-build/libtool:         2.4.7-r1::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.3.0-r2::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.38.2-r1::gentoo
dev-lang/python:           3.11.7::gentoo, 3.12.1_p1::gentoo
dev-lang/rust-bin:         1.74.1::gentoo
sys-apps/baselayout:       2.14-r2::gentoo
sys-apps/openrc:           0.53::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/binutils:        2.41-r3::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           17.0.6::gentoo
sys-devel/gcc:             13.2.1_p20240113-r1::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/lld:             17.0.6::gentoo
sys-devel/llvm:            17.0.6::gentoo
sys-kernel/linux-headers:  6.6::gentoo (virtual/os-headers)
sys-libs/glibc:            2.38-r10::gentoo
Repositories:

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

brave-overlay
    location: /var/db/repos/brave-overlay
    sync-type: git
    sync-uri: https://gitlab.com/jason.oliveira/brave-overlay.git
    masters: gentoo
    volatile: False

torbrowser
    location: /var/db/repos/torbrowser
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/torbrowser.git
    masters: gentoo
    volatile: False

trolltoo
    location: /var/db/repos/trolltoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/trolltoo.git
    masters: gentoo
    volatile: False

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE @BINARY-REDISTRIBUTABLE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=skylake -O2 -pipe -flto=5"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=skylake -O2 -pipe -flto=5"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="-j1 --quiet-build"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 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 XDG_STATE_HOME"
FCFLAGS="-march=skylake -O2 -pipe -flto=5"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=skylake -O2 -pipe -flto=5"
GENTOO_MIRRORS="https://ftp.fau.de/gentoo     https://ftp.uni-stuttgart.de/gentoo-distfiles/"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j4"
PKGDIR="/var/cache/binpkgs"
PORTAGE_COMPRESS="zstd"
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 a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli compress-zstd crypt cups d3d12 dbus declarative display-manager dri dts dvd dvdr elogind encode exif flac fontconfig fortran gdbm gif grub gtk gui hwaccel iconv icu ipv6 jpeg kate kde kwallet lcms libass libnotify libtiger libtirpc lm-sensors lto mad matroska minimal mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openh264 openmp opus pam pango pcre pdf pgo pipewire plasma png policykit ppds pulseaudio qml qt5 readline samba screencast sddm sdl seccomp semantic-desktop smart sound spell split-usr ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vaapi vorbis wayland widgets wxwidgets x264 x265 xattr xcb xft xml xv xvid xwayland zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio 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 avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput synaptics" KERNEL="linux" L10N="de" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto 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, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS



lspci --nnk
Code:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [8086:1904] (rev 08)
        Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [1025:1140]
        Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07)
        Subsystem: Acer Incorporated [ALI] Skylake GT2 [HD Graphics 520] [1025:1140]
        Kernel driver in use: i915
        Kernel modules: i915
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP USB 3.0 xHCI Controller [1025:1140]
        Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Thermal subsystem [1025:1140]
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller [1025:1140]
        Kernel driver in use: intel-lpss
00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller [1025:1140]
        Kernel driver in use: intel-lpss
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP CSME HECI [1025:1140]
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] [8086:9d03] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SATA Controller [AHCI mode] [1025:1140]
        Kernel driver in use: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 [8086:9d10] (rev f1)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port [1025:1140]
        Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #4 [8086:9d13] (rev f1)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port [1025:1140]
        Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-LP LPC Controller [8086:9d48] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP LPC Controller [1025:1140]
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PMC [1025:1140]
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP HD Audio [1025:1140]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl, snd_soc_avs, snd_sof_pci_intel_skl
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SMBus [1025:1140]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
02:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
        Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter [11ad:0807]
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci



dmesg
https://pastebin.com/5PaVWV7N
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4160
Location: Bavaria

PostPosted: Sat Feb 17, 2024 7:14 pm    Post subject: Reply with quote

rfx,

could you please explain your problem to me again, because so far I have understood that there is no problem with the dist-kernel, but only with your manually configured one. But you booted the dist-kernel and gave me the queries from it:

Code:
Portage 3.0.61 ....  6.7.5-gentoo-dist x86_64)

[    0.000000] Linux version 6.7.5-gentoo-dist (root@pomiot) (x86_64-pc-linux-gnu-gcc (Gentoo 13.2.1_p20240113-r1 p12) 13.2.1 20240113, GNU ld (Gentoo 2.40 p7) 2.40.0) #1 SMP PREEMPT_DYNAMIC Sat Feb 17 07:30:27 -00 2024

[   18.191414] wlp2s0: authenticate with 2c:3a:fd:85:96:3d (local address=94:e9:79:73:8a:5b)
[   18.191419] wlp2s0: send auth to 2c:3a:fd:85:96:3d (try 1/3)
[   18.665790] wlp2s0: authenticate with 2c:3a:fd:85:96:3d (local address=94:e9:79:73:8a:5b)
[   18.665804] wlp2s0: send auth to 2c:3a:fd:85:96:3d (try 1/3)
[   18.764229] wlp2s0: authenticated
[   18.766673] wlp2s0: associate with 2c:3a:fd:85:96:3d (try 1/3)
[   18.770564] wlp2s0: RX AssocResp from 2c:3a:fd:85:96:3d (capab=0x1511 status=0 aid=4)
[   18.774118] wlp2s0: associated
[   18.774355] ath: EEPROM regdomain: 0x8114
[   18.774365] ath: EEPROM indicates we should expect a country code
[   18.774369] ath: doing EEPROM country->regdmn map search
[   18.774375] ath: country maps to regdmn code: 0x37
[   18.774380] ath: Country alpha2 being used: DE
[   18.774385] ath: Regpair used: 0x37
[   18.774389] ath: regdomain 0x8114 dynamically updated by country element
[   18.870204] wlp2s0: Limiting TX power to 23 (30 - 7) dBm as advertised by 2c:3a:fd:85:96:3d

02:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
        Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter [11ad:0807]
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci

_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
rfx
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2023
Posts: 126
Location: de-by

PostPosted: Sat Feb 17, 2024 7:49 pm    Post subject: Reply with quote

Sorry, no problem with gentoo-kernel(-bin). Just with gentoo-sources, here i have no wifi but driver looks good to me (lspci shows the device 02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32))

Here the correct Infos:

gentoo-sources-6.5.7/.config: https://pastebin.com/iM5TnVKW


emerge --info
Code:
Portage 3.0.61 (python 3.11.7-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-13, glibc-2.38-r10, 6.7.5-gentoo x86_64)
=================================================================
System uname: Linux-6.7.5-gentoo-x86_64-Intel-R-_Core-TM-_i5-6200U_CPU_@_2.30GHz-with-glibc2.38
KiB Mem:     8003544 total,   6633720 free
KiB Swap:    6242300 total,   6242300 free
Timestamp of repository gentoo: Sat, 17 Feb 2024 12:05:01 +0000
Head commit of repository gentoo: d11dab92c84109dc9e7fed186e6ccd7dfcdde222
Head commit of repository brave-overlay: 1f2c9eaca254f609602e50dc788c75387424f5fb

Timestamp of repository torbrowser: Mon, 12 Feb 2024 16:35:46 +0000
Head commit of repository torbrowser: e99b51cd8f02febfbd054dce6f30a80b058d68c7

Timestamp of repository trolltoo: Mon, 12 Feb 2024 16:35:56 +0000
Head commit of repository trolltoo: 78229d209731f0fab3cb9bc6fce79372645c1b2a

sh bash 5.1_p16-r6
ld GNU ld (Gentoo 2.41 p4) 2.41.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.1_p16-r6::gentoo
dev-build/autoconf:        2.13-r8::gentoo, 2.71-r6::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.27.9::gentoo
dev-build/libtool:         2.4.7-r1::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.3.0-r2::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.38.2-r1::gentoo
dev-lang/python:           3.11.7::gentoo, 3.12.1_p1::gentoo
dev-lang/rust-bin:         1.74.1::gentoo
sys-apps/baselayout:       2.14-r2::gentoo
sys-apps/openrc:           0.53::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/binutils:        2.41-r3::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           17.0.6::gentoo
sys-devel/gcc:             13.2.1_p20240113-r1::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/lld:             17.0.6::gentoo
sys-devel/llvm:            17.0.6::gentoo
sys-kernel/linux-headers:  6.6::gentoo (virtual/os-headers)
sys-libs/glibc:            2.38-r10::gentoo
Repositories:

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

brave-overlay
    location: /var/db/repos/brave-overlay
    sync-type: git
    sync-uri: https://gitlab.com/jason.oliveira/brave-overlay.git
    masters: gentoo
    volatile: False

torbrowser
    location: /var/db/repos/torbrowser
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/torbrowser.git
    masters: gentoo
    volatile: False

trolltoo
    location: /var/db/repos/trolltoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/trolltoo.git
    masters: gentoo
    volatile: False

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/17.1/x86-64

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE @BINARY-REDISTRIBUTABLE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=skylake -O2 -pipe -flto=5"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=skylake -O2 -pipe -flto=5"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="-j1 --quiet-build"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 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 XDG_STATE_HOME"
FCFLAGS="-march=skylake -O2 -pipe -flto=5"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=skylake -O2 -pipe -flto=5"
GENTOO_MIRRORS="https://ftp.fau.de/gentoo     https://ftp.uni-stuttgart.de/gentoo-distfiles/"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j4"
PKGDIR="/var/cache/binpkgs"
PORTAGE_COMPRESS="zstd"
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 a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli compress-zstd crypt cups d3d12 dbus declarative display-manager dri dts dvd dvdr elogind encode exif flac fontconfig fortran gdbm gif grub gtk gui hwaccel iconv icu ipv6 jpeg kate kde kwallet lcms libass libnotify libtiger libtirpc lm-sensors lto mad matroska minimal mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openh264 openmp opus pam pango pcre pdf pgo pipewire plasma png policykit ppds pulseaudio qml qt5 readline samba screencast sddm sdl seccomp semantic-desktop smart sound spell split-usr ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vaapi vorbis wayland widgets wxwidgets x264 x265 xattr xcb xft xml xv xvid xwayland zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio 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 avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput synaptics" KERNEL="linux" L10N="de" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto 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, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS



lspci --nnk
Code:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [8086:1904] (rev 08)
        Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers [1025:1140]
        Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07)
        Subsystem: Acer Incorporated [ALI] Skylake GT2 [HD Graphics 520] [1025:1140]
        Kernel driver in use: i915
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP USB 3.0 xHCI Controller [1025:1140]
        Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Thermal subsystem [8086:9d31] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Thermal subsystem [1025:1140]
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller [1025:1140]
00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP Serial IO I2C Controller [1025:1140]
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP CSME HECI [1025:1140]
00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] [8086:9d03] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SATA Controller [AHCI mode] [1025:1140]
        Kernel driver in use: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 [8086:9d10] (rev f1)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port [1025:1140]
        Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #4 [8086:9d13] (rev f1)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PCI Express Root Port [1025:1140]
        Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-LP LPC Controller [8086:9d48] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP LPC Controller [1025:1140]
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP PMC [1025:1140]
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP HD Audio [1025:1140]
        Kernel driver in use: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
        Subsystem: Acer Incorporated [ALI] Sunrise Point-LP SMBus [1025:1140]
        Kernel driver in use: i801_smbus
02:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
        Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter [11ad:0807]
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci



dmesg: https://pastebin.com/aJd2LkZV
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4160
Location: Bavaria

PostPosted: Sat Feb 17, 2024 8:33 pm    Post subject: Reply with quote

rfx,

I have given you two links ... have you read it ?

LPSS_PCI (or _ACPI) activates in many notebooks some modules. Emerging sys-kernel/linux-firmware is necessary.
Code:
[    0.397774] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/skl_dmc_ver1_27.bin

CONFIG_EXTRA_FIRMWARE=""
# CONFIG_PINCTRL_SUNRISEPOINT is not set
# CONFIG_LPC_ICH is not set
# CONFIG_MFD_INTEL_LPSS_ACPI is not set
# CONFIG_MFD_INTEL_LPSS_PCI is not set
# CONFIG_ACER_WIRELESS is not set
# CONFIG_ACER_WMI is not set
# CONFIG_IRQ_REMAP is not set

(and maybe more)
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
rfx
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2023
Posts: 126
Location: de-by

PostPosted: Sun Feb 18, 2024 8:03 am    Post subject: Reply with quote

Thank you for your effort. Of course I read your links

pietinger wrote:
Code:
[    0.397774] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/skl_dmc_ver1_27.bin

CONFIG_EXTRA_FIRMWARE=""
# CONFIG_PINCTRL_SUNRISEPOINT is not set
# CONFIG_LPC_ICH is not set
# CONFIG_MFD_INTEL_LPSS_ACPI is not set
# CONFIG_MFD_INTEL_LPSS_PCI is not set
# CONFIG_ACER_WIRELESS is not set
# CONFIG_ACER_WMI is not set
# CONFIG_IRQ_REMAP is not set


I have activated the parameter mentioned, the WiFi is still deactivated. I have installed linux firmware since the initial installation.

Next week when I have more time I will create a new configuration using make defconfig. I'm at a loss as to what could be causing this
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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