Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Rozwiązane Problem z WiFi
#1
0
Witam wszystkich linuksiarzy Wink Nie wiem czy w dobrym miejscu to piszę, ale ok. Mam problem z Wifi, na windowsie 10 wszystko działa normalnie, a gdy przełączę na Miętówkę 19.1  internetu nie ma. Nie wiem czy brakuje jakichś sterowników czy czegoś innego. Po kablu wszystko działa.  Moja karta sieciowa : realtek 8821ce wireles lan 802.11ac pci-e nic, asus Vivobook 17 R702UA i3-8130U. Z góry dziękuję za pomoc
#2
0
Zacznij od podania wyniku lspci -k
Resztę masz w mojej stopce.
#3
0
(28-03-2019, 08:31)dedito napisał(a): Zacznij od podania wyniku lspci -k
Resztę masz w mojej stopce.

Kod:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
    Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
    Subsystem: ASUSTeK Computer Inc. UHD Graphics 620
    Kernel driver in use: i915
    Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 08)
    Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
    Kernel driver in use: proc_thermal
    Kernel modules: processor_thermal_device
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
    Subsystem: ASUSTeK Computer Inc. 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: ASUSTeK Computer Inc. 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: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO I2C Controller
    Kernel driver in use: intel-lpss
    Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
    Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO I2C Controller
    Kernel driver in use: intel-lpss
    Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
    Subsystem: ASUSTeK Computer Inc. 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: ASUSTeK Computer Inc. Sunrise Point-LP SATA Controller [AHCI mode]
    Kernel driver in use: ahci
    Kernel modules: ahci
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
    Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO UART Controller
    Kernel driver in use: intel-lpss
    Kernel modules: intel_lpss_pci
00:1e.2 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 (rev 21)
    Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO SPI Controller
    Kernel driver in use: intel-lpss
    Kernel modules: intel_lpss_pci
00:1f.0 ISA bridge: Intel Corporation Intel(R) 100 Series Chipset Family LPC Controller/eSPI Controller - 9D4E (rev 21)
    Subsystem: ASUSTeK Computer Inc. Device 1d70
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
    Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PMC
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
    Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP HD Audio
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel, snd_soc_skl
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
    Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP SMBus
    Kernel modules: i2c_i801
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
    Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
    Kernel driver in use: r8169
    Kernel modules: r8169
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
    Subsystem: AzureWave RTL8821CE 802.11ac PCIe Wireless Network Adapter
#4
1
Better response on post RE: Problem z WiFiWygląda, na to, że kernel jeszcze nie obsługuje tej karty.
https://wikidevi.com/wiki/Realtek

Znalazłem na githubie sterownik https://github.com/tomaspinho/rtl8821ce
Kod:
sudo apt install linux-headers-$(uname -r) build-essential dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh

Więcej info:
https://askubuntu.com/questions/1071299/...untu-18-04
https://forums.linuxmint.com/viewtopic.p...9#p1501349
#5
0
(28-03-2019, 14:07)dedito napisał(a): Wygląda, na to, że kernel jeszcze nie obsługuje tej karty.
https://wikidevi.com/wiki/Realtek

Znalazłem na githubie sterownik https://github.com/tomaspinho/rtl8821ce
Kod:
sudo apt install linux-headers-$(uname -r) build-essential dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh

Więcej info:
https://askubuntu.com/questions/1071299/...untu-18-04
https://forums.linuxmint.com/viewtopic.p...9#p1501349
I całość muszę skopiować do wiersza poleceń?

(28-03-2019, 14:07)dedito napisał(a): Wygląda, na to, że kernel jeszcze nie obsługuje tej karty.
https://wikidevi.com/wiki/Realtek

Znalazłem na githubie sterownik https://github.com/tomaspinho/rtl8821ce
Kod:
sudo apt install linux-headers-$(uname -r) build-essential dkms
git clone https://github.com/tomaspinho/rtl8821ce
cd rtl8821ce
chmod +x dkms-install.sh
chmod +x dkms-remove.sh
sudo ./dkms-install.sh

Więcej info:
https://askubuntu.com/questions/1071299/...untu-18-04
https://forums.linuxmint.com/viewtopic.p...9#p1501349



  Okej, jakoś się udało, WiFi działa Smile Dzięki wielkie Kolego Smile
#6
0
Oznacz wątek jako rozwiązany: https://forum.linuxmint.pl/showthread.php?tid=40
Innym użytkownikom z podobnym problemem będzie łatwiej znaleźć rozwiązanie.


Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości