LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-31-2020, 03:38 PM   #1
789
LQ Newbie
 
Registered: Dec 2017
Posts: 13

Rep: Reputation: Disabled
Question sdcard disabling irq 19


kernel 4.8.9_64
slackware 14.1
SD Host controller: O2 Micro, Inc. Device 8520 (rev 01)

I insert an SD card and get this:
Quote:
Message from syslogd@dark
dark kernel: [13553.864719] Disabling IRQ #19
fdisk -l does not see /dev/sdc
The machine slows down, has to be rebooted to function properly again.

Does anyone know how to overcome the objection to SD cards ?

Quote:
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_MMC_BLOCK_BOUNCE=y
CONFIG_SDIO_UART=m
CONFIG_MMC_TEST=m

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_PCI=m
# CONFIG_MMC_RICOH_MMC is not set
CONFIG_MMC_SDHCI_ACPI=m
CONFIG_MMC_SDHCI_PLTFM=m
# CONFIG_MMC_WBSD is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_SDRICOH_CS is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set
# CONFIG_MMC_TOSHIBA_PCI is not set
# CONFIG_MMC_MTK is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m
# CONFIG_LEDS_CLASS_FLASH is not set
 
Old 02-01-2020, 07:32 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,455

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Is this a good sdcard? Does it work elsewhere? Is it a usb-1.x, usb-2.x or usb-3.x socket?

It looks to me like a hardware over-current reaction, where irq 19 is mapped to that usb. The usable current in usb 1-3 sockets varies, usb-1.x being 100mA, usb-3.x being 500mA, and usb-2.x in between.
If it is overcurrent, the sdcard is toast.
 
1 members found this post helpful.
Old 02-01-2020, 03:54 PM   #3
789
LQ Newbie
 
Registered: Dec 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
Is this a good sdcard?
It is a perfectly good card; in fact I tried three different ones.
They all work under kernel 2.6.33 Slackware 13.1
 
Old 02-02-2020, 03:52 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,455

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
kernel 2.6.33?

That's old. Does it know about usb 2, or 3? What usb modules load? Is the hardware old? To solve your problems, answers are needed, because your information is insufficient.
 
1 members found this post helpful.
Old 02-03-2020, 12:09 PM   #5
789
LQ Newbie
 
Registered: Dec 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
What is insufficient is your reading and comprehension (obviously a victim of public education)

Do you know anything about Linux ? about kernel 4.8.9 and its hatred towards sdcards ? (windows has no objection to sdcards)
Have you ever compiled a kernel ?
Do you know anything about Slackware ? Slackware 14.1 ?
 
Old 02-03-2020, 02:38 PM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,455

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Quote:
Originally Posted by 789 View Post
What is insufficient is your reading and comprehension (obviously a victim of public education)

Do you know anything about Linux ? about kernel 4.8.9 and its hatred towards sdcards ? (windows has no objection to sdcards)
Have you ever compiled a kernel ?
Do you know anything about Slackware ? Slackware 14.1 ?
I'm not responding in kind to that. Just about every detail is wrong. Being an ex Mensa member and privately educated, my reading and comprehension are not limited. I've been using linux since the 1990s,I know plenty about linux, I've been running slackware nearly 10 years except for a dalliance with slamd-12.2. I had 2 boxes running 14.1 when it was current and make a practise of compiling my own kernels.
 
1 members found this post helpful.
Old 02-03-2020, 04:01 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
789, please use wording that conforms to a professional businesslike standard. Personal attacks are not allowed. I'd further ask that you please edit your post.

An idea to your issue may be this.

"
Using the kernel parameter "noirqdebug" appears to remedy the problem.

Note, this problem has been observed on debian as well. I believe that it concerns the kernel and/or the manufacturer's implementation of PCI PNP. "

https://forums.centos.org/viewtopic.php?t=5649
 
Old 02-06-2020, 05:39 PM   #8
789
LQ Newbie
 
Registered: Dec 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
Talking

Quote:
Originally Posted by jefro View Post
kernel parameter "noirqdebug" appears to remedy the problem.
'noirqdebug' or 'irqpoll' did not work in my case, "fdisk -l" still does not see the SDCARD. The only change is that kernel parameter (if added at boot time, using "tab") stopped the "disabling irq 19" response to inserting an SDCARD ---the machine now does not slow down, it doesn't need to be rebooted.

At least we now know that my compiling the kernel is not the cause of the problem (of not recognizing SD cards
__________________
As for your guru friend: you should direct your response to him ---I merely asked a question if he knew anything about linux, because his reply gives the impression that he did not comprehend what I posted (if he read the question at all)

10,000 posts ?! no girlfriend, no wife ? now life ? no job ?
 
Old 02-06-2020, 06:58 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
I watch the news as little as possible. Politicians on all sides screaming this and that. Once in a while I use different forums and the people are openly insulting each other. Guess it's part of the times maybe. Fortunately LQ has been trying to maintain a place that is open and welcoming to members. The general areas of LQ are much more lax. I ask you again to try to use this site for what is it. Free help from volunteers. Please use the technical forums for technical issues.


The people who are members here are mostly laid back for of people who volunteer their time to assist on questions. Some get to do it from work and some may be working from home and select the questions they try to help on. I's assume that many use this as one of their hobbies. I get to do this from work if everything is going OK.
 
Old 02-22-2020, 12:55 PM   #10
789
LQ Newbie
 
Registered: Dec 2017
Posts: 13

Original Poster
Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by jefro View Post
I watch the news
Problem solved

There is nothing wrong with linux-4.8.9, there is no bug; the cause of the predicament was my compiling .
After several trys and fails, I managed to make a .config which not only compiles a kernel and modules that recognize SDcard, but as a side effect, compiles dell-laptop.c, dell-smbios.c, dell-smm-hwmon.c modules, too.

Now I can even change the kbd_backlight timeout.


Without any help from these gurus and cadets (so much for 10,000 posts)


I don't know what I did right this time, but I noticed (in conky) that the IRQ assignment seems to be different.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ISR mapping, Kernel IRQ to Real Processor IRQ Rajkamal Linux - Kernel 1 10-24-2012 08:28 AM
UNIQ IRQ and Shared IRQ...I want to make Shared IRQ routin chxooi Linux - Hardware 1 06-12-2010 07:30 AM
Wondering what "do_IRQ: .176 No Irq handler for vector (irq -1)" means 4restg Linux - Newbie 1 10-27-2009 02:41 AM
SCSI Errors when IRQ Shared - How do I not share IRQ MQMan Linux - Hardware 2 01-08-2006 11:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration