ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Chrome OS Trogdor Devices - Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630 - Lenovo ThinkPad X13s - and various other snapdragon laptops) - https://oftc.irclog.whitequark.org/aarch64-laptops
ValPackett[m] has joined #aarch64-laptops
ValPackett[m] has quit []
ValPackett[m] has joined #aarch64-laptops
ValPackett[m] is now known as valpackett
valpackett has quit []
valpackett has joined #aarch64-laptops
craftyguy has quit [Remote host closed the connection]
craftyguy has joined #aarch64-laptops
fantom_ has joined #aarch64-laptops
fantom has quit [Ping timeout: 480 seconds]
<clover[m]>
Does anyone have an old DAT cassette player that they dont need anymore? Looking to buy one
<steev>
not i
tobhe has joined #aarch64-laptops
todi1 has joined #aarch64-laptops
hexdump0815 has joined #aarch64-laptops
tobhe_ has quit [Ping timeout: 480 seconds]
hexdump01 has quit [Ping timeout: 480 seconds]
todi has quit [Ping timeout: 480 seconds]
valpackett_ has joined #aarch64-laptops
valpackett_ has quit [Ping timeout: 480 seconds]
mbuhl has quit [Remote host closed the connection]
mbuhl has joined #aarch64-laptops
weirdtreething has quit [Remote host closed the connection]
weirdtreething has joined #aarch64-laptops
xroumegue has quit [Ping timeout: 480 seconds]
xroumegue has joined #aarch64-laptops
enyalios_ has joined #aarch64-laptops
enyalios has quit [Ping timeout: 480 seconds]
jhovold has joined #aarch64-laptops
hexa- has quit [Quit: WeeChat 4.6.3]
hexa- has joined #aarch64-laptops
sally has quit []
sally has joined #aarch64-laptops
<jdb[m]>
I don't know what this means but I got the following error message in dmesg right before a freeze a few min ago:
<janrinze>
HdkR: looks like my new kernel for the jetson AGX Xavier does not work.. after UEFI boot the kernel is started and the HDMI output disappears.
<janrinze>
perhaps there is an irc channel for the jetson AGX xavier.. I should not post these questions here.
Caterpillar has quit [Quit: Konversation terminated!]
<steev>
janrinze: back in the freenode days, a lot of the tegra devs used to hang out in #nouveau but i dunno if/where that may have moved to
<valpackett>
jdb: that's probably a "Suspending soon because of inactivity" notification, according to the code those would trip that assertion
<jdb[m]>
* @valpackett:mozilla.org: Thanks a lot !
kjm99[m] has joined #aarch64-laptops
<Jasper[m]>
I'm messing around with my DT on the Samsung Galaxy Book2 Go again and I'm trying to get USB working. From what I can tell within Windows, usb1 is used for the ports around the device. The USB2.0 port has a 4 port usb hub connected :
<Jasper[m]>
port 2 is the right usb c port (if usb2.0 device)
<Jasper[m]>
port 3 is the right usb 2.0 a port
<Jasper[m]>
port 1 is the left usbc port
<Jasper[m]>
port 4 is the webcam.
<Jasper[m]>
As far as I can see, there's no hub connected to the usb3 port of the root hub, but it's instead switched in use when the right usbc port is connected to a usb3 device.
<Jasper[m]>
How do I implement the second part of that equation? From what I can tell I can create a usb_hub_2_x node with the applicable hub compatible (usb424,2154) under usb_1_dwc3, but not something like usb_hub_3_x, because there's no hub connected and instead it just being directly connected to the soc.
<Jasper[m]>
And additionally to that, any pointers to what node I should add my connector nodes to? I can't really see anything from windows or the dsdt to where the control is coming from so I was assuming following the way of the fp5 and x13s to pick the pmic-glink node was best.