Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fixing a kernel panic
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54244
Location: 56N 3W

PostPosted: Wed Apr 28, 2021 6:14 pm    Post subject: Reply with quote

grant123,

I downloaded your lsusb to a file called grant123.

Code:
$ grep Bus grant123 | sort
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 002 Device 002: ID 060b:0540 Solid Year DeltaCo TB-106U Keyboard
Bus 002 Device 003: ID 249c:9006 M2Tech s.r.l. Computer Audio Design
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

You have three USB buses. 2 USB2 and one USB3 but USB3 can pretend to be USB2, too, so it could be the other way round.

Code:
 $ grep -e Bus -e MaxPow grant123
Bus 002 Device 003: ID 249c:9006 M2Tech s.r.l. Computer Audio Design
    MaxPower              100mA
  (Bus Powered)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    MaxPower                0mA
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    MaxPower                0mA
Bus 002 Device 002: ID 060b:0540 Solid Year DeltaCo TB-106U Keyboard
      (Bus Powered)
    MaxPower              100mA
  (Bus Powered)
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    MaxPower                0mA
Your bus power loading is within limits too. USB bus power overload can case some odd behaviour.

The kernel looks good too.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
grant123
Veteran
Veteran


Joined: 23 Mar 2005
Posts: 1080

PostPosted: Thu Apr 29, 2021 3:51 pm    Post subject: Reply with quote

It sounds like everything checks out. Are there some files I should try moving from the max2play OS to Gentoo?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54244
Location: 56N 3W

PostPosted: Thu Apr 29, 2021 5:09 pm    Post subject: Reply with quote

grant123,

What appears in the max2play OS dmesg and in its
Code:
lsusb -vvv

Does max2play OS have some kernel patches that Gentoo does not?

If max2play OS has a /proc/config.gz, ungzip it and put it onto a pastbin. We may learn something from comparing kernels.

We could put the max2play OS kernel under your Gentoo install. That may help determine if its a kernel or userland issue.

https://www.max2play.com/en/max2play-image/ wrote:

Max2Play for the Raspberry Pi based on the official Raspbian Debian image.


Ah, I know that kernel as I use the 64 bit version on Pi4. As that's arm or arm64 the code won't go very well on amd64.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
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
Goto page Previous  1, 2
Page 2 of 2

 
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