Bug 1213148

Summary: Atomisp results in tumbleweed being unable to boot on some atom computers since kernel 6.2
Product: [openSUSE] openSUSE Tumbleweed Reporter: Basil Cat <catice567>
Component: KernelAssignee: openSUSE Kernel Bugs <kernel-bugs>
Status: RESOLVED NORESPONSE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: Andreas.Stieger, catice567, tiwai
Version: CurrentFlags: tiwai: needinfo? (catice567)
Target Milestone: ---   
Hardware: 64bit   
OS: openSUSE Tumbleweed   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Basil Cat 2023-07-07 19:21:51 UTC
Since kernel 6.2, my Tumbleweed refuses to boot because of intel isp. Ubuntu had this problem but they fixed it by disabling atomisp. I have a request to the openSUSE kernel maintainers: Can you please disable atomisp in your kernel, especially since this will affect Leap later on next year?
Comment 1 Basil Cat 2023-07-07 19:22:50 UTC
Sorry, by intel isp i meant atomisp instead😀
Comment 2 Takashi Iwai 2023-07-10 07:40:54 UTC
Yes, that's a known problem (bsc#1210639).  At best, we should address the regression, but the complete disablement is a secondary option, of course.

On a system with the blacklist, could you try to load the module manually, and get the crash messages?  Then I can take a bit deeper look.
Comment 3 Basil Cat 2023-07-15 08:27:48 UTC
No. I do not know how to blacklist it properly. I know i have to press e in the grub menu and pass blacklist=atomisp, but where?
Comment 4 Takashi Iwai 2023-07-15 09:31:47 UTC
(In reply to Basil Cat from comment #3)
> No. I do not know how to blacklist it properly. I know i have to press e in
> the grub menu and pass blacklist=atomisp, but where?

So you're already blacklisting it :)

Just try to load atomisp manually after the boot again, and get the crash messages.  If you get the kernel Oops or such, please attach to Bugzilla.

If you'd like to blacklist the module persistently, create a file such as /etc/modprobe.d/90-atomisp-blacklist.conf, containing a line:
blacklist atomisp
Comment 5 Basil Cat 2023-09-18 14:22:09 UTC
I tried blacklisting it by the end of the grub, but it didn't work 🤦🏽
Comment 6 Takashi Iwai 2023-09-18 14:39:44 UTC
(In reply to Basil Cat from comment #5)
> I tried blacklisting it by the end of the grub, but it didn't work 🤦🏽

What exactly did you do?

At best create a modprobe.d config file to blacklist persistently.
Comment 7 Basil Cat 2023-09-18 15:21:57 UTC
(In reply to Takashi Iwai from comment #6)
> (In reply to Basil Cat from comment #5)
> > I tried blacklisting it by the end of the grub, but it didn't work 🤦🏽
> 
> What exactly did you do?
> 
> At best create a modprobe.d config file to blacklist persistently.

Oh, i sorted it out😀

I did modprobe.blacklist=atomisp and it now boots.

I also managed to block the module persistently by adding it to the modprobe.blacklist conf.
Comment 8 Takashi Iwai 2023-10-10 14:36:14 UTC
OK, now on the system with blacklist, try to load the module manually again.
This should trigger the crash, but since the system is already up, we have a better chance to get a crash log.
Comment 9 Andreas Stieger 2024-05-02 06:40:59 UTC
No follow up, closing