Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 12/11/2019, à 15:28

chapichapoto

(RESOLU) demarrage tres lent de Xubuntu

Bonjour, j'avais Xubuntu 18 04 en dual boot avec Win7, tout fonctionnait bien. J'ai eu un problème avec Win7 et en voulant essayer de réparer le boot, j'ai mis la pagaille dans le PC. j'ai donc réinstallé Xubuntu seul sur le disque et depuis, il met 5 minutes au démarrage.
J’ai essayé de faire "sudo apt-get remove xserver-xorg-video-intel" comme suggérer dans les forums mais rien n'y fait. Avez vous une idée? surtout qu'avant, il marchait très bien en dual boot.

Dernière modification par chapichapoto (Le 13/11/2019, à 00:46)

Hors ligne

#2 Le 12/11/2019, à 16:37

Pam547

Re : (RESOLU) demarrage tres lent de Xubuntu

Salut,

Peut-être d'autres idées après avoir lu les retours de :

systemd-analyze

et de

systemd-analyze blame

Art.9.(code civil)  Chacun a droit au respect de sa vie privée.

Art.12.(déclaration universelle des DDH) Nul ne sera l'objet d'immixtions arbitraires dans sa vie privée, sa famille, son domicile ou sa correspondance, ni d'atteintes à son honneur et à sa réputation. Toute personne a droit à la protection de la loi contre de telles immixtions ou de telles atteintes.

Hors ligne

#3 Le 12/11/2019, à 18:05

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

voila

duq@duq-Latitude-D630:~$ systemd-analyze
Startup finished in 5.185s (kernel) + 1min 46.337s (userspace) = 1min 51.523s
graphical.target reached after 1min 46.327s in userspace
duq@duq-Latitude-D630:~$ systemd-analyze blame
    1min 30.304s gpu-manager.service
    1min 24.913s plymouth-quit-wait.service
         11.688s dev-sda1.device
         10.424s systemd-journal-flush.service
          7.922s systemd-tmpfiles-setup-dev.service
          7.470s NetworkManager-wait-online.service
          5.642s NetworkManager.service
          4.792s snapd.service
          4.472s udisks2.service
          4.203s networkd-dispatcher.service
          2.687s thermald.service
          2.637s ModemManager.service
          2.357s wpa_supplicant.service
          1.819s keyboard-setup.service
          1.718s accounts-daemon.service
          1.423s avahi-daemon.service
          1.367s systemd-sysctl.service
          1.113s systemd-modules-load.service
           999ms rsyslog.service
           901ms upower.service
           888ms systemd-udev-trigger.service
           833ms resolvconf.service
           639ms systemd-journald.service

Hors ligne

#4 Le 12/11/2019, à 18:26

ylag

Re : (RESOLU) demarrage tres lent de Xubuntu

Salut,

Pour un complément d'info, fait voir les retours de:

systemctl status gpu-manager.service --no-pager -l

...et de:

cat /var/log/gpu-manager.log

A+

Hors ligne

#5 Le 12/11/2019, à 18:30

inbox

Re : (RESOLU) demarrage tres lent de Xubuntu

Salut,

En complément, donne aussi le retour de :

dmesg

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#6 Le 12/11/2019, à 18:43

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ systemctl status gpu-manager.service --no-pager -l
● gpu-manager.service - Detect the available GPUs and deal with any system changes
   Loaded: loaded (/lib/systemd/system/gpu-manager.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since Tue 2019-11-12 14:59:34 CET; 2h 41min ago
  Process: 597 ExecStart=/usr/bin/gpu-manager --log /var/log/gpu-manager.log (code=exited, status=0/SUCCESS)
 Main PID: 597 (code=exited, status=0/SUCCESS)

nov. 12 14:58:03 duq-Latitude-D630 systemd[1]: Starting Detect the available GPUs and deal with any system changes...
nov. 12 14:59:34 duq-Latitude-D630 systemd[1]: Started Detect the available GPUs and deal with any system changes.
duq@duq-Latitude-D630:~$ cat /var/log/gpu-manager.log
log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /run/u-d-c-nvidia-was-loaded file
can't access /opt/amdgpu-pro/bin/amdgpu-pro-px
Looking for nvidia modules in /lib/modules/4.15.0-66-generic/updates/dkms
Looking for amdgpu modules in /lib/modules/4.15.0-66-generic/updates/dkms
Is nvidia loaded? no
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is amdgpu versioned? no
Is amdgpu pro stack? no
Is nouveau loaded? no
Is nouveau blacklisted? no
Is nvidia kernel module available? no
Is amdgpu kernel module available? no
Vendor/Device Id: 8086:2a02
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 8086:2a03
BusID "PCI:0@0:2:1"
Is boot vga? no
Error: can't access /sys/bus/pci/devices/0000:00:02.1/driver
The device is not bound to any driver.
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
	card0-LVDS-1
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
last cards number = 2
Has amd? no
Has intel? yes
Has nvidia? no
How many cards? 2
Has the system changed? No
Intel IGP detected
Desktop system detected
or laptop with open drivers
Nothing to do
duq@duq-Latitude-D630:~$ 
[    5.780510] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.915537] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    5.932362] systemd[1]: Detected architecture x86-64.
[    5.953007] systemd[1]: Set hostname to <duq-Latitude-D630>.
[    8.563991] systemd[1]: Created slice System Slice.
[    8.564172] systemd[1]: Listening on udev Control Socket.
[    8.564275] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.564382] systemd[1]: Listening on Journal Socket.
[    8.565409] systemd[1]: Mounting Kernel Debug File System...
[    8.566706] systemd[1]: Mounting Huge Pages File System...
[    8.567904] systemd[1]: Mounting POSIX Message Queue File System...
[    9.110557] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.360554] lp: driver loaded but no devices found
[    9.585459] systemd-journald[253]: Received request to flush runtime journal from PID 1
[    9.676046] ppdev: user-space parallel port driver
[   17.420064] audit: type=1400 audit(1573567080.476:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=370 comm="apparmor_parser"
[   17.420069] audit: type=1400 audit(1573567080.476:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=370 comm="apparmor_parser"
[   17.420072] audit: type=1400 audit(1573567080.476:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=370 comm="apparmor_parser"
[   17.420075] audit: type=1400 audit(1573567080.476:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=370 comm="apparmor_parser"
[   17.424600] audit: type=1400 audit(1573567080.480:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=369 comm="apparmor_parser"
[   17.424604] audit: type=1400 audit(1573567080.480:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=369 comm="apparmor_parser"
[   17.438959] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[   17.439608] audit: type=1400 audit(1573567080.492:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=375 comm="apparmor_parser"
[   17.439613] audit: type=1400 audit(1573567080.492:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=375 comm="apparmor_parser"
[   17.439615] audit: type=1400 audit(1573567080.492:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=375 comm="apparmor_parser"
[   17.445523] audit: type=1400 audit(1573567080.500:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=373 comm="apparmor_parser"
[   17.471299] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.544981] Bluetooth: Core ver 2.22
[   17.545003] NET: Registered protocol family 31
[   17.545004] Bluetooth: HCI device and connection manager initialized
[   17.545009] Bluetooth: HCI socket layer initialized
[   17.545012] Bluetooth: L2CAP socket layer initialized
[   17.545019] Bluetooth: SCO socket layer initialized
[   17.568234] usbcore: registered new interface driver btusb
[   17.568850] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.583792] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.606124] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[   17.606262] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
[   17.606296] yenta_cardbus 0000:03:01.0: CardBus bridge to [bus 04]
[   17.606298] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[   17.606303] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[   17.606308] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0800000-0xf0bfffff]
[   17.606313] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0c00000-0xf0ffffff]
[   17.606323] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[   17.681027] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9205: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   17.681030] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   17.681032] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   17.681034] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   17.681035] snd_hda_codec_idt hdaudioC0D0:    dig-out=0x21/0x0
[   17.681037] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   17.681039] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   17.681041] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   17.706249] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.706323] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.741965] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[   17.741970] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[   17.743182] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io  0x5000-0x5fff]
[   17.743186] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
[   17.743189] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
[   17.743197]  excluding 0xf6af0000-0xf6afffff
[   17.833258] pci 0000:00:00.0: Intel 965GM Chipset
[   17.833278] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   17.834172] pci 0000:00:00.0: detected 8192K stolen memory
[   17.834230] [drm] Memory usable by graphics device = 512M
[   17.834235] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   17.834236] fb: switching to inteldrmfb from VESA VGA
[   17.834296] Console: switching to colour dummy device 80x25
[   17.834474] [drm] Replacing VGA console driver
[   17.842274] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   17.842276] [drm] Driver supports precise vblank timestamp query.
[   17.844719] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   17.925357] wl: loading out-of-tree module taints kernel.
[   17.925364] wl: module license 'MIXED/Proprietary' taints kernel.
[   17.925365] Disabling lock debugging due to kernel taint
[   17.942601] wl: module verification failed: signature and/or required key missing - tainting kernel
[   18.002843] malloc in abgphy done
[   18.005083] malloc in abgphy done
[   18.005426] wl driver 6.30.223.271 (r587334) failed with code 21
[   18.005429] ERROR @wl_cfg80211_detach : 
[   18.005430] NULL ndev->ieee80211ptr, unable to deref wl
[   18.064379] kvm: disabled by bios
[   18.097509] kvm: disabled by bios
[   18.100543] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   18.100598] intel_powerclamp: No package C-state available
[   18.134537] [drm] RC6 disabled, disabling runtime PM support
[   18.134546] [drm] initialized overlay support
[   18.134869] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[   18.135208] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[   18.147961] intel_powerclamp: No package C-state available
[   18.151446] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   18.156305] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input10
[   18.160756] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[   18.215491] dell_laptop: Using i8042 filter function for receiving events
[   18.270109] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[   18.307364] gpio_ich: GPIO from 462 to 511 on gpio_ich
[   18.399450] leds dell::kbd_backlight: Setting an LED's brightness failed (-5)
[   18.421095] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   18.421104]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   18.421137] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   18.421153]  excluding 0xa0000000-0xa0ffffff
[   18.421174] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   18.421189]  excluding 0x60000000-0x60ffffff
[   18.504174] usb 3-2: USB disconnect, device number 2
[   20.429660] Adding 4183036k swap on /dev/sda5.  Priority:-2 extents:1 across:4183036k FS
[   20.827208] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   20.827210] Bluetooth: BNEP filters: protocol multicast
[   20.827215] Bluetooth: BNEP socket layer initialized
[   26.659825] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   26.696576] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   28.380242] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:34:pipe A] flip_done timed out
[   28.484210] ------------[ cut here ]------------
[   28.484216] vblank wait timed out on crtc 0
[   28.484337] WARNING: CPU: 0 PID: 91 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1081 drm_wait_one_vblank+0x188/0x190 [drm]
[   28.484340] Modules linked in: bnep gpio_ich dell_wmi sparse_keymap wmi_bmof dell_rbtn dell_laptop dell_smbios dell_wmi_descriptor dcdbas dell_smm_hwmon coretemp kvm irqbypass wl(POE) i915 pcmcia snd_hda_codec_hdmi input_leds joydev serio_raw snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket pcmcia_rsrc lpc_ich pcmcia_core snd_seq snd_seq_device snd_timer snd btusb btrtl btbcm cfg80211 btintel bluetooth ecdh_generic drm_kms_helper soundcore drm shpchp i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt wmi mac_hid video sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic psmouse firewire_ohci firewire_core pata_acpi crc_itu_t tg3 usbhid hid ptp pps_core
[   28.484478] CPU: 0 PID: 91 Comm: kworker/u4:3 Tainted: P           OE    4.15.0-66-generic #75-Ubuntu
[   28.484481] Hardware name: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[   28.484493] Workqueue: events_unbound async_run_entry_fn
[   28.484532] RIP: 0010:drm_wait_one_vblank+0x188/0x190 [drm]
[   28.484535] RSP: 0018:ffffafb2809ffa00 EFLAGS: 00010286
[   28.484541] RAX: 0000000000000000 RBX: ffff969017fc0000 RCX: 0000000000000006
[   28.484544] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff96901fc16490
[   28.484547] RBP: ffffafb2809ffa58 R08: 0000000000000392 R09: 0000000000000001
[   28.484550] R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000000
[   28.484553] R13: 0000000000000000 R14: 0000000001000001 R15: ffff96901308b408
[   28.484558] FS:  0000000000000000(0000) GS:ffff96901fc00000(0000) knlGS:0000000000000000
[   28.484562] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   28.484565] CR2: 000055894e7ad148 CR3: 000000005d60a000 CR4: 00000000000006f0
[   28.484568] Call Trace:
[   28.484582]  ? wait_woken+0x80/0x80
[   28.484730]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[   28.484851]  intel_tv_detect+0x147/0x510 [i915]
[   28.484860]  ? __i2c_transfer+0x123/0x400
[   28.484865]  ? _cond_resched+0x19/0x40
[   28.484873]  ? ww_mutex_lock+0x5a/0x70
[   28.484900]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   28.484919]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   28.484937]  drm_helper_probe_single_connector_modes+0xe2/0x720 [drm_kms_helper]
[   28.484960]  drm_setup_crtcs+0x13f/0xa30 [drm_kms_helper]
[   28.484966]  ? __switch_to_asm+0x41/0x70
[   28.484970]  ? __switch_to_asm+0x35/0x70
[   28.484974]  ? __switch_to_asm+0x41/0x70
[   28.484979]  ? __switch_to_asm+0x35/0x70
[   28.484983]  ? __switch_to_asm+0x41/0x70
[   28.484987]  ? __switch_to_asm+0x35/0x70
[   28.484992]  ? __switch_to_asm+0x35/0x70
[   28.485011]  __drm_fb_helper_initial_config_and_unlock+0x41/0x410 [drm_kms_helper]
[   28.485017]  ? __switch_to_asm+0x35/0x70
[   28.485021]  ? __switch_to_asm+0x41/0x70
[   28.485025]  ? __switch_to_asm+0x35/0x70
[   28.485029]  ? __switch_to_asm+0x41/0x70
[   28.485048]  drm_fb_helper_initial_config+0x35/0x40 [drm_kms_helper]
[   28.485165]  intel_fbdev_initial_config+0x18/0x30 [i915]
[   28.485172]  async_run_entry_fn+0x3c/0x150
[   28.485178]  process_one_work+0x1de/0x420
[   28.485184]  worker_thread+0x32/0x410
[   28.485188]  kthread+0x121/0x140
[   28.485193]  ? process_one_work+0x420/0x420
[   28.485197]  ? kthread_create_worker_on_cpu+0x70/0x70
[   28.485203]  ret_from_fork+0x35/0x40
[   28.485207] Code: ff ff e8 bc 48 e2 f1 48 8d 75 a8 4c 89 ff e8 80 b7 e6 f1 45 85 ed 0f 85 f8 fe ff ff 44 89 e6 48 c7 c7 e0 a5 28 c0 e8 f8 45 e2 f1 <0f> 0b e9 e2 fe ff ff 90 66 66 66 66 90 55 8b b7 90 00 00 00 48 
[   28.485309] ---[ end trace dca7c9e1de78b570 ]---
[   30.375754] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[   30.375784] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
[   30.375834] IPv6: ADDRCONF(NETDEV_CHANGE): enp9s0: link becomes ready
[   38.620251] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:34:pipe A] flip_done timed out
[   48.860268] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:28:plane A] flip_done timed out
[   48.876507] fbcon: inteldrmfb (fb0) is primary device
[   49.747751] Console: switching to colour frame buffer device 160x50
[   49.772150] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   59.868951] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[   59.972391] ------------[ cut here ]------------
[   59.972395] vblank wait timed out on crtc 1
[   59.972516] WARNING: CPU: 0 PID: 101 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1081 drm_wait_one_vblank+0x188/0x190 [drm]
[   59.972518] Modules linked in: bnep gpio_ich dell_wmi sparse_keymap wmi_bmof dell_rbtn dell_laptop dell_smbios dell_wmi_descriptor dcdbas dell_smm_hwmon coretemp kvm irqbypass wl(POE) i915 pcmcia snd_hda_codec_hdmi input_leds joydev serio_raw snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket pcmcia_rsrc lpc_ich pcmcia_core snd_seq snd_seq_device snd_timer snd btusb btrtl btbcm cfg80211 btintel bluetooth ecdh_generic drm_kms_helper soundcore drm shpchp i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt wmi mac_hid video sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic psmouse firewire_ohci firewire_core pata_acpi crc_itu_t tg3 usbhid hid ptp pps_core
[   59.972632] CPU: 0 PID: 101 Comm: kworker/0:2 Tainted: P        W  OE    4.15.0-66-generic #75-Ubuntu
[   59.972634] Hardware name: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[   59.972662] Workqueue: events output_poll_execute [drm_kms_helper]
[   59.972701] RIP: 0010:drm_wait_one_vblank+0x188/0x190 [drm]
[   59.972704] RSP: 0018:ffffafb280a379f0 EFLAGS: 00010282
[   59.972709] RAX: 0000000000000000 RBX: ffff969017fc0000 RCX: 000000000000001f
[   59.972712] RDX: 0000000000000000 RSI: 0000000000000002 RDI: 0000000000000202
[   59.972714] RBP: ffffafb280a37a48 R08: 0000000000000002 R09: 0000000000022080
[   59.972717] R10: 0000000000000000 R11: 00000016f4d56db1 R12: 0000000000000001
[   59.972720] R13: 0000000000000000 R14: 000000000100078f R15: ffff96901308b570
[   59.972725] FS:  0000000000000000(0000) GS:ffff96901fc00000(0000) knlGS:0000000000000000
[   59.972728] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   59.972731] CR2: 000055faf7b84ff8 CR3: 000000005d60a000 CR4: 00000000000006f0
[   59.972734] Call Trace:
[   59.972749]  ? wait_woken+0x80/0x80
[   59.972857]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[   59.972946]  intel_tv_detect+0x147/0x510 [i915]
[   59.972954]  ? __i2c_transfer+0x123/0x400
[   59.972959]  ? _cond_resched+0x19/0x40
[   59.972966]  ? ww_mutex_lock+0x5a/0x70
[   59.972989]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   59.973007]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   59.973025]  drm_helper_probe_single_connector_modes+0xe2/0x720 [drm_kms_helper]
[   59.973047]  drm_setup_crtcs+0x13f/0xa30 [drm_kms_helper]
[   59.973051]  ? _cond_resched+0x19/0x40
[   59.973054]  ? ww_mutex_lock+0x17/0x70
[   59.973075]  drm_fb_helper_hotplug_event.part.32+0x8f/0xb0 [drm_kms_helper]
[   59.973093]  drm_fb_helper_hotplug_event+0x1a/0x20 [drm_kms_helper]
[   59.973178]  intel_fbdev_output_poll_changed+0x6b/0xa0 [i915]
[   59.973197]  drm_kms_helper_hotplug_event+0x2a/0x30 [drm_kms_helper]
[   59.973214]  output_poll_execute+0xa3/0x1b0 [drm_kms_helper]
[   59.973221]  process_one_work+0x1de/0x420
[   59.973226]  worker_thread+0x32/0x410
[   59.973231]  kthread+0x121/0x140
[   59.973235]  ? process_one_work+0x420/0x420
[   59.973239]  ? kthread_create_worker_on_cpu+0x70/0x70
[   59.973245]  ret_from_fork+0x35/0x40
[   59.973249] Code: ff ff e8 bc 48 e2 f1 48 8d 75 a8 4c 89 ff e8 80 b7 e6 f1 45 85 ed 0f 85 f8 fe ff ff 44 89 e6 48 c7 c7 e0 a5 28 c0 e8 f8 45 e2 f1 <0f> 0b e9 e2 fe ff ff 90 66 66 66 66 90 55 8b b7 90 00 00 00 48 
[   59.973329] ---[ end trace dca7c9e1de78b571 ]---
[   70.108252] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[   80.348255] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:35:plane B] flip_done timed out
[   90.588254] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[   90.692212] ------------[ cut here ]------------
[   90.692218] vblank wait timed out on crtc 1
[   90.692340] WARNING: CPU: 0 PID: 101 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1081 drm_wait_one_vblank+0x188/0x190 [drm]
[   90.692342] Modules linked in: bnep gpio_ich dell_wmi sparse_keymap wmi_bmof dell_rbtn dell_laptop dell_smbios dell_wmi_descriptor dcdbas dell_smm_hwmon coretemp kvm irqbypass wl(POE) i915 pcmcia snd_hda_codec_hdmi input_leds joydev serio_raw snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket pcmcia_rsrc lpc_ich pcmcia_core snd_seq snd_seq_device snd_timer snd btusb btrtl btbcm cfg80211 btintel bluetooth ecdh_generic drm_kms_helper soundcore drm shpchp i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt wmi mac_hid video sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic psmouse firewire_ohci firewire_core pata_acpi crc_itu_t tg3 usbhid hid ptp pps_core
[   90.692480] CPU: 0 PID: 101 Comm: kworker/0:2 Tainted: P        W  OE    4.15.0-66-generic #75-Ubuntu
[   90.692483] Hardware name: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[   90.692512] Workqueue: events output_poll_execute [drm_kms_helper]
[   90.692552] RIP: 0010:drm_wait_one_vblank+0x188/0x190 [drm]
[   90.692555] RSP: 0018:ffffafb280a379f0 EFLAGS: 00010282
[   90.692560] RAX: 0000000000000000 RBX: ffff969017fc0000 RCX: 0000000000000006
[   90.692564] RDX: 0000000000000007 RSI: 0000000000000086 RDI: ffff96901fc16490
[   90.692567] RBP: ffffafb280a37a48 R08: 00000000000003fc R09: 0000000000000001
[   90.692570] R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000001
[   90.692573] R13: 0000000000000000 R14: 0000000003000790 R15: ffff96901308b570
[   90.692578] FS:  0000000000000000(0000) GS:ffff96901fc00000(0000) knlGS:0000000000000000
[   90.692582] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   90.692585] CR2: 0000563a67e44620 CR3: 000000005d60a000 CR4: 00000000000006f0
[   90.692588] Call Trace:
[   90.692603]  ? wait_woken+0x80/0x80
[   90.692712]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[   90.692802]  intel_tv_detect+0x147/0x510 [i915]
[   90.692810]  ? __i2c_transfer+0x123/0x400
[   90.692815]  ? _cond_resched+0x19/0x40
[   90.692823]  ? ww_mutex_lock+0x5a/0x70
[   90.692846]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   90.692865]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[   90.692883]  drm_helper_probe_single_connector_modes+0xe2/0x720 [drm_kms_helper]
[   90.692905]  drm_setup_crtcs+0x13f/0xa30 [drm_kms_helper]
[   90.692910]  ? _cond_resched+0x19/0x40
[   90.692914]  ? ww_mutex_lock+0x17/0x70
[   90.692934]  drm_fb_helper_hotplug_event.part.32+0x8f/0xb0 [drm_kms_helper]
[   90.692953]  drm_fb_helper_hotplug_event+0x1a/0x20 [drm_kms_helper]
[   90.693038]  intel_fbdev_output_poll_changed+0x6b/0xa0 [i915]
[   90.693058]  drm_kms_helper_hotplug_event+0x2a/0x30 [drm_kms_helper]
[   90.693076]  output_poll_execute+0x187/0x1b0 [drm_kms_helper]
[   90.693084]  process_one_work+0x1de/0x420
[   90.693089]  worker_thread+0x253/0x410
[   90.693094]  kthread+0x121/0x140
[   90.693099]  ? process_one_work+0x420/0x420
[   90.693103]  ? kthread_create_worker_on_cpu+0x70/0x70
[   90.693109]  ret_from_fork+0x35/0x40
[   90.693113] Code: ff ff e8 bc 48 e2 f1 48 8d 75 a8 4c 89 ff e8 80 b7 e6 f1 45 85 ed 0f 85 f8 fe ff ff 44 89 e6 48 c7 c7 e0 a5 28 c0 e8 f8 45 e2 f1 <0f> 0b e9 e2 fe ff ff 90 66 66 66 66 90 55 8b b7 90 00 00 00 48 
[   90.693214] ---[ end trace dca7c9e1de78b572 ]---
[  100.828248] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  111.068262] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:35:plane B] flip_done timed out
[  122.332330] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  122.434565] ------------[ cut here ]------------
[  122.434571] vblank wait timed out on crtc 1
[  122.434690] WARNING: CPU: 1 PID: 923 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1081 drm_wait_one_vblank+0x188/0x190 [drm]
[  122.434693] Modules linked in: bnep gpio_ich dell_wmi sparse_keymap wmi_bmof dell_rbtn dell_laptop dell_smbios dell_wmi_descriptor dcdbas dell_smm_hwmon coretemp kvm irqbypass wl(POE) i915 pcmcia snd_hda_codec_hdmi input_leds joydev serio_raw snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket pcmcia_rsrc lpc_ich pcmcia_core snd_seq snd_seq_device snd_timer snd btusb btrtl btbcm cfg80211 btintel bluetooth ecdh_generic drm_kms_helper soundcore drm shpchp i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt wmi mac_hid video sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic psmouse firewire_ohci firewire_core pata_acpi crc_itu_t tg3 usbhid hid ptp pps_core
[  122.434831] CPU: 1 PID: 923 Comm: Xorg Tainted: P        W  OE    4.15.0-66-generic #75-Ubuntu
[  122.434834] Hardware name: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[  122.434872] RIP: 0010:drm_wait_one_vblank+0x188/0x190 [drm]
[  122.434876] RSP: 0018:ffffafb280927950 EFLAGS: 00010286
[  122.434881] RAX: 0000000000000000 RBX: ffff969017fc0000 RCX: 0000000000000006
[  122.434884] RDX: 0000000000000007 RSI: 0000000000000082 RDI: ffff96901fd16490
[  122.434888] RBP: ffffafb2809279a8 R08: 000000000000042a R09: 0000000000000004
[  122.434891] R10: ffffafb280927800 R11: 0000000000000001 R12: 0000000000000001
[  122.434894] R13: 0000000000000000 R14: 0000000005000791 R15: ffff96901308b570
[  122.434899] FS:  00007ff3e549e600(0000) GS:ffff96901fd00000(0000) knlGS:0000000000000000
[  122.434903] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  122.434906] CR2: 00005610c1e62000 CR3: 0000000117da4000 CR4: 00000000000006e0
[  122.434909] Call Trace:
[  122.434924]  ? wait_woken+0x80/0x80
[  122.435033]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[  122.435122]  intel_tv_detect+0x147/0x510 [i915]
[  122.435153]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  122.435239]  ? intel_tv_get_modes+0x1e0/0x1e0 [i915]
[  122.435258]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  122.435277]  drm_helper_probe_single_connector_modes+0xe2/0x720 [drm_kms_helper]
[  122.435285]  ? jbd2_journal_stop+0xf6/0x3f0
[  122.435290]  ? ext4_dirty_inode+0x5c/0x70
[  122.435297]  ? __mark_inode_dirty+0x11d/0x3b0
[  122.435339]  drm_mode_getconnector+0x15d/0x340 [drm]
[  122.435376]  ? __drm_mode_object_find+0x59/0x100 [drm]
[  122.435415]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  122.435446]  drm_ioctl_kernel+0x5f/0xb0 [drm]
[  122.435478]  drm_ioctl+0x38e/0x460 [drm]
[  122.435516]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  122.435525]  do_vfs_ioctl+0xa8/0x630
[  122.435531]  ? vfs_write+0x132/0x1a0
[  122.435536]  SyS_ioctl+0x79/0x90
[  122.435543]  do_syscall_64+0x73/0x130
[  122.435551]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[  122.435556] RIP: 0033:0x7ff3e28955d7
[  122.435559] RSP: 002b:00007ffc2fdafcf8 EFLAGS: 00003246 ORIG_RAX: 0000000000000010
[  122.435565] RAX: ffffffffffffffda RBX: 000055a5a80829f8 RCX: 00007ff3e28955d7
[  122.435568] RDX: 00007ffc2fdafd30 RSI: 00000000c05064a7 RDI: 000000000000000e
[  122.435571] RBP: 00007ffc2fdafd30 R08: 0000000000000000 R09: 0000000000000000
[  122.435575] R10: 00007ff3e2b6aca0 R11: 0000000000003246 R12: 00000000c05064a7
[  122.435578] R13: 000000000000000e R14: 000000000000000e R15: 00007ffc2fdafd30
[  122.435582] Code: ff ff e8 bc 48 e2 f1 48 8d 75 a8 4c 89 ff e8 80 b7 e6 f1 45 85 ed 0f 85 f8 fe ff ff 44 89 e6 48 c7 c7 e0 a5 28 c0 e8 f8 45 e2 f1 <0f> 0b e9 e2 fe ff ff 90 66 66 66 66 90 55 8b b7 90 00 00 00 48 
[  122.435683] ---[ end trace dca7c9e1de78b573 ]---
[  132.572335] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  142.812331] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:35:plane B] flip_done timed out
[  153.052263] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  153.152283] ------------[ cut here ]------------
[  153.152289] vblank wait timed out on crtc 1
[  153.152408] WARNING: CPU: 1 PID: 923 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1081 drm_wait_one_vblank+0x188/0x190 [drm]
[  153.152411] Modules linked in: bnep gpio_ich dell_wmi sparse_keymap wmi_bmof dell_rbtn dell_laptop dell_smbios dell_wmi_descriptor dcdbas dell_smm_hwmon coretemp kvm irqbypass wl(POE) i915 pcmcia snd_hda_codec_hdmi input_leds joydev serio_raw snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket pcmcia_rsrc lpc_ich pcmcia_core snd_seq snd_seq_device snd_timer snd btusb btrtl btbcm cfg80211 btintel bluetooth ecdh_generic drm_kms_helper soundcore drm shpchp i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt wmi mac_hid video sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic psmouse firewire_ohci firewire_core pata_acpi crc_itu_t tg3 usbhid hid ptp pps_core
[  153.152550] CPU: 1 PID: 923 Comm: Xorg Tainted: P        W  OE    4.15.0-66-generic #75-Ubuntu
[  153.152553] Hardware name: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[  153.152591] RIP: 0010:drm_wait_one_vblank+0x188/0x190 [drm]
[  153.152594] RSP: 0018:ffffafb280927950 EFLAGS: 00010286
[  153.152600] RAX: 0000000000000000 RBX: ffff969017fc0000 RCX: 0000000000000006
[  153.152603] RDX: 0000000000000007 RSI: 0000000000000082 RDI: ffff96901fd16490
[  153.152606] RBP: ffffafb2809279a8 R08: 000000000000045c R09: 0000000000000004
[  153.152609] R10: ffffafb280927800 R11: 0000000000000001 R12: 0000000000000001
[  153.152613] R13: 0000000000000000 R14: 0000000007000792 R15: ffff96901308b570
[  153.152618] FS:  00007ff3e549e600(0000) GS:ffff96901fd00000(0000) knlGS:0000000000000000
[  153.152621] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  153.152625] CR2: 000055894e7caa14 CR3: 0000000117da4000 CR4: 00000000000006e0
[  153.152628] Call Trace:
[  153.152644]  ? wait_woken+0x80/0x80
[  153.152752]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[  153.152841]  intel_tv_detect+0x147/0x510 [i915]
[  153.152873]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  153.152958]  ? intel_tv_get_modes+0x1e0/0x1e0 [i915]
[  153.152978]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  153.152997]  drm_helper_probe_single_connector_modes+0xe2/0x720 [drm_kms_helper]
[  153.153004]  ? jbd2_journal_stop+0xf6/0x3f0
[  153.153009]  ? ext4_dirty_inode+0x5c/0x70
[  153.153016]  ? __mark_inode_dirty+0x11d/0x3b0
[  153.153058]  drm_mode_getconnector+0x15d/0x340 [drm]
[  153.153065]  ? iov_iter_copy_from_user_atomic+0xc2/0x330
[  153.153104]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  153.153135]  drm_ioctl_kernel+0x5f/0xb0 [drm]
[  153.153168]  drm_ioctl+0x38e/0x460 [drm]
[  153.153205]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  153.153214]  do_vfs_ioctl+0xa8/0x630
[  153.153221]  ? vfs_write+0x132/0x1a0
[  153.153225]  SyS_ioctl+0x79/0x90
[  153.153232]  do_syscall_64+0x73/0x130
[  153.153240]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[  153.153245] RIP: 0033:0x7ff3e28955d7
[  153.153248] RSP: 002b:00007ffc2fdafab8 EFLAGS: 00003246 ORIG_RAX: 0000000000000010
[  153.153254] RAX: ffffffffffffffda RBX: 000055a5a81fbd70 RCX: 00007ff3e28955d7
[  153.153257] RDX: 00007ffc2fdafaf0 RSI: 00000000c05064a7 RDI: 000000000000000e
[  153.153260] RBP: 00007ffc2fdafaf0 R08: 0000000000000000 R09: 0000000000000001
[  153.153264] R10: 0000000000000000 R11: 0000000000003246 R12: 00000000c05064a7
[  153.153267] R13: 000000000000000e R14: 000000000000000e R15: 00007ffc2fdafaf0
[  153.153271] Code: ff ff e8 bc 48 e2 f1 48 8d 75 a8 4c 89 ff e8 80 b7 e6 f1 45 85 ed 0f 85 f8 fe ff ff 44 89 e6 48 c7 c7 e0 a5 28 c0 e8 f8 45 e2 f1 <0f> 0b e9 e2 fe ff ff 90 66 66 66 66 90 55 8b b7 90 00 00 00 48 
[  153.153372] ---[ end trace dca7c9e1de78b574 ]---
[  163.292340] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  173.532346] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:35:plane B] flip_done timed out
[  198.620266] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  198.724216] ------------[ cut here ]------------
[  198.724222] vblank wait timed out on crtc 1
[  198.724344] WARNING: CPU: 0 PID: 923 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1081 drm_wait_one_vblank+0x188/0x190 [drm]
[  198.724347] Modules linked in: bnep gpio_ich dell_wmi sparse_keymap wmi_bmof dell_rbtn dell_laptop dell_smbios dell_wmi_descriptor dcdbas dell_smm_hwmon coretemp kvm irqbypass wl(POE) i915 pcmcia snd_hda_codec_hdmi input_leds joydev serio_raw snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket pcmcia_rsrc lpc_ich pcmcia_core snd_seq snd_seq_device snd_timer snd btusb btrtl btbcm cfg80211 btintel bluetooth ecdh_generic drm_kms_helper soundcore drm shpchp i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt wmi mac_hid video sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic psmouse firewire_ohci firewire_core pata_acpi crc_itu_t tg3 usbhid hid ptp pps_core
[  198.724485] CPU: 0 PID: 923 Comm: Xorg Tainted: P        W  OE    4.15.0-66-generic #75-Ubuntu
[  198.724489] Hardware name: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[  198.724526] RIP: 0010:drm_wait_one_vblank+0x188/0x190 [drm]
[  198.724529] RSP: 0018:ffffafb280927950 EFLAGS: 00010286
[  198.724535] RAX: 0000000000000000 RBX: ffff969017fc0000 RCX: 0000000000000006
[  198.724538] RDX: 0000000000000007 RSI: 0000000000000082 RDI: ffff96901fc16490
[  198.724541] RBP: ffffafb2809279a8 R08: 000000000000048e R09: 0000000000000004
[  198.724545] R10: ffffafb280927800 R11: 0000000000000001 R12: 0000000000000001
[  198.724548] R13: 0000000000000000 R14: 0000000009000793 R15: ffff96901308b570
[  198.724553] FS:  00007ff3e549e600(0000) GS:ffff96901fc00000(0000) knlGS:0000000000000000
[  198.724557] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  198.724560] CR2: 00007f23540013a8 CR3: 0000000117da4000 CR4: 00000000000006f0
[  198.724563] Call Trace:
[  198.724578]  ? wait_woken+0x80/0x80
[  198.724687]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[  198.724776]  intel_tv_detect+0x147/0x510 [i915]
[  198.724784]  ? __i2c_transfer+0x123/0x400
[  198.724790]  ? _cond_resched+0x19/0x40
[  198.724821]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  198.724907]  ? intel_tv_get_modes+0x1e0/0x1e0 [i915]
[  198.724926]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  198.724945]  drm_helper_probe_single_connector_modes+0xe2/0x720 [drm_kms_helper]
[  198.724952]  ? jbd2_journal_stop+0xf6/0x3f0
[  198.724957]  ? ext4_dirty_inode+0x5c/0x70
[  198.724964]  ? __mark_inode_dirty+0x11d/0x3b0
[  198.725007]  drm_mode_getconnector+0x15d/0x340 [drm]
[  198.725014]  ? lapic_next_event+0x20/0x30
[  198.725053]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  198.725085]  drm_ioctl_kernel+0x5f/0xb0 [drm]
[  198.725117]  drm_ioctl+0x38e/0x460 [drm]
[  198.725155]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  198.725162]  ? __fpu__restore_sig+0x78/0x490
[  198.725169]  ? do_signal+0x175/0x720
[  198.725175]  do_vfs_ioctl+0xa8/0x630
[  198.725181]  ? recalc_sigpending+0x1b/0x50
[  198.725188]  ? _copy_from_user+0x3e/0x60
[  198.725193]  SyS_ioctl+0x79/0x90
[  198.725199]  do_syscall_64+0x73/0x130
[  198.725206]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[  198.725211] RIP: 0033:0x7ff3e28955d7
[  198.725214] RSP: 002b:00007ffc2fdafb88 EFLAGS: 00003246 ORIG_RAX: 0000000000000010
[  198.725220] RAX: ffffffffffffffda RBX: 000055a5a81fbd70 RCX: 00007ff3e28955d7
[  198.725223] RDX: 00007ffc2fdafbc0 RSI: 00000000c05064a7 RDI: 000000000000000e
[  198.725227] RBP: 00007ffc2fdafbc0 R08: 0000000000000000 R09: 0000000000000000
[  198.725230] R10: 0000000000000000 R11: 0000000000003246 R12: 00000000c05064a7
[  198.725233] R13: 000000000000000e R14: 000000000000000e R15: 00007ffc2fdafbc0
[  198.725237] Code: ff ff e8 bc 48 e2 f1 48 8d 75 a8 4c 89 ff e8 80 b7 e6 f1 45 85 ed 0f 85 f8 fe ff ff 44 89 e6 48 c7 c7 e0 a5 28 c0 e8 f8 45 e2 f1 <0f> 0b e9 e2 fe ff ff 90 66 66 66 66 90 55 8b b7 90 00 00 00 48 
[  198.725339] ---[ end trace dca7c9e1de78b575 ]---
[  208.860312] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  219.100333] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:35:plane B] flip_done timed out
[  225.056065] usb 3-2: new full-speed USB device number 3 using uhci_hcd
[  225.271162] usb 3-2: New USB device found, idVendor=413c, idProduct=8140
[  225.271167] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  225.783943] Bluetooth: RFCOMM TTY layer initialized
[  225.783950] Bluetooth: RFCOMM socket layer initialized
[  225.783956] Bluetooth: RFCOMM ver 1.11
[  235.228337] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  235.332304] ------------[ cut here ]------------
[  235.332309] vblank wait timed out on crtc 1
[  235.332430] WARNING: CPU: 1 PID: 923 at /build/linux-WKYm23/linux-4.15.0/drivers/gpu/drm/drm_vblank.c:1081 drm_wait_one_vblank+0x188/0x190 [drm]
[  235.332433] Modules linked in: rfcomm bnep gpio_ich dell_wmi sparse_keymap wmi_bmof dell_rbtn dell_laptop dell_smbios dell_wmi_descriptor dcdbas dell_smm_hwmon coretemp kvm irqbypass wl(POE) i915 pcmcia snd_hda_codec_hdmi input_leds joydev serio_raw snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi yenta_socket pcmcia_rsrc lpc_ich pcmcia_core snd_seq snd_seq_device snd_timer snd btusb btrtl btbcm cfg80211 btintel bluetooth ecdh_generic drm_kms_helper soundcore drm shpchp i2c_algo_bit fb_sys_fops syscopyarea sysfillrect sysimgblt wmi mac_hid video sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic psmouse firewire_ohci firewire_core pata_acpi crc_itu_t tg3 usbhid hid ptp pps_core
[  235.332574] CPU: 1 PID: 923 Comm: Xorg Tainted: P        W  OE    4.15.0-66-generic #75-Ubuntu
[  235.332577] Hardware name: Dell Inc. Latitude D630                   /0KU184, BIOS A17 01/04/2010
[  235.332614] RIP: 0010:drm_wait_one_vblank+0x188/0x190 [drm]
[  235.332618] RSP: 0018:ffffafb280927950 EFLAGS: 00010286
[  235.332624] RAX: 0000000000000000 RBX: ffff969017fc0000 RCX: 0000000000000006
[  235.332627] RDX: 0000000000000007 RSI: 0000000000000082 RDI: ffff96901fd16490
[  235.332630] RBP: ffffafb2809279a8 R08: 00000000000004cb R09: 0000000000000004
[  235.332633] R10: ffffafb280927800 R11: 0000000000000001 R12: 0000000000000001
[  235.332637] R13: 0000000000000000 R14: 000000000b000794 R15: ffff96901308b570
[  235.332641] FS:  00007ff3e549e600(0000) GS:ffff96901fd00000(0000) knlGS:0000000000000000
[  235.332645] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  235.332649] CR2: 000055918fc27d60 CR3: 0000000117da4000 CR4: 00000000000006e0
[  235.332652] Call Trace:
[  235.332668]  ? wait_woken+0x80/0x80
[  235.332776]  intel_get_load_detect_pipe+0x5b7/0x620 [i915]
[  235.332866]  intel_tv_detect+0x147/0x510 [i915]
[  235.332874]  ? __i2c_transfer+0x123/0x400
[  235.332880]  ? _cond_resched+0x19/0x40
[  235.332912]  drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  235.332997]  ? intel_tv_get_modes+0x1e0/0x1e0 [i915]
[  235.333016]  ? drm_helper_probe_detect+0x50/0x90 [drm_kms_helper]
[  235.333035]  drm_helper_probe_single_connector_modes+0xe2/0x720 [drm_kms_helper]
[  235.333042]  ? jbd2_journal_stop+0xf6/0x3f0
[  235.333047]  ? ext4_dirty_inode+0x5c/0x70
[  235.333054]  ? __mark_inode_dirty+0x11d/0x3b0
[  235.333097]  drm_mode_getconnector+0x15d/0x340 [drm]
[  235.333134]  ? __drm_mode_object_find+0x59/0x100 [drm]
[  235.333173]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  235.333204]  drm_ioctl_kernel+0x5f/0xb0 [drm]
[  235.333236]  drm_ioctl+0x38e/0x460 [drm]
[  235.333274]  ? drm_mode_connector_property_set_ioctl+0x60/0x60 [drm]
[  235.333282]  ? __fpu__restore_sig+0x78/0x490
[  235.333289]  ? do_signal+0x175/0x720
[  235.333295]  do_vfs_ioctl+0xa8/0x630
[  235.333301]  ? recalc_sigpending+0x1b/0x50
[  235.333307]  ? _copy_from_user+0x3e/0x60
[  235.333312]  SyS_ioctl+0x79/0x90
[  235.333319]  do_syscall_64+0x73/0x130
[  235.333326]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[  235.333331] RIP: 0033:0x7ff3e28955d7
[  235.333334] RSP: 002b:00007ffc2fdafbf8 EFLAGS: 00003246 ORIG_RAX: 0000000000000010
[  235.333340] RAX: ffffffffffffffda RBX: 000055a5a81fbd70 RCX: 00007ff3e28955d7
[  235.333343] RDX: 00007ffc2fdafc30 RSI: 00000000c05064a7 RDI: 000000000000000e
[  235.333346] RBP: 00007ffc2fdafc30 R08: 0000000000000000 R09: 0000000000000000
[  235.333350] R10: 0000000000000000 R11: 0000000000003246 R12: 00000000c05064a7
[  235.333353] R13: 000000000000000e R14: 000000000000000e R15: 00007ffc2fdafc30
[  235.333357] Code: ff ff e8 bc 48 e2 f1 48 8d 75 a8 4c 89 ff e8 80 b7 e6 f1 45 85 ed 0f 85 f8 fe ff ff 44 89 e6 48 c7 c7 e0 a5 28 c0 e8 f8 45 e2 f1 <0f> 0b e9 e2 fe ff ff 90 66 66 66 66 90 55 8b b7 90 00 00 00 48 
[  235.333458] ---[ end trace dca7c9e1de78b576 ]---
[  245.468343] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[  255.708335] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:35:plane B] flip_done timed out
[  281.202556] tg3 0000:09:00.0 enp9s0: Link is down
[  324.423507] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[  324.423538] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
[  937.991560] perf: interrupt took too long (2530 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[ 1061.848334] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[ 1061.848355] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[ 1061.848371] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[ 1061.848388] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[ 1061.848404] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[ 1061.928921] ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[ 1062.139114] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[ 1062.180732] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[ 1062.180747] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
[ 1062.180751] b43-phy0 warning: 5 GHz band is unsupported on this PHY
[ 1062.196835] Broadcom 43xx driver loaded [ Features: PNL ]
[ 1062.328719] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 1062.355957] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1062.520259] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[ 1062.680708] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1062.778414] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1222.986789] perf: interrupt took too long (3166 > 3162), lowering kernel.perf_event_max_sample_rate to 63000
[ 1550.302423] kauditd_printk_skb: 17 callbacks suppressed
[ 1550.302425] audit: type=1400 audit(1573568613.358:29): apparmor="ALLOWED" operation="capable" profile="libreoffice-oopslash" pid=2532 comm="oosplash" capability=2  capname="dac_read_search"
[ 1550.302725] audit: type=1400 audit(1573568613.358:30): apparmor="ALLOWED" operation="open" profile="libreoffice-oopslash" name="/home/duq/.Xauthority" pid=2532 comm="oosplash" requested_mask="r" denied_mask="r" fsuid=0 ouid=1000
[ 1551.818128] audit: type=1400 audit(1573568614.874:31): apparmor="ALLOWED" operation="capable" profile="libreoffice-soffice" pid=2551 comm="soffice.bin" capability=2  capname="dac_read_search"
[ 1551.818513] audit: type=1400 audit(1573568614.874:32): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.Xauthority" pid=2551 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=1000
[ 1551.823414] audit: type=1400 audit(1573568614.878:33): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=2551 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 1551.826270] audit: type=1400 audit(1573568614.882:34): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=2551 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 1551.830773] audit: type=1400 audit(1573568614.886:35): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=2551 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 1551.832038] audit: type=1400 audit(1573568614.886:36): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=2551 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 1551.840805] audit: type=1400 audit(1573568614.898:37): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/root/.cache/mesa_shader_cache/index" pid=2551 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=0 ouid=0
[ 1551.841033] audit: type=1400 audit(1573568614.898:38): apparmor="ALLOWED" operation="capable" profile="libreoffice-soffice" pid=2551 comm="soffice.bin" capability=23  capname="sys_nice"
[ 1558.802669] kauditd_printk_skb: 8 callbacks suppressed
[ 1558.802706] audit: type=1400 audit(1573568621.859:47): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[ 1558.802992] audit: type=1400 audit(1573568621.859:48): apparmor="ALLOWED" operation="file_lock" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="wk" denied_mask="wk" fsuid=0 ouid=0
[ 1560.168551] audit: type=1400 audit(1573568623.227:49): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 1561.359899] audit: type=1400 audit(1573568624.415:50): apparmor="ALLOWED" operation="mknod" profile="libreoffice-soffice" name="/etc/modprobe.d/.~lock.blacklist-bcm43.conf#" pid=2550 comm="soffice.bin" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[ 1561.360869] audit: type=1400 audit(1573568624.419:51): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/.~lock.blacklist-bcm43.conf#" pid=2550 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=0 ouid=0
[ 1565.951604] audit: type=1400 audit(1573568629.007:52): apparmor="ALLOWED" operation="file_lock" profile="libreoffice-soffice" name="/var/spool/libreoffice/uno_packages/cache/stamp.sys" pid=2550 comm="soffice.bin" requested_mask="k" denied_mask="k" fsuid=0 ouid=0
[ 1586.348039] audit: type=1400 audit(1573568649.403:53): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/.~lock.blacklist-bcm43.conf#" pid=2550 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 1586.348364] audit: type=1400 audit(1573568649.407:54): apparmor="ALLOWED" operation="unlink" profile="libreoffice-soffice" name="/etc/modprobe.d/.~lock.blacklist-bcm43.conf#" pid=2550 comm="soffice.bin" requested_mask="d" denied_mask="d" fsuid=0 ouid=0
[ 1586.348855] audit: type=1400 audit(1573568649.407:55): apparmor="ALLOWED" operation="mknod" profile="libreoffice-soffice" name="/etc/modprobe.d/.~lock.blacklist-bcm43.conf#" pid=2550 comm="soffice.bin" requested_mask="c" denied_mask="c" fsuid=0 ouid=0
[ 1586.349411] audit: type=1400 audit(1573568649.407:56): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/.~lock.blacklist-bcm43.conf#" pid=2550 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=0 ouid=0
[ 1586.435356] audit: type=1400 audit(1573568649.491:57): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 1586.435361] audit: type=1400 audit(1573568649.491:58): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[ 1586.435364] audit: type=1400 audit(1573568649.491:59): apparmor="ALLOWED" operation="file_lock" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="wk" denied_mask="wk" fsuid=0 ouid=0
[ 1586.435367] audit: type=1400 audit(1573568649.491:60): apparmor="ALLOWED" operation="truncate" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="w" denied_mask="w" fsuid=0 ouid=0
[ 1586.448511] audit: type=1400 audit(1573568649.507:61): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[ 1586.448516] audit: type=1400 audit(1573568649.507:62): apparmor="ALLOWED" operation="file_lock" profile="libreoffice-soffice" name="/etc/modprobe.d/blacklist-bcm43.conf" pid=2550 comm="soffice.bin" requested_mask="wk" denied_mask="wk" fsuid=0 ouid=0
[ 1772.116439] perf: interrupt took too long (3958 > 3957), lowering kernel.perf_event_max_sample_rate to 50500
[ 1837.053987] tg3 0000:09:00.0 enp9s0: Link is down
[ 1877.530770] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[ 1877.530801] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
[ 2553.638572] perf: interrupt took too long (4953 > 4947), lowering kernel.perf_event_max_sample_rate to 40250
[ 3287.106709] tg3 0000:09:00.0 enp9s0: Link is down
[ 3534.954465] wlan0: authenticate with b4:a5:ef:d4:39:56
[ 3534.968288] wlan0: send auth to b4:a5:ef:d4:39:56 (try 1/3)
[ 3534.970156] wlan0: authenticated
[ 3534.972362] wlan0: associate with b4:a5:ef:d4:39:56 (try 1/3)
[ 3534.975342] wlan0: RX AssocResp from b4:a5:ef:d4:39:56 (capab=0x411 status=0 aid=2)
[ 3534.975802] wlan0: associated
[ 3542.975343] wlan0: deauthenticated from b4:a5:ef:d4:39:56 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[ 3555.537536] wlan0: authenticate with b4:a5:ef:d4:39:56
[ 3555.568405] wlan0: send auth to b4:a5:ef:d4:39:56 (try 1/3)
[ 3555.570325] wlan0: authenticated
[ 3555.572338] wlan0: associate with b4:a5:ef:d4:39:56 (try 1/3)
[ 3555.575278] wlan0: RX AssocResp from b4:a5:ef:d4:39:56 (capab=0x411 status=0 aid=2)
[ 3555.575771] wlan0: associated
[ 3563.574108] wlan0: deauthenticated from b4:a5:ef:d4:39:56 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[ 3683.711311] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3705.753438] wlan0: authenticate with b4:a5:ef:d4:39:56
[ 3705.784353] wlan0: send auth to b4:a5:ef:d4:39:56 (try 1/3)
[ 3705.786730] wlan0: authenticated
[ 3705.788055] wlan0: associate with b4:a5:ef:d4:39:56 (try 1/3)
[ 3705.791424] wlan0: RX AssocResp from b4:a5:ef:d4:39:56 (capab=0x411 status=0 aid=2)
[ 3705.791640] wlan0: associated
[ 3713.805563] wlan0: deauthenticated from b4:a5:ef:d4:39:56 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
[ 3752.301175] wlan0: authenticate with b4:a5:ef:d4:39:56
[ 3752.332501] wlan0: send auth to b4:a5:ef:d4:39:56 (try 1/3)
[ 3752.336269] wlan0: authenticated
[ 3752.340149] wlan0: associate with b4:a5:ef:d4:39:56 (try 1/3)
[ 3752.343060] wlan0: RX AssocResp from b4:a5:ef:d4:39:56 (capab=0x411 status=0 aid=2)
[ 3752.343522] wlan0: associated
[ 3752.396566] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3982.661700] kauditd_printk_skb: 7 callbacks suppressed
[ 3982.661702] audit: type=1400 audit(1573571045.717:70): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3553 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3982.663781] audit: type=1400 audit(1573571045.717:71): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3553 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3982.668790] audit: type=1400 audit(1573571045.725:72): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3553 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3982.671419] audit: type=1400 audit(1573571045.725:73): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3553 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3982.681684] audit: type=1400 audit(1573571045.737:74): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.cache/mesa_shader_cache/index" pid=3553 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
[ 3982.687215] audit: type=1400 audit(1573571045.741:75): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3553 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3983.382655] audit: type=1400 audit(1573571046.438:76): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3564 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3983.385249] audit: type=1400 audit(1573571046.442:77): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3564 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3983.390913] audit: type=1400 audit(1573571046.446:78): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3564 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3983.392644] audit: type=1400 audit(1573571046.450:79): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3564 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4044.062200] kauditd_printk_skb: 6 callbacks suppressed
[ 4044.062202] audit: type=1400 audit(1573571107.119:86): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3627 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4044.065137] audit: type=1400 audit(1573571107.123:87): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3627 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4044.070551] audit: type=1400 audit(1573571107.127:88): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3627 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4044.073114] audit: type=1400 audit(1573571107.131:89): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3627 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4044.083738] audit: type=1400 audit(1573571107.139:90): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.cache/mesa_shader_cache/index" pid=3627 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
[ 4044.089723] audit: type=1400 audit(1573571107.147:91): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3627 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4045.001216] audit: type=1400 audit(1573571108.059:92): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.thunderbird/profiles.ini" pid=3626 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4045.002794] audit: type=1400 audit(1573571108.059:93): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.thunderbird/my57afkb.default/secmod.db" pid=3626 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 4045.003539] audit: type=1400 audit(1573571108.059:94): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.thunderbird/my57afkb.default/cert8.db" pid=3626 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 4045.003680] audit: type=1400 audit(1573571108.059:95): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.thunderbird/my57afkb.default/key3.db" pid=3626 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 4907.681133] audit: type=1400 audit(1573571970.737:96): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3753 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4907.684640] audit: type=1400 audit(1573571970.741:97): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3753 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4907.691262] audit: type=1400 audit(1573571970.745:98): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3753 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4907.693022] audit: type=1400 audit(1573571970.749:99): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3753 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4907.705541] audit: type=1400 audit(1573571970.761:100): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/.cache/mesa_shader_cache/index" pid=3753 comm="soffice.bin" requested_mask="wrc" denied_mask="wrc" fsuid=1000 ouid=1000
[ 4907.710589] audit: type=1400 audit(1573571970.765:101): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/usr/share/drirc.d/00-mesa-defaults.conf" pid=3753 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6561.162362] perf: interrupt took too long (6195 > 6191), lowering kernel.perf_event_max_sample_rate to 32250
[ 7464.076538] audit: type=1400 audit(1573574527.135:102): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/NVIDIA-Linux-x86-96.43.18-pkg1.run" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.076982] audit: type=1400 audit(1573574527.135:103): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/password-export-2016-07-03" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.077494] audit: type=1400 audit(1573574527.135:104): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/turf9.ods.before_restore_2016-09-17_15.27.27.315128" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.077711] audit: type=1400 audit(1573574527.135:105): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/turf9.ods.before_restore_2016-09-17_17.07.10.447722" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.077960] audit: type=1400 audit(1573574527.135:106): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/xubuntu-16.04-desktop-i386.iso" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.079288] audit: type=1400 audit(1573574527.135:107): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/NVIDIA-Linux-x86-96.43.18-pkg1.run" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.079293] audit: type=1400 audit(1573574527.135:108): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/password-export-2016-07-03" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.079687] audit: type=1400 audit(1573574527.135:109): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/turf9.ods.before_restore_2016-09-17_15.27.27.315128" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.079800] audit: type=1400 audit(1573574527.135:110): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/turf9.ods.before_restore_2016-09-17_17.07.10.447722" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 7464.079902] audit: type=1400 audit(1573574527.135:111): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/duq/Documents/xubuntu-16.04-desktop-i386.iso" pid=3752 comm="pool" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 8390.736231] usb 3-2: USB disconnect, device number 3
[ 8393.716101] usb 3-2: new full-speed USB device number 4 using uhci_hcd
[ 8393.930384] usb 3-2: New USB device found, idVendor=413c, idProduct=8140
[ 8393.930391] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 8445.888008] NET: Registered protocol family 38
[ 8458.884966] input: FC:58:FA:DF:09:1F as /devices/virtual/input/input12
duq@duq-Latitude-D630:~$ 

Hors ligne

#7 Le 12/11/2019, à 19:00

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Bonjour,



[   70.108252] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out
[   80.348255] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [PLANE:35:plane B] flip_done timed out
[   90.588254] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out

Ces trois lignes sont répétées, la solution ici.

sudo sed -i 's/splash/splash video=SVIDEO-1:d/' /etc/default/grub && sudo update-grub

Suivi d’un redémarrage.

En ligne

#8 Le 12/11/2019, à 19:00

inbox

Re : (RESOLU) demarrage tres lent de Xubuntu

En recherchant le message "[drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:41:pipe B] flip_done timed out", j'ai trouvé ce sujet. Il faut donc ajouter l'option video=SVIDEO-1:d à Grub.

@Nany,
T'attendais derrière ton clavier ?

Dernière modification par inbox (Le 12/11/2019, à 19:02)


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#9 Le 12/11/2019, à 19:03

ylag

Re : (RESOLU) demarrage tres lent de Xubuntu

Salut,

Peut-être essayer de démarrer en ajoutant le paramètre: video=SVIDEO-1:d à la ligne de commande de GRUB au démarrage ?
Voir au §7.3 de cette page de la doc: Modifier les paramètres du noyau pour un système installé sur disque

Édit: @nany & @inbox: Désolé, pas vu vos interventions avant de poster.

A+

Dernière modification par ylag (Le 12/11/2019, à 19:06)

Hors ligne

#10 Le 12/11/2019, à 19:13

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ sudo sed -i 's/splash/splash video=SVIDEO-1:d/' /etc/default/grub && sudo update-grub
[sudo] Mot de passe de duq : 
Sourcing file `/etc/default/grub'
/usr/sbin/grub-mkconfig: 1: /etc/default/grub: #: not found

j'avais déja fais la manip video=SVIDEO.....

Hors ligne

#11 Le 12/11/2019, à 19:21

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

/usr/sbin/grub-mkconfig: 1: /etc/default/grub: #: not found

 

Donne le retour de :

cat -nv /etc/default/grub

Dernière modification par nany (Le 12/11/2019, à 19:29)

En ligne

#12 Le 12/11/2019, à 19:30

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1:d"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
duq@duq-Latitude-D630:~$ 

Hors ligne

#13 Le 12/11/2019, à 19:37

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

J’ai édité mais tu n’as pas vu.

nany a écrit :
cat -nv /etc/default/grub

C’est pour voir s’il y a des caractères non imprimables.

En ligne

#14 Le 12/11/2019, à 19:41

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ cat -nv /etc/default/grub
     1	M-oM-;M-?# If you change this file, run 'update-grub' afterwards to update
     2	# /boot/grub/grub.cfg.
     3	# For full documentation of the options in this file, see:
     4	#   info -f grub -n 'Simple configuration'
     5	
     6	GRUB_DEFAULT=0
     7	GRUB_TIMEOUT_STYLE=hidden
     8	GRUB_TIMEOUT=10
     9	GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    10	GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1:d"
    11	GRUB_CMDLINE_LINUX=""
    12	
    13	# Uncomment to enable BadRAM filtering, modify to suit your needs
    14	# This works with Linux (no patch required) and with any kernel that obtains
    15	# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    16	#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    17	
    18	# Uncomment to disable graphical terminal (grub-pc only)
    19	#GRUB_TERMINAL=console
    20	
    21	# The resolution used on graphical terminal
    22	# note that you can use only modes which your graphic card supports via VBE
    23	# you can see them in real GRUB with the command `vbeinfo'
    24	#GRUB_GFXMODE=640x480
    25	
    26	# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    27	#GRUB_DISABLE_LINUX_UUID=true
    28	
    29	# Uncomment to disable generation of recovery mode menu entries
    30	#GRUB_DISABLE_RECOVERY="true"
    31	
    32	# Uncomment to get a beep at grub start
    33	#GRUB_INIT_TUNE="480 440 1"
duq@duq-Latitude-D630:~$ 

Hors ligne

#15 Le 12/11/2019, à 19:59

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Bingo ! Il y a des caractères non imprimables au début de la ligne 1.
Donne le retour de :

sudo sed -i '1s/^[^[:print:]]*#/#/' /etc/default/grub && cat -v /etc/default/grub

Dernière modification par nany (Le 12/11/2019, à 20:03)

En ligne

#16 Le 12/11/2019, à 20:10

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ sudo sed -i '1s/^[^[:print:]]*#/#/' /etc/default/grub && cat -v /etc/default/grub
[sudo] Mot de passe de duq : 
M-oM-;M-?# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1:d"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
duq@duq-Latitude-D630:~$ 

Hors ligne

#17 Le 12/11/2019, à 20:25

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

Grmpf ! hmm
Essayons autrement, donne le retour de :

sudo sed -i '1c\# If you change this file, run 'update-grub' afterwards to update' /etc/default/grub && cat -v /etc/default/grub

En ligne

#18 Le 12/11/2019, à 20:32

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

duq@duq-Latitude-D630:~$ sudo sed -i '1c\# If you change this file, run 'update-grub' afterwards to update' /etc/default/grub && cat -v /etc/default/grub
[sudo] Mot de passe de duq : 
# If you change this file, run update-grub afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=SVIDEO-1:d"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
duq@duq-Latitude-D630:~$ 

Hors ligne

#19 Le 12/11/2019, à 20:33

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

je fais un essai de démarrage?

Hors ligne

#20 Le 12/11/2019, à 20:41

nany

Re : (RESOLU) demarrage tres lent de Xubuntu

chapichapoto a écrit :

je fais un essai de démarrage?

Fais un sudo update-grub avant.

En ligne

#21 Le 12/11/2019, à 20:47

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

ok

Hors ligne

#22 Le 12/11/2019, à 20:57

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

on progresse, 1 minute 30", mais j'ai perdu ma connexion wifi.

Hors ligne

#24 Le 12/11/2019, à 21:11

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

pour que la wifi refonctionne je dois faire:

sudo modprobe b43

ça me la déjà fait et je devais aller dans la black liste pour supprimer tout ce qui concerne B43. la, je l'ai fais, mais à chaque démarrage, je dois faire la manip pour activer la wifi,   Bizarre...

Hors ligne

#25 Le 12/11/2019, à 21:13

chapichapoto

Re : (RESOLU) demarrage tres lent de Xubuntu

[    0.000000] ftrace: allocating 39306 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
[    0.000000] vt handoff: transparent VT on vt#1
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 2193.754 MHz processor
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4387.50 BogoMIPS (lpj=8775016)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.028010] AppArmor: AppArmor initialized
[    0.029868] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.031130] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.031207] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031248] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.031632] CPU0: Thermal monitoring enabled (TM2)
[    0.031635] process: using mwait in idle threads
[    0.031641] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.031642] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.031644] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.031646] Spectre V2 : Mitigation: Full generic retpoline
[    0.031647] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.031649] Speculative Store Bypass: Vulnerable
[    0.031691] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.031945] Freeing SMP alternatives memory: 36K
[    0.145603] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.145741] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.145749] core: PEBS disabled due to CPU errata
[    0.145753] ... version:                2
[    0.145754] ... bit width:              40
[    0.145755] ... generic registers:      2
[    0.145756] ... value mask:             000000ffffffffff
[    0.145757] ... max period:             000000007fffffff
[    0.145758] ... fixed-purpose events:   3
[    0.145758] ... event mask:             0000000700000003
[    0.145820] Hierarchical SRCU implementation.
[    0.147115] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.147137] smp: Bringing up secondary CPUs ...
[    0.147294] x86: Booting SMP configuration:
[    0.147295] .... node  #0, CPUs:      #1
[    0.150047] smp: Brought up 1 node, 2 CPUs
[    0.150047] smpboot: Max logical packages: 1
[    0.150047] smpboot: Total of 2 processors activated (8775.01 BogoMIPS)
[    0.152340] devtmpfs: initialized
[    0.152340] x86/mm: Memory block size: 128MB
[    0.152787] evm: security.selinux
[    0.152788] evm: security.SMACK64
[    0.152788] evm: security.SMACK64EXEC
[    0.152789] evm: security.SMACK64TRANSMUTE
[    0.152790] evm: security.SMACK64MMAP
[    0.152791] evm: security.apparmor
[    0.152791] evm: security.ima
[    0.152792] evm: security.capability
[    0.152946] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.152946] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.152946] pinctrl core: initialized pinctrl subsystem
[    0.152946] RTC time: 19:03:15, date: 11/12/19
[    0.152946] NET: Registered protocol family 16
[    0.152946] audit: initializing netlink subsys (disabled)
[    0.152946] audit: type=2000 audit(1573585395.152:1): state=initialized audit_enabled=0 res=1
[    0.152946] cpuidle: using governor ladder
[    0.152946] cpuidle: using governor menu
[    0.152946] ACPI: bus type PCI registered
[    0.152946] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.152946] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.152946] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.152946] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.152946] PCI: Using configuration type 1 for base access
[    0.156063] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.156111] ACPI: Added _OSI(Module Device)
[    0.156112] ACPI: Added _OSI(Processor Device)
[    0.156113] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.156114] ACPI: Added _OSI(Processor Aggregator Device)
[    0.156115] ACPI: Added _OSI(Linux-Dell-Video)
[    0.156117] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.156118] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.172174] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.177461] ACPI: Dynamic OEM Table Load:
[    0.177468] ACPI: SSDT 0xFFFF8AC51A4BA8A0 000043 (v01 LMPWR  DELLLOM  00001001 INTL 20050624)
[    0.178000] ACPI: Dynamic OEM Table Load:
[    0.178006] ACPI: SSDT 0xFFFF8AC51A5BF800 000286 (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.178405] ACPI: Dynamic OEM Table Load:
[    0.178411] ACPI: SSDT 0xFFFF8AC51A4C5800 0005E5 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.179147] ACPI: Dynamic OEM Table Load:
[    0.179152] ACPI: SSDT 0xFFFF8AC51A597F00 0000C4 (v01 PmRef  Cpu1Ist  00003000 INTL 20050624)
[    0.179390] ACPI: Dynamic OEM Table Load:
[    0.179395] ACPI: SSDT 0xFFFF8AC51A59D840 000085 (v01 PmRef  Cpu1Cst  00003000 INTL 20050624)
[    0.180145] ACPI: Interpreter enabled
[    0.180169] ACPI: (supports S0 S3 S4 S5)
[    0.180170] ACPI: Using IOAPIC for interrupt routing
[    0.180205] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.180593] ACPI: GPE 0x1C active on init
[    0.180604] ACPI: Enabled 13 GPEs in block 00 to 1F
[    0.247597] acpi PNP0C15:00: ACPI dock station (docks/bays count: 1)
[    0.279888] acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
[    0.288050] acpi LNXIOBAY:01: ACPI dock station (docks/bays count: 3)
[    0.326786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.326793] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.326799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.326812] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.340135] PCI host bridge to bus 0000:00
[    0.340138] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.340140] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.340142] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.340143] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.340145] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    0.340146] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfebfffff window]
[    0.340148] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfecfffff window]
[    0.340150] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1ffff window]
[    0.340151] pci_bus 0000:00: root bus resource [mem 0xfed90000-0xfed9ffff window]
[    0.340153] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.340154] pci_bus 0000:00: root bus resource [mem 0xfeda7000-0xfedfffff window]
[    0.340156] pci_bus 0000:00: root bus resource [mem 0xfee10000-0xff9fffff window]
[    0.340157] pci_bus 0000:00: root bus resource [mem 0xffc00000-0xffdfffff window]
[    0.340160] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.340171] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.340324] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.340339] pci 0000:00:02.0: reg 0x10: [mem 0xf6e00000-0xf6efffff 64bit]
[    0.340347] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.340353] pci 0000:00:02.0: reg 0x20: [io  0xefe8-0xefef]
[    0.340495] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.340509] pci 0000:00:02.1: reg 0x10: [mem 0xf6f00000-0xf6ffffff 64bit]
[    0.340700] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.340763] pci 0000:00:1a.0: reg 0x20: [io  0x6f20-0x6f3f]
[    0.340917] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.340980] pci 0000:00:1a.1: reg 0x20: [io  0x6f00-0x6f1f]
[    0.341149] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.341177] pci 0000:00:1a.7: reg 0x10: [mem 0xfed1c400-0xfed1c7ff]
[    0.341284] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.341420] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.341454] pci 0000:00:1b.0: reg 0x10: [mem 0xf6dfc000-0xf6dfffff 64bit]
[    0.341571] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.341712] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.341838] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.341985] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.342112] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.342264] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[    0.342389] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.342531] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.342594] pci 0000:00:1d.0: reg 0x20: [io  0x6f80-0x6f9f]
[    0.342749] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.342812] pci 0000:00:1d.1: reg 0x20: [io  0x6f60-0x6f7f]
[    0.342968] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[    0.343031] pci 0000:00:1d.2: reg 0x20: [io  0x6f40-0x6f5f]
[    0.343198] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.343226] pci 0000:00:1d.7: reg 0x10: [mem 0xfed1c000-0xfed1c3ff]
[    0.343332] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.343464] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.343673] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[    0.343797] pci 0000:00:1f.0: quirk: [io  0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
[    0.343803] pci 0000:00:1f.0: quirk: [io  0x1080-0x10bf] claimed by ICH6 GPIO
[    0.343807] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0900 (mask 007f)
[    0.343813] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0c80 (mask 003f)
[    0.343965] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.343988] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.344003] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.344015] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.344027] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.344038] pci 0000:00:1f.1: reg 0x20: [io  0x6fa0-0x6faf]
[    0.344065] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.344067] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.344068] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.344070] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.344198] pci 0000:00:1f.2: [8086:2828] type 00 class 0x01018f
[    0.344225] pci 0000:00:1f.2: reg 0x10: [io  0x6eb0-0x6eb7]
[    0.344236] pci 0000:00:1f.2: reg 0x14: [io  0x6eb8-0x6ebb]
[    0.344248] pci 0000:00:1f.2: reg 0x18: [io  0x6ec0-0x6ec7]
[    0.344260] pci 0000:00:1f.2: reg 0x1c: [io  0x6ec8-0x6ecb]
[    0.344272] pci 0000:00:1f.2: reg 0x20: [io  0x6ee0-0x6eef]
[    0.344283] pci 0000:00:1f.2: reg 0x24: [io  0xeff0-0xefff]
[    0.344333] pci 0000:00:1f.2: PME# supported from D3hot
[    0.344458] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.344482] pci 0000:00:1f.3: reg 0x10: [mem 0xf6dfbf00-0xf6dfbfff]
[    0.344524] pci 0000:00:1f.3: reg 0x20: [io  0x10c0-0x10df]
[    0.344742] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.344859] pci 0000:0c:00.0: [14e4:4312] type 00 class 0x028000
[    0.344899] pci 0000:0c:00.0: reg 0x10: [mem 0xf6cfc000-0xf6cfffff]
[    0.345002] pci 0000:0c:00.0: enabling Extended Tags
[    0.345098] pci 0000:0c:00.0: supports D1 D2
[    0.345178] pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.345190] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.345198] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.345325] pci 0000:09:00.0: [14e4:1673] type 00 class 0x020000
[    0.345377] pci 0000:09:00.0: reg 0x10: [mem 0xf6bf0000-0xf6bfffff 64bit]
[    0.345464] pci 0000:09:00.0: enabling Extended Tags
[    0.345589] pci 0000:09:00.0: PME# supported from D3hot D3cold
[    0.356033] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.356041] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.356155] pci 0000:03:01.0: [1217:7135] type 02 class 0x060700
[    0.356184] pci 0000:03:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.356232] pci 0000:03:01.0: supports D1 D2
[    0.356234] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356321] pci 0000:03:01.4: [1217:00f7] type 00 class 0x0c0010
[    0.356348] pci 0000:03:01.4: reg 0x10: [mem 0xf6aff000-0xf6afffff]
[    0.356360] pci 0000:03:01.4: reg 0x14: [mem 0xf6afe800-0xf6afefff]
[    0.356450] pci 0000:03:01.4: supports D1 D2
[    0.356452] pci 0000:03:01.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.356576] pci 0000:00:1e.0: PCI bridge to [bus 03-04] (subtractive decode)
[    0.356583] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.356591] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.356593] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.356595] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.356597] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.356599] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xf7ffffff window] (subtractive decode)
[    0.356600] pci 0000:00:1e.0:   bridge window [mem 0xfc000000-0xfebfffff window] (subtractive decode)
[    0.356602] pci 0000:00:1e.0:   bridge window [mem 0xfec10000-0xfecfffff window] (subtractive decode)
[    0.356604] pci 0000:00:1e.0:   bridge window [mem 0xfed1c000-0xfed1ffff window] (subtractive decode)
[    0.356606] pci 0000:00:1e.0:   bridge window [mem 0xfed90000-0xfed9ffff window] (subtractive decode)
[    0.356608] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    0.356609] pci 0000:00:1e.0:   bridge window [mem 0xfeda7000-0xfedfffff window] (subtractive decode)
[    0.356611] pci 0000:00:1e.0:   bridge window [mem 0xfee10000-0xff9fffff window] (subtractive decode)
[    0.356613] pci 0000:00:1e.0:   bridge window [mem 0xffc00000-0xffdfffff window] (subtractive decode)
[    0.356676] pci_bus 0000:04: busn_res: [bus 04] end can not be updated to 07
[    0.356682] pci 0000:00:1e.0: bridge has subordinate 04 but max busn 07
[    0.373368] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.373520] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
[    0.373671] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 *10 11)
[    0.373821] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.373972] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.374125] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.374279] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.374412] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.375141] SCSI subsystem initialized
[    0.375188] libata version 3.00 loaded.
[    0.375188] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.375188] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.375188] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.375188] vgaarb: loaded
[    0.375188] ACPI: bus type USB registered
[    0.375188] usbcore: registered new interface driver usbfs
[    0.375188] usbcore: registered new interface driver hub
[    0.375188] usbcore: registered new device driver usb
[    0.375188] EDAC MC: Ver: 3.0.0
[    0.375188] PCI: Using ACPI for IRQ routing
[    0.378437] PCI: pci_cache_line_size set to 64 bytes
[    0.378517] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.378519] e820: reserve RAM buffer [mem 0xdf65a800-0xdfffffff]
[    0.378659] NetLabel: Initializing
[    0.378660] NetLabel:  domain hash size = 128
[    0.378661] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.378683] NetLabel:  unlabeled traffic allowed by default
[    0.378705] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.378705] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.378705] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.381029] clocksource: Switched to clocksource hpet
[    0.399958] VFS: Disk quotas dquot_6.6.0
[    0.399985] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.400184] AppArmor: AppArmor Filesystem Enabled
[    0.400237] pnp: PnP ACPI init
[    0.400385] pnp 00:00: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.400435] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.400484] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.400580] system 00:03: [io  0x0c80-0x0caf] has been reserved
[    0.400583] system 00:03: [io  0x0cc0-0x0cff] could not be reserved
[    0.400589] system 00:03: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.400701] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.400707] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.408570] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.440398] system 00:06: [io  0x0cb0-0x0cbb] has been reserved
[    0.440401] system 00:06: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.440407] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.443528] pnp 00:07: disabling [io  0x1000-0x1005] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.443531] pnp 00:07: disabling [io  0x1008-0x100f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.443562] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.443565] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.443571] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.443607] pnp 00:08: disabling [io  0x1006-0x1007] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.443609] pnp 00:08: disabling [io  0x100a-0x1059] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.443611] pnp 00:08: disabling [io  0x1060-0x107f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.443614] pnp 00:08: disabling [io  0x1010-0x102f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x1000-0x107f]
[    0.443647] system 00:08: [io  0xf400-0xf4fe] has been reserved
[    0.443649] system 00:08: [io  0x1080-0x10bf] has been reserved
[    0.443651] system 00:08: [io  0x10c0-0x10df] has been reserved
[    0.443654] system 00:08: [io  0x0809] has been reserved
[    0.443659] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.461337] system 00:09: [mem 0x00000000-0x0009efff] could not be reserved
[    0.461339] system 00:09: [mem 0x0009f000-0x0009ffff] could not be reserved
[    0.461342] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.461344] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.461346] system 00:09: [mem 0x00100000-0xdf65a7ff] could not be reserved
[    0.461348] system 00:09: [mem 0xdf65a800-0xdf6fffff] has been reserved
[    0.461350] system 00:09: [mem 0xdf700000-0xdf7fffff] has been reserved
[    0.461352] system 00:09: [mem 0xdf700000-0xdfefffff] could not be reserved
[    0.461354] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
[    0.461356] system 00:09: [mem 0xffa00000-0xffbfffff] has been reserved
[    0.461358] system 00:09: [mem 0xfec00000-0xfec0ffff] could not be reserved
[    0.461360] system 00:09: [mem 0xfee00000-0xfee0ffff] has been reserved
[    0.461362] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.461364] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.461366] system 00:09: [mem 0xfeda0000-0xfeda3fff] has been reserved
[    0.461368] system 00:09: [mem 0xfeda4000-0xfeda4fff] has been reserved
[    0.461370] system 00:09: [mem 0xfeda5000-0xfeda5fff] has been reserved
[    0.461372] system 00:09: [mem 0xfeda6000-0xfeda6fff] has been reserved
[    0.461374] system 00:09: [mem 0xfed18000-0xfed1bfff] has been reserved
[    0.461376] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.461382] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.461462] pnp: PnP ACPI: found 10 devices
[    0.468670] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.468691] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    0.468694] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    0.468697] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0b] add_size 200000 add_align 100000
[    0.468708] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    0.468710] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0c] add_size 200000 add_align 100000
[    0.468722] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.468724] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 09] add_size 200000 add_align 100000
[    0.468744] pci 0000:00:1e.0: bridge window [io  0x1000-0x0fff] to [bus 03-04] add_size 1000
[    0.468757] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf01fffff]
[    0.468765] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.468772] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.468779] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.468782] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.468785] pci 0000:00:1c.1: BAR 13: assigned [io  0x3000-0x3fff]
[    0.468787] pci 0000:00:1c.5: BAR 13: assigned [io  0x4000-0x4fff]
[    0.468790] pci 0000:00:1e.0: BAR 13: assigned [io  0x5000-0x5fff]
[    0.468794] pci 0000:00:1c.0: PCI bridge to [bus 0b]
[    0.468797] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.468803] pci 0000:00:1c.0:   bridge window [mem 0xf0000000-0xf01fffff]
[    0.468808] pci 0000:00:1c.0:   bridge window [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.468816] pci 0000:00:1c.1: PCI bridge to [bus 0c]
[    0.468819] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.468825] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6cfffff]
[    0.468829] pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.468837] pci 0000:00:1c.5: PCI bridge to [bus 09]
[    0.468840] pci 0000:00:1c.5:   bridge window [io  0x4000-0x4fff]
[    0.468846] pci 0000:00:1c.5:   bridge window [mem 0xf6b00000-0xf6bfffff]
[    0.468851] pci 0000:00:1c.5:   bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.468861] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.468876] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.468878] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.468887] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.468889] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.468891] pci 0000:03:01.0: BAR 13: assigned [io  0x5000-0x50ff]
[    0.468893] pci 0000:03:01.0: BAR 14: assigned [io  0x5400-0x54ff]
[    0.468897] pci 0000:03:01.0: BAR 0: assigned [mem 0xf4000000-0xf4000fff]
[    0.468909] pci 0000:03:01.0: BAR 16: no space for [mem size 0x04000000]
[    0.468911] pci 0000:03:01.0: BAR 16: failed to assign [mem size 0x04000000]
[    0.468921] pci 0000:03:01.0: BAR 15: no space for [mem size 0x04000000 pref]
[    0.468923] pci 0000:03:01.0: BAR 15: failed to assign [mem size 0x04000000 pref]
[    0.468925] pci 0000:03:01.0: CardBus bridge to [bus 04]
[    0.468926] pci 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[    0.468931] pci 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[    0.468937] pci 0000:00:1e.0: PCI bridge to [bus 03-04]
[    0.468940] pci 0000:00:1e.0:   bridge window [io  0x5000-0x5fff]
[    0.468946] pci 0000:00:1e.0:   bridge window [mem 0xf6a00000-0xf6afffff]
[    0.468957] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.468959] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.468961] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.468962] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.468964] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.468966] pci_bus 0000:00: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.468967] pci_bus 0000:00: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.468969] pci_bus 0000:00: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.468971] pci_bus 0000:00: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.468972] pci_bus 0000:00: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.468974] pci_bus 0000:00: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.468976] pci_bus 0000:00: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.468977] pci_bus 0000:00: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.468979] pci_bus 0000:0b: resource 0 [io  0x2000-0x2fff]
[    0.468981] pci_bus 0000:0b: resource 1 [mem 0xf0000000-0xf01fffff]
[    0.468982] pci_bus 0000:0b: resource 2 [mem 0xf0200000-0xf03fffff 64bit pref]
[    0.468984] pci_bus 0000:0c: resource 0 [io  0x3000-0x3fff]
[    0.468986] pci_bus 0000:0c: resource 1 [mem 0xf6c00000-0xf6cfffff]
[    0.468987] pci_bus 0000:0c: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
[    0.468989] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    0.468991] pci_bus 0000:09: resource 1 [mem 0xf6b00000-0xf6bfffff]
[    0.468992] pci_bus 0000:09: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[    0.468994] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    0.468996] pci_bus 0000:03: resource 1 [mem 0xf6a00000-0xf6afffff]
[    0.468997] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.468999] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.469001] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.469002] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.469004] pci_bus 0000:03: resource 8 [mem 0xe0000000-0xf7ffffff window]
[    0.469005] pci_bus 0000:03: resource 9 [mem 0xfc000000-0xfebfffff window]
[    0.469007] pci_bus 0000:03: resource 10 [mem 0xfec10000-0xfecfffff window]
[    0.469009] pci_bus 0000:03: resource 11 [mem 0xfed1c000-0xfed1ffff window]
[    0.469010] pci_bus 0000:03: resource 12 [mem 0xfed90000-0xfed9ffff window]
[    0.469012] pci_bus 0000:03: resource 13 [mem 0xfed40000-0xfed44fff window]
[    0.469014] pci_bus 0000:03: resource 14 [mem 0xfeda7000-0xfedfffff window]
[    0.469015] pci_bus 0000:03: resource 15 [mem 0xfee10000-0xff9fffff window]
[    0.469017] pci_bus 0000:03: resource 16 [mem 0xffc00000-0xffdfffff window]
[    0.469019] pci_bus 0000:04: resource 0 [io  0x5000-0x50ff]
[    0.469020] pci_bus 0000:04: resource 1 [io  0x5400-0x54ff]
[    0.469168] NET: Registered protocol family 2
[    0.469387] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.469522] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.469729] TCP: Hash tables configured (established 32768 bind 32768)
[    0.469795] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.469826] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.469896] NET: Registered protocol family 1
[    0.469916] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.472554] PCI: CLS 64 bytes, default 64
[    0.472615] Unpacking initramfs...
[    1.176371] Freeing initrd memory: 37924K
[    1.176422] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.176425] software IO TLB: mapped [mem 0xdb65a000-0xdf65a000] (64MB)
[    1.176640] Scanning for low memory corruption every 60 seconds
[    1.177495] Initialise system trusted keyrings
[    1.177510] Key type blacklist registered
[    1.177612] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    1.179613] zbud: loaded
[    1.180370] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.180645] fuse init (API version 7.26)
[    1.182786] Key type asymmetric registered
[    1.182788] Asymmetric key parser 'x509' registered
[    1.182845] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.182890] io scheduler noop registered
[    1.182891] io scheduler deadline registered
[    1.182933] io scheduler cfq registered (default)
[    1.184284] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.184285] vesafb: scrolling: redraw
[    1.184287] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.184313] vesafb: framebuffer at 0xe0000000, mapped to 0x        (ptrval), using 3072k, total 3072k
[    1.184466] Console: switching to colour frame buffer device 128x48
[    1.184493] fb0: VESA VGA frame buffer device
[    1.184516] intel_idle: does not run on family 6 model 15
[    1.184684] ACPI: AC Adapter [AC] (on-line)
[    1.184769] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.184800] ACPI: Lid Switch [LID]
[    1.184848] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.184869] ACPI: Power Button [PBTN]
[    1.184917] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.184929] ACPI: Sleep Button [SBTN]
[    1.185088] Monitor-Mwait will be used to enter C-1 state
[    1.185100] Monitor-Mwait will be used to enter C-2 state
[    1.185110] Monitor-Mwait will be used to enter C-3 state
[    1.185116] tsc: Marking TSC unstable due to TSC halts in idle
[    1.191688] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.193346] thermal LNXTHERM:00: registered as thermal_zone0
[    1.193348] ACPI: Thermal Zone [THM] (64 C)
[    1.200063] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.219113] ACPI: Battery Slot [BAT0] (battery present)
[    1.219165] ACPI: Battery Slot [BAT1] (battery absent)
[    1.221993] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.225136] Linux agpgart interface v0.103
[    1.227302] loop: module loaded
[    1.227482] ata_piix 0000:00:1f.1: version 2.13
[    1.228668] scsi host0: ata_piix
[    1.228840] scsi host1: ata_piix
[    1.228888] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x6fa0 irq 14
[    1.228890] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x6fa8 irq 15
[    1.229056] ata2: port disabled--ignoring
[    1.229236] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.389181] scsi host2: ata_piix
[    1.389359] scsi host3: ata_piix
[    1.389413] ata3: SATA max UDMA/133 cmd 0x6eb0 ctl 0x6eb8 bmdma 0x6ee0 irq 18
[    1.389419] ata4: SATA max UDMA/133 cmd 0x6ec0 ctl 0x6ec8 bmdma 0x6ee8 irq 18
[    1.389548] libphy: Fixed MDIO Bus: probed
[    1.389549] tun: Universal TUN/TAP device driver, 1.6
[    1.389610] PPP generic driver version 2.4.2
[    1.389680] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.389685] ehci-pci: EHCI PCI platform driver
[    1.389922] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.389931] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.389946] ehci-pci 0000:00:1a.7: debug port 1
[    1.393869] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.393882] ehci-pci 0000:00:1a.7: irq 22, io mem 0xfed1c400
[    1.408257] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.408382] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.408386] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.408390] usb usb1: Product: EHCI Host Controller
[    1.408393] usb usb1: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.408396] usb usb1: SerialNumber: 0000:00:1a.7
[    1.408550] hub 1-0:1.0: USB hub found
[    1.408558] hub 1-0:1.0: 4 ports detected
[    1.408624] ata1.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T21N, A102, max UDMA/33
[    1.408964] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.408970] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.408984] ehci-pci 0000:00:1d.7: debug port 1
[    1.412911] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.412922] ehci-pci 0000:00:1d.7: irq 20, io mem 0xfed1c000
[    1.413682] ata1.00: configured for UDMA/33
[    1.419435] scsi 0:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GSA-T21N A102 PQ: 0 ANSI: 5
[    1.428245] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.428332] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.428336] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.428340] usb usb2: Product: EHCI Host Controller
[    1.428343] usb usb2: Manufacturer: Linux 4.15.0-66-generic ehci_hcd
[    1.428346] usb usb2: SerialNumber: 0000:00:1d.7
[    1.428542] hub 2-0:1.0: USB hub found
[    1.428549] hub 2-0:1.0: 6 ports detected
[    1.428778] ehci-platform: EHCI generic platform driver
[    1.428796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.428799] ohci-pci: OHCI PCI platform driver
[    1.428814] ohci-platform: OHCI generic platform driver
[    1.428824] uhci_hcd: USB Universal Host Controller Interface driver
[    1.429022] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.429029] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.429038] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.429061] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
[    1.429119] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.429121] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.429123] usb usb3: Product: UHCI Host Controller
[    1.429124] usb usb3: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.429126] usb usb3: SerialNumber: 0000:00:1a.0
[    1.429281] hub 3-0:1.0: USB hub found
[    1.429288] hub 3-0:1.0: 2 ports detected
[    1.429614] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.429620] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.429628] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.429657] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
[    1.429714] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.429716] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.429718] usb usb4: Product: UHCI Host Controller
[    1.429719] usb usb4: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.429721] usb usb4: SerialNumber: 0000:00:1a.1
[    1.429873] hub 4-0:1.0: USB hub found
[    1.429880] hub 4-0:1.0: 2 ports detected
[    1.430186] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.430193] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.430201] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.430223] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
[    1.430279] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.430282] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.430283] usb usb5: Product: UHCI Host Controller
[    1.430285] usb usb5: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.430287] usb usb5: SerialNumber: 0000:00:1d.0
[    1.430436] hub 5-0:1.0: USB hub found
[    1.430445] hub 5-0:1.0: 2 ports detected
[    1.430751] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.430757] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.430765] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.430787] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
[    1.430843] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.430845] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.430847] usb usb6: Product: UHCI Host Controller
[    1.430849] usb usb6: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.430850] usb usb6: SerialNumber: 0000:00:1d.1
[    1.430993] hub 6-0:1.0: USB hub found
[    1.431000] hub 6-0:1.0: 2 ports detected
[    1.431309] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.431316] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.431323] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.431345] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[    1.431401] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.431403] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.431405] usb usb7: Product: UHCI Host Controller
[    1.431407] usb usb7: Manufacturer: Linux 4.15.0-66-generic uhci_hcd
[    1.431408] usb usb7: SerialNumber: 0000:00:1d.2
[    1.431549] hub 7-0:1.0: USB hub found
[    1.431556] hub 7-0:1.0: 2 ports detected
[    1.431756] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.435053] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.435058] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.435262] mousedev: PS/2 mouse device common for all mice
[    1.435531] rtc_cmos 00:02: RTC can wake from S4
[    1.435728] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.435761] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.435770] i2c /dev entries driver
[    1.435842] device-mapper: uevent: version 1.0.3
[    1.435931] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.435966] ledtrig-cpu: registered to indicate activity on CPUs
[    1.436490] NET: Registered protocol family 10
[    1.438962] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.442865] Segment Routing with IPv6
[    1.442894] NET: Registered protocol family 17
[    1.442947] Key type dns_resolver registered
[    1.443151] mce: Using 6 MCE banks
[    1.443168] RAS: Correctable Errors collector initialized.
[    1.443216] microcode: sig=0x6fb, pf=0x80, revision=0xba
[    1.443321] microcode: Microcode Update Driver: v2.2.
[    1.443476] registered taskstats version 1
[    1.443495] Loading compiled-in X.509 certificates
[    1.447529] Loaded X.509 cert 'Build time autogenerated kernel key: 01a66adcc10ca4ce7676a3458c33483b0e2b806e'
[    1.447556] zswap: loaded using pool lzo/zbud
[    1.452861] Key type big_key registered
[    1.452865] Key type trusted registered
[    1.455350] Key type encrypted registered
[    1.455353] AppArmor: AppArmor sha1 policy hashing enabled
[    1.455358] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.455365] ima: Allocated hash algorithm: sha1
[    1.455392] evm: HMAC attrs: 0x1
[    1.455791]   Magic number: 11:461:91
[    1.455982] rtc_cmos 00:02: setting system clock to 2019-11-12 19:03:16 UTC (1573585396)
[    1.457167] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.457168] EDD information not available.
[    1.475822] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.475826] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.476084] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.476165] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.900246] usb 5-2: new low-speed USB device number 2 using uhci_hcd
[    1.948216] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[    2.094328] usb 5-2: New USB device found, idVendor=093a, idProduct=2510
[    2.094332] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.094335] usb 5-2: Product: USB Optical Mouse
[    2.094338] usb 5-2: Manufacturer: PixArt
[    2.097302] random: fast init done
[    2.176302] ata3.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.176322] ata3.01: SATA link down (SStatus 0 SControl 300)
[    2.204247] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1f9f2661456, max_idle_ns: 440795225463 ns
[    2.218172] ata3.00: ATA-8: ST9160412AS, 0002SDM1, max UDMA/133
[    2.218175] ata3.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 0/32)
[    2.223692] ata3.00: configured for UDMA/133
[    2.224017] scsi 2:0:0:0: Direct-Access     ATA      ST9160412AS      SDM1 PQ: 0 ANSI: 5
[    2.224296] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    2.224329] sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.224359] sd 2:0:0:0: [sda] Write Protect is off
[    2.224362] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.224425] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.262155]  sda: sda1 sda2 < sda5 >
[    2.262863] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.370303] usb 3-2: New USB device found, idVendor=413c, idProduct=8140
[    2.370307] usb 3-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.728247] usb 7-1: new full-speed USB device number 2 using uhci_hcd
[    2.740225] ata4.01: failed to resume link (SControl 0)
[    2.740285] ata4.00: SATA link down (SStatus 0 SControl 300)
[    2.740310] ata4.01: SATA link down (SStatus 0 SControl 0)
[    2.744735] Freeing unused kernel image memory: 2436K
[    2.756257] Write protecting the kernel read-only data: 20480k
[    2.757682] Freeing unused kernel image memory: 2008K
[    2.758812] Freeing unused kernel image memory: 1884K
[    2.769938] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.770052] x86/mm: Checking user space page tables
[    2.781123] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.798110] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.798258] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.798266] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.897298] usb 7-1: New USB device found, idVendor=0b97, idProduct=7761
[    2.897301] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.900330] hub 7-1:1.0: USB hub found
[    2.902287] hub 7-1:1.0: 4 ports detected
[    2.934950] pps_core: LinuxPPS API ver. 1 registered
[    2.934952] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.936877] PTP clock support registered
[    2.941670] tg3.c:v3.137 (May 11, 2014)
[    2.943400] hidraw: raw HID events driver (C) Jiri Kosina
[    2.957605] usbcore: registered new interface driver usbhid
[    2.957606] usbhid: USB HID core driver
[    2.988826] tg3 0000:09:00.0 eth0: Tigon3 [partno(BCM95755m) rev a002] (PCI Express) MAC address 00:1c:23:54:7a:b7
[    2.988829] tg3 0000:09:00.0 eth0: attached PHY is 5755 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    2.988831] tg3 0000:09:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    2.988833] tg3 0000:09:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.008084] firewire_ohci 0000:03:01.4: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10
[    3.009290] tg3 0000:09:00.0 enp9s0: renamed from eth0
[    3.012300] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:093A:2510.0001/input/input6
[    3.012553] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-2/input0
[    3.200074] usb 7-1.2: new full-speed USB device number 3 using uhci_hcd
[    3.330326] usb 7-1.2: New USB device found, idVendor=0b97, idProduct=7772
[    3.330330] usb 7-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.330334] usb 7-1.2: Product: O2Micro CCID SC Reader
[    3.330337] usb 7-1.2: Manufacturer: O2
[    3.516434] firewire_core 0000:03:01.4: created device fw0: GUID 354fc00028336070, S400
[    3.877227] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.316202] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    4.336609] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
[    5.075379] random: crng init done
[    5.075383] random: 7 urandom warning(s) missed due to ratelimiting
[    5.823005] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.958068] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    5.976215] systemd[1]: Detected architecture x86-64.
[    5.995524] systemd[1]: Set hostname to <duq-Latitude-D630>.
[    8.581469] systemd[1]: Reached target User and Group Name Lookups.
[    8.581567] systemd[1]: Reached target Remote File Systems.
[    8.581870] systemd[1]: Created slice System Slice.
[    8.581966] systemd[1]: Listening on udev Kernel Socket.
[    8.582065] systemd[1]: Listening on udev Control Socket.
[    8.582154] systemd[1]: Listening on Syslog Socket.
[    8.582317] systemd[1]: Listening on Journal Audit Socket.
[    9.417894] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    9.592913] lp: driver loaded but no devices found
[    9.702110] systemd-journald[248]: Received request to flush runtime journal from PID 1
[    9.949558] ppdev: user-space parallel port driver
[   17.350868] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[   17.374692] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   17.393991] audit: type=1400 audit(1573585412.432:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=383 comm="apparmor_parser"
[   17.393996] audit: type=1400 audit(1573585412.432:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=383 comm="apparmor_parser"
[   17.394000] audit: type=1400 audit(1573585412.432:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=383 comm="apparmor_parser"
[   17.394003] audit: type=1400 audit(1573585412.432:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=383 comm="apparmor_parser"
[   17.398764] audit: type=1400 audit(1573585412.436:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=382 comm="apparmor_parser"
[   17.398769] audit: type=1400 audit(1573585412.436:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=382 comm="apparmor_parser"
[   17.406909] audit: type=1400 audit(1573585412.444:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=388 comm="apparmor_parser"
[   17.406914] audit: type=1400 audit(1573585412.444:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=388 comm="apparmor_parser"
[   17.406916] audit: type=1400 audit(1573585412.444:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=388 comm="apparmor_parser"
[   17.409495] audit: type=1400 audit(1573585412.448:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=389 comm="apparmor_parser"
[   17.464941] Bluetooth: Core ver 2.22
[   17.464990] NET: Registered protocol family 31
[   17.464991] Bluetooth: HCI device and connection manager initialized
[   17.464996] Bluetooth: HCI socket layer initialized
[   17.464999] Bluetooth: L2CAP socket layer initialized
[   17.465007] Bluetooth: SCO socket layer initialized
[   17.475884] usbcore: registered new interface driver btusb
[   17.479080] Bluetooth: hci0: unexpected event for opcode 0x0000
[   17.482757] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.499887] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.533433] yenta_cardbus 0000:03:01.0: enabling device (0000 -> 0003)
[   17.533571] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:01f9]
[   17.533606] yenta_cardbus 0000:03:01.0: CardBus bridge to [bus 04]
[   17.533608] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5000-0x50ff]
[   17.533613] yenta_cardbus 0000:03:01.0:   bridge window [io  0x5400-0x54ff]
[   17.533618] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0800000-0xf0bfffff]
[   17.533623] yenta_cardbus 0000:03:01.0:   bridge window [mem 0xf0c00000-0xf0ffffff]
[   17.533633] yenta_cardbus 0000:03:01.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[   17.617721] snd_hda_codec_idt hdaudioC0D0: autoconfig for STAC9205: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   17.617725] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   17.617727] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   17.617729] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   17.617731] snd_hda_codec_idt hdaudioC0D0:    dig-out=0x21/0x0
[   17.617732] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   17.617734] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   17.617736] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   17.648900] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   17.648984] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   17.670378] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
[   17.670383] yenta_cardbus 0000:03:01.0: Socket status: 30000006
[   17.670396] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [io  0x5000-0x5fff]
[   17.670399] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge window: [mem 0xf6a00000-0xf6afffff]
[   17.670402] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6a00000-0xf6afffff:
[   17.670410]  excluding 0xf6af0000-0xf6afffff
[   17.754117] pci 0000:00:00.0: Intel 965GM Chipset
[   17.754149] pci 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[   17.755164] pci 0000:00:00.0: detected 8192K stolen memory
[   17.755547] [drm] Memory usable by graphics device = 512M
[   17.755551] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   17.755553] fb: switching to inteldrmfb from VESA VGA
[   17.755616] Console: switching to colour dummy device 80x25
[   17.755782] [drm] Replacing VGA console driver
[   17.762473] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   17.762475] [drm] Driver supports precise vblank timestamp query.
[   17.769281] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   17.925634] [drm] forcing SVIDEO-1 connector off
[   17.940913] [drm] RC6 disabled, disabling runtime PM support
[   17.940923] [drm] initialized overlay support
[   17.941268] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[   17.941606] ACPI: Video Device [VID1] (multi-head: yes  rom: no  post: no)
[   17.942059] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:01/input/input10
[   17.942146] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[   17.982699] fbcon: inteldrmfb (fb0) is primary device
[   17.982832] Console: switching to colour frame buffer device 160x50
[   17.982868] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   17.992582] wl: loading out-of-tree module taints kernel.
[   17.992588] wl: module license 'MIXED/Proprietary' taints kernel.
[   17.992589] Disabling lock debugging due to kernel taint
[   18.016352] wl: module verification failed: signature and/or required key missing - tainting kernel
[   18.074839] malloc in abgphy done
[   18.077079] malloc in abgphy done
[   18.077447] wl driver 6.30.223.271 (r587334) failed with code 21
[   18.077451] ERROR @wl_cfg80211_detach : 
[   18.077452] NULL ndev->ieee80211ptr, unable to deref wl
[   18.101869] kvm: disabled by bios
[   18.133804] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   18.140292] intel_powerclamp: No package C-state available
[   18.164905] kvm: disabled by bios
[   18.170336] dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   18.198147] intel_powerclamp: No package C-state available
[   18.229469] dell_laptop: Using i8042 filter function for receiving events
[   18.257161] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11
[   18.303709] gpio_ich: GPIO from 462 to 511 on gpio_ich
[   18.393508] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   18.393519]  excluding 0xc0000-0xcffff 0xe0000-0xfffff
[   18.393551] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   18.393567]  excluding 0xa0000000-0xa0ffffff
[   18.393588] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   18.393604]  excluding 0x60000000-0x60ffffff
[   18.425886] leds dell::kbd_backlight: Setting an LED's brightness failed (-5)
[   21.833082] Adding 4183036k swap on /dev/sda5.  Priority:-2 extents:1 across:4183036k FS
[   22.392156] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   22.392158] Bluetooth: BNEP filters: protocol multicast
[   22.392163] Bluetooth: BNEP socket layer initialized
[   29.323467] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   29.384282] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready
[   46.826311] Bluetooth: RFCOMM TTY layer initialized
[   46.826319] Bluetooth: RFCOMM socket layer initialized
[   46.826326] Bluetooth: RFCOMM ver 1.11
[  159.500250] tg3 0000:09:00.0 enp9s0: Link is up at 1000 Mbps, full duplex
[  159.500268] tg3 0000:09:00.0 enp9s0: Flow control is off for TX and off for RX
[  159.500291] IPv6: ADDRCONF(NETDEV_CHANGE): enp9s0: link becomes ready
[  197.876167] ssb: Found chip with id 0x4311, rev 0x01 and package 0x00
[  197.876187] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
[  197.876203] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
[  197.876220] ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
[  197.876237] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
[  197.956934] ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
[  198.172496] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[  198.216616] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[  198.216629] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
[  198.216631] b43-phy0 warning: 5 GHz band is unsupported on this PHY
[  198.233225] Broadcom 43xx driver loaded [ Features: PNL ]
[  198.307301] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[  198.334333] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  198.492404] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)
[  198.636574] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  198.733133] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  200.053429] wlan0: authenticate with b4:a5:ef:d4:39:56
[  200.072309] wlan0: send auth to b4:a5:ef:d4:39:56 (try 1/3)
[  200.073875] wlan0: authenticated
[  200.076183] wlan0: associate with b4:a5:ef:d4:39:56 (try 1/3)
[  200.079393] wlan0: RX AssocResp from b4:a5:ef:d4:39:56 (capab=0x411 status=0 aid=2)
[  200.079815] wlan0: associated
[  200.127623] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
duq@duq-Latitude-D630:~$ 

Hors ligne