LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-28-2013, 09:51 AM   #1
dbfontes
LQ Newbie
 
Registered: Oct 2012
Location: SP, Brazil
Distribution: slackware64-current
Posts: 22

Rep: Reputation: Disabled
Question hci_queue_intr_tx callbacks suppressed


Hi,

I've read several posts on google about bugs but I'm not confident. Does anyone have any idea what can be?

Quote:
/var/log/syslog
Jun 28 11:49:33 WRX kernel: xhci_queue_intr_tx: 73 callbacks suppressed
Jun 28 11:49:38 WRX kernel: xhci_queue_intr_tx: 72 callbacks suppressed
Jun 28 11:49:48 WRX last message repeated 2 times
Jun 28 11:49:53 WRX kernel: xhci_queue_intr_tx: 73 callbacks suppressed
Jun 28 11:49:58 WRX kernel: xhci_queue_intr_tx: 72 callbacks suppressed
Jun 28 11:50:14 WRX last message repeated 3 times
Jun 28 11:50:19 WRX kernel: xhci_queue_intr_tx: 73 callbacks suppressed
Jun 28 11:50:24 WRX kernel: xhci_queue_intr_tx: 72 callbacks suppressed
Jun 28 11:50:34 WRX last message repeated 2 times
Jun 28 11:50:39 WRX kernel: xhci_queue_intr_tx: 73 callbacks suppressed
Quote:
dmesg -x
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 71 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
kern :warn : xhci_queue_intr_tx: 72 callbacks suppressed
Quote:
version:
slackware64-current
Quote:
uname -a
Linux WRX 3.9.7 #1 SMP Sat Jun 22 02:37:32 CDT 2013 x86_64 Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz GenuineIntel GNU/Linux
Quote:
lspci
00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
01:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Quote:
lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 0bda:0129 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 8087:07da Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 2232:1053
Thanks.

Last edited by dbfontes; 06-28-2013 at 09:52 AM.
 
Old 06-29-2013, 03:04 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
According to this thread it could be a bug in module rts5139, whode description is:
Realtek RTS5139/29 USB card reader driver

Please check that this module be in use with 'lsmod|grep 5139' 'lspci -k|grep -B3 5139'

If yes, as root do:
Code:
rmmod rts5139
to to unload the module.

If that works, blacklist it. as root:
Code:
echo "blacklist rts5139" > /etc/modprobe.d/blacklist_5139
If you need to use your card reader, type as root
Code:
modprobe rts5139
to load the module.

Of course this is (possibly) a temporary fix. Real fix should come from upstream developer of the module.

Last edited by Didier Spaier; 07-02-2013 at 07:52 AM. Reason: s/could should/should come/
 
Old 07-02-2013, 07:47 AM   #3
dbfontes
LQ Newbie
 
Registered: Oct 2012
Location: SP, Brazil
Distribution: slackware64-current
Posts: 22

Original Poster
Rep: Reputation: Disabled
Thumbs up

Thank you very much, Didier Spaier.

Last edited by dbfontes; 07-02-2013 at 07:49 AM.
 
  


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
Error 502 : Display Fatal Error Message, Error pushing image, dbpaCT failed! HaloCheng Linux - Newbie 1 09-12-2012 12:02 PM
[SOLVED] Google-Chrome Error (Error 9 (net::ERR_UNEXPECTED): Unknown error) smoooth103 Slackware 4 12-04-2010 07:42 PM
[SOLVED] php5 ./configure error: (FILENAME=- FNR=27) fatal error: internal error richinsc Linux - Software 2 07-08-2010 09:20 AM
Memory error: extended error chipkill ecc error rajivdp Linux - Hardware 1 12-07-2009 08:26 AM
Sendmail: eocket wedge , 504 error , dsn error, mail relay connection error djcs Debian 0 03-03-2009 12:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:31 AM.

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