Bug 1219628

Summary: Boot error while requesting firmware
Product: [openSUSE] openSUSE Tumbleweed Reporter: Vojtech Zeisek <Vojtech.Zeisek>
Component: KernelAssignee: openSUSE Kernel Bugs <kernel-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: tiwai
Version: Current   
Target Milestone: ---   
Hardware: x86-64   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Vojtech Zeisek 2024-02-06 13:44:44 UTC
Hello,
when I try to boot HP x2 210 G2 (Intel Atom x5-Z8350) with kernel 6.7.2-1 I get following error during boot:

...
Finished File System Check on /dev/disk/...
Mounting /boot/efi...
atomisp-isp2 0000:00:03.0: atomisp: Error -2 while requesting firmware shisp_2401a0_v21.bin
atomisp-isp2 0000:00:03.0: IUNIT power-off timeout.
atomisp-isp2 0000:00:03.0: Failed to switch off ISP

And it stays here forever. Last working error is 6.1.12-1. Any newer kernel brings the above error.
I can provide more information if needed, but I failed to recover logs from erroneous boot.
Comment 1 Takashi Iwai 2024-02-06 14:06:34 UTC
Likely a dup of bsc#1210639.  Better to blacklist the driver.
Could you boot with module_blacklist=atomisp boot parameter?
Comment 2 Vojtech Zeisek 2024-02-06 14:19:12 UTC
Thank You. I added the parameter via editing GRUB entry and I don't see the error, but boot hangs after "Starting File System Check on /dev/disk/by...". Also, I have encrypted LVM with root and SWAP (only /boot/efi is out of it) and with this parameter I had to enter the LUKS passphrase for second time.
Comment 3 Takashi Iwai 2024-02-06 14:24:51 UTC
You can add blacklist to /etc/modprobe.d/* for the permanent setup.
Create a file in /etc/modprobe.d, e.g. /etc/modprobe.d/90-atomisp.conf, containing the line:
  blacklist atomisp
Comment 4 Vojtech Zeisek 2024-02-07 09:02:11 UTC
(In reply to Takashi Iwai from comment #3)
> You can add blacklist to /etc/modprobe.d/* for the permanent setup.
> Create a file in /etc/modprobe.d, e.g. /etc/modprobe.d/90-atomisp.conf,
> containing the line:
>   blacklist atomisp

This works, so we can mark is at duplicate of https://bugzilla.suse.com/show_bug.cgi?id=1210639 Thank You.
Comment 5 Takashi Iwai 2024-02-07 10:11:01 UTC
dup.

*** This bug has been marked as a duplicate of bug 1210639 ***