[Bug 218092] Laptop hanging on black screen, when suspended and woke up!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=218092

--- Comment #46 from Ertugrul Uyar (ertugruluyar.personal@xxxxxxxxx) ---
(In reply to Bagas Sanjaya from comment #44)
> Created attachment 305355 [details]
> signature.asc
> 
> On Fri, Nov 03, 2023 at 07:16:24AM +0000, bugzilla-daemon@xxxxxxxxxx wrote:
> > https://bugzilla.kernel.org/show_bug.cgi?id=218092
> > 
> > --- Comment #43 from Ertugrul Uyar (ertugruluyar.personal@xxxxxxxxx) ---
> > I don't know what happened exactly but it's building .deb files now. I dıd
> > this
> > things:
> > https://github.com/openssl/openssl/issues/20293#issuecomment-1461877599 -->
> I
> > did make modules then make modules_sign. make modules_sign give error and I
> > did
> > this: https://askubuntu.com/a/1178467
> > then, to create signature, I think, click the link:
> > https://superuser.com/a/1322832 --> In this, I did this: 
> > "In your linux kernel root folder that you're compiling go to the certs
> > folder
> > and run:"
> > openssl req -new -nodes -utf8 -sha512 -days 36500 -batch -x509 -config
> > x509.genkey -outform DER -out signing_key.x509 -keyout signing_key.pem
> > Then I tried this: "make modules_sign" and "make modules_install" and get
> > error, so I decided to disable module signing:
> >
> >
> https://stackoverflow.com/questions/29806414/how-to-disable-kernel-module-signing-in-linux
> > but I didn't change the value from this UI. So I manually change .config
> > file:
> > CONFIG_MODULE_SIG=n
> > CONFIG_MODULE_SIG_ALL=n
> > I was change this and copy to linux6.6/ folder and then run "make
> -j$(nproc)
> > bindeb-pkg" then I checked the .config file while is building. In the
> .config
> > file that used for last building: 
> > CONFIG_MODULE_SIG=y
> > # CONFIG_MODULE_SIG_ALL is not set
> 
> To use your own key pair, you need to set CONFIG_MODULE_SIG_KEY to the path
> of the desired key.
> 
> > 
> > NOW, I have this .deb file. How I am gonna install this, do I have to use
> > command or I just click and open with KDE Discover. And which file should I
> > install?
> > -----
> > dpkg-deb: building package 'linux-image-6.6.0' in
> > '../linux-image-6.6.0_6.6.0-6_amd64.deb'.
> > dpkg-deb: building package 'linux-libc-dev' in
> > '../linux-libc-dev_6.6.0-6_amd64.deb'.
> > dpkg-deb: building package 'linux-headers-6.6.0' in
> > '../linux-headers-6.6.0_6.6.0-6_amd64.deb'.
> > dpkg-deb: building package 'linux-image-6.6.0-dbg' in
> > '../linux-image-6.6.0-dbg_6.6.0-6_amd64.deb'.
> >  dpkg-genbuildinfo --build=binary
> -O../linux-upstream_6.6.0-6_amd64.buildinfo
> >  dpkg-genchanges --build=binary -O../linux-upstream_6.6.0-6_amd64.changes
> > dpkg-genchanges: info: binary-only upload (no source code included)
> >  dpkg-source --after-build .
> > dpkg-buildpackage: info: binary-only upload (no source included)
> 
> Use apt (the package manager). Only kernel headers and images are needed
> to get the kernel running:
> 
> ```
> # apt install ../linux-headers-6.6.0_6.6.0-6_amd64.deb
> ../linux-image-6.6.0_6.6.0-6_amd64.deb
> ```
> 
> Thanks.

I think, something doesn't work:

ertugruluyar@ertugruluyar-pc:~/Desktop/linux-6.6$ sudo apt install
../linux-headers-6.6.0_6.6.0-6_amd64.deb ../linux-image-6.6.0_6.6.0-6_amd64.deb
[sudo] password for ertugruluyar: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'linux-headers-6.6.0' instead of
'../linux-headers-6.6.0_6.6.0-6_amd64.deb'
Note, selecting 'linux-image-6.6.0' instead of
'../linux-image-6.6.0_6.6.0-6_amd64.deb'
The following NEW packages will be installed:
  linux-headers-6.6.0 linux-image-6.6.0
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1.799 MB of archives.
After this operation, 1.874 MB of additional disk space will be used.
Get:1 /home/ertugruluyar/Desktop/linux-headers-6.6.0_6.6.0-6_amd64.deb
linux-headers-6.6.0 amd64 6.6.0-6 [9.750 kB]
Get:2 /home/ertugruluyar/Desktop/linux-image-6.6.0_6.6.0-6_amd64.deb
linux-image-6.6.0 amd64 6.6.0-6 [1.789 MB]                           
Selecting previously unselected package linux-headers-6.6.0.                    
(Reading database ... 334966 files and directories currently installed.)
Preparing to unpack .../linux-headers-6.6.0_6.6.0-6_amd64.deb ...
Unpacking linux-headers-6.6.0 (6.6.0-6) ...
Selecting previously unselected package linux-image-6.6.0.
Preparing to unpack .../linux-image-6.6.0_6.6.0-6_amd64.deb ...
Unpacking linux-image-6.6.0 (6.6.0-6) ...
Setting up linux-image-6.6.0 (6.6.0-6) ...
 * dkms: running auto installation service for kernel 6.6.0                     
Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j6 KERNELRELEASE=6.6.0 -C /lib/modules/6.6.0/build
M=/var/lib/dkms/r8125/9.011.01/build......
Signing module:
Secure Boot not enabled on this system.
cleaning build area...

r8125.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.6.0/updates/dkms/

depmod........

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j6 KERNELRELEASE=6.6.0 KDIR=/lib/modules/6.6.0/build....
Signing module:
Secure Boot not enabled on this system.
cleaning build area...

tuxedo_keyboard.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.6.0/updates/dkms/

clevo_wmi.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.6.0/updates/dkms/

clevo_acpi.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.6.0/updates/dkms/

tuxedo_io.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.6.0/updates/dkms/

uniwill_wmi.ko.zst:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.6.0/updates/dkms/

depmod.........
                                                                               
                                                    [ OK ]
update-initramfs: Generating /boot/initrd.img-6.6.0
W: Possible missing firmware /lib/firmware/amdgpu/ip_discovery.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega10_cap.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_cap.bin for
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi12_cap.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/psp_14_0_0_ta.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/psp_14_0_0_toc.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_6_ta.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/psp_13_0_6_sos.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_cap.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_sjt_mec2.bin for
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/aldebaran_sjt_mec.bin for
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_9_4_3_rlc.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_9_4_3_mec.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_0_toc.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sdma_4_4_2.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sdma_6_1_0.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes1.bin for
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for
module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/gc_11_0_3_mes.bin for module
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vcn_4_0_3.bin for module
amdgpu
I: The initramfs will attempt to resume from /dev/nvme0n1p3
I: (UUID=7d6d065d-987c-406a-904d-0709695ab9e6)
I: Set the RESUME variable to override this.
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Sourcing file `/etc/default/grub.d/tuxedo-theme.cfg'
Sourcing file `/etc/default/grub.d/tuxedo.cfg'
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/tuxedo/theme.txt
Found linux image: /boot/vmlinuz-6.6.0
Found initrd image: /boot/initrd.img-6.6.0
Found linux image: /boot/vmlinuz-6.5.0-10006-tuxedo
Found initrd image: /boot/initrd.img-6.5.0-10006-tuxedo
Found linux image: /boot/vmlinuz-6.5.0-10005-tuxedo
Found initrd image: /boot/initrd.img-6.5.0-10005-tuxedo
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot
entries.
Adding boot menu entry for UEFI Firmware Settings ...
done
Setting up linux-headers-6.6.0 (6.6.0-6) ...
N: Download is performed unsandboxed as root as file
'/home/ertugruluyar/Desktop/linux-headers-6.6.0_6.6.0-6_amd64.deb' couldn't be
accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
ertugruluyar@ertugruluyar-pc:~/Desktop/linux-6.6$ uname -a
Linux ertugruluyar-pc 6.5.0-10006-tuxedo #6 SMP PREEMPT_DYNAMIC Fri Oct 13
22:06:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.



[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux