El libre pensamiento para un internet libre
No estas registrado.
Buenas noches a todos.
Mi situación es la siguiente:
Hace poco actualice kali linux y al parecer cuando se reinicio ya no funcionaba el entorno gráfico, es decir iniciaba común y corriente, luego la pantalla se quedaba negra y no me pedía ni usuario ni contraseña si no simplemente la pantalla quedo bloqueada por así decirlo y no se que hacer para resolver este problema.
He podido entrar a la terminal con Control+Alt+f2,f3,f4... y me puedo loguear pero solo puedo usar el equipo por consola. El problema radica en que tengo mucha información importante y no la quiero perder ademas de marcadores de libros en el navegador que no quiero que vayan a desaparecer.
Gracias por su Atención.
Adjunto imagen de pantalla negra:
Disculpen no es la mejor calidad.
Ultima edición por Hunter310# (26-03-2019 06:36:30)
Desconectado
La calidad para ver una pantalla negra no es realmente muy importante.
Lo que haría en tu lugar es primero arrancar con las opciones avanzadas en modo rescue.
Si tienes la terminal puedes hacer todo: diagnosticar, rescatar y arreglar.
Empieza por decirnos que entorno gráfico usas, si tienes el sistema instalado etc..
El diagnostico se puede hacer con
dmesg
Te dará pistas para entender el fallo.
Desconectado
No creo que sea buena idea usar kali-linux como sistema principal o sistema en el que guardar informacion importante que no se quiera perder, maxime si no tienes conocimientos de linux. Kali es para lo que es, ni mas ni menos. Tienes muchas opciones si quieres un sistema linux para usarlo de escritorio que no te dara ni la mitad de problemas que kali. Repito.. Kali es para lo que es. Mi consejo siempre es usar kali en maquina virtual, pero para gustos, colores.
Dicho esto, no te preocupes. Toda tu informacion sigue en el sistema, es recuperable y tambien puedes recuperar tu entorno grafico. Con la poca informacion que nos brindas, poco se puede hacer. Imagino que has googleado tu problema y ya habras intentado algo. que has intentado y cuales han sido los resultados?
Dices que no llega ni a la pantalla de login, por lo que parece que ha tronado el gestor de inicio de sesion. No arranca y no sabemos si sea por tu tarjeta grafica o por algo en la actualizacion. Aparte de lo que te dice kcdtv, estaria bueno mandaras unas fotos de la salida de los siguientes comandos (las fotos con el texto completo y legible)
startx
lspci
No recuerdo ahora que gestor de inicio de sesion usa kali, si gdm3 o lightdm o algun otro. Puedes probar intentar recuperarlo tambien con
dpkg-reconfigure gdm3
y/o
dpkg-reconfigure lightdm
Con los datos que nos brinden los comandos que te decimos, sera mas facil hacer un diagnostico y dar con el problema y su solucion.
Desconectado
Muchas gracias a todos por responder.
El entorno gráfico que utilizo es GNOME que si no estoy mal es el que utiliza kali linux por defecto al instalarlo en el disco duro el cual esta particionado, donde la mitad pertenece a kali linux y la otra mitad a windows
Este error fue producido después de una notificación en kali linux que decía "Apagar y Aplicar Cambios" que se encontraba en el apartado de software en la pestaña de actualización.
Para los comandos que me recomendaron obtuve los siguientes resultados:
dmesg
startx
lspci
dpkg-reconfigure gdm3
Ultima edición por Hunter310# (27-03-2019 06:22:08)
Desconectado
Si hiciste una instalacion en tu disco duro, debes tener un usuario creado, no? que pasa si haces startx logueado con ese usuario? lo mismo?
Al hacer startx como root nos remite a un archivo donde dice contener mas info sobre el fallo.
Nos manda al archivo /var/log/Xorg.1.log. Seria bueno ver ese archivo. Si es demasiado largo como para hacerle una foto porque no quepa en la pantalla, puedes usar more de esta manera:
cat /var/log/Xorg.1.log | more
.
Llegados a este punto y sabiendo que el problema es por xorg, puedes reinstalarlo a ver si sonara la flauta
apt-get install --reinstall xserver-xorg
Esto dando por hecho que dispones a una conexion a internet, si no la tienes, puedes conectarte con un cable rj45 directamente, o con nmtui-connect desde la consola para configurar una conexion wifi.
Tambien puedes intentar con otro gestor de inicio de sesion, como lightdm a ver si al menos te abre la pantalla de inicio de sesion. Siempre puedes volver a gdm3 sin mayor problema si no te gusta
apt-get install lightdm
y luego reiniciar. Si sale alguna pantalla en la que tengas que elegir alguna opcion, elige lightdm y acepta.
No se el boot de kali si te permite iniciar con alguna version de kernel mas antigua que tengas instalado de una manera sencilla, si es asi, prueba otra version de kernel al inicio tambien.
Desconectado
No se el boot de kali si te permite iniciar con alguna version de kernel mas antigua que tengas instalado de una manera sencilla, si es asi, prueba otra version de kernel al inicio tambien.
En el menú GRUB elegimos "Advanced options for kali linux" que es la entrada justo debajo del arranque normal.
Entonces se puede arrancar con los antiguos kerneles en modo normal o en modo "rescue"
Desconectado
Gracias kcdtv tienes razón pude arrancar el modo grafico con otro kernel en modo normal.
Aún así me gustaría saber que me recomendarias para arreglar el kernel del inicio principal de kali linux.
Gracias por la colaboración.
Desconectado
javierbu te ha dado unos comandos y sugerido unas pistas: Lo primero sería hacer esto para reportar aquí que ha pasado (con copiados y pegados en lugar de fotos)
Es primordial ver este log del Xserver, ver que pasa con una sesión de usuario normal (por lo visto no lo has ehcho aún)
Otras pistas:
The VT switch is what you did with C-M-F1 and probably unrelated to your problem.
Check that your hard drive isn't full. Especially /var/log/.
Try running "xinit /usr/bin/X11/xterm -- :1" as a user. If that doesn't work, try "sudo Xorg".
Suspending AIGLX clients for VT switch
PD: Para crear un usuario normal Crear una cuenta de usuario para usar Kali a diario sin riesgos
Desconectado
Jajaja disculpa javierbu no habia visto tu respuesta gracias a ambos por su colaboración mas tarde confirmare lo que haya pasado después de lo que me han sugerido
Desconectado
Me alegro que se haya resuelto (o casi). Son cosas que a veces pasan.
Quiza iniciando con el kernel moderno, y reinstalando xserver-xorg (en otro mensaje te dije como hacerlo) se te solucione y puedas trabajar con el ultimo kernel.
Por otro lado, ya puedes vivir sin tocarle mas. Puedes arrancar solo con el kernel que funciona y listo. no vas a notar la diferencia, y quiza la proxima actualizacion de kernel y no te de estos problemas.
Si quieres seguir tirando del hilo a ver que ha pasado, postea el archivo /var/log/Xorg.1.log como dice kcdtv, pegandolo y formateandolo como codigo para poder leerlo facilmente. antes te pedia fotos por la dificultad de hacer un copy/paste desde solo la consola.
Desconectado
Al parecer hubo algunos problemas con el kernel que funciona porque ya no me muestra algunos de los archivos que tengo pero que aun estan presentes en el kernel defectuoso.
Asi que creeria que lo mejor seria seguir rebuscando hasta dar con la solución.
[ 124.301]
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[ 124.302] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[ 124.302] Current Operating System: Linux kali 4.19.0-kali4-amd64 #1 SMP Debian 4.19.28-2kali1 (2019-03-18) x86_64
[ 124.302] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-kali4-amd64 root=UUID=212ee7b8-6afe-4f87-acd2-4e38f8461b25 ro initrd=/install/gtk/initrd.gz quiet
[ 124.302] Build Date: 25 October 2018 06:15:23PM
[ 124.302] xorg-server 2:1.20.3-1 (https://www.debian.org/support)
[ 124.302] Current version of pixman: 0.36.0
[ 124.302] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 124.303] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 124.303] (==) Log file: "/var/log/Xorg.1.log", Time: Thu Mar 28 21:11:53 2019
[ 124.304] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 124.304] (==) No Layout section. Using the first Screen section.
[ 124.304] (==) No screen section available. Using defaults.
[ 124.304] (**) |-->Screen "Default Screen Section" (0)
[ 124.304] (**) | |-->Monitor "<default monitor>"
[ 124.305] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 124.305] (==) Automatically adding devices
[ 124.305] (==) Automatically enabling devices
[ 124.305] (==) Automatically adding GPU devices
[ 124.305] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 124.305] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 124.305] Entry deleted from font path.
[ 124.305] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 124.305] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 124.305] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 124.305] (II) Loader magic: 0x55c9722dfe20
[ 124.305] (II) Module ABI versions:
[ 124.305] X.Org ANSI C Emulation: 0.4
[ 124.305] X.Org Video Driver: 24.0
[ 124.305] X.Org XInput driver : 24.1
[ 124.305] X.Org Server Extension : 10.0
[ 124.307] (++) using VT number 1
[ 124.317] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 124.318] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 124.322] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 124.328] (--) PCI:*(0@0:2:0) 8086:22b1:103c:81e1 rev 53, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 124.329] (II) LoadModule: "glx"
[ 124.329] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 124.332] (II) Module glx: vendor="X.Org Foundation"
[ 124.332] compiled for 1.20.3, module version = 1.0.0
[ 124.332] ABI class: X.Org Server Extension, version 10.0
[ 124.332] (==) Matched modesetting as autoconfigured driver 0
[ 124.332] (==) Matched fbdev as autoconfigured driver 1
[ 124.332] (==) Matched vesa as autoconfigured driver 2
[ 124.332] (==) Assigned the driver to the xf86ConfigLayout
[ 124.332] (II) LoadModule: "modesetting"
[ 124.332] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 124.332] (II) Module modesetting: vendor="X.Org Foundation"
[ 124.332] compiled for 1.20.3, module version = 1.20.3
[ 124.332] Module class: X.Org Video Driver
[ 124.333] ABI class: X.Org Video Driver, version 24.0
[ 124.333] (II) LoadModule: "fbdev"
[ 124.333] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 124.333] (II) Module fbdev: vendor="X.Org Foundation"
[ 124.333] compiled for 1.20.0, module version = 0.5.0
[ 124.333] Module class: X.Org Video Driver
[ 124.333] ABI class: X.Org Video Driver, version 24.0
[ 124.333] (II) LoadModule: "vesa"
[ 124.333] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 124.333] (II) Module vesa: vendor="X.Org Foundation"
[ 124.333] compiled for 1.20.1, module version = 2.4.0
[ 124.333] Module class: X.Org Video Driver
[ 124.333] ABI class: X.Org Video Driver, version 24.0
[ 124.333] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 124.333] (II) FBDEV: driver for framebuffer: fbdev
[ 124.333] (II) VESA: driver for VESA chipsets: vesa
[ 124.334] (II) modeset(0): using drv /dev/dri/card0
[ 124.334] (WW) Falling back to old probe method for fbdev
[ 124.334] (II) Loading sub module "fbdevhw"
[ 124.334] (II) LoadModule: "fbdevhw"
[ 124.334] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 124.334] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 124.334] compiled for 1.20.3, module version = 0.0.2
[ 124.334] ABI class: X.Org Video Driver, version 24.0
[ 124.334] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 124.334] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 124.334] (==) modeset(0): RGB weight 888
[ 124.334] (==) modeset(0): Default visual is TrueColor
[ 124.335] (II) Loading sub module "glamoregl"
[ 124.335] (II) LoadModule: "glamoregl"
[ 124.335] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 124.342] (II) Module glamoregl: vendor="X.Org Foundation"
[ 124.342] compiled for 1.20.3, module version = 1.0.1
[ 124.342] ABI class: X.Org ANSI C Emulation, version 0.4
[ 124.377] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 400 (Braswell)
[ 124.377] (II) modeset(0): glamor initialized
[ 124.378] (II) modeset(0): Output eDP-1 has no monitor section
[ 124.378] (II) modeset(0): Output DP-1 has no monitor section
[ 124.572] (II) modeset(0): Output HDMI-1 has no monitor section
[ 124.573] (II) modeset(0): Output DP-2 has no monitor section
[ 124.575] (II) modeset(0): Output HDMI-2 has no monitor section
[ 124.577] (II) modeset(0): EDID for output eDP-1
[ 124.577] (II) modeset(0): Manufacturer: BOE Model: 697 Serial#: 0
[ 124.577] (II) modeset(0): Year: 2015 Week: 1
[ 124.577] (II) modeset(0): EDID Version: 1.4
[ 124.577] (II) modeset(0): Digital Display Input
[ 124.577] (II) modeset(0): 6 bits per channel
[ 124.577] (II) modeset(0): Digital interface is DisplayPort
[ 124.577] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 124.577] (II) modeset(0): Gamma: 2.20
[ 124.577] (II) modeset(0): No DPMS capabilities specified
[ 124.577] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 124.577] (II) modeset(0): First detailed timing is preferred mode
[ 124.577] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 124.577] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.329 greenY: 0.555
[ 124.577] (II) modeset(0): blueX: 0.152 blueY: 0.118 whiteX: 0.312 whiteY: 0.328
[ 124.577] (II) modeset(0): Manufacturer's mask: 0
[ 124.577] (II) modeset(0): Supported detailed timing:
[ 124.577] (II) modeset(0): clock: 70.1 MHz Image Size: 309 x 173 mm
[ 124.577] (II) modeset(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1498 h_border: 0
[ 124.577] (II) modeset(0): v_active: 768 v_sync: 772 v_sync_end 776 v_blanking: 780 v_border: 0
[ 124.577] (II) modeset(0): Supported detailed timing:
[ 124.577] (II) modeset(0): clock: 46.7 MHz Image Size: 309 x 173 mm
[ 124.578] (II) modeset(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1498 h_border: 0
[ 124.578] (II) modeset(0): v_active: 768 v_sync: 772 v_sync_end 776 v_blanking: 780 v_border: 0
[ 124.578] (II) modeset(0): Unknown vendor-specific block 2
[ 124.578] (II) modeset(0): EDID (in hex):
[ 124.578] (II) modeset(0): 00ffffffffffff0009e5970600000000
[ 124.578] (II) modeset(0): 01190104951f11780a24109759548e27
[ 124.578] (II) modeset(0): 1e505400000001010101010101010101
[ 124.578] (II) modeset(0): 010101010101641b568450000c303020
[ 124.578] (II) modeset(0): 440035ad1000001a3e12568450000c30
[ 124.578] (II) modeset(0): 3020440035ad1000001a000000000000
[ 124.578] (II) modeset(0): 00000000000000000000000000000002
[ 124.578] (II) modeset(0): 000c46f90b3c6e0b0f19700000000096
[ 124.578] (II) modeset(0): Printing probed modes for output eDP-1
[ 124.578] (II) modeset(0): Modeline "1366x768"x60.0 70.12 1366 1414 1446 1498 768 772 776 780 +hsync -vsync (46.8 kHz eP)
[ 124.578] (II) modeset(0): Modeline "1366x768"x40.0 46.70 1366 1414 1446 1498 768 772 776 780 +hsync -vsync (31.2 kHz e)
[ 124.578] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 124.578] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 124.578] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 124.578] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 124.578] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 124.578] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 124.579] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 124.579] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 124.579] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 124.579] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 124.579] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 124.579] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 124.579] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 124.579] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 124.579] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 124.579] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 124.579] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 124.579] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 124.579] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 124.579] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 124.579] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 124.579] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 124.579] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 124.579] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 124.579] (II) modeset(0): Modeline "800x512"x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 124.579] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 124.579] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "720x450"x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 124.579] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 124.579] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 124.579] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 124.579] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 124.579] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 124.579] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 124.579] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 124.580] (II) modeset(0): Modeline "680x384"x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 124.580] (II) modeset(0): Modeline "680x384"x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 124.580] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 124.580] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 124.580] (II) modeset(0): Modeline "576x432"x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 124.580] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 124.580] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 124.580] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 124.580] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 124.580] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 124.580] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 124.580] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 124.580] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 124.580] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 124.580] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 124.580] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 124.580] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 124.580] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 124.580] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 124.580] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 124.580] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 124.580] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 124.580] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 124.580] (II) modeset(0): EDID for output DP-1
[ 124.776] (II) modeset(0): EDID for output HDMI-1
[ 124.777] (II) modeset(0): EDID for output DP-2
[ 124.778] (II) modeset(0): EDID for output HDMI-2
[ 124.779] (II) modeset(0): Output eDP-1 connected
[ 124.779] (II) modeset(0): Output DP-1 disconnected
[ 124.779] (II) modeset(0): Output HDMI-1 disconnected
[ 124.779] (II) modeset(0): Output DP-2 disconnected
[ 124.779] (II) modeset(0): Output HDMI-2 disconnected
[ 124.779] (II) modeset(0): Using exact sizes for initial modes
[ 124.779] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[ 124.779] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 124.779] (==) modeset(0): DPI set to (96, 96)
[ 124.779] (II) Loading sub module "fb"
[ 124.779] (II) LoadModule: "fb"
[ 124.779] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 124.779] (II) Module fb: vendor="X.Org Foundation"
[ 124.779] compiled for 1.20.3, module version = 1.0.0
[ 124.779] ABI class: X.Org ANSI C Emulation, version 0.4
[ 124.779] (II) UnloadModule: "fbdev"
[ 124.780] (II) Unloading fbdev
[ 124.780] (II) UnloadSubModule: "fbdevhw"
[ 124.780] (II) Unloading fbdevhw
[ 124.780] (II) UnloadModule: "vesa"
[ 124.780] (II) Unloading vesa
[ 124.787] (==) modeset(0): Backing store enabled
[ 124.787] (==) modeset(0): Silken mouse enabled
[ 124.847] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 124.848] (==) modeset(0): DPMS enabled
[ 124.851] (II) modeset(0): [DRI2] Setup complete
[ 124.851] (II) modeset(0): [DRI2] DRI driver: i965
[ 124.852] (II) modeset(0): [DRI2] VDPAU driver: i965
[ 124.852] (II) Initializing extension Generic Event Extension
[ 124.853] (II) Initializing extension SHAPE
[ 124.855] (II) Initializing extension MIT-SHM
[ 124.856] (II) Initializing extension XInputExtension
[ 124.856] (II) Initializing extension XTEST
[ 124.857] (II) Initializing extension BIG-REQUESTS
[ 124.857] (II) Initializing extension SYNC
[ 124.857] (II) Initializing extension XKEYBOARD
[ 124.858] (II) Initializing extension XC-MISC
[ 124.858] (II) Initializing extension SECURITY
[ 124.858] (II) Initializing extension XFIXES
[ 124.859] (II) Initializing extension RENDER
[ 124.859] (II) Initializing extension RANDR
[ 124.860] (II) Initializing extension COMPOSITE
[ 124.860] (II) Initializing extension DAMAGE
[ 124.860] (II) Initializing extension MIT-SCREEN-SAVER
[ 124.860] (II) Initializing extension DOUBLE-BUFFER
[ 124.861] (II) Initializing extension RECORD
[ 124.861] (II) Initializing extension DPMS
[ 124.861] (II) Initializing extension Present
[ 124.862] (II) Initializing extension DRI3
[ 124.862] (II) Initializing extension X-Resource
[ 124.862] (II) Initializing extension XVideo
[ 124.863] (II) Initializing extension XVideo-MotionCompensation
[ 124.863] (II) Initializing extension SELinux
[ 124.863] (II) SELinux: Disabled on system
[ 124.863] (II) Initializing extension GLX
[ 124.874] (II) AIGLX: Loaded and initialized i965
[ 124.874] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 124.874] (II) Initializing extension XFree86-VidModeExtension
[ 124.875] (II) Initializing extension XFree86-DGA
[ 124.875] (II) Initializing extension XFree86-DRI
[ 124.875] (II) Initializing extension DRI2
[ 124.881] (II) modeset(0): Damage tracking initialized
[ 124.881] (II) modeset(0): Setting screen physical size to 361 x 203
[ 125.118] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 125.118] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 125.118] (II) LoadModule: "libinput"
[ 125.118] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 125.127] (II) Module libinput: vendor="X.Org Foundation"
[ 125.127] compiled for 1.20.3, module version = 0.28.2
[ 125.127] Module class: X.Org XInput Driver
[ 125.127] ABI class: X.Org XInput driver, version 24.1
[ 125.127] (II) Using input driver 'libinput' for 'Power Button'
[ 125.136] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 23 paused 0
[ 125.136] (**) Power Button: always reports core events
[ 125.137] (**) Option "Device" "/dev/input/event4"
[ 125.137] (**) Option "_source" "server/udev"
[ 125.142] (II) event4 - Power Button: is tagged by udev as: Keyboard
[ 125.143] (II) event4 - Power Button: device is a keyboard
[ 125.143] (II) event4 - Power Button: device removed
[ 125.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[ 125.143] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 125.143] (**) Option "xkb_model" "pc105"
[ 125.143] (**) Option "xkb_layout" "latam"
[ 125.143] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.196] (II) event4 - Power Button: is tagged by udev as: Keyboard
[ 125.196] (II) event4 - Power Button: device is a keyboard
[ 125.198] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 125.198] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 125.198] (II) Using input driver 'libinput' for 'Video Bus'
[ 125.203] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 26 paused 0
[ 125.203] (**) Video Bus: always reports core events
[ 125.203] (**) Option "Device" "/dev/input/event7"
[ 125.203] (**) Option "_source" "server/udev"
[ 125.208] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 125.208] (II) event7 - Video Bus: device is a keyboard
[ 125.208] (II) event7 - Video Bus: device removed
[ 125.209] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
[ 125.209] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 125.209] (**) Option "xkb_model" "pc105"
[ 125.209] (**) Option "xkb_layout" "latam"
[ 125.209] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.214] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 125.215] (II) event7 - Video Bus: device is a keyboard
[ 125.217] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 125.217] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 125.217] (II) Using input driver 'libinput' for 'Power Button'
[ 125.221] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 27 paused 0
[ 125.221] (**) Power Button: always reports core events
[ 125.221] (**) Option "Device" "/dev/input/event3"
[ 125.221] (**) Option "_source" "server/udev"
[ 125.223] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 125.223] (II) event3 - Power Button: device is a keyboard
[ 125.223] (II) event3 - Power Button: device removed
[ 125.224] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event3"
[ 125.224] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 125.224] (**) Option "xkb_model" "pc105"
[ 125.224] (**) Option "xkb_layout" "latam"
[ 125.224] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.226] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 125.226] (II) event3 - Power Button: device is a keyboard
[ 125.227] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 125.227] (II) No input driver specified, ignoring this device.
[ 125.227] (II) This device may have been added with another device file.
[ 125.229] (II) config/udev: Adding input device HP TrueVision HD: HP TrueVision (/dev/input/event9)
[ 125.230] (**) HP TrueVision HD: HP TrueVision: Applying InputClass "libinput keyboard catchall"
[ 125.230] (II) Using input driver 'libinput' for 'HP TrueVision HD: HP TrueVision'
[ 125.233] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 28 paused 0
[ 125.234] (**) HP TrueVision HD: HP TrueVision: always reports core events
[ 125.234] (**) Option "Device" "/dev/input/event9"
[ 125.234] (**) Option "_source" "server/udev"
[ 125.238] (II) event9 - HP TrueVision HD: HP TrueVision: is tagged by udev as: Keyboard
[ 125.238] (II) event9 - HP TrueVision HD: HP TrueVision: device is a keyboard
[ 125.238] (II) event9 - HP TrueVision HD: HP TrueVision: device removed
[ 125.238] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/input/input10/event9"
[ 125.238] (II) XINPUT: Adding extended input device "HP TrueVision HD: HP TrueVision" (type: KEYBOARD, id 9)
[ 125.238] (**) Option "xkb_model" "pc105"
[ 125.238] (**) Option "xkb_layout" "latam"
[ 125.238] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.241] (II) event9 - HP TrueVision HD: HP TrueVision: is tagged by udev as: Keyboard
[ 125.241] (II) event9 - HP TrueVision HD: HP TrueVision: device is a keyboard
[ 125.242] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
[ 125.242] (II) No input driver specified, ignoring this device.
[ 125.242] (II) This device may have been added with another device file.
[ 125.243] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 125.243] (II) No input driver specified, ignoring this device.
[ 125.243] (II) This device may have been added with another device file.
[ 125.244] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[ 125.244] (II) No input driver specified, ignoring this device.
[ 125.244] (II) This device may have been added with another device file.
[ 125.245] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[ 125.245] (II) No input driver specified, ignoring this device.
[ 125.245] (II) This device may have been added with another device file.
[ 125.246] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 125.246] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 125.246] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 125.249] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[ 125.249] (**) AT Translated Set 2 keyboard: always reports core events
[ 125.249] (**) Option "Device" "/dev/input/event0"
[ 125.249] (**) Option "_source" "server/udev"
[ 125.251] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 125.251] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 125.252] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 125.252] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 125.253] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 125.253] (**) Option "xkb_model" "pc105"
[ 125.253] (**) Option "xkb_layout" "latam"
[ 125.253] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.255] (II) event0 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 125.255] (II) event0 - AT Translated Set 2 keyboard: device is a keyboard
[ 125.257] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event1)
[ 125.257] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[ 125.258] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[ 125.260] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
[ 125.260] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 125.260] (**) Option "Device" "/dev/input/event1"
[ 125.260] (**) Option "_source" "server/udev"
[ 125.263] (II) event1 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 125.265] (II) event1 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 125.266] (II) event1 - ETPS/2 Elantech Touchpad: device removed
[ 125.266] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event1"
[ 125.266] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 11)
[ 125.268] (**) Option "AccelerationScheme" "none"
[ 125.268] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 125.268] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 125.268] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 125.270] (II) event1 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 125.273] (II) event1 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 125.274] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 125.274] (II) No input driver specified, ignoring this device.
[ 125.274] (II) This device may have been added with another device file.
[ 125.275] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 125.275] (II) No input driver specified, ignoring this device.
[ 125.275] (II) This device may have been added with another device file.
[ 125.277] (II) config/udev: Adding input device HP Wireless hotkeys (/dev/input/event5)
[ 125.277] (**) HP Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[ 125.277] (II) Using input driver 'libinput' for 'HP Wireless hotkeys'
[ 125.279] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 31 paused 0
[ 125.279] (**) HP Wireless hotkeys: always reports core events
[ 125.279] (**) Option "Device" "/dev/input/event5"
[ 125.280] (**) Option "_source" "server/udev"
[ 125.281] (II) event5 - HP Wireless hotkeys: is tagged by udev as: Keyboard
[ 125.281] (II) event5 - HP Wireless hotkeys: device is a keyboard
[ 125.281] (II) event5 - HP Wireless hotkeys: device removed
[ 125.281] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event5"
[ 125.281] (II) XINPUT: Adding extended input device "HP Wireless hotkeys" (type: KEYBOARD, id 12)
[ 125.281] (**) Option "xkb_model" "pc105"
[ 125.281] (**) Option "xkb_layout" "latam"
[ 125.281] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.283] (II) event5 - HP Wireless hotkeys: is tagged by udev as: Keyboard
[ 125.283] (II) event5 - HP Wireless hotkeys: device is a keyboard
[ 125.284] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event8)
[ 125.284] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 125.284] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[ 125.287] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 32 paused 0
[ 125.287] (**) HP WMI hotkeys: always reports core events
[ 125.287] (**) Option "Device" "/dev/input/event8"
[ 125.287] (**) Option "_source" "server/udev"
[ 125.288] (II) event8 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 125.289] (II) event8 - HP WMI hotkeys: device is a keyboard
[ 125.289] (II) event8 - HP WMI hotkeys: device removed
[ 125.289] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
[ 125.289] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[ 125.289] (**) Option "xkb_model" "pc105"
[ 125.289] (**) Option "xkb_layout" "latam"
[ 125.289] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 125.291] (II) event8 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[ 125.291] (II) event8 - HP WMI hotkeys: device is a keyboard
[ 125.304] (EE) modeset(0): failed to set mode: Invalid argument
[ 129.904] (II) modeset(0): EDID vendor "BOE", prod id 1687
[ 129.904] (II) modeset(0): Printing DDC gathered Modelines:
[ 129.905] (II) modeset(0): Modeline "1366x768"x0.0 70.12 1366 1414 1446 1498 768 772 776 780 +hsync -vsync (46.8 kHz eP)
[ 129.905] (II) modeset(0): Modeline "1366x768"x0.0 46.70 1366 1414 1446 1498 768 772 776 780 +hsync -vsync (31.2 kHz e)
[ 851.455] (**) Option "fd" "23"
[ 851.455] (II) event4 - Power Button: device removed
[ 851.458] (**) Option "fd" "26"
[ 851.459] (II) event7 - Video Bus: device removed
[ 851.461] (**) Option "fd" "27"
[ 851.461] (II) event3 - Power Button: device removed
[ 851.462] (**) Option "fd" "28"
[ 851.462] (II) event9 - HP TrueVision HD: HP TrueVision: device removed
[ 851.463] (**) Option "fd" "29"
[ 851.463] (II) event0 - AT Translated Set 2 keyboard: device removed
[ 851.464] (**) Option "fd" "30"
[ 851.464] (II) event1 - ETPS/2 Elantech Touchpad: device removed
[ 851.464] (**) Option "fd" "31"
[ 851.464] (II) event5 - HP Wireless hotkeys: device removed
[ 851.465] (**) Option "fd" "32"
[ 851.465] (II) event8 - HP WMI hotkeys: device removed
[ 851.466] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 851.519] (II) systemd-logind: got pause for 13:68
[ 851.519] (II) systemd-logind: got pause for 13:67
[ 851.519] (II) systemd-logind: got pause for 13:71
[ 851.519] (II) systemd-logind: got pause for 13:73
[ 851.520] (II) systemd-logind: got pause for 13:69
[ 851.520] (II) systemd-logind: got pause for 13:72
[ 851.520] (II) systemd-logind: got pause for 226:0
[ 851.520] (II) systemd-logind: got pause for 13:64
[ 851.520] (II) systemd-logind: got pause for 13:65
[ 853.290] (II) systemd-logind: got resume for 13:68
[ 853.306] (II) systemd-logind: got resume for 13:67
[ 853.322] (II) systemd-logind: got resume for 13:71
[ 853.338] (II) systemd-logind: got resume for 13:73
[ 853.354] (II) systemd-logind: got resume for 13:69
[ 853.370] (II) systemd-logind: got resume for 13:72
[ 853.371] (II) systemd-logind: got resume for 226:0
[ 853.371] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 853.372] (EE) modeset(0): failed to set mode: Invalid argument
[ 853.372] (EE)
Fatal server error:
[ 853.372] (EE) EnterVT failed for screen 0
[ 853.373] (EE)
[ 853.373] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 853.373] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 853.373] (EE)
[ 853.375] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 853.423] (EE) Server terminated with error (1). Closing log file.
Tambien probe con el codigo recomendado por javierbu y al parecer no funciono.
apt-get install --reinstall xserver-xorg
Desconectado
Al parecer hubo algunos problemas con el kernel que funciona porque ya no me muestra algunos de los archivos que tengo pero que aun estan presentes en el kernel defectuoso.
a que te refieres con esto? archivos tuyos? no deberia pasar algo asi.
Cuando dices que reinstalar xserver-xorg no funciono, a que re refieres? reinstalo xserver-xorg y luego al reiniciar siguio son funcionar? o te dio algun error al tratar de reinstalarlo? trata de especificar mas en tus comentarios por favor.
viendo el log del error, no se me ocurre nada mas que googlear los errores que te da (son los que salen con (EE) en cada linea). Y si tienes suerte, rapidamente encontraras la solucion.
Creo recordar que en tiempos del malogrado xorg.conf, este archivo se generaba en cada inicio. Tuve un problema hace mucho tiempo similar, que no iniciaban la X, y lo solucione haciendo un peque;o script que me restauraba un xorg.conf que funcionaba a cada inicio. Esto me da que pensar que quiza se podria acorralar el fallo restaurando toda la carpeta /etc/X11/ que no funciona por la /etc/X11/ que si funciona, y si llegan a funcionar las X, mirar las diferencias de los archivos y ver con mas claridad donde esta tronando, pero quiza sea un disparo al aire que no vaya a ningun sitio y si comentes un error borrando /etc/X11/ o alguno de sus archivos es posible que el problema se complique mucho mas.
Quiza lo mas sencillo sea que vivas con el kernel antiguo, que no notaras diferencias y esperar a futuras actualizaciones de kernel que con suerte ya no sufriras este contratiempo. Hay varios metodos que puedes usar para no tener que tocar grub (pantalla de boot) cada vez que inicies. Puedes hacerlo a traves de la config de grub, o desisntalando el kernel que te da problemas. Yo optaria por configurar grub para que siempre arranque con el kernel anterior.
Quiza sea por algo que has instalado o algo que has tocado, o algun repositorio que hayas a;adido, o quien sabe. Es raro que el problema no este reportado si la culpa fuera solamente del kernel nuevo. Vuelvo a lo dicho. Kali es para lo que es y cuanto menos se trastee fuera de lo que es, mejor. Es mi opinion.
Quiza algun compa;ero pueda a;adir algo mas de luz y encontrar una solucion mas sencilla.
saludos
Desconectado
Buenos días gracias por la colaboración a todos.
A tu pregunta javierbu al reinstalar x-server xorg siguio sin funcionar como si no hubiera echo nada y al instalar lightdm lo mismo no paso nada voy hacer lo que me recomiendas haciendo un backup primero y luego reemplazando las carpetas /etc/X11/ y sobre configurar el GRUB no es mala idea lo raro es que los archivos aparecen en la terminal pero no en la parte gráfica del escritorio
Ultima edición por Hunter310# (29-03-2019 19:33:32)
Desconectado
Si los archivos no aparecen en el escritorio, pero si en la terminal, quiza no estes en el escritorio del usuario que crees que estas. no le encuentro mucha mas logica. todo deberia aprecer igual con un kernel que con el otro.
Si quieres intentar lo de restaurar la carpeta X11, te digo como lo puedes hacer desde la consola sin riesgo.
Arranca el sistema con el kernel que funciona, y en la terminal como root o superuser:
mv /etc/X11/ /etc/X11.bk/
De esta manera ya has hecho una copia de X11 y has borrado el X11 original. Luego arrancas en modo consola, y desde la consola otra vez como root o superuser:
rm -r /etc/X11/
cp /etc/X11.bk/ /etc/X11/
Asi habras borrado X11 si se ha vuelto a generar, y habras restaurado X11 que si servia. Y luego sin reiniciar, startx.
Dices que instalaste lightdm y no has notado ningun cambio? eso tambien esta raro. Deberia haber cambiado la pantalla de login al menos. muestrame la salida de:
cat /etc/X11/default-display-manager
Desconectado
Hola buenas noches.
La salida para el código que dijiste:
cat /etc/X11/default-display-manager
Es:
/usr/sbin/gdm3
Claro que funciona en el kernel que da interfaz gráfica pero en el kernel principal no lo hace.
Lo de los archivos que no aparecian era porque habia cambiado el idioma del entorno gráfico a español y por eso mismo no aparecian si no estaban contenidos en carpetas con el nombre en inglés mientras los directorios originales estaban en español asi que lo unico que hice fue cortar la información de las carpetas y pegarla en los directorios correspondientes.
Por último se dejo el kernel funcional solo falta establecer en kali el orden para que arranque con el kernel correcto.
Ultima edición por Hunter310# (30-03-2019 06:23:01)
Desconectado
La salida para el código que dijiste:
cat /etc/X11/default-display-manager
Es:/usr/sbin/gdm3
Siendo asi no tienes lightdm como gestor de sesion predeterminado, sigues con gdm3.
Si quieres quitarte la duda de si funcionaria lightdm (y arranque el entorno grafico) con el kernel nuevo, debes hacer:
dpkg-reconfigure lightdm
Y si te pide alguna interaccion, selecciones lightdm y listo. luego reinicias y ya deberia entrar lightdm como gestor de sesion. Si no te gusta lightdm y prefieres gdm3 (el que tienes ahora), haces:
dpkg-reconfigure gdm3
si te pide interaccion, seleccionas gdm3 y listo. con eso deberia valer.
Desconectado
Muchas Gracias por tu ayuda javierbu.
Ya pude iniciar el lightdm con los códigos que me diste. Aun así deje gnome en el kernel funcional por preferencia.
Al final hice lo que me recomendaron tome el kernel funcional (antiguo) y lo deje en la posición donde estaba el kernel defectuoso y viceversa para así facilitar el inicio en el GRUB.
Para ello me apoye en las siguientes paginas:
https://www.wifi-libre.com/topic-686-ca … -grub.html
https://www.wifi-libre.com/topic-373-co … 20161.html
Ya lo único que queda es hacer lo que me recomendaron de esperar futuras actualizaciones del kernel.
Gracias a todos.
Desconectado
Buenos dias a todos,
Se repite de nuevo la historia. Hace poco actualice kali linux:
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
Nota: Este código fue ejecutado como usuario root.
Luego de haberlo actualizado lo reinicie:
reboot
Después cuando inicio la pantalla volvio a quedar en negro .
Así que en pocas palabras como podría resolver este problema para poder seguir actualizando mi kali linux sin este tipo de error.
Desconectado
Hay que ver el error con el nuevo kernel ¿Qué has probado? ¿Cómo se ve el dmesg ahora? Primero puedes ya comparar de tu lado las salidas con ambos kerneles para ver si hay una evolución o no...
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
Esta sintaxis es vieja y apt-get está desfasado. La sintaxis correcta hoy en día es:
apt update && apt full-upgrade
(siempre cómo root)
Desconectado
Muchas gracias por tu ayuda kcdtv:
Hice la comparacion entre el viejo Kernel y el Nuevo Kernel:
VIEJO KERNEL:
[ 0.000000] Linux version 4.19.0-kali3-amd64 (devel@kali.org) (gcc version 8.2.0 (Debian 8.2.0-16)) #1 SMP Debian 4.19.20-1kali1 (2019-02-14)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-kali3-amd64 root=UUID=212ee7b8-6afe-4f87-acd2-4e38f8461b25 ro initrd=/install/gtk/initrd.gz quiet
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000761befff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000761bf000-0x0000000076ebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000076ebf000-0x0000000077fbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000077fbf000-0x0000000077ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000077fff000-0x0000000077ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007bc00000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: HP HP 240 G5 Notebook PC/81E1, BIOS F.22 11/04/2016
[ 0.000000] tsc: Detected 1600.000 MHz processor
[ 0.003480] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.003486] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.003504] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[ 0.003511] MTRR default type: uncachable
[ 0.003512] MTRR fixed ranges enabled:
[ 0.003515] 00000-9FFFF write-back
[ 0.003517] A0000-BFFFF uncachable
[ 0.003520] C0000-FFFFF write-protect
[ 0.003522] MTRR variable ranges enabled:
[ 0.003525] 0 base 0FFC00000 mask FFFC00000 write-protect
[ 0.003528] 1 base 0FFA00000 mask FFFE00000 write-protect
[ 0.003530] 2 base 000000000 mask F80000000 write-back
[ 0.003533] 3 base 07C000000 mask FFC000000 uncachable
[ 0.003535] 4 base 07BC00000 mask FFFC00000 uncachable
[ 0.003537] 5 base 100000000 mask F80000000 write-back
[ 0.003539] 6 disabled
[ 0.003540] 7 disabled
[ 0.003731] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003867] last_pfn = 0x78000 max_arch_pfn = 0x400000000
[ 0.011677] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[ 0.011688] BRK [0x6ce01000, 0x6ce01fff] PGTABLE
[ 0.011693] BRK [0x6ce02000, 0x6ce02fff] PGTABLE
[ 0.011696] BRK [0x6ce03000, 0x6ce03fff] PGTABLE
[ 0.011773] BRK [0x6ce04000, 0x6ce04fff] PGTABLE
[ 0.011779] BRK [0x6ce05000, 0x6ce05fff] PGTABLE
[ 0.012092] BRK [0x6ce06000, 0x6ce06fff] PGTABLE
[ 0.012135] BRK [0x6ce07000, 0x6ce07fff] PGTABLE
[ 0.012238] RAMDISK: [mem 0x335c9000-0x35adbfff]
[ 0.012252] ACPI: Early table checksum verification disabled
[ 0.012381] ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
[ 0.012389] ACPI: XSDT 0x0000000077FFE120 000084 (v01 HPQOEM SLIC-MPC 00000003 HP 01000013)
[ 0.012400] ACPI: FACP 0x0000000077FF3000 00010C (v05 HPQOEM SLIC-MPC 00000003 HP 00040000)
[ 0.012411] ACPI: DSDT 0x0000000077FE4000 00A4D3 (v02 HPQOEM SLIC-MPC 00000003 ACPI 00040000)
[ 0.012419] ACPI: FACS 0x0000000077FBB000 000040
[ 0.012425] ACPI: UEFI 0x0000000077FFD000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.012432] ACPI: UEFI 0x0000000077FFB000 000042 (v01 HPQOEM INSYDE 00000000 HP 00040000)
[ 0.012439] ACPI: SSDT 0x0000000077FF4000 0063D7 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.012447] ACPI: MCFG 0x0000000077FF1000 00003C (v01 HPQOEM INSYDE 00000003 HP 00040000)
[ 0.012454] ACPI: SSDT 0x0000000077FF0000 0005F4 (v01 HPQOEM CpuDptf 00000003 ACPI 00040000)
[ 0.012461] ACPI: SSDT 0x0000000077FEF000 00087A (v01 HPQOEM DptfTab 00000003 ACPI 00040000)
[ 0.012468] ACPI: SSDT 0x0000000077FE3000 00077E (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.012475] ACPI: SSDT 0x0000000077FE2000 000290 (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.012482] ACPI: SSDT 0x0000000077FE1000 00017A (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.012489] ACPI: APIC 0x0000000077FF2000 000084 (v03 HPQOEM SLIC-MPC 00000003 HP 00040000)
[ 0.012496] ACPI: FPDT 0x0000000077FDF000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
[ 0.012513] ACPI: Local APIC address 0xfee00000
[ 0.012747] No NUMA configuration found
[ 0.012749] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[ 0.012758] NODE_DATA(0) allocated [mem 0x17fff9000-0x17fffdfff]
[ 0.012823] Zone ranges:
[ 0.012826] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.012829] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.012832] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.012835] Device empty
[ 0.012837] Movable zone start for each node
[ 0.012839] Early memory node ranges
[ 0.012841] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.012842] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.012844] node 0: [mem 0x0000000020200000-0x00000000761befff]
[ 0.012846] node 0: [mem 0x0000000077fff000-0x0000000077ffffff]
[ 0.012848] node 0: [mem 0x0000000100000000-0x000000017fffffff]
[ 0.012856] Reserved but unavailable: 99 pages
[ 0.012859] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[ 0.012863] On node 0 totalpages: 1007453
[ 0.012865] DMA zone: 64 pages used for memmap
[ 0.012866] DMA zone: 21 pages reserved
[ 0.012868] DMA zone: 3997 pages, LIFO batch:0
[ 0.013124] DMA32 zone: 7487 pages used for memmap
[ 0.013126] DMA32 zone: 479168 pages, LIFO batch:63
[ 0.048756] Normal zone: 8192 pages used for memmap
[ 0.048759] Normal zone: 524288 pages, LIFO batch:63
[ 0.080782] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff]
[ 0.080907] ACPI: PM-Timer IO Port: 0x408
[ 0.080913] ACPI: Local APIC address 0xfee00000
[ 0.080927] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.080929] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.080930] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.080932] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.080951] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[ 0.080956] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.080959] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.080963] ACPI: IRQ0 used by override.
[ 0.080965] ACPI: IRQ9 used by override.
[ 0.080969] Using ACPI (MADT) for SMP configuration information
[ 0.080974] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.081031] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.081035] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.081037] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.081039] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.081040] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.081044] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.081048] PM: Registered nosave memory: [mem 0x761bf000-0x76ebefff]
[ 0.081050] PM: Registered nosave memory: [mem 0x76ebf000-0x77fbefff]
[ 0.081051] PM: Registered nosave memory: [mem 0x77fbf000-0x77ffefff]
[ 0.081055] PM: Registered nosave memory: [mem 0x78000000-0x7bbfffff]
[ 0.081057] PM: Registered nosave memory: [mem 0x7bc00000-0x7fffffff]
[ 0.081059] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[ 0.081060] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[ 0.081062] PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
[ 0.081063] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[ 0.081065] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[ 0.081066] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.081068] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[ 0.081069] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[ 0.081071] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[ 0.081072] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[ 0.081074] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[ 0.081075] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[ 0.081077] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[ 0.081079] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[ 0.081080] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[ 0.081082] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[ 0.081083] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[ 0.081085] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.081086] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[ 0.081088] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[ 0.081092] [mem 0x80000000-0xdfffffff] available for PCI devices
[ 0.081094] Booting paravirtualized kernel on bare hardware
[ 0.081101] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.339741] random: get_random_bytes called from start_kernel+0x93/0x531 with crng_init=0
[ 0.339764] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.340729] percpu: Embedded 44 pages/cpu @(____ptrval____) s143192 r8192 d28840 u524288
[ 0.340750] pcpu-alloc: s143192 r8192 d28840 u524288 alloc=1*2097152
[ 0.340753] pcpu-alloc: [0] 0 1 2 3
[ 0.340814] Built 1 zonelists, mobility grouping on. Total pages: 991689
[ 0.340817] Policy zone: Normal
[ 0.340822] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-kali3-amd64 root=UUID=212ee7b8-6afe-4f87-acd2-4e38f8461b25 ro initrd=/install/gtk/initrd.gz quiet
[ 0.365409] Calgary: detecting Calgary via BIOS EBDA area
[ 0.365433] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.399986] Memory: 3836828K/4029812K available (10252K kernel code, 1240K rwdata, 3268K rodata, 1576K init, 2308K bss, 192984K reserved, 0K cma-reserved)
[ 0.400309] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.400326] Kernel/User page tables isolation: enabled
[ 0.400457] ftrace: allocating 31773 entries in 125 pages
[ 0.424501] rcu: Hierarchical RCU implementation.
[ 0.424506] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.424509] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.433046] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.437153] Console: colour VGA+ 80x25
[ 0.437161] console [tty0] enabled
[ 0.437221] ACPI: Core revision 20180810
[ 0.437586] APIC: Switch to symmetric I/O mode setup
[ 0.439602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.457554] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[ 0.457580] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=6400000)
[ 0.457586] pid_max: default: 32768 minimum: 301
[ 0.457682] Security Framework initialized
[ 0.457685] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.457730] AppArmor: AppArmor initialized
[ 0.459675] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.460705] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.460799] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.460842] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.461348] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.461351] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.461369] mce: CPU supports 6 MCE banks
[ 0.461380] CPU0: Thermal monitoring enabled (TM1)
[ 0.461386] process: using mwait in idle threads
[ 0.461392] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.461394] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[ 0.461399] Spectre V2 : Mitigation: Full generic retpoline
[ 0.461400] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.461751] Freeing SMP alternatives memory: 24K
[ 0.465810] TSC deadline timer enabled
[ 0.465817] smpboot: CPU0: Intel(R) Celeron(R) CPU N3060 @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[ 0.466148] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.466172] ... version: 3
[ 0.466174] ... bit width: 40
[ 0.466175] ... generic registers: 2
[ 0.466177] ... value mask: 000000ffffffffff
[ 0.466178] ... max period: 0000007fffffffff
[ 0.466179] ... fixed-purpose events: 3
[ 0.466181] ... event mask: 0000000700000003
[ 0.466289] rcu: Hierarchical SRCU implementation.
[ 0.467185] random: crng done (trusting CPU's manufacturer)
[ 0.467713] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.467897] smp: Bringing up secondary CPUs ...
[ 0.468198] x86: Booting SMP configuration:
[ 0.468201] .... node #0, CPUs: #1
[ 0.470576] smp: Brought up 1 node, 2 CPUs
[ 0.470576] smpboot: Max logical packages: 2
[ 0.470576] smpboot: Total of 2 processors activated (6400.00 BogoMIPS)
[ 0.471074] devtmpfs: initialized
[ 0.471074] x86/mm: Memory block size: 128MB
[ 0.474087] PM: Registering ACPI NVS region [mem 0x76ebf000-0x77fbefff] (17825792 bytes)
[ 0.474497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.474515] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.474662] pinctrl core: initialized pinctrl subsystem
[ 0.475126] NET: Registered protocol family 16
[ 0.475324] audit: initializing netlink subsys (disabled)
[ 0.475402] audit: type=2000 audit(1556185987.040:1): state=initialized audit_enabled=0 res=1
[ 0.475402] cpuidle: using governor ladder
[ 0.475402] cpuidle: using governor menu
[ 0.475402] ACPI: bus type PCI registered
[ 0.475402] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.475402] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.475402] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[ 0.475402] PCI: Using configuration type 1 for base access
[ 0.478488] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.478488] ACPI: Added _OSI(Module Device)
[ 0.478488] ACPI: Added _OSI(Processor Device)
[ 0.478488] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.478488] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.478488] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.478488] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.495289] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.502907] ACPI: Dynamic OEM Table Load:
[ 0.502923] ACPI: SSDT 0xFFFF9C6B7AD90800 0006B8 (v01 PmRef Cpu0Ist 00003000 INTL 20130117)
[ 0.503805] ACPI: Dynamic OEM Table Load:
[ 0.503816] ACPI: SSDT 0xFFFF9C6B7ADDD800 0003D6 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
[ 0.504846] ACPI: Dynamic OEM Table Load:
[ 0.504857] ACPI: SSDT 0xFFFF9C6B7ADF2E00 00015F (v01 PmRef ApIst 00003000 INTL 20130117)
[ 0.505326] ACPI: Dynamic OEM Table Load:
[ 0.505336] ACPI: SSDT 0xFFFF9C6B7AE12F00 00008D (v01 PmRef ApCst 00003000 INTL 20130117)
[ 0.506250] ACPI: EC: EC started
[ 0.506252] ACPI: EC: interrupt blocked
[ 0.786412] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[ 0.786417] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.786420] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[ 0.786421] ACPI: Interpreter enabled
[ 0.786474] ACPI: (supports S0 S3 S4 S5)
[ 0.786477] ACPI: Using IOAPIC for interrupt routing
[ 0.786551] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.787168] ACPI: Enabled 8 GPEs in block 00 to 3F
[ 0.790156] ACPI: Power Resource [USBC] (on)
[ 0.797020] ACPI: Power Resource [ID3C] (off)
[ 0.804062] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.804074] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.804168] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.804194] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.804843] PCI host bridge to bus 0000:00
[ 0.804848] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.804852] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.804855] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.804858] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.804861] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.804864] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.804867] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.804870] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.804874] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.804889] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[ 0.805111] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[ 0.805137] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[ 0.805151] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.805161] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.805394] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[ 0.805421] pci 0000:00:0b.0: reg 0x10: [mem 0x91414000-0x91414fff 64bit]
[ 0.805662] pci 0000:00:13.0: [8086:22a3] type 00 class 0x010601
[ 0.805729] pci 0000:00:13.0: reg 0x20: [io 0x3060-0x307f]
[ 0.805742] pci 0000:00:13.0: reg 0x24: [mem 0x91415000-0x914157ff]
[ 0.805808] pci 0000:00:13.0: PME# supported from D3hot
[ 0.806023] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[ 0.806058] pci 0000:00:14.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
[ 0.806159] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.806368] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[ 0.806397] pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
[ 0.806409] pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
[ 0.806501] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.806669] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[ 0.806706] pci 0000:00:1b.0: reg 0x10: [mem 0x91410000-0x91413fff 64bit]
[ 0.806811] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.806984] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[ 0.807108] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.807300] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[ 0.807424] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.807613] pci 0000:00:1c.3: [8086:22ce] type 01 class 0x060400
[ 0.807735] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.807929] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[ 0.808224] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[ 0.808294] pci 0000:00:1f.3: reg 0x10: [mem 0x91416000-0x9141601f]
[ 0.808411] pci 0000:00:1f.3: reg 0x20: [io 0x3040-0x305f]
[ 0.808825] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.808963] pci 0000:02:00.0: [10ec:b723] type 00 class 0x028000
[ 0.809018] pci 0000:02:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.809070] pci 0000:02:00.0: reg 0x18: [mem 0x91100000-0x91103fff 64bit]
[ 0.809263] pci 0000:02:00.0: supports D1 D2
[ 0.809266] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.809513] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.809519] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
[ 0.809526] pci 0000:00:1c.2: bridge window [mem 0x91100000-0x911fffff]
[ 0.809671] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.809715] pci 0000:03:00.0: reg 0x10: [io 0x1000-0x10ff]
[ 0.809756] pci 0000:03:00.0: reg 0x18: [mem 0x91004000-0x91004fff 64bit]
[ 0.809781] pci 0000:03:00.0: reg 0x20: [mem 0x91000000-0x91003fff 64bit]
[ 0.809921] pci 0000:03:00.0: supports D1 D2
[ 0.809924] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.810151] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.810158] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
[ 0.810164] pci 0000:00:1c.3: bridge window [mem 0x91000000-0x910fffff]
[ 0.811651] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7
[ 0.811803] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.811953] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *7
[ 0.812102] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.812250] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.812397] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.812545] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.812693] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.814014] ACPI: EC: interrupt unblocked
[ 0.814029] ACPI: EC: event unblocked
[ 0.814043] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.814046] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[ 0.814235] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.814235] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.814235] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.814235] vgaarb: loaded
[ 0.814235] pps_core: LinuxPPS API ver. 1 registered
[ 0.814235] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.814235] PTP clock support registered
[ 0.814235] EDAC MC: Ver: 3.0.0
[ 0.814235] PCI: Using ACPI for IRQ routing
[ 0.816233] PCI: pci_cache_line_size set to 64 bytes
[ 0.817625] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[ 0.817629] e820: reserve RAM buffer [mem 0x761bf000-0x77ffffff]
[ 0.818576] clocksource: Switched to clocksource tsc-early
[ 0.842730] VFS: Disk quotas dquot_6.6.0
[ 0.842769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.843028] AppArmor: AppArmor Filesystem Enabled
[ 0.843075] pnp: PnP ACPI init
[ 0.843431] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.843436] system 00:00: [io 0x0400-0x047f] has been reserved
[ 0.843439] system 00:00: [io 0x0500-0x05fe] has been reserved
[ 0.843452] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.843606] pnp 00:01: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[ 0.843704] pnp 00:02: Plug and Play ACPI device, IDs ETD0710 ETD0000 PNP0f13 (active)
[ 0.845222] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.845411] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.845416] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[ 0.845419] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.845423] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.845426] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[ 0.845430] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[ 0.845433] system 00:04: [mem 0xfed80000-0xfedbffff] has been reserved
[ 0.845436] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.845440] system 00:04: [mem 0xfe700600-0xfe7006ff] has been reserved
[ 0.845444] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.845454] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.845817] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.846305] pnp: PnP ACPI: found 6 devices
[ 0.856794] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.856826] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.856833] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.856837] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.856877] pci 0000:00:1c.0: BAR 14: assigned [mem 0x91500000-0x916fffff]
[ 0.856887] pci 0000:00:1c.0: BAR 15: assigned [mem 0x91700000-0x918fffff 64bit pref]
[ 0.856894] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.856900] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.856905] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.856913] pci 0000:00:1c.0: bridge window [mem 0x91500000-0x916fffff]
[ 0.856919] pci 0000:00:1c.0: bridge window [mem 0x91700000-0x918fffff 64bit pref]
[ 0.856929] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.856933] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
[ 0.856940] pci 0000:00:1c.2: bridge window [mem 0x91100000-0x911fffff]
[ 0.856952] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.856956] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
[ 0.856963] pci 0000:00:1c.3: bridge window [mem 0x91000000-0x910fffff]
[ 0.856975] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.856979] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.856982] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.856985] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.856988] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.856991] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.856994] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.856997] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[ 0.857000] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
[ 0.857003] pci_bus 0000:01: resource 1 [mem 0x91500000-0x916fffff]
[ 0.857006] pci_bus 0000:01: resource 2 [mem 0x91700000-0x918fffff 64bit pref]
[ 0.857010] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.857013] pci_bus 0000:02: resource 1 [mem 0x91100000-0x911fffff]
[ 0.857016] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
[ 0.857019] pci_bus 0000:03: resource 1 [mem 0x91000000-0x910fffff]
[ 0.857234] NET: Registered protocol family 2
[ 0.857612] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[ 0.857660] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.857826] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.858014] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.858143] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.858196] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.858372] NET: Registered protocol family 1
[ 0.858386] NET: Registered protocol family 44
[ 0.858413] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.862089] PCI: CLS 64 bytes, default 64
[ 0.862204] Unpacking initramfs...
[ 2.049379] Freeing initrd memory: 37964K
[ 2.049500] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.049512] software IO TLB: mapped [mem 0x721bf000-0x761bf000] (64MB)
[ 2.049705] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[ 2.049751] clocksource: Switched to clocksource tsc
[ 2.053180] Initialise system trusted keyrings
[ 2.053441] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[ 2.062390] zbud: loaded
[ 2.063557] pstore: using deflate compression
[ 4.945734] Key type asymmetric registered
[ 4.945742] Asymmetric key parser 'x509' registered
[ 4.945796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 4.945987] io scheduler noop registered
[ 4.945993] io scheduler deadline registered
[ 4.946196] io scheduler cfq registered (default)
[ 4.946204] io scheduler mq-deadline registered
[ 4.948473] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 4.948565] intel_idle: MWAIT substates: 0x33000020
[ 4.948571] intel_idle: v0.4.1 model 0x4C
[ 4.949095] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 4.957101] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 4.977976] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 4.980136] Linux agpgart interface v0.103
[ 4.980472] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 4.980478] AMD IOMMUv2 functionality not available on this system
[ 4.981752] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 4.989520] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.989553] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.990340] mousedev: PS/2 mouse device common for all mice
[ 4.990574] rtc_cmos 00:05: RTC can wake from S4
[ 4.991101] rtc_cmos 00:05: registered as rtc0
[ 4.991244] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[ 4.991304] intel_pstate: Intel P-state driver initializing
[ 4.992056] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.995632] NET: Registered protocol family 10
[ 4.999585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 5.025440] Segment Routing with IPv6
[ 5.025646] mip6: Mobile IPv6
[ 5.025661] NET: Registered protocol family 17
[ 5.026327] mpls_gso: MPLS GSO support
[ 5.027648] microcode: sig=0x406c4, pf=0x1, revision=0x408
[ 5.027903] microcode: Microcode Update Driver: v2.2.
[ 5.027965] sched_clock: Marking stable (5026696137, 163163)->(5036516050, -9656750)
[ 5.029041] registered taskstats version 1
[ 5.029047] Loading compiled-in X.509 certificates
[ 5.107777] Loaded X.509 cert 'secure-boot-test-key-lfaraone: 97c1b25cddf9873ca78a58f3d73bf727d2cf78ff'
[ 5.107852] zswap: loaded using pool lzo/zbud
[ 5.108443] AppArmor: AppArmor sha1 policy hashing enabled
[ 5.109229] rtc_cmos 00:05: setting system clock to 2019-04-25 09:53:11 UTC (1556185991)
[ 5.118683] Freeing unused kernel image memory: 1576K
[ 5.134052] Write protecting the kernel read-only data: 16384k
[ 5.138502] Freeing unused kernel image memory: 2028K
[ 5.140149] Freeing unused kernel image memory: 828K
[ 5.158026] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.158308] x86/mm: Checking user space page tables
[ 5.171288] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.171293] Run /init as init process
[ 5.562589] ACPI: Invalid active0 threshold
[ 5.562863] thermal LNXTHERM:00: registered as thermal_zone0
[ 5.562865] ACPI: Thermal Zone [TZ00] (33 C)
[ 5.563101] thermal LNXTHERM:01: registered as thermal_zone1
[ 5.563103] ACPI: Thermal Zone [TZ01] (0 C)
[ 5.571376] SCSI subsystem initialized
[ 5.584897] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 5.592312] ACPI: bus type USB registered
[ 5.592359] usbcore: registered new interface driver usbfs
[ 5.592377] usbcore: registered new interface driver hub
[ 5.592404] usbcore: registered new device driver usb
[ 5.597761] libata version 3.00 loaded.
[ 5.599943] ahci 0000:00:13.0: version 3.0
[ 5.600262] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 5.600266] ahci 0000:00:13.0: flags: 64bit ncq led clo only pio slum part deso sadm apst
[ 5.601391] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 5.601405] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 5.605486] cryptd: max_cpu_qlen set to 1000
[ 5.605784] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[ 5.605798] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 5.606192] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 5.606195] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.606197] usb usb1: Product: xHCI Host Controller
[ 5.606198] usb usb1: Manufacturer: Linux 4.19.0-kali3-amd64 xhci-hcd
[ 5.606200] usb usb1: SerialNumber: 0000:00:14.0
[ 5.607441] hub 1-0:1.0: USB hub found
[ 5.607466] hub 1-0:1.0: 7 ports detected
[ 5.611129] scsi host0: ahci
[ 5.613198] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 5.613207] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 5.613214] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 5.613293] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 5.613299] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.613301] usb usb2: Product: xHCI Host Controller
[ 5.613303] usb usb2: Manufacturer: Linux 4.19.0-kali3-amd64 xhci-hcd
[ 5.613304] usb usb2: SerialNumber: 0000:00:14.0
[ 5.614917] SSE version of gcm_enc/dec engaged.
[ 5.615359] hub 2-0:1.0: USB hub found
[ 5.615395] hub 2-0:1.0: 6 ports detected
[ 5.617272] libphy: r8169: probed
[ 5.617762] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 40:b0:34:12:7e:bc, XID 54100800, IRQ 115
[ 5.617765] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 5.619196] scsi host1: ahci
[ 5.619386] ata1: SATA max UDMA/133 abar m2048@0x91415000 port 0x91415100 irq 116
[ 5.619390] ata2: SATA max UDMA/133 abar m2048@0x91415000 port 0x91415180 irq 116
[ 5.932730] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.936709] ata2: SATA link down (SStatus 0 SControl 300)
[ 5.936785] ata1.00: ATA-8: TOSHIBA MQ01ACF050, AV0A2C, max UDMA/100
[ 5.936798] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 5.942950] ata1.00: configured for UDMA/100
[ 5.945862] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[ 5.945990] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ACF0 2C PQ: 0 ANSI: 5
[ 5.959938] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 5.959945] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 5.959969] sd 0:0:0:0: [sda] Write Protect is off
[ 5.959974] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.960009] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6.090609] sda: sda1 sda2 sda3 < sda5 sda6 >
[ 6.091574] sd 0:0:0:0: [sda] Attached SCSI disk
[ 6.096090] usb 1-5: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[ 6.096105] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 6.096115] usb 1-5: Product: USB2.0 Hub
[ 6.099882] hub 1-5:1.0: USB hub found
[ 6.100239] hub 1-5:1.0: 4 ports detected
[ 6.234408] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5e0f01)
[ 6.251719] psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x16, 0x0a.
[ 6.268901] psmouse serio1: elantech: Elan sample query result 0b, 01, a7
[ 6.356979] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input2
[ 6.397595] usb 1-5.1: new high-speed USB device number 3 using xhci_hcd
[ 6.529918] usb 1-5.1: New USB device found, idVendor=04f2, idProduct=b56c, bcdDevice=88.03
[ 6.529933] usb 1-5.1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 6.529945] usb 1-5.1: Product: HP TrueVision HD
[ 6.529955] usb 1-5.1: Manufacturer: Generic
[ 6.529963] usb 1-5.1: SerialNumber: 200901010001
[ 6.614006] usb 1-5.2: new full-speed USB device number 4 using xhci_hcd
[ 6.720626] usb 1-5.2: New USB device found, idVendor=0bda, idProduct=b008, bcdDevice= 2.00
[ 6.720632] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.720636] usb 1-5.2: Product: Bluetooth Radio
[ 6.720639] usb 1-5.2: Manufacturer: Realtek
[ 6.720642] usb 1-5.2: SerialNumber: 00e04c000001
[ 6.774062] PM: Image not found (code -22)
[ 7.550647] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 9.424186] systemd[1]: RTC configured in localtime, applying delta of -300 minutes to system time.
[ 9.723646] systemd[1]: Inserted module 'autofs4'
[ 9.923155] systemd[1]: systemd 241 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)
[ 9.942395] systemd[1]: Detected architecture x86-64.
[ 9.965211] systemd[1]: Set hostname to <kali>.
[ 12.307238] systemd[1]: Listening on udev Control Socket.
[ 12.307411] systemd[1]: Reached target User and Group Name Lookups.
[ 12.307783] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 12.307919] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 12.310052] systemd[1]: Created slice User and Session Slice.
[ 12.310101] systemd[1]: Reached target Slices.
[ 12.310400] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.471692] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 13.004585] systemd-journald[254]: Received request to flush runtime journal from PID 1
[ 15.585815] input: HP Wireless hotkeys as /devices/virtual/input/input3
[ 15.593060] wmi_bus wmi_bus-PNP0C14:00: WQBJ data block query control method not found
[ 15.687108] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[ 15.687124] ACPI: Lid Switch [LID0]
[ 15.687208] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[ 15.687221] ACPI: Power Button [PWRB]
[ 15.687296] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 15.689465] ACPI: Power Button [PWRF]
[ 15.844736] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 15.852525] iTCO_vendor_support: vendor-support=0
[ 15.867113] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 15.867192] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 15.874225] ACPI: AC Adapter [AC] (off-line)
[ 15.949910] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 16.808905] media: Linux media interface: v0.10
[ 16.846188] hp_wmi: query 0xd returned error 0x5
[ 16.846309] input: HP WMI hotkeys as /devices/virtual/input/input8
[ 16.947430] videodev: Linux video capture interface: v2.00
[ 16.967066] [drm] Replacing VGA console driver
[ 16.970819] Console: switching to colour dummy device 80x25
[ 16.971155] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 16.971156] [drm] Driver supports precise vblank timestamp query.
[ 16.978362] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 17.130645] Bluetooth: Core ver 2.22
[ 17.130693] NET: Registered protocol family 31
[ 17.130695] Bluetooth: HCI device and connection manager initialized
[ 17.130825] Bluetooth: HCI socket layer initialized
[ 17.130829] Bluetooth: L2CAP socket layer initialized
[ 17.130840] Bluetooth: SCO socket layer initialized
[ 17.182688] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[ 17.184113] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 17.185489] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[ 17.185772] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 17.393519] fbcon: inteldrmfb (fb0) is primary device
[ 17.414833] usbcore: registered new interface driver btusb
[ 17.423996] Bluetooth: hci0: RTL: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[ 17.424976] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 17.424978] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_fw.bin
[ 17.483951] uvcvideo: Found UVC 1.00 device HP TrueVision HD (04f2:b56c)
[ 17.491427] uvcvideo 1-5.1:1.0: Entity type for entity Extension 4 was not initialized!
[ 17.491431] uvcvideo 1-5.1:1.0: Entity type for entity Processing 2 was not initialized!
[ 17.491433] uvcvideo 1-5.1:1.0: Entity type for entity Camera 1 was not initialized!
[ 17.510892] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[ 17.532114] input: HP TrueVision HD: HP TrueVision as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/input/input10
[ 17.536120] usbcore: registered new interface driver uvcvideo
[ 17.536122] USB Video Class driver (1.1.1)
[ 17.590599] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 17.590602] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 17.590605] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 17.590606] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 17.590608] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 17.590611] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 17.590612] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 17.611564] intel_rapl: Found RAPL domain package
[ 17.611567] intel_rapl: Found RAPL domain core
[ 17.688540] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 17.688922] rtlwifi: rtlwifi: wireless switch is on
[ 17.715703] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 17.758368] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 17.772874] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 17.773264] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 17.775160] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 18.051057] bluetooth hci0: firmware: direct-loading firmware rtl_bt/rtl8723b_fw.bin
[ 18.051105] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_config.bin
[ 18.051162] bluetooth hci0: firmware: failed to load rtl_bt/rtl8723b_config.bin (-2)
[ 18.051164] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 18.051167] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[ 18.051182] Bluetooth: hci0: RTL: cfg_sz -2, total sz 22496
[ 18.056955] rtl8723be 0000:02:00.0: firmware: direct-loading firmware rtlwifi/rtl8723befw_36.bin
[ 18.638380] Console: switching to colour frame buffer device 170x48
[ 18.660535] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 19.155513] Adding 4027388k swap on /dev/sda6. Priority:-2 extents:1 across:4027388k FS
[ 27.835144] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 27.872297] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[ 27.872641] Generic PHY r8169-300:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[ 27.980700] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 27.999685] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 28.595981] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 29.269717] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 30.825720] wlan0: authenticate with 1c:7e:51:00:9d:f8
[ 30.836198] wlan0: send auth to 1c:7e:51:00:9d:f8 (try 1/3)
[ 30.839214] wlan0: authenticated
[ 30.841658] wlan0: associate with 1c:7e:51:00:9d:f8 (try 1/3)
[ 30.844679] wlan0: RX AssocResp from 1c:7e:51:00:9d:f8 (capab=0x411 status=0 aid=4)
[ 30.844955] wlan0: associated
[ 30.978256] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 64.756425] fuse init (API version 7.27)
[ 70.941407] rfkill: input handler disabled
NUEVO KERNEL:
[ 0.000000] Linux version 4.19.0-kali4-amd64 (devel@kali.org) (gcc version 8.3.0 (Debian 8.3.0-2)) #1 SMP Debian 4.19.28-2kali1 (2019-03-18)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-kali4-amd64 root=UUID=212ee7b8-6afe-4f87-acd2-4e38f8461b25 ro initrd=/install/gtk/initrd.gz quiet
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000761befff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000761bf000-0x0000000076ebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000076ebf000-0x0000000077fbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000077fbf000-0x0000000077ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000077fff000-0x0000000077ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007bc00000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: HP HP 240 G5 Notebook PC/81E1, BIOS F.22 11/04/2016
[ 0.000000] tsc: Detected 1600.000 MHz processor
[ 0.003482] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.003488] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.003505] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[ 0.003512] MTRR default type: uncachable
[ 0.003514] MTRR fixed ranges enabled:
[ 0.003517] 00000-9FFFF write-back
[ 0.003519] A0000-BFFFF uncachable
[ 0.003522] C0000-FFFFF write-protect
[ 0.003523] MTRR variable ranges enabled:
[ 0.003527] 0 base 0FFC00000 mask FFFC00000 write-protect
[ 0.003529] 1 base 0FFA00000 mask FFFE00000 write-protect
[ 0.003532] 2 base 000000000 mask F80000000 write-back
[ 0.003534] 3 base 07C000000 mask FFC000000 uncachable
[ 0.003537] 4 base 07BC00000 mask FFFC00000 uncachable
[ 0.003539] 5 base 100000000 mask F80000000 write-back
[ 0.003541] 6 disabled
[ 0.003542] 7 disabled
[ 0.003738] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.003874] last_pfn = 0x78000 max_arch_pfn = 0x400000000
[ 0.011606] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[ 0.011618] BRK [0x36e01000, 0x36e01fff] PGTABLE
[ 0.011622] BRK [0x36e02000, 0x36e02fff] PGTABLE
[ 0.011624] BRK [0x36e03000, 0x36e03fff] PGTABLE
[ 0.011684] BRK [0x36e04000, 0x36e04fff] PGTABLE
[ 0.011691] BRK [0x36e05000, 0x36e05fff] PGTABLE
[ 0.011902] BRK [0x36e06000, 0x36e06fff] PGTABLE
[ 0.011927] BRK [0x36e07000, 0x36e07fff] PGTABLE
[ 0.012012] RAMDISK: [mem 0x30cd5000-0x34661fff]
[ 0.012027] ACPI: Early table checksum verification disabled
[ 0.012156] ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
[ 0.012165] ACPI: XSDT 0x0000000077FFE120 000084 (v01 HPQOEM SLIC-MPC 00000003 HP 01000013)
[ 0.012176] ACPI: FACP 0x0000000077FF3000 00010C (v05 HPQOEM SLIC-MPC 00000003 HP 00040000)
[ 0.012188] ACPI: DSDT 0x0000000077FE4000 00A4D3 (v02 HPQOEM SLIC-MPC 00000003 ACPI 00040000)
[ 0.012196] ACPI: FACS 0x0000000077FBB000 000040
[ 0.012202] ACPI: UEFI 0x0000000077FFD000 000236 (v01 HPQOEM INSYDE 00000001 HP 00040000)
[ 0.012210] ACPI: UEFI 0x0000000077FFB000 000042 (v01 HPQOEM INSYDE 00000000 HP 00040000)
[ 0.012217] ACPI: SSDT 0x0000000077FF4000 0063D7 (v01 HPQOEM INSYDE 00001000 ACPI 00040000)
[ 0.012225] ACPI: MCFG 0x0000000077FF1000 00003C (v01 HPQOEM INSYDE 00000003 HP 00040000)
[ 0.012232] ACPI: SSDT 0x0000000077FF0000 0005F4 (v01 HPQOEM CpuDptf 00000003 ACPI 00040000)
[ 0.012240] ACPI: SSDT 0x0000000077FEF000 00087A (v01 HPQOEM DptfTab 00000003 ACPI 00040000)
[ 0.012247] ACPI: SSDT 0x0000000077FE3000 00077E (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.012255] ACPI: SSDT 0x0000000077FE2000 000290 (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.012262] ACPI: SSDT 0x0000000077FE1000 00017A (v01 HPQOEM INSYDE 00003000 ACPI 00040000)
[ 0.012270] ACPI: APIC 0x0000000077FF2000 000084 (v03 HPQOEM SLIC-MPC 00000003 HP 00040000)
[ 0.012277] ACPI: FPDT 0x0000000077FDF000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
[ 0.012294] ACPI: Local APIC address 0xfee00000
[ 0.012528] No NUMA configuration found
[ 0.012531] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[ 0.012539] NODE_DATA(0) allocated [mem 0x17fff9000-0x17fffdfff]
[ 0.012604] Zone ranges:
[ 0.012606] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.012610] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.012613] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.012616] Device empty
[ 0.012618] Movable zone start for each node
[ 0.012620] Early memory node ranges
[ 0.012622] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.012624] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.012625] node 0: [mem 0x0000000020200000-0x00000000761befff]
[ 0.012627] node 0: [mem 0x0000000077fff000-0x0000000077ffffff]
[ 0.012629] node 0: [mem 0x0000000100000000-0x000000017fffffff]
[ 0.012637] Reserved but unavailable: 99 pages
[ 0.012641] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[ 0.012644] On node 0 totalpages: 1007453
[ 0.012646] DMA zone: 64 pages used for memmap
[ 0.012648] DMA zone: 21 pages reserved
[ 0.012650] DMA zone: 3997 pages, LIFO batch:0
[ 0.012905] DMA32 zone: 7487 pages used for memmap
[ 0.012907] DMA32 zone: 479168 pages, LIFO batch:63
[ 0.048550] Normal zone: 8192 pages used for memmap
[ 0.048553] Normal zone: 524288 pages, LIFO batch:63
[ 0.080586] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff]
[ 0.080710] ACPI: PM-Timer IO Port: 0x408
[ 0.080716] ACPI: Local APIC address 0xfee00000
[ 0.080731] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.080734] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.080735] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.080737] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.080757] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[ 0.080761] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.080765] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.080768] ACPI: IRQ0 used by override.
[ 0.080771] ACPI: IRQ9 used by override.
[ 0.080774] Using ACPI (MADT) for SMP configuration information
[ 0.080780] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.080836] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.080841] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.080842] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.080844] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.080845] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.080850] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.080854] PM: Registered nosave memory: [mem 0x761bf000-0x76ebefff]
[ 0.080855] PM: Registered nosave memory: [mem 0x76ebf000-0x77fbefff]
[ 0.080857] PM: Registered nosave memory: [mem 0x77fbf000-0x77ffefff]
[ 0.080861] PM: Registered nosave memory: [mem 0x78000000-0x7bbfffff]
[ 0.080863] PM: Registered nosave memory: [mem 0x7bc00000-0x7fffffff]
[ 0.080864] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[ 0.080866] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[ 0.080868] PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
[ 0.080869] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[ 0.080871] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[ 0.080872] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.080874] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[ 0.080875] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[ 0.080877] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[ 0.080878] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[ 0.080880] PM: Registered nosave memory: [mem 0xfed04000-0xfed07fff]
[ 0.080882] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[ 0.080883] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[ 0.080885] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[ 0.080886] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[ 0.080888] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[ 0.080889] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[ 0.080891] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.080892] PM: Registered nosave memory: [mem 0xfee01000-0xff9fffff]
[ 0.080894] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
[ 0.080899] [mem 0x80000000-0xdfffffff] available for PCI devices
[ 0.080901] Booting paravirtualized kernel on bare hardware
[ 0.080907] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.340868] random: get_random_bytes called from start_kernel+0x93/0x531 with crng_init=0
[ 0.340893] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[ 0.341892] percpu: Embedded 44 pages/cpu @(____ptrval____) s143192 r8192 d28840 u524288
[ 0.341912] pcpu-alloc: s143192 r8192 d28840 u524288 alloc=1*2097152
[ 0.341916] pcpu-alloc: [0] 0 1 2 3
[ 0.341976] Built 1 zonelists, mobility grouping on. Total pages: 991689
[ 0.341979] Policy zone: Normal
[ 0.341984] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-kali4-amd64 root=UUID=212ee7b8-6afe-4f87-acd2-4e38f8461b25 ro initrd=/install/gtk/initrd.gz quiet
[ 0.367491] Calgary: detecting Calgary via BIOS EBDA area
[ 0.367496] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.402843] Memory: 3815860K/4029812K available (10252K kernel code, 1240K rwdata, 3272K rodata, 1576K init, 2308K bss, 213952K reserved, 0K cma-reserved)
[ 0.403167] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.403184] Kernel/User page tables isolation: enabled
[ 0.403314] ftrace: allocating 31773 entries in 125 pages
[ 0.427396] rcu: Hierarchical RCU implementation.
[ 0.427401] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[ 0.427403] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.435899] NR_IRQS: 33024, nr_irqs: 1024, preallocated irqs: 16
[ 0.436798] Console: colour dummy device 80x25
[ 0.436806] console [tty0] enabled
[ 0.436866] ACPI: Core revision 20180810
[ 0.437233] APIC: Switch to symmetric I/O mode setup
[ 0.439251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.457202] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[ 0.457227] Calibrating delay loop (skipped), value calculated using timer frequency.. 3200.00 BogoMIPS (lpj=6400000)
[ 0.457233] pid_max: default: 32768 minimum: 301
[ 0.457328] Security Framework initialized
[ 0.457332] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.457376] AppArmor: AppArmor initialized
[ 0.459369] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.460419] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.460517] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.460561] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.461085] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.461088] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.461105] mce: CPU supports 6 MCE banks
[ 0.461117] CPU0: Thermal monitoring enabled (TM1)
[ 0.461123] process: using mwait in idle threads
[ 0.461130] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.461132] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[ 0.461136] Spectre V2 : Mitigation: Full generic retpoline
[ 0.461137] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.461496] Freeing SMP alternatives memory: 24K
[ 0.465463] TSC deadline timer enabled
[ 0.465470] smpboot: CPU0: Intel(R) Celeron(R) CPU N3060 @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[ 0.465797] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[ 0.465823] ... version: 3
[ 0.465825] ... bit width: 40
[ 0.465826] ... generic registers: 2
[ 0.465828] ... value mask: 000000ffffffffff
[ 0.465829] ... max period: 0000007fffffffff
[ 0.465830] ... fixed-purpose events: 3
[ 0.465832] ... event mask: 0000000700000003
[ 0.465940] rcu: Hierarchical SRCU implementation.
[ 0.466827] random: crng done (trusting CPU's manufacturer)
[ 0.467369] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.467555] smp: Bringing up secondary CPUs ...
[ 0.467855] x86: Booting SMP configuration:
[ 0.467858] .... node #0, CPUs: #1
[ 0.470911] smp: Brought up 1 node, 2 CPUs
[ 0.470911] smpboot: Max logical packages: 2
[ 0.470911] smpboot: Total of 2 processors activated (6400.00 BogoMIPS)
[ 0.470911] devtmpfs: initialized
[ 0.473346] x86/mm: Memory block size: 128MB
[ 0.474430] PM: Registering ACPI NVS region [mem 0x76ebf000-0x77fbefff] (17825792 bytes)
[ 0.474430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.474430] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.474430] pinctrl core: initialized pinctrl subsystem
[ 0.474787] NET: Registered protocol family 16
[ 0.474986] audit: initializing netlink subsys (disabled)
[ 0.475069] audit: type=2000 audit(1556186297.040:1): state=initialized audit_enabled=0 res=1
[ 0.475069] cpuidle: using governor ladder
[ 0.475069] cpuidle: using governor menu
[ 0.475069] ACPI: bus type PCI registered
[ 0.475069] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.475069] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 0.475069] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[ 0.475069] PCI: Using configuration type 1 for base access
[ 0.478827] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.478827] ACPI: Added _OSI(Module Device)
[ 0.478827] ACPI: Added _OSI(Processor Device)
[ 0.478827] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.478827] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.478827] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.478827] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.495643] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.503332] ACPI: Dynamic OEM Table Load:
[ 0.503348] ACPI: SSDT 0xFFFF9FFC3AD94000 0006B8 (v01 PmRef Cpu0Ist 00003000 INTL 20130117)
[ 0.504231] ACPI: Dynamic OEM Table Load:
[ 0.504242] ACPI: SSDT 0xFFFF9FFC3ADDCC00 0003D6 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
[ 0.505273] ACPI: Dynamic OEM Table Load:
[ 0.505283] ACPI: SSDT 0xFFFF9FFC3ADF2A00 00015F (v01 PmRef ApIst 00003000 INTL 20130117)
[ 0.505752] ACPI: Dynamic OEM Table Load:
[ 0.505762] ACPI: SSDT 0xFFFF9FFC3AE12180 00008D (v01 PmRef ApCst 00003000 INTL 20130117)
[ 0.506679] ACPI: EC: EC started
[ 0.506681] ACPI: EC: interrupt blocked
[ 0.786056] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[ 0.786061] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.786064] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[ 0.786065] ACPI: Interpreter enabled
[ 0.786119] ACPI: (supports S0 S3 S4 S5)
[ 0.786121] ACPI: Using IOAPIC for interrupt routing
[ 0.786195] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.786825] ACPI: Enabled 8 GPEs in block 00 to 3F
[ 0.789800] ACPI: Power Resource [USBC] (on)
[ 0.796659] ACPI: Power Resource [ID3C] (off)
[ 0.803675] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.803687] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.803781] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.803807] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.804462] PCI host bridge to bus 0000:00
[ 0.804468] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.804471] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.804474] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.804478] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.804481] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.804484] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.804487] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.804490] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.804494] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.804508] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[ 0.804732] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[ 0.804761] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[ 0.804775] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.804785] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.805021] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[ 0.805048] pci 0000:00:0b.0: reg 0x10: [mem 0x91414000-0x91414fff 64bit]
[ 0.805290] pci 0000:00:13.0: [8086:22a3] type 00 class 0x010601
[ 0.805357] pci 0000:00:13.0: reg 0x20: [io 0x3060-0x307f]
[ 0.805370] pci 0000:00:13.0: reg 0x24: [mem 0x91415000-0x914157ff]
[ 0.805436] pci 0000:00:13.0: PME# supported from D3hot
[ 0.805652] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[ 0.805690] pci 0000:00:14.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
[ 0.805788] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.806000] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[ 0.806028] pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
[ 0.806040] pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
[ 0.806132] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.806302] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[ 0.806339] pci 0000:00:1b.0: reg 0x10: [mem 0x91410000-0x91413fff 64bit]
[ 0.806443] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.806622] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[ 0.806746] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.806944] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[ 0.807066] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.807258] pci 0000:00:1c.3: [8086:22ce] type 01 class 0x060400
[ 0.807379] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.807576] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[ 0.807875] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[ 0.807945] pci 0000:00:1f.3: reg 0x10: [mem 0x91416000-0x9141601f]
[ 0.808062] pci 0000:00:1f.3: reg 0x20: [io 0x3040-0x305f]
[ 0.808482] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.808617] pci 0000:02:00.0: [10ec:b723] type 00 class 0x028000
[ 0.808672] pci 0000:02:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.808724] pci 0000:02:00.0: reg 0x18: [mem 0x91100000-0x91103fff 64bit]
[ 0.808917] pci 0000:02:00.0: supports D1 D2
[ 0.808920] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.809168] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.809175] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
[ 0.809181] pci 0000:00:1c.2: bridge window [mem 0x91100000-0x911fffff]
[ 0.809327] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.809372] pci 0000:03:00.0: reg 0x10: [io 0x1000-0x10ff]
[ 0.809412] pci 0000:03:00.0: reg 0x18: [mem 0x91004000-0x91004fff 64bit]
[ 0.809438] pci 0000:03:00.0: reg 0x20: [mem 0x91000000-0x91003fff 64bit]
[ 0.809577] pci 0000:03:00.0: supports D1 D2
[ 0.809580] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.809810] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.809817] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
[ 0.809822] pci 0000:00:1c.3: bridge window [mem 0x91000000-0x910fffff]
[ 0.811343] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7
[ 0.811494] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.811642] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *7
[ 0.811789] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.811936] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.812084] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.812232] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.812379] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.813704] ACPI: EC: interrupt unblocked
[ 0.813729] ACPI: EC: event unblocked
[ 0.813743] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.813746] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[ 0.813933] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.813933] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.813933] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.813933] vgaarb: loaded
[ 0.813933] pps_core: LinuxPPS API ver. 1 registered
[ 0.813933] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.813933] PTP clock support registered
[ 0.813933] EDAC MC: Ver: 3.0.0
[ 0.813933] PCI: Using ACPI for IRQ routing
[ 0.817236] PCI: pci_cache_line_size set to 64 bytes
[ 0.817317] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[ 0.817320] e820: reserve RAM buffer [mem 0x761bf000-0x77ffffff]
[ 0.818473] clocksource: Switched to clocksource tsc-early
[ 0.842487] VFS: Disk quotas dquot_6.6.0
[ 0.842526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.842790] AppArmor: AppArmor Filesystem Enabled
[ 0.842838] pnp: PnP ACPI init
[ 0.843195] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.843200] system 00:00: [io 0x0400-0x047f] has been reserved
[ 0.843203] system 00:00: [io 0x0500-0x05fe] has been reserved
[ 0.843216] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.843371] pnp 00:01: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
[ 0.843468] pnp 00:02: Plug and Play ACPI device, IDs ETD0710 ETD0000 PNP0f13 (active)
[ 0.844999] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.845188] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[ 0.845192] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[ 0.845196] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.845199] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.845203] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[ 0.845206] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[ 0.845235] system 00:04: [mem 0xfed80000-0xfedbffff] has been reserved
[ 0.845239] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.845242] system 00:04: [mem 0xfe700600-0xfe7006ff] has been reserved
[ 0.845246] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.845257] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.845589] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.846073] pnp: PnP ACPI: found 6 devices
[ 0.856711] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.856744] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.856750] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.856754] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.856792] pci 0000:00:1c.0: BAR 14: assigned [mem 0x91500000-0x916fffff]
[ 0.856803] pci 0000:00:1c.0: BAR 15: assigned [mem 0x91700000-0x918fffff 64bit pref]
[ 0.856809] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.856815] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.856820] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.856828] pci 0000:00:1c.0: bridge window [mem 0x91500000-0x916fffff]
[ 0.856833] pci 0000:00:1c.0: bridge window [mem 0x91700000-0x918fffff 64bit pref]
[ 0.856843] pci 0000:00:1c.2: PCI bridge to [bus 02]
[ 0.856847] pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
[ 0.856854] pci 0000:00:1c.2: bridge window [mem 0x91100000-0x911fffff]
[ 0.856867] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.856871] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
[ 0.856878] pci 0000:00:1c.3: bridge window [mem 0x91000000-0x910fffff]
[ 0.856890] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.856893] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.856896] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.856899] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.856902] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.856905] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.856908] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.856911] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[ 0.856915] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
[ 0.856918] pci_bus 0000:01: resource 1 [mem 0x91500000-0x916fffff]
[ 0.856921] pci_bus 0000:01: resource 2 [mem 0x91700000-0x918fffff 64bit pref]
[ 0.856924] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.856927] pci_bus 0000:02: resource 1 [mem 0x91100000-0x911fffff]
[ 0.856930] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
[ 0.856933] pci_bus 0000:03: resource 1 [mem 0x91000000-0x910fffff]
[ 0.857154] NET: Registered protocol family 2
[ 0.857529] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[ 0.857576] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.857744] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.857933] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.858061] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.858115] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.858291] NET: Registered protocol family 1
[ 0.858304] NET: Registered protocol family 44
[ 0.858333] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.862696] PCI: CLS 64 bytes, default 64
[ 0.862815] Unpacking initramfs...
[ 3.455685] Freeing initrd memory: 58932K
[ 3.455765] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.455773] software IO TLB: mapped [mem 0x721bf000-0x761bf000] (64MB)
[ 3.455846] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[ 3.455878] clocksource: Switched to clocksource tsc
[ 3.457349] Initialise system trusted keyrings
[ 3.457568] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[ 3.460720] zbud: loaded
[ 3.461168] pstore: using deflate compression
[ 6.345268] Key type asymmetric registered
[ 6.345272] Asymmetric key parser 'x509' registered
[ 6.345305] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 6.345399] io scheduler noop registered
[ 6.345402] io scheduler deadline registered
[ 6.345495] io scheduler cfq registered (default)
[ 6.345498] io scheduler mq-deadline registered
[ 6.346491] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 6.346524] intel_idle: MWAIT substates: 0x33000020
[ 6.346526] intel_idle: v0.4.1 model 0x4C
[ 6.346973] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 6.349806] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 6.370370] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 6.373751] Linux agpgart interface v0.103
[ 6.373874] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 6.373876] AMD IOMMUv2 functionality not available on this system
[ 6.375278] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 6.382442] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 6.382457] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 6.384246] mousedev: PS/2 mouse device common for all mice
[ 6.384458] rtc_cmos 00:05: RTC can wake from S4
[ 6.385114] rtc_cmos 00:05: registered as rtc0
[ 6.385156] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[ 6.385179] intel_pstate: Intel P-state driver initializing
[ 6.385844] ledtrig-cpu: registered to indicate activity on CPUs
[ 6.389464] NET: Registered protocol family 10
[ 6.393687] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 6.423097] Segment Routing with IPv6
[ 6.423171] mip6: Mobile IPv6
[ 6.423178] NET: Registered protocol family 17
[ 6.423830] mpls_gso: MPLS GSO support
[ 6.424546] microcode: sig=0x406c4, pf=0x1, revision=0x408
[ 6.425014] microcode: Microcode Update Driver: v2.2.
[ 6.425040] sched_clock: Marking stable (6428044287, -3043562)->(6435605150, -10604425)
[ 6.425786] registered taskstats version 1
[ 6.425787] Loading compiled-in X.509 certificates
[ 6.505789] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[ 6.505941] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[ 6.506081] zswap: loaded using pool lzo/zbud
[ 6.506645] AppArmor: AppArmor sha1 policy hashing enabled
[ 6.509489] rtc_cmos 00:05: setting system clock to 2019-04-25 09:58:23 UTC (1556186303)
[ 6.525362] Freeing unused kernel image memory: 1576K
[ 6.541696] Write protecting the kernel read-only data: 16384k
[ 6.546094] Freeing unused kernel image memory: 2028K
[ 6.547769] Freeing unused kernel image memory: 824K
[ 6.565693] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 6.565974] x86/mm: Checking user space page tables
[ 6.578950] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 6.578955] Run /init as init process
[ 6.938778] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 6.938820] ACPI: Lid Switch [LID0]
[ 6.939081] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[ 6.939115] ACPI: Power Button [PWRB]
[ 6.939338] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 6.939392] ACPI: Power Button [PWRF]
[ 6.963714] wmi_bus wmi_bus-PNP0C14:00: WQBJ data block query control method not found
[ 6.969000] ACPI: Invalid active0 threshold
[ 6.969337] thermal LNXTHERM:00: registered as thermal_zone0
[ 6.969339] ACPI: Thermal Zone [TZ00] (34 C)
[ 6.970121] thermal LNXTHERM:01: registered as thermal_zone1
[ 6.970123] ACPI: Thermal Zone [TZ01] (0 C)
[ 6.977590] SCSI subsystem initialized
[ 6.985890] ACPI: bus type USB registered
[ 6.985933] usbcore: registered new interface driver usbfs
[ 6.985953] usbcore: registered new interface driver hub
[ 6.989577] usbcore: registered new device driver usb
[ 6.999026] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 7.002981] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 7.002996] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 7.004139] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[ 7.004146] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 7.004463] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 7.004466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.004468] usb usb1: Product: xHCI Host Controller
[ 7.004470] usb usb1: Manufacturer: Linux 4.19.0-kali4-amd64 xhci-hcd
[ 7.004471] usb usb1: SerialNumber: 0000:00:14.0
[ 7.004721] hub 1-0:1.0: USB hub found
[ 7.004745] hub 1-0:1.0: 7 ports detected
[ 7.005719] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 7.005726] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 7.005732] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 7.005808] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 7.005810] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 7.005812] usb usb2: Product: xHCI Host Controller
[ 7.005814] usb usb2: Manufacturer: Linux 4.19.0-kali4-amd64 xhci-hcd
[ 7.005816] usb usb2: SerialNumber: 0000:00:14.0
[ 7.006003] hub 2-0:1.0: USB hub found
[ 7.006024] hub 2-0:1.0: 6 ports detected
[ 7.020774] cryptd: max_cpu_qlen set to 1000
[ 7.022064] libphy: r8169: probed
[ 7.022495] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 40:b0:34:12:7e:bc, XID 54100800, IRQ 115
[ 7.022499] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 7.041708] libata version 3.00 loaded.
[ 7.046413] SSE version of gcm_enc/dec engaged.
[ 7.047006] ahci 0000:00:13.0: version 3.0
[ 7.047196] [drm] Replacing VGA console driver
[ 7.047344] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 7.047345] [drm] Driver supports precise vblank timestamp query.
[ 7.047353] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 7.047357] ahci 0000:00:13.0: flags: 64bit ncq led clo only pio slum part deso sadm apst
[ 7.050405] scsi host0: ahci
[ 7.050660] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 7.050735] scsi host1: ahci
[ 7.050880] ata1: SATA max UDMA/133 abar m2048@0x91415000 port 0x91415100 irq 117
[ 7.050883] ata2: SATA max UDMA/133 abar m2048@0x91415000 port 0x91415180 irq 117
[ 7.254673] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[ 7.256042] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 7.257342] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[ 7.345531] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[ 7.373251] ata2: SATA link down (SStatus 0 SControl 300)
[ 7.373285] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 7.377619] ata1.00: ATA-8: TOSHIBA MQ01ACF050, AV0A2C, max UDMA/100
[ 7.377624] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 7.383664] ata1.00: configured for UDMA/100
[ 7.386345] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ACF0 2C PQ: 0 ANSI: 5
[ 7.455908] fbcon: inteldrmfb (fb0) is primary device
[ 7.496264] usb 1-5: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[ 7.496283] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 7.496292] usb 1-5: Product: USB2.0 Hub
[ 7.498190] hub 1-5:1.0: USB hub found
[ 7.498789] hub 1-5:1.0: 4 ports detected
[ 7.635069] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5e0f01)
[ 7.652496] psmouse serio1: elantech: Synaptics capabilities query result 0x70, 0x16, 0x0a.
[ 7.669613] psmouse serio1: elantech: Elan sample query result 0b, 01, a7
[ 7.761964] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[ 7.793281] usb 1-5.1: new high-speed USB device number 3 using xhci_hcd
[ 7.924507] usb 1-5.1: New USB device found, idVendor=04f2, idProduct=b56c, bcdDevice=88.03
[ 7.924520] usb 1-5.1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 7.924530] usb 1-5.1: Product: HP TrueVision HD
[ 7.924540] usb 1-5.1: Manufacturer: Generic
[ 7.924548] usb 1-5.1: SerialNumber: 200901010001
[ 8.013561] usb 1-5.2: new full-speed USB device number 4 using xhci_hcd
[ 8.116449] usb 1-5.2: New USB device found, idVendor=0bda, idProduct=b008, bcdDevice= 2.00
[ 8.116462] usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8.116472] usb 1-5.2: Product: Bluetooth Radio
[ 8.116480] usb 1-5.2: Manufacturer: Realtek
[ 8.116488] usb 1-5.2: SerialNumber: 00e04c000001
[ 8.717765] Console: switching to colour frame buffer device 170x48
[ 8.748556] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 8.780618] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 8.780622] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 8.780636] sd 0:0:0:0: [sda] Write Protect is off
[ 8.780639] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 8.780659] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.917016] sda: sda1 sda2 sda3 < sda5 sda6 >
[ 8.918075] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.718343] PM: Image not found (code -22)
[ 10.066055] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 12.068433] systemd[1]: RTC configured in localtime, applying delta of -300 minutes to system time.
[ 12.294475] systemd[1]: Inserted module 'autofs4'
[ 12.484690] systemd[1]: systemd 241 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)
[ 12.501951] systemd[1]: Detected architecture x86-64.
[ 12.519145] systemd[1]: Set hostname to <kali>.
[ 14.896644] systemd[1]: Created slice User and Session Slice.
[ 14.897069] systemd[1]: Listening on Journal Audit Socket.
[ 14.897285] systemd[1]: Listening on LVM2 poll daemon socket.
[ 14.897395] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 14.897528] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 14.897648] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 14.897847] systemd[1]: Listening on udev Control Socket.
[ 15.051121] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 15.524855] systemd-journald[274]: Received request to flush runtime journal from PID 1
[ 18.029423] proc_thermal 0000:00:0b.0: Creating sysfs group for PROC_THERMAL_PCI
[ 18.043042] input: HP Wireless hotkeys as /devices/virtual/input/input7
[ 18.127854] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 18.130181] ACPI: AC Adapter [AC] (off-line)
[ 18.135682] input: PC Speaker as /devices/platform/pcspkr/input/input8
[ 18.141488] iTCO_vendor_support: vendor-support=0
[ 18.167371] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 18.167461] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 18.471056] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 18.615122] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 18.615127] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 18.615129] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 18.615131] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 18.615132] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 18.615135] snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
[ 18.615137] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 18.890842] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 18.895740] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 18.896195] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 18.896776] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 18.897796] hp_wmi: query 0xd returned error 0x5
[ 18.897886] input: HP WMI hotkeys as /devices/virtual/input/input9
[ 19.166846] Bluetooth: Core ver 2.22
[ 19.166887] NET: Registered protocol family 31
[ 19.166889] Bluetooth: HCI device and connection manager initialized
[ 19.167107] Bluetooth: HCI socket layer initialized
[ 19.167111] Bluetooth: L2CAP socket layer initialized
[ 19.167123] Bluetooth: SCO socket layer initialized
[ 19.213442] intel_rapl: Found RAPL domain package
[ 19.213446] intel_rapl: Found RAPL domain core
[ 19.246570] usbcore: registered new interface driver btusb
[ 19.255824] Bluetooth: hci0: RTL: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
[ 19.257154] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 19.257159] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_fw.bin
[ 19.326961] bluetooth hci0: firmware: direct-loading firmware rtl_bt/rtl8723b_fw.bin
[ 19.326998] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_config.bin
[ 19.327034] bluetooth hci0: firmware: failed to load rtl_bt/rtl8723b_config.bin (-2)
[ 19.327118] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 19.327197] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
[ 19.327209] Bluetooth: hci0: RTL: cfg_sz -2, total sz 22496
[ 19.407666] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[ 19.498224] rtl8723be 0000:02:00.0: firmware: direct-loading firmware rtlwifi/rtl8723befw_36.bin
[ 19.515513] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 19.516402] rtlwifi: rtlwifi: wireless switch is on
[ 19.882345] media: Linux media interface: v0.10
[ 19.953752] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 20.096960] videodev: Linux video capture interface: v2.00
[ 20.624625] uvcvideo: Found UVC 1.00 device HP TrueVision HD (04f2:b56c)
[ 20.632687] uvcvideo 1-5.1:1.0: Entity type for entity Extension 4 was not initialized!
[ 20.632691] uvcvideo 1-5.1:1.0: Entity type for entity Processing 2 was not initialized!
[ 20.632693] uvcvideo 1-5.1:1.0: Entity type for entity Camera 1 was not initialized!
[ 20.633002] input: HP TrueVision HD: HP TrueVision as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/input/input14
[ 20.635207] usbcore: registered new interface driver uvcvideo
[ 20.635211] USB Video Class driver (1.1.1)
[ 20.643584] Adding 4027388k swap on /dev/sda6. Priority:-2 extents:1 across:4027388k FS
[ 29.821649] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 29.865432] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[ 29.866794] Generic PHY r8169-300:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[ 29.977109] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 29.991124] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 30.157820] rtl8723be: Failed to polling write LLT done at address 0!
[ 30.159530] rtl8723be: Init MAC failed
[ 31.276377] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 31.276561] usb 1-5.2: USB disconnect, device number 4
[ 31.449520] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 32.964949] wlan0: authenticate with 1c:7e:51:00:9d:f8
[ 32.975087] wlan0: send auth to 1c:7e:51:00:9d:f8 (try 1/3)
[ 32.976793] wlan0: authenticated
[ 32.981889] wlan0: associate with 1c:7e:51:00:9d:f8 (try 1/3)
[ 32.985954] wlan0: RX AssocResp from 1c:7e:51:00:9d:f8 (capab=0x411 status=0 aid=4)
[ 32.986209] wlan0: associated
[ 33.072611] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
y ademas me di cuenta que al actualizar kali linux el grub volvio a la configuración por defecto y me dejo el kernel funcional en la antigua posición de donde lo habia dejado. (Cambio la posicion automaticamente).
Es decir el grub que tiene entorno grafico o el "VIEJO KERNEL" no se ha perdido .
Aun asi seria mejor seguir persistiendo en el tema para solucionar el fallo para el "NUEVO KERNEL".
Tambien muchas gracias por la sintaxis recomendada es mucho mas practica.
Desconectado
y ademas me di cuenta que al actualizar kali linux el grub volvio a la configuración por defecto y me dejo el kernel funcional en la antigua posición de donde lo habia dejado. (Cambio la posicion automaticamente).
Sí, esto pasa porque se hace un "grub update" con la actualización y pone el ultimo kernel en primera posición por defecto (y se borra la mod')
Veo
Found UVC 1.00 device HP TrueVision HD
¿Lo tienes enchufado sobre una pantalla externa?
Desconectado
Si tienes razón kcdtv.
No no lo tengo conectado a una pantalla externa es tal cual la laptop que ves en la primera imagen de este hilo.
Desconectado
tengo una situacion parecida a la que comentan en este foro... uso debian 11 con entorno grafico xfce4... instale mi sistema operativo e hice todas sus configuraciones, luego saque una imagen del disco con clonezilla y la restaure en otra computadora... todo el proceso de restauracion se produjo sin error alguno; pero cuando reinicie el equipo donde restaure la imagen para acceder al sistema este solo me muestra el grub y luego muestra el siguiente mensaje: [2.859059] i915 0000:00:02.0: [drm] *ERROR* rcs' 0: for wait for SyncFlush to complete for TLB invalidation timed out...... ese mensaje me sale en pantalla negra y no avanza de esa parte... quisiera saber que puedo hacer para resolver este problema??... espero que la respuesta no sea tener que instalar el sistema desde cero en cada maquina de mi trabajo...
Desconectado
buenas soy nuevo en kali 2022 realice todo el proceso de instalacion y cuando abro la M.Virtual inicio sesion y aparece el fondo de pantalla sin nigun interfaz grafica. probe entrando a la terminal y ejecutar apt-get update/upgrade, starx (y dice "not found did you mean, command starx from deb xinit"), install xinit y nada. Mi pc es una HP OMNI 100-5110.
P/D (mientras se inicia kali linux aparece el siguiente msj "[DRM:VMW_HOST_PRINTF {VNMGFX}]") ERROR FAILED TO SEND HOST LOY MESAGE
TENGO DESCARGADO KALI NUEVO 2022
Y VIRTUAL BOX 5.2.24 (YA QUE LA ULTIMA VERSION NO ME FUNCIONA TIRA ERROR DE MODULO)
NO SE COMO SUBIR LAS CAPTURAS DE PANTALLA AQUI
Ultima edición por javrich (17-06-2022 05:05:48)
Desconectado
¡Bienvenido al foro!
Sobre el fallo con startx es normal.
startx es un comando para init y los sistemas basados en Debian, como Kali Linux, usan en su lugar Systemd
Es una tendencia generalizada, solo una minoría de sistemas sigue tirando de init.
¿Qué son init y systemd?
Son el proceso "madre" de tu sistema operativo, el primer proceso, el proceso que permite la inicialización de todos los otros procesos.
Sin init o systemd no puedes arrancar tu sistema operativo.
Cómo puedes ver a continuación es el primer proceso con lo cual siempre lleva el numero 1:
Para arrancar tu entorno gráfico, creo que por defecto es XFCE, debes usar
startxfce4
No lo tengo claro porque nunca uso maquinas virtuales
Si hay un entrono gráfico instalado debería ser este.
Prueba así y cuéntanos qué pasa.
Para subir capturas de pantalla debes hacer clic en "Subidas", luego seleccionas la imagen, la subes y la insertas en el mensaje haciendo clic en el icono que está abajo a la derecha de la imagen que subiste.
Desconectado
Tema | Respuestas | Vistas | Ultimo mensaje |
---|---|---|---|
¡Vienen grandes cambios! por Takomou
|
2 | 171 | Hoy 15:25:52 por Patcher |
Pegado: |
521 | 340000 | 10-05-2023 18:24:28 por Betis-Jesus |
|
27 | 1242 | 09-05-2023 21:32:44 por kcdtv |
Hacktivismo por CHARGER22
|
1 | 205 | 08-05-2023 19:53:26 por kcdtv |
Pegado: |
447 | 66090 | 22-04-2023 15:31:13 por kcdtv |
Ultimo usuario registrado: klurosu
Usuarios registrados conectados: 0
Invitados conectados: 12
Número total de usuarios registrados: 2,446
Número total de temas: 1,637
Número total de mensajes: 15,586
Atom tema feed - Impulsado por FluxBB