ftg^ has quit [Read error: Connection reset by peer]
grming has quit [Quit: Konversation terminated!]
hentai has quit [Remote host closed the connection]
hentai has joined #linux-sunxi
hentai has quit [Remote host closed the connection]
hentai has joined #linux-sunxi
<apritzel>
smaeul: do you already have patches to let U-Boot's USB PHY enable the regulator specified by usb?_vbus_power-supply?
<apritzel>
I just realised that merely enabling CONFIG_DM_REGULATOR_FIXED breaks USB for instance on the M2 Berry
<apritzel>
because the regulator uses the same GPIO, so that the explicit dm_gpio_request() in the PHY driver, for the pin specified in CONFIG_USB?_VBUS_PIN, fails
apritzel has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
<smaeul>
apritzel: yes, I do, but there are a lot of boards missing the DT bits to make that work
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
JohnDoe_71Rus has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 480 seconds]
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
apritzel has joined #linux-sunxi
DarkNeutrino has quit [Ping timeout: 480 seconds]
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
DarkNeutrino has quit [Ping timeout: 480 seconds]
DarkNeutrino has joined #linux-sunxi
<DarkNeutrino>
If i have an h616 board that has wifi over mmc1 and the gpio for pwrseq for that mmc is shared with power led gpio is there anything i can do really to have led and not reset the wifi haha ?
junari has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
<MoeIcenowy>
DarkNeutrino: I think this sounds not possible
<DarkNeutrino>
Yea thats what i thought. Crappy design as usual
codekipper has joined #linux-sunxi
<HackerKkillinghisLGA775cpuPent>
<DarkNeutrino> "If i have an h616 board that has..." <- maybe
<HackerKkillinghisLGA775cpuPent>
disable the build in wifi chip
<HackerKkillinghisLGA775cpuPent>
n only enblr the led
<HackerKkillinghisLGA775cpuPent>
*enabled
<HackerKkillinghisLGA775cpuPent>
*enable
<HackerKkillinghisLGA775cpuPent>
n use usb wifi chip
<HackerKkillinghisLGA775cpuPent>
on it
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
<DarkNeutrino>
That is not an option
<DarkNeutrino>
I would rather not have the led then not have WiFi
junari_ has quit []
DarkNeutrino has quit [Ping timeout: 480 seconds]
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
Rutvij_trivedi has joined #linux-sunxi
Rutvij_trivedi has quit []
megi has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
apritzel has joined #linux-sunxi
<apritzel>
DarkNeutrino: so is that a power LED, which is active high, and the WiFi reset is active low?
<apritzel>
then I would just not describe the LED in the DT, but just add a comment about this
<DarkNeutrino>
Correct.
megi has joined #linux-sunxi
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Ping timeout: 480 seconds]
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Read error: Connection reset by peer]
DarkNeutrino has joined #linux-sunxi
DarkNeutrino has quit [Ping timeout: 480 seconds]
bauen1 has quit [Ping timeout: 480 seconds]
junari has joined #linux-sunxi
junari has quit [Read error: No route to host]
junari has joined #linux-sunxi
junari_ has joined #linux-sunxi
bauen1 has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
bauen1 has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
grming has joined #linux-sunxi
JohnDoe_71Rus has quit []
libv_ is now known as libv
bauen1 has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
cnxsoft has quit []
codekipper has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
<apritzel>
smaeul: that looks awesome, I was hoping for that ;-) And yeah, it's some work ahead, and touches many boards, but at least we have something, and *I* don't need to start that ;-)
junari_ has quit [Ping timeout: 480 seconds]
junari has joined #linux-sunxi
junari_ has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
junari__ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
ftg has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
bauen1 has joined #linux-sunxi
grming has quit [Quit: Konversation terminated!]
grming has joined #linux-sunxi
vagrantc has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
JohnDoe_71Rus has quit []
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
grming has quit [Quit: Konversation terminated!]
vagrantc has quit [Quit: leaving]
apritzel has joined #linux-sunxi
vagrantc has joined #linux-sunxi
DarkNeutrino has joined #linux-sunxi
<DarkNeutrino>
Do we have a driver for rtl8189fs ? Cause what im realizing is that biqu went out of their way to source the most obscure chips haha
<apritzel>
DarkNeutrino: it's not really obscure, probably just very cheap ;-)
<apritzel>
if you grep for 8189f in the kernel tree, you will find some DTs (for AW based boards) mentioning it
<apritzel>
apparently the FS is just a variant of the FTV
<DarkNeutrino>
where did you find that info ? cause i cant find any datasheet or etc on it
<apritzel>
in the typical RTL Wifi driver fashion - as far from mainline as possible ;-)
<apritzel>
DarkNeutrino: some thread in some Armbian forum pointed me to that
<DarkNeutrino>
yea i noticed that thread but maybe im just way too tired or i cant get that driver to build
<apritzel>
there is still stuff happening on that repo, though
<DarkNeutrino>
as in it doesnt start building
<DarkNeutrino>
oh yea im way too tired haha
<apritzel>
DarkNeutrino: I cannot help you with that, my days are too short for off-tree stuff, especially WiFi: RTL WiFi is a just a large rabbit hole
<DarkNeutrino>
yea no worries man :)
<DarkNeutrino>
just playing with stuff until 313a gets in
<apritzel>
there are RTL WiFi drivers in staging, and IIRC there was some recent activity there. There are probably similarities between the different versions, so it's not a totally lost cause
<apritzel>
but still a rabbit hole, don't forget the safety rope
<DarkNeutrino>
Yep
<DarkNeutrino>
any public version of the h616 internal eth driver that could be used to get internet on this thing for testing at least ?
<DarkNeutrino>
i know you mentioned that you had one WIP but idk if that is pushed anywhere