Bug 1213148 - Atomisp results in tumbleweed being unable to boot on some atom computers since kernel 6.2
Summary: Atomisp results in tumbleweed being unable to boot on some atom computers sin...
Status: RESOLVED NORESPONSE
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Current
Hardware: 64bit openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: openSUSE Kernel Bugs
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-07 19:21 UTC by Basil Cat
Modified: 2024-05-02 06:40 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---
tiwai: needinfo? (catice567)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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