#1 Le 01/10/2023, à 13:23
- enebre
[± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
Bonjour à tous,
Je n'arrive pas à régler fstab pour .cache en ram, je suis passé par 4 réparations de mon système et toujours sans succès pour obtenir un fstab qui travaille bien.
J'ai suivi plusieurs tutoriels, sans succès.
J'aimerais avoir Yandex en ram et tout ce qui va bien pour SSD.
xubuntu 22.04
16 Gb ram
SSD 500 Gb
Dual boot sur windows
Avec ce fstab, ça fonctionne, mais la ram arrive vite à saturation provocant le freeze du système.
~~~~~~~~~~~~~~~~~~~
fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=1cc6064f-aedb-442f-aa4d-30813b198eac / ext4 noatime,errors=remount-ro,commit=60 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=16E8-E36C /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda7 during installation
UUID=7e7a44e7-cafb-48d1-bc9e-bde8b489946d /home ext4 defaults,noatime,errors=remount-ro,commit=60 0 2
# swap was on /dev/sda5 during installation
UUID=a72a9f00-407d-4388-89e6-43f6186df558 none swap sw 0 0
#Cache navigateur en RAM
tmpfs /tmp tmpfs defaults,mode=1777 0 0
#tmpfs /var/tmp tmpfs defaults,noexec,noatime,mode=1777,size=3g 0 0
tmpfs /home/marc/.cache/mozilla/firefox tmpfs mode=1777 0 0
#tmpfs /proc/1007/cwd/.cache/yandex-browser-beta/PnaclTranslationCache tmpfs mode=1777 0 0
tmpfs /home/marc/.cache/yandex-browser-beta/Default/Cache/ tmpfs mode=1777 0 0
#tmpfs /var/log tmpfs defaults,nosuid,nodev,noatime,mode=0755,size=5% 0 0
#tmpfs /media/ramdisk tmpfs défaut,noatime,mode=1777 0 0
Dernière modification par enebre (Le 01/10/2023, à 16:18)
Hors ligne
#2 Le 01/10/2023, à 14:57
- Vobul
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
> Avec ce fstab, ça fonctionne, mais la ram arrive vite à saturation provocant le freeze du système.
Et qu'attends-tu comme réponse ?
Soit tu mets plus de RAM dans l'ordi pour contenir les dossiers, soit tu mets moins de trucs en RAM. Mais il n'y a pas de solution magique. Aussi, tu ne donnes pas la taille des dossiers mis en RAM.
Sinon petite question, pourquoi vouloir utiliser Yandex browser ?? (pour celles et ceux qui ne connaissent pas, c'est un truc russo-russe, ambiance FSB, je préfèrerai me couper une couille que d'installer ça sur mon système)
Vobul
Utilisez le retour utilisable de commandes !!!
J'aime la langue française, mais je parle franglais, deal with it.
RTFM
Hors ligne
#3 Le 01/10/2023, à 15:07
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
Bonjour Vobul,
Tu n'irais quand pas à faire ce sacrifice !
J'aime bien Yandex, il est rapide et dans l'ensemble me convient bien, mais c'est évident qu'il faut le franciser à fond, sinon on se retrouve en Russie à chaque clic.
Pour le cache en Ram, vois-tu la ligne que j'ai commentée pour Yandex, je crois que c'est cette ligne qui a bloqué l'accès total à la RAM, Je n'en suis pas certain, qu'en penses-tu ?
Hors ligne
#4 Le 01/10/2023, à 15:10
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
je mélange les pinceaux.
Je ne sais pas ce qui cloche.
Yandex semble fonctionner, mais lorsque tumblerd et systemed-journal s'y mettent, le cpu et la ram montent au taquet
tmpfs /tmp tmpfs defaults,mode=1777 0 0
#tmpfs /var/tmp tmpfs defaults,noexec,noatime,mode=1777,size=3g 0 0
tmpfs /home/marc/.cache/mozilla/firefox tmpfs mode=1777 0 0
#tmpfs /proc/1007/cwd/.cache/yandex-browser-beta/PnaclTranslationCache tmpfs mode=1777 0 0
tmpfs /home/marc/.cache/yandex-browser-beta/Default/Cache/ tmpfs mode=1777 0 0
#tmpfs /var/log tmpfs defaults,nosuid,nodev,noatime,mode=0755,size=5% 0 0
#tmpfs /media/ramdisk tmpfs défaut,noatime,mode=1777 0 0
Hors ligne
#5 Le 01/10/2023, à 15:25
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
Lorsque j'essaye d'ouvrir la journalisation, j'ai des milliers de pages qui essayent de s'ouvrir, je dois tuer le processus.
Il y a un souci quelque part...
Hors ligne
#6 Le 01/10/2023, à 16:03
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
$ tail -f /var/log/syslog
Oct 1 16:42:29 marc kernel: [16879.996917] rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Oct 1 16:42:29 marc kernel: [16879.996925] rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Oct 1 16:42:29 marc kernel: [16880.097857] pcieport 0000:00:1c.1: AER: Multiple Corrected error received: 0000:02:00.0
Oct 1 16:42:29 marc kernel: [16880.097896] rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Oct 1 16:42:29 marc kernel: [16880.097904] rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Oct 1 16:42:29 marc kernel: [16880.097912] rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Oct 1 16:42:29 marc kernel: [16880.132399] pcieport 0000:00:1c.1: AER: Multiple Corrected error received: 0000:02:00.0
Oct 1 16:42:29 marc kernel: [16880.132439] rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Oct 1 16:42:29 marc kernel: [16880.132446] rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Oct 1 16:42:29 marc kernel: [16880.132454] rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Hors ligne
#7 Le 01/10/2023, à 16:17
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
± résolu
Pour stopper la journalisation de l'erreur pcie...miracle ça fonctionne
You edit the grub configuration and make the GRUB_CMDLINE_LINUX_DEFAULT line look like this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
sudo update-grub
et reboot
Hors ligne
#8 Le 01/10/2023, à 16:18
- xubu1957
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#9 Le 01/10/2023, à 19:58
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
Bonsoir xubu1957,
Pour le wifi et avec la commande suivante, j'obtiens ce retour, est-ce que ça peut à définir le driver, le wifi fonctionne assez bien, par contre ethernet saute régulièrement et je dois rebooter.
marc@marc:~$ sudo lshw
*-pci:0
description: PCI bridge
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1c
information bus: pci@0000:00:1c.0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:122 portE/S:4000(taille=4096) mémoire:7fd00000-7fdfffff
*-network
description: Ethernet interface
produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:01:00.0
nom logique: enp1s0
version: 15
numéro de série: 68:1d:ef:2e:98:5a
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.2.0-33-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.59 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources : irq:16 portE/S:4000(taille=256) mémoire:7fd04000-7fd04fff mémoire:7fd00000-7fd03fff
*-pci:1
description: PCI bridge
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1c.1
information bus: pci@0000:00:1c.1
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:123 portE/S:3000(taille=4096) mémoire:7fc00000-7fcfffff
*-network
description: Interface réseau sans fil
produit: RTL8821CE 802.11ac PCIe Wireless Network Adapter
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: wlp2s0
version: 00
numéro de série: 38:ca:73:0f:35:9e
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=rtw_8821ce driverversion=6.2.0-33-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
ressources : irq:128 portE/S:3000(taille=256) mémoire:7fc00000-7fc0ffff
*-communication:1
description: Communication controller
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1e
information bus: pci@0000:00:1e.0
version: 01
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list
configuration : driver=intel-lpss latency=0
ressources : irq:20 mémoire:4010005000-4010005fff
*-serial:5
description: Serial bus controller
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1e.3
information bus: pci@0000:00:1e.3
version: 01
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list
configuration : driver=intel-lpss latency=0
ressources : irq:23 mémoire:4010006000-4010006fff
*-isa
description: ISA bridge
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1f
information bus: pci@0000:00:1f.0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: isa bus_master
configuration : latency=0
*-pnp00:00
produit: PnP device PNP0c02
identifiant matériel: 0
fonctionnalités: pnp
configuration : driver=system
*-pnp00:01
produit: PnP device INT3f0d
identifiant matériel: 1
fonctionnalités: pnp
configuration : driver=system
*-pnp00:02
produit: PnP device PNP0c02
identifiant matériel: 2
fonctionnalités: pnp
configuration : driver=system
*-pnp00:03
produit: PnP device PNP0c02
identifiant matériel: 3
fonctionnalités: pnp
configuration : driver=system
*-pnp00:04
produit: PnP device PNP0c02
identifiant matériel: 4
fonctionnalités: pnp
configuration : driver=system
*-pnp00:05
produit: PnP device PNP0c02
identifiant matériel: 5
fonctionnalités: pnp
configuration : driver=system
Hors ligne
#10 Le 01/10/2023, à 20:02
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
marc@marc:~$ lspci -vv
00:00.0 Host bridge: Intel Corporation Device 4e24
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
00:02.0 VGA compatible controller: Intel Corporation JasperLake [UHD Graphics] (rev 01) (prog-if 00 [VGA controller])
DeviceName: Onboard - Video
Subsystem: Intel Corporation JasperLake [UHD Graphics]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 129
Region 0: Memory at 6000000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at 4000000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 5000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Dynamic Tuning service
DeviceName: Onboard - Other
Subsystem: Intel Corporation Dynamic Tuning service
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at 6001110000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel modules: processor_thermal_device_pci_legacy
00:14.0 USB controller: Intel Corporation Device 4ded (rev 01) (prog-if 30 [XHCI])
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 125
Region 0: Memory at 6001100000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:14.2 RAM memory: Intel Corporation Device 4def (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Region 0: Memory at 6001124000 (64-bit, non-prefetchable) [disabled] [size=8K]
Region 2: Memory at 6001130000 (64-bit, non-prefetchable) [disabled] [size=4K]
Capabilities: <access denied>
00:15.0 Serial bus controller: Intel Corporation Serial IO I2C Host Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Serial IO I2C Host Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at 4010000000 (64-bit, non-prefetchable) [virtual] [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:15.1 Serial bus controller: Intel Corporation Serial IO I2C Host Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Serial IO I2C Host Controller
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 17
Region 0: Memory at 4010001000 (64-bit, non-prefetchable) [virtual] [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:15.2 Serial bus controller: Intel Corporation Device 4dea (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 18
Region 0: Memory at 4010002000 (64-bit, non-prefetchable) [virtual] [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Management Engine Interface (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Management Engine Interface
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 127
Region 0: Memory at 600112c000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: mei_me
Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Device 4dd3 (rev 01) (prog-if 01 [AHCI 1.0])
DeviceName: Onboard - SATA
Subsystem: Intel Corporation Device 7270
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 124
Region 0: Memory at 7fe00000 (32-bit, non-prefetchable) [size=8K]
Region 1: Memory at 7fe03000 (32-bit, non-prefetchable) [size=256]
Region 2: I/O ports at 5090 [size=8]
Region 3: I/O ports at 5080 [size=4]
Region 4: I/O ports at 5060 [size=32]
Region 5: Memory at 7fe02000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci
00:19.0 Serial bus controller: Intel Corporation Device 4dc5 (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 32
Region 0: Memory at 4010003000 (64-bit, non-prefetchable) [virtual] [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:19.1 Serial bus controller: Intel Corporation Device 4dc6 (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 33
Region 0: Memory at 4010004000 (64-bit, non-prefetchable) [virtual] [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1a.0 SD Host controller: Intel Corporation Device 4dc4 (rev 01) (prog-if 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at 6001129000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
00:1c.0 PCI bridge: Intel Corporation Device 4db8 (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 122
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00004000-00004fff [size=4K]
Memory behind bridge: 7fd00000-7fdfffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation Device 4db9 (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 123
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00003000-00003fff [size=4K]
Memory behind bridge: 7fc00000-7fcfffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1e.0 Communication controller: Intel Corporation Device 4da8 (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 20
Region 0: Memory at 4010005000 (64-bit, non-prefetchable) [virtual] [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1e.3 Serial bus controller: Intel Corporation Device 4dab (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin D routed to IRQ 23
Region 0: Memory at 4010006000 (64-bit, non-prefetchable) [virtual] [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1f.0 ISA bridge: Intel Corporation Device 4d87 (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation Device 7270
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
00:1f.3 Audio device: Intel Corporation Device 4dc8 (rev 01)
DeviceName: Onboard - Sound
Subsystem: Intel Corporation Device 7270
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 130
Region 0: Memory at 6001120000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at 6001000000 (64-bit, non-prefetchable) [size=1M]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_sof_pci_intel_icl
00:1f.4 SMBus: Intel Corporation JaserLake SMBus (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation JaserLake SMBus
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at 6001126000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at efa0 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
00:1f.5 Serial bus controller: Intel Corporation JaserLake SPI (flash) Controller (rev 01)
DeviceName: Onboard - Other
Subsystem: Intel Corporation JaserLake SPI (flash) Controller
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Region 0: Memory at 7fe04000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: intel-spi
Kernel modules: spi_intel_pci
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: I/O ports at 4000 [size=256]
Region 2: Memory at 7fd04000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at 7fd00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: r8169
Kernel modules: r8169
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
Subsystem: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 128
Region 0: I/O ports at 3000 [size=256]
Region 2: Memory at 7fc00000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: rtw_8821ce
Kernel modules: rtw88_8821ce
Hors ligne
#11 Le 01/10/2023, à 20:14
- enebre
Re : [± Résolu]Je n'arrive pas à régler fstab pour .cache en ram
marc@marc:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:4e24]
00:02.0 VGA compatible controller [0300]: Intel Corporation JasperLake [UHD Graphics] [8086:4e61] (rev 01)
00:04.0 Signal processing controller [1180]: Intel Corporation Dynamic Tuning service [8086:4e03]
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:4ded] (rev 01)
00:14.2 RAM memory [0500]: Intel Corporation Device [8086:4def] (rev 01)
00:15.0 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller [8086:4de8] (rev 01)
00:15.1 Serial bus controller [0c80]: Intel Corporation Serial IO I2C Host Controller [8086:4de9] (rev 01)
00:15.2 Serial bus controller [0c80]: Intel Corporation Device [8086:4dea] (rev 01)
00:16.0 Communication controller [0780]: Intel Corporation Management Engine Interface [8086:4de0] (rev 01)
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:4dd3] (rev 01)
00:19.0 Serial bus controller [0c80]: Intel Corporation Device [8086:4dc5] (rev 01)
00:19.1 Serial bus controller [0c80]: Intel Corporation Device [8086:4dc6] (rev 01)
00:1a.0 SD Host controller [0805]: Intel Corporation Device [8086:4dc4] (rev 01)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:4db8] (rev 01)
00:1c.1 PCI bridge [0604]: Intel Corporation Device [8086:4db9] (rev 01)
00:1e.0 Communication controller [0780]: Intel Corporation Device [8086:4da8] (rev 01)
00:1e.3 Serial bus controller [0c80]: Intel Corporation Device [8086:4dab] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:4d87] (rev 01)
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:4dc8] (rev 01)
00:1f.4 SMBus [0c05]: Intel Corporation JaserLake SMBus [8086:4da3] (rev 01)
00:1f.5 Serial bus controller [0c80]: Intel Corporation JaserLake SPI (flash) Controller [8086:4da4] (rev 01)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
J'avais beaucoup de ceci, mais depuis que j'ai blocker cette journalisation, je n'ai plus rien.
Mais voici une sauvegarde que j'avais faite de :
$ tail -f /var/log/syslog
Oct 1 16:42:29 marc kernel: [16879.996917] rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Oct 1 16:42:29 marc kernel: [16879.996925] rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Oct 1 16:42:29 marc kernel: [16880.097857] pcieport 0000:00:1c.1: AER: Multiple Corrected error received: 0000:02:00.0
Oct 1 16:42:29 marc kernel: [16880.097896] rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Oct 1 16:42:29 marc kernel: [16880.097904] rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Oct 1 16:42:29 marc kernel: [16880.097912] rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Hors ligne