Guillermo Cordeiro
unread,Oct 12, 2017, 6:40:17 PM10/12/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 17-10-10 13:50:59, Alejandro Franco Trujillo Ayala wrote:
>Buenas tades
>No se como colocar este fallo que aparece en mi computadora cada vez
>que inicia:
>
> ACPI Error: No handler for Region [EC__] (ffff9583ee0e7870)
> [EmbeddedControl] (20160831/evregion-166)
>
> ACPI Error: Region EmbeddedControl (ID=3) has no handler
> (20160831/exfldio-299)
>
> ACPI Error: Method parse/execution failed [\_SB.PCI0.LPCB.EC._REG]
> (Node ffff9583ee0e8bb8), AE_NOT_EXIST (20160831/psparse-543)
>
> nouveau 0000:01:00.0: unknown chipset (136000a1)
>
> i915 0000:00:02.0: firmware: failed to load i915/skl_dmc_ver1_26.bin
> (-2)
>
> ath10k_pci 0000:3e:00.0: firmware: failed to load ath10k/pre-cal-
> pci-0000:3e:00.0.bin (-2)
>
> ath10k_pci 0000:3e:00.0: firmware: failed to load ath10k/cal-pci-
> 0000:3e:00.0.bin (-2)
>
> ath10k_pci 0000:3e:00.0: firmware: failed to load
> ath10k/QCA6174/hw3.0/firmware-5.bin (-2)
>
> ath10k_pci 0000:3e:00.0: could not fetch firmware file
> 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
>
>intente instalar los firmware y no arregla nada
>
>a los mismo con bumblebee, mi laptop ya no enciende al instalarlo
>
>y al parecer el hdmi no funciona para doble pantalla
>
>
>Mi laptop es una MSI gs73vr 6rf
>procesador i7 HQ
>
>GPU intel 530 /nvidia GTX 1060 (hibrido)
>
>ssd 250GB y hdd 1TB
>
>
>gracias espero ayude y si se puede una solucion al problemas
>
>siguan adelante!
Me sucede a veces y un "workaround" es deshabilitar el KMS (Kernel Mode
Setting) para ese módulo. Esto lo puedes hacer de dos formas:
* En el GrUB, añadiendo en la línea del kernel "nouveau.modeset=0",
ya sea durante el arranque o en /etc/default/grub
* Añadiende un fichero de configuración para modprobe, por ejemplo
/etc/modprobe.d/disable-modeset-nouveau.conf con el contenido:
options nouveau modeset=0
Un saludo