Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SOLVED:Help! flooded by usb related kernel syslog messages!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
gw
Apprentice
Apprentice


Joined: 03 Dec 2006
Posts: 215

PostPosted: Sat Apr 23, 2011 11:24 am    Post subject: SOLVED:Help! flooded by usb related kernel syslog messages! Reply with quote

Hi,

I'm trying to install an usb based wlan stick; yet whenever I connect it to my machine I get drowned by kernel messages, hundreds per second:
Quote:
Apr 22 19:35:52 linux kernel: [ 1312.627987] usb 1-8: link qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.628178] usb 1-8: unlink qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.628371] usb 1-8: link qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.629433] usb 1-8: unlink qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.629618] usb 1-8: link qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.629804] usb 1-8: unlink qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.629986] usb 1-8: link qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.630178] usb 1-8: unlink qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.630369] usb 1-8: link qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
Apr 22 19:35:52 linux kernel: [ 1312.631431] usb 1-8: unlink qh0-00ff/ffff88003b9e3600 start 0 [2/0 us]
at first I thought it was some debugging feature in kernerl driver configurations (atheros chipset), but couldn't find anything related.
Hints anyone?
Thanks
gw


Last edited by gw on Sat Apr 23, 2011 2:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
pigeon768
l33t
l33t


Joined: 02 Jan 2006
Posts: 683

PostPosted: Sat Apr 23, 2011 11:43 am    Post subject: Reply with quote

Code:
grep DEBUG /usr/src/linux/.config
might give a good place to start.
Back to top
View user's profile Send private message
gw
Apprentice
Apprentice


Joined: 03 Dec 2006
Posts: 215

PostPosted: Sat Apr 23, 2011 2:26 pm    Post subject: Reply with quote

pigeon768 wrote:
Code:
grep DEBUG /usr/src/linux/.config
might give a good place to start.

True! here's the culprit:
Code:
grep DEBUG /usr/src/linux/.config | grep -v not
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_SLUB_DEBUG=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_PM_DEBUG=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_DEBUG_DEVRES=y
CONFIG_PNP_DEBUG_MESSAGES=y
---> CONFIG_USB_DEBUG=y
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_BOOT_PARAMS=y

I disabled this, recompiled, and its gone!
thanks

gw
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum