return0e has quit [Read error: Connection reset by peer]
return0e has joined #linux-amlogic
Barada has joined #linux-amlogic
chewitt has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
chewitt has quit [Quit: Zzz..]
brads has quit [Quit: Leaving]
return0e_ has joined #linux-amlogic
return0e has quit [Ping timeout: 246 seconds]
Darkmatter66_ has quit [Ping timeout: 268 seconds]
chewitt has joined #linux-amlogic
hejux has joined #linux-amlogic
hejux has quit [Client Quit]
Darkmatter66 has joined #linux-amlogic
hejux has joined #linux-amlogic
<hejux>
xdarklight: so far so good, the macirq fix seems to work
brads has joined #linux-amlogic
Xogium has quit [Quit: Leaving.]
Xogium has joined #linux-amlogic
sputnik__ has joined #linux-amlogic
sputnik_ has quit [Ping timeout: 250 seconds]
<xdarklight>
hejux: great that ccaione's fix also works on your board :)
<xdarklight>
narmstrong: please forget about the topic from my previous ping, I think I figured it out
<xdarklight>
narmstrong: however, I'm hunting down why I don't get anything out of OSD1 on the 32-bit Meson SoCs
<xdarklight>
narmstrong: do you have any idea why VIU_OSD1_CTRL_STAT bit 21 (OSD_ENABLE) stays 0? according to the datasheet it's a read-only bit but your DRM driver is still writing it (which shouldn't hurt though)
<xdarklight>
if I read it back after writing the OSD registers in meson_crtc_irq I get: VIU_OSD1_CTRL_STAT = 0x050ff001, wanted = 0x002ff001
return0e_ has quit [Ping timeout: 245 seconds]
return0e has joined #linux-amlogic
return0e has quit [Remote host closed the connection]
return0e has joined #linux-amlogic
Barada has quit [Quit: Barada]
sputnik__ has quit [Remote host closed the connection]
hejux has quit [Quit: WeeChat 2.3]
Xogium has quit [Ping timeout: 252 seconds]
Xogium has joined #linux-amlogic
vagrantc has joined #linux-amlogic
Xogium has quit [Ping timeout: 250 seconds]
Xogium has joined #linux-amlogic
Xogium has quit [Client Quit]
Xogium has joined #linux-amlogic
hejux has joined #linux-amlogic
<hejux>
xdarklight: yeah, i wonder how fast can wifi get.
<hejux>
dmesg shows there is a brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
<hejux>
i made it work on 80Mhz via hostapd, my macbook air connected to it and shows 390Mbps 5G ac, but iperf3 actually speed is only 84Mbps
<xdarklight>
hejux: I've seen worse wifi speeds - I'm not sure what the "best possible" throughput is though
<Lyude>
has anyone managed to actually get the wifi on the vim2 to work with a mainline kernel?
<Lyude>
mine never seems to manage to load the firmware properly: [ 8.853350] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4356-sdio.txt failed with error -2
<xdarklight>
Lyude: which VIM2 exactly? 16GB storage or more?
<Lyude>
xdarklight: 16GB storage, it's the one with the mali T820 on it
<xdarklight>
OK, just wanted to confirm because depending on the model there's a different wireless chip on it...
<xdarklight>
yours has an Ampak AP6356S
<Lyude>
xdarklight: what's the kernel driver that's usually used for that
<xdarklight>
brcmfmac
<xdarklight>
linux-firmware only comes with half of the files you need
<Lyude>
what are the other ones?
<xdarklight>
there's a firmware for the chip itself and some config txt file
<xdarklight>
linux-firmware only ships the firmware but not the config blob
<xdarklight>
Lyude: I have that as well on my brcmfmac based boards: I don't remember the exact details anymore but that's some newer config blob. I keep telling myself to ignore it because "everything works fine" but it triggers my OCD when I check the kernel logs...