resume does'nt work in my asus N552VW-FY204T

hy and happy new year :slight_smile:
on my son,s new laptop=asus vivobook pro N552VW-FY204T, CPU=i7-6700HQ @ 2.6GHz, GPU=intel HD Graphics 530 & NVIDIA geforce GTX 960M, RAM=16GB, storage=SSD 512GB
I installed opensuse leap 42.2, uefi, filesystem ext4, fstab options>arbitrary option value=discard, dual boot with windows10 following this:
https://tweakhound.com/2015/11/04/dual-boot-opensuse-leap-and-windows-10-uefi/.

the first try hanged when the three green strips arrived at the right of the screen, rebooted, checked the media, result was ok, and through this “channel” the installation went sofltly.

when I shutdown it hanged with this error:
pcieport pcie bus error severity=corrected type d status/mask=000
adding nomodeset as kernel parameter at boot in grub2 solved

the fan was always on at maximun,
adding acpi_osi=linux at kernel parameters solved (add it permanently and and power off)

now suspend/resume doesn’t works, it seems to work but at the resume the screen is black.
how can I have the suspend working?
manythanks, ciao, :slight_smile: pier

You have an Optimus hybrid graphic setup that means you need to use bumblebee. This should solve the fan problem

You need swap at least 60% the size of memory to hibornate

uh, I don’t know if is Optimus hybrid graphic, usually is written on the laptop but here isn’t, there is only a geforce gtx label, how can I check it??
I don’t know which graphic card I’m using, how can I check what I’m using?? and also what driver??
…manythanks, I start to inform about bumblebee
ciao :slight_smile: pier

You said

GPU=intel HD Graphics 530 & NVIDIA geforce GTX 960M,

So that all most has to be Optimus and admittedly the makers don’t seem to put that in their specs. :open_mouth: If you can not turn off the NVIDIA chip in the BIOS it has to be Optimus

You can see for yourself the GPUs with

lspci

It should show both cards

here is how to use bumblebee

https://en.opensuse.org/SDB:NVIDIA_Bumblebee

Should take care of fan problem and graphics too.

manythanks :slight_smile:

I have to try in the bios to turn off the card…
I only see the intel VGA, the other is the 3D controller… is it ?

eros3-ST:/home/procuste # lspci
00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #0 (rev 31)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #1 (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA Controller [AHCI mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1)
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #4 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
03:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
04:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller
eros3-ST:/home/procuste # 

manythanks, the fan now is ok,the problem is the resume…