Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
10 columns of two digits
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
paradigm-X
Apprentice
Apprentice


Joined: 19 Sep 2013
Posts: 168

PostPosted: Fri Feb 14, 2014 2:54 pm    Post subject: 10 columns of two digits Reply with quote

I must have flipped a switch inadvertently when compiling the kernel last time, which now causes 10 columns of two digits to appear periodically while booting. The columns come and go throughout the text appearing on the terminal. Does anyone know what might have done that? I would like to prevent the appearance of these columns if possible. :(
Back to top
View user's profile Send private message
smerf
l33t
l33t


Joined: 06 Nov 2004
Posts: 778
Location: Polska

PostPosted: Fri Feb 14, 2014 4:53 pm    Post subject: Reply with quote

Some example? Screenshot/photo?
_________________
Microsoft is not the answer, Microsoft is the question, the answer is no.
Back to top
View user's profile Send private message
paradigm-X
Apprentice
Apprentice


Joined: 19 Sep 2013
Posts: 168

PostPosted: Sat Feb 15, 2014 5:36 pm    Post subject: Reply with quote

When I look at output from dmesg, I see numerous instances like the following, which I believe are made in relation to the 10 columns of hex digits I see appearing while booting:

Status code 0; transferred 4096/4096
-- transfer complete
Bulk data transfer result 0x0
Attempting to get CSW...
xfer 13 bytes
Status code 0; transferred 13/13
-- transfer complete
Bulk status result = 0
Bulk Status S 0x53425355 T 0xa2e R 0 Stat 0x0
scsi cmd done, result=0x0
*** thread sleeping
evbug: Event. Dev: input4, Type: 4, Code: 4, Value: 32
evbug: Event. Dev: input4, Type: 1, Code: 32, Value: 1
evbug: Event. Dev: input4, Type: 0, Code: 0, Value: 0
etc, etc....ad infinitum...
Back to top
View user's profile Send private message
Maitreya
Guru
Guru


Joined: 11 Jan 2006
Posts: 441

PostPosted: Sat Feb 15, 2014 5:39 pm    Post subject: Reply with quote

Sounds like something is going haywire on usb-storage.
Will it do the same with all usb devices unplugged?
Back to top
View user's profile Send private message
smerf
l33t
l33t


Joined: 06 Nov 2004
Posts: 778
Location: Polska

PostPosted: Sat Feb 15, 2014 7:52 pm    Post subject: Reply with quote

It seems that you have event debugging either compiled in or loaded as module (evbug).

Please post output of: lsmod and grep INPUT_EVBUG your_kernel_config.

Hint: your_kernel_config may be eg. /usr/src/linux/.config or try directly from /proc (if enabled): gunzip < /proc/config.gz | grep INPUT_EVBUG
_________________
Microsoft is not the answer, Microsoft is the question, the answer is no.
Back to top
View user's profile Send private message
smerf
l33t
l33t


Joined: 06 Nov 2004
Posts: 778
Location: Polska

PostPosted: Sat Feb 15, 2014 9:34 pm    Post subject: Reply with quote

Since I will be AFK for over a week I suggest already - if above commands will show that either
  • module is loaded and shown in lsmod (and in config =m)
  • evbug is compiled into kernel (=y in config)
in first case unload it and if it helps blacklist, in second case - recompile kernel removing this feature.
_________________
Microsoft is not the answer, Microsoft is the question, the answer is no.
Back to top
View user's profile Send private message
paradigm-X
Apprentice
Apprentice


Joined: 19 Sep 2013
Posts: 168

PostPosted: Sun Feb 16, 2014 11:10 pm    Post subject: Reply with quote

Good call, smerf. It worked. Thanks for taking the time to follow up. You made a new friend.

:)
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