lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> <lanefu> Madness
montjoie has quit [Ping timeout: 255 seconds]
montjoie has joined #armbian-rockchip
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> <rpardini> Yeah and "conveniently" still 5.10.160... Have you rebased already? AF is on vacation, he did the last juggle -- maybe it's easier to cherry pick this time?
<DC-IRC> <spooky8086> I rebased already, was not really any conflicts. I have not had time yet to try the branch out yet https://github.com/Joshua-Riek/linux-rockchip/tree/rk-5.10-rkr6
<DC-IRC> <rpardini> Oh great to hear, thanks -- I'll see if I have mana to push it to armbian repo and do a few builds and tests
<DC-IRC> <Werner> If you do so ping me so I can test on Opi5 🙂
<DC-IRC> <Werner> And @nicod_sbc on 5+
<DC-IRC> <nicod_sbc> Nice, I'm still waiting on any news about the metal case and eMMC arriving from ChinaExpress.
<DC-IRC> <terrorpup> Stupid question, has anyone here have Banana-Pi BPi-P2 Pro? if so, how to I make an sd card to boot it up, the document is bad, there are like two images, am I suppose to marry the two to make one that will boot
<DC-IRC> <nicod_sbc> I've got it but the image also didn't boot for me. Haven't attached uart yet.
<DC-IRC> <terrorpup> The UART are on the 12 PIN, I have asked forum as well
<DC-IRC> <nicod_sbc> @terrorpup I've got it booting. So I had to use SDDiskTool from Rockchip to write the image to sd.
<DC-IRC> <nicod_sbc> First set "SD Boot"
<DC-IRC> <nicod_sbc> Choose image with "firmware"
<DC-IRC> <nicod_sbc> Press "Create"
<DC-IRC> <nicod_sbc> Used the debian image from them.
<DC-IRC> <nicod_sbc> Now what's the password...
<DC-IRC> <nicod_sbc> User is "linaro" and password "linaro"
<DC-IRC> <nicod_sbc> I don't get it, it has an ip, I can ssh into it over network. But it can't access anything. Nothing from their wiki is pre-installed. That was a waste of my time...
<DC-IRC> <tenkawa42> @nicod_sbc does it at least have access to a repo of debs from them?
<DC-IRC> <tenkawa42> sounds like the gateway just needs to be reset or the resolver reset/resolvconf removed if you are able to ssh into it
<DC-IRC> <tenkawa42> I've seen resolvconf mess up dns resolution and some of those mess up default defaultroute setup
<DC-IRC> <nicod_sbc> Nope.
<DC-IRC> <tenkawa42> ping installed?
<DC-IRC> <nicod_sbc> No access to anything online on the board while. Weirdest thing, also wifi doesn't find any networks.
<DC-IRC> <nicod_sbc> yes ping is installed.
<DC-IRC> <tenkawa42> whats ping 8.8.8.8 give you?
<DC-IRC> <nicod_sbc> `linaro@linaro-alip:/bin$ ping www.google.com
<DC-IRC> <nicod_sbc> ping: unknown host`
<DC-IRC> <tenkawa42> dont use dns
<DC-IRC> <tenkawa42> thats what I was telling you
<DC-IRC> <nicod_sbc> that does work
<DC-IRC> <tenkawa42> yes its a resolvconf problem
<DC-IRC> <tenkawa42> you need to ls -l /etc/resolv.conf first
<DC-IRC> <tenkawa42> is it linked?
<DC-IRC> <nicod_sbc> `linaro@linaro-alip:/bin$ ls -l /etc/resolv.conf
<DC-IRC> <nicod_sbc> -rw-r--r-- 1 root root 922 Jul 29 05:33 /etc/resolv.conf`
<DC-IRC> <tenkawa42> check it and see if everything looks valid
<DC-IRC> <tenkawa42> make sure they aren't adding anything weird in search or order
<DC-IRC> <tenkawa42> make sure they aren't adding anything weird in search or domain
<DC-IRC> <tenkawa42> I try to keep mine as simple as possible
<DC-IRC> <nicod_sbc> There's in /etc/resolv.conf
<DC-IRC> <nicod_sbc> `nameserver 127.0.0.53
<DC-IRC> <nicod_sbc> options edns0 trust-ad
<DC-IRC> <nicod_sbc> search lan`
<DC-IRC> <tenkawa42> yeah that wont work
<DC-IRC> <tenkawa42> that wont resolve anything
<DC-IRC> <tenkawa42> unless you have bind (an actual dns server) running on that box
<DC-IRC> <tenkawa42> check one of your working boxes and replicate its config
<DC-IRC> <nicod_sbc> I don't know how to work with vim. No nano. I so much hate vim 🙂
<DC-IRC> <tenkawa42> just hit d until all lines are gone
<DC-IRC> <tenkawa42> then i
<DC-IRC> <tenkawa42> update
<DC-IRC> <tenkawa42> then escape
<DC-IRC> <tenkawa42> then shift z shift z
<DC-IRC> <nicod_sbc> Now listen to yourself, isn't that all a silly way to write some words 😆
<DC-IRC> <tenkawa42> but very direct and instructional right?
<DC-IRC> <nicod_sbc> Thank you, gonna try it.
<DC-IRC> <nicod_sbc> Yes it is.
<DC-IRC> <tenkawa42> If you ever find yourself in "trouble" in vi... hit escape
<DC-IRC> <tenkawa42> that takes you out of edit mode and puts you baxk in command mode
<DC-IRC> <tenkawa42> that takes you out of edit mode and puts you back in command mode
<DC-IRC> <nicod_sbc> My Meko mini has
<DC-IRC> <nicod_sbc> search home
<DC-IRC> <nicod_sbc> nameserver 192.168.1.1
<DC-IRC> <tenkawa42> yeah thats much better
<DC-IRC> <tenkawa42> 192.168.1.1 is your router right?
<DC-IRC> <tenkawa42> (or a router you have)
<DC-IRC> <tenkawa42> I have multiple routers on 192.168.*.*
<DC-IRC> <tenkawa42> I have multiple routers on 192.168.\*.\*
<DC-IRC> <nicod_sbc> Yes.
<DC-IRC> <nicod_sbc> I think I did it, rebooting.
<DC-IRC> <tenkawa42> oh you didnt need to reboot
<DC-IRC> <tenkawa42> but no harm
<DC-IRC> <nicod_sbc> yes
<DC-IRC> <nicod_sbc> that works 🙂
<DC-IRC> <tenkawa42> cool
<DC-IRC> <nicod_sbc> Now I need to quickly write this down before I forget.
<DC-IRC> <tenkawa42> heehee you should be able to save discord logs I think
<DC-IRC> <tenkawa42> don't quote me though
<DC-IRC> <nicod_sbc> `no internet
<DC-IRC> <nicod_sbc> -----------
<DC-IRC> <nicod_sbc> sudo vim /etc/resolv.conf
<DC-IRC> <nicod_sbc> Hit d until everything is gone
<DC-IRC> <nicod_sbc> Then i
<DC-IRC> <nicod_sbc> update
<DC-IRC> <nicod_sbc> type :
<DC-IRC> <nicod_sbc> search home
<DC-IRC> <nicod_sbc> nameserver 192.168.1.1 #Use your router its ip
<DC-IRC> <nicod_sbc> press escape
<DC-IRC> <nicod_sbc> shift-z + shift-z`
<DC-IRC> <nicod_sbc> `no internet
<DC-IRC> <nicod_sbc> -----------
<DC-IRC> <nicod_sbc> sudo vim /etc/resolv.conf
<DC-IRC> <nicod_sbc> Hit d until everything is gone
<DC-IRC> <nicod_sbc> Then i
<DC-IRC> <nicod_sbc> update
<DC-IRC> <nicod_sbc> type :
<DC-IRC> <nicod_sbc> search home
<DC-IRC> <nicod_sbc> nameserver 192.168.1.1 #Use your router its ip
<DC-IRC> <nicod_sbc> press escape
<DC-IRC> <nicod_sbc> shift-z + shift-z`
<DC-IRC> <nicod_sbc> Super thank you, I was just about to give up on it.
<DC-IRC> <tenkawa42> np at all...
<DC-IRC> <tenkawa42> They appear to be trying to use netplan
<DC-IRC> <tenkawa42> that was a fallback resolv.conf from what I am reading
<DC-IRC> <tenkawa42> is there stuff in the /etc/netplan file?
<DC-IRC> <tenkawa42> (or dir.. not sure which it is offhand)
<DC-IRC> <tenkawa42> I don't use netplan myself so I haven't looked into its yaml structure yet
<DC-IRC> <nicod_sbc> One moment, working on 3 machines at once...
<DC-IRC> <tenkawa42> sure no rush ... more of a curiosity
<DC-IRC> <nicod_sbc> First installing nano. 🙂
<DC-IRC> <tenkawa42> haahaa
<DC-IRC> <tenkawa42> Don't blame ya
<DC-IRC> <nicod_sbc> No /etc/netplan
<DC-IRC> <tenkawa42> Ok.. yeah they "half built" that image then
<DC-IRC> <tenkawa42> for the dns setup
<DC-IRC> <nicod_sbc> Isn't Linaro the builder? User and password are linaro.
<DC-IRC> <nicod_sbc> Or their build system? Long time I heard that name. I think tinker board had that too.
<DC-IRC> <tenkawa42> Yeah linaro does stuff like qemu
<DC-IRC> <tenkawa42> etc
<DC-IRC> <tenkawa42> whole bunch of stuff..
<DC-IRC> <tenkawa42> Not sure their affiliation with this board though specificly
<DC-IRC> <tenkawa42> afk...bbialw. Let me know if you find anything else odd
<DC-IRC> <nicod_sbc> It is slow for sure 🙂
<DC-IRC> <nicod_sbc> I think I'm going to try to connect a BT speaker to play some music as example in the review video. If that works that is.
<DC-IRC> <nicod_sbc> Otherwise I wouldn't know what to do with it.
<DC-IRC> <terrorpup> @nicod_sbc Thanks, I have the P2 Pro since Sept. 2nd been trying to figure out how to get up
<DC-IRC> <nicod_sbc> I've got it up and it's bad. I've got the 256MB version and am unable to run much with it.