Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum/Twitter feed: #armbian-rss | Type 'help' for help | Logs: -> irc.armbian.com
uovobw has quit [Quit: uovobw]
uovobw has joined #armbian
archetyp has quit [Quit: Leaving]
<Armbian-Discord> <M​odmike> I am trying to understand the syntax of the Uart parameters. I am trying to turn of RTS and CTS and disable serial console mode. What do I set the console to and are my UART 1 parameters correct? verbosity=1 bootlogo=false console=both disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 rootdev=UUID=e7e80086-a15f-4f2e-825d-9913c71ff19c rootfstype=ext4 usbhost0 overlays=uart1 uart2 uart3 param_uart1_rtscts 0
<Armbian-Discord> usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
<lanefu> try removing the console=both option
<lanefu> wait im confused u want the console or you dont
<lanefu> remove the console option
<Armbian-Discord> <M​odmike> I don't want it. I am trying to use pins 8 & 10 (14 & 15) which I believe is UART 3. I need to disable serial console completely
<Armbian-Discord> <M​odmike> So completely delete it?
<lanefu> yeah
<Armbian-Discord> <M​odmike> Thanks
<lanefu> and also you'll need to disalbe serial-getty@ttyS0.service
<lanefu> in systemd
<Armbian-Discord> <M​odmike> Does the rest look ok? And can you can form that 14,15 are UART3?
<Armbian-Discord> <M​odmike> Thanks again
<lanefu> yeah looks pretty okay to me... as far as the pins.. it varies by board on what the broke out
<lanefu> ex: i used an libre compute h5 board and it was slightly different than an opi allwinner i was going from originally
<Armbian-Discord> <M​odmike> Thats why I did all 3 so I can test. It's a Banana Pi M2 Zero
<lanefu> yeah it takes a t of fiddling and documenting
<lanefu> like i had 3 pages of notes when i was trying to identify all my uarts on my tritium-h5
<lanefu> i made a little hat and everything
<Armbian-Discord> <M​odmike> Thanks for the help, I really appreciate it.
<lanefu> but then i realized cheap ttl usb adapters are like 3bucks lol
<Armbian-Discord> <M​odmike> I know the community is not fond of newbs like me.
<lanefu> yeah i hope im actually helpful
<lanefu> you asked a good question its just very specific and on a board that isnt a favorite :P
<c0rnelius> I like the mic on the Tritium H5 :) Completely useless, but if you solder it off and stick pin on it, it then becomes an audio in which is neat.
<lanefu> ha that is sweet
<Armbian-Discord> <M​odmike> That is cool. Actually I am using the serial port to connect to a 3D printer controller, not the computer. There is physical issue with going through USB. Speaking of which, should I also trun off USB? Will it walk over the one of the UARTSs?
<lanefu> mono or stereo in?
<lanefu> nah usb wont cause trouble
<lanefu> the uarts will have different device names. so ttyS0 S1 S2
<c0rnelius> I believe it can do stereo? There is a right and left.
<lanefu> oh man that is pretty sweet
<c0rnelius> Under the mic there is actually four holes. Only to two would fit traditional pins.
<c0rnelius> Not sure what the other two are for really? Could be just a resting place for the mic, I never tested it.
<Armbian-Discord> <M​odmike> What is the right way to disable serial-getty@ttyS0.service? Put this in Armbianenv? systemctl mask serial-getty@ttyS0.service
<lanefu> systemctl disable serial-getty@ttyS0.service
<lanefu> just from a terminal not armbianEnv
<Armbian-Discord> <M​odmike> Ok so how do I permanently disable it?
<lanefu> the way i just said :P
<Armbian-Discord> <M​odmike> I only need to run it once in terminal?
<lanefu> correct
<Armbian-Discord> <M​odmike> Not everey time I reboot?
<lanefu> disable disables a service from startup
<lanefu> stop just stops
<Armbian-Discord> <M​odmike> Ok thanks!
<lanefu> the enable if you wanted to go the other way
archetech has joined #armbian
<Armbian-Discord> <M​odmike> Gotcha, thanks again everyone. Now lets see if it works.
<c0rnelius> So I was digging through the old issues on DIETPI looking for something related to using motioneye with python3, as I could have sworn it came up at some point and came across over clocking the RK3399 related to an optional overlay you guys have? So I made a patch for it directly and yeah, its pretty sweet. Why not just go the patch route and skip the whole overlay part altogether?
<c0rnelius> This is the original RK3399, not the opp-1.dtsi or whatever that is? which I think is clocked higher by default.
<steev> c0rnelius: can i see your patch?
<Armbian-Discord> <M​odmike> Do I need to specify baud rate or are the ports auto negotiating?
<steev> a few reasons i can think of to not throw it in, power usage, if people aren't using a good power supply, heat, if people aren't cooling properly
<steev> a thought, if you wanted to go that route, you could hide it behind turbo boost
<c0rnelius> Yeah it would and does need active cooling if burning all cores at once. But beyond that it seems pretty stable.
<steev> then in order to use that freq, the user has to echo 1 > /sys/devices/system/cpu/cpufreq/boost
<c0rnelius> What I did was create a service and switch for it. Change the switch, restart the service and wham oh, back to normal.
<c0rnelius> hmm. interesting.
<steev> i do like the service idea. i just echo 1 in my rc.local, because i'm lazy, but also systemd doesn't like using echo
<Armbian-Discord> <M​odmike> @lanefu Do I need to specify the uart pins or is that already in the H# overlay?
<steev> c0rnelius: it's in drivers/opp/of.c
<c0rnelius> steev: I'll have to give it a look see.
<steev> basically if boost is 0, that opp is hidden, if it's 1, it's available
<Armbian-Discord> <l​anefu> the pins are done by overlay
<Armbian-Discord> <M​odmike> Ok thanks fro confirming. I stoll can't connect. Do I need to set baud rate, phone out or anything else?
<steev> c0rnelius: i *think* it requires schedutils to be the scheduler though
<lanefu> Modmike: watcha connecting exactly?
<Armbian-Discord> <M​odmike> I am connecting to a Fysetc Cheetah 3D printer controller board
<Armbian-Discord> <M​odmike> Baud is set to 250000
<Armbian-Discord> <M​odmike> So is baud rate auto negotiated or do I need to set in Boot.cmd?
<Armbian-Discord> <M​odmike> Hang on for board link
<Armbian-Discord> <M​odmike> https://wiki.fysetc.com/Cheetah_Board/
<lanefu> the app that talks to it will need to set the baud rate
<lanefu> when it opens the com port
<lanefu> but if you just wanna test.. you can use screen
<lanefu> ex: `screen /dev/ttyS1 250000`
<Armbian-Discord> <M​odmike> It seems to do something on ttys2. What output should I see when using that command?
<Armbian-Discord> <M​odmike> I get a blank screen., but at least it's something! The others could not find device
<lanefu> ctrl-a then q to quit
<lanefu> maybe x i cant remmeber lol
<lanefu> you'll see whatever the serial port is recieve
<lanefu> okay soooo it as a CH340.. why are you using uarts directly?
<lanefu> i dont even see uart out on that diagram
<Armbian-Discord> <M​odmike> The board mounts up against a metal palte. The zero needs to be mounted internally so usb is not doable.
<Armbian-Discord> <M​odmike> There was a revision of the board and the 4 pins that were the USB header has been replaced by a serial port. They are labeled RX, TX, GND, 3.3V
<lanefu> oh i see now so you're connecting to each motor breakout directly
<Armbian-Discord> <M​odmike> No
<Armbian-Discord> <M​odmike> Next to USB connector
<Armbian-Discord> <l​anefu> okay
<Armbian-Discord> <M​odmike> I am trying to use serial instead of USB. I set up with my RPI4 and it worked perfectly, just trying to replicate on Armbian
<Armbian-Discord> <l​anefu> do you need to unplug the USB
<Armbian-Discord> <M​odmike> I am only iusing the usb to power the board on my bench
<Armbian-Discord> <l​anefu> gotcha well yeah just keep checking and testing and make sure you're using correct pins etc
<Armbian-Discord> <M​odmike> It worked with RPI 4 so I imagine it should be ok. You said the application needs to set the baud rate? I am not sure it can, can I hardcode it in boot.cmd?
<Armbian-Discord> <l​anefu> or connect a serial console out from another SBC into your banapi so you can see it
<Armbian-Discord> <l​anefu> i dunno about hardcoding it
<Armbian-Discord> <l​anefu> not how ive worked with serial devices in the pass
<Armbian-Discord> <l​anefu> past
<Armbian-Discord> <M​odmike> Jsut to review: My armbianenv is ok, I disabled the serial console, I activated the the 3 ports, deactived RTS and CTS in the params. Anything else you can suggest?
<Armbian-Discord> <M​odmike> Do I need to disable bluetooth? Was an issue with RPI (maybe older models) .
<c0rnelius> steev: Wouldn't this require something in the commandline though? which is something I wanted to avoid.
<steev> c0rnelius: the echo 1, or 0 to sysfs, yes. which you can do in a service, i was just too lazy
<c0rnelius> yeah I scripted it and added a service, that way its on the fly -> https://github.com/pyavitz/debian-image-builder/blob/feature/files/scripts/nanopc-tweaks
<c0rnelius> Did the same thing with odroid n2s. safe clock, stock clock type thingie.
<steev> that's a lot of extra when you could just echo 0 or 1 to boost
s1b1 has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
<c0rnelius> well its very specific yes. :)
s1b1 has joined #armbian
<Armbian-Discord> <l​anefu> i wouldnt think so, but i dont really have any more ideas right now sorry
<Armbian-Discord> <M​odmike> Ok thnaks anyways. I feel like I'm really close
<Armbian-Discord> <l​anefu> yeah i hope you win
<Armbian-Discord> <M​odmike> Me too!
<Armbian-Discord> <M​odmike> @lanefu You are awesome! We won! I was using the wrong port!
<Armbian-Discord> <M​odmike> Can I buy you a cofee, do you have a donation page?
<Armbian-Discord> <l​anefu> sweet!
<Armbian-Discord> <l​anefu> just donate to armbian 🙂
<Armbian-Discord> <M​odmike> GOing right now, and thanks again!
<Armbian-Discord> <l​anefu> glad to help
<Armbian-Discord> <M​odmike> Just so you know I keep my word
<Armbian-Discord> <l​anefu> woot! thanks dude its appreciated
<Armbian-Discord> <M​odmike> Cheers buddy!
<Armbian-Discord> <M​odmike> Heres is what I can do now. Ok now I'm off.
<c0rnelius> lanefu, does it again. Another 10 bucks for his secret crack addiction. :) Come to think of it? It's kinda odd you never hear about crack anymore? I guess big pharma took care of that problem.
<Armbian-Discord> <l​anefu> yeah now 10 bucks just covers my co-pay
<archetech> crack has a co-pay?
<c0rnelius> Yeah I think diet pills is no code for crack at the doctors office.
<c0rnelius> now*
<archetech> ah
<c0rnelius> or maybe that's Ritalin? Whatever the kids are taking now-a-days? Who knows?
<archetech> or meth
<c0rnelius> Yeah the good ole meth days.
<c0rnelius> ugh
<archetech> meth mug shots are scary
<c0rnelius> Yeah thats what I just thinking about.
<c0rnelius> the before and after shot.
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
<c0rnelius> oh. 5.14.11... must compile.
pablocastellanos has quit [Quit: Leaving.]
<steev> wow, they release them late these days
<c0rnelius> I was surprised too. Its small so probs a bug fix kinda deal.
pablocastellanos has joined #armbian
<c0rnelius> So yeah not to bad. All cores going with passive and active cooling on the RK3399 overclocked - CPU Temp: 67°C 57°C
<c0rnelius> I saw it reach 70*C last night from time to time, but thats also not horrid.
<archetech> be interesting to race 3399 vs s922x
<c0rnelius> they are racing right now :)
<c0rnelius> the S922X will win.
<archetech> should by quite a bit
<c0rnelius> and runs cooler. I also have it slightly under clocked.
<c0rnelius> Its not even a fair race to be honest.
<steev> c0rnelius: fwiw, the c630 goes to 90 before throttling
<steev> it's a laptop with no active cooling
<c0rnelius> Not bad.
<steev> definitely helps with building things :D
<c0rnelius> For sure..
<steev> i do wish the driver would get in, but i guess it won't be in to 5.16
<steev> til*
<c0rnelius> Takes a long whiles for some things to make it in. But thats what patching is for :)
<c0rnelius> The RK3399 eth fix probs won't be in until the EOL of 5.14.y
<steev> that is likely
<c0rnelius> winner and still champ!
<c0rnelius> dmesg | grep "Linux version"; dmesg | grep "model"
<c0rnelius> [ 0.000000] Linux version 5.14.11 (marvin@martian) (gcc-10 (Ubuntu 10.3.0-1ubuntu1) 10.3.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #1 SMP PREEMPT Sat Oct 9 23:36:49 EDT 2021
<c0rnelius> [ 0.000000] Machine model: Hardkernel ODROID-N2Plus
<c0rnelius> Just can't put this lil lady down.
<archetech> c0rnelius, ya gotta try LFS
<archetech> you like building
<c0rnelius> archetech: I got away from effort some years ago. Getting old I got kinda lazy :) I appreciate it and everything like that, but... yeah.
<archetech> its relaxing not much effort
<c0rnelius> I don't mind scripting some stuff and putting things here and there but I don't wanna build the whole damn system anymore.
<archetech> nothing to script
<c0rnelius> and in super last place..?
<c0rnelius> dmesg | grep "Linux version"; dmesg | grep "model"
<c0rnelius> [ 0.000000] Linux version 5.14.11-v8 (root@rpi-img-builder) (gcc-10 (Ubuntu 10.3.0-1ubuntu1) 10.3.0, GNU ld (GNU Binutils for Ubuntu) 2.36.1) #1 SMP PREEMPT Sat Oct 9 23:42:46 EDT 2021
<c0rnelius> [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.2
<c0rnelius> shocked!
<c0rnelius> But no in all seriousness. I'm lazy. I would probs be running CRUX or BSD if I still really cared at this point.
<archetech> theres lazy and theres not interested due to req effort I get that
<c0rnelius> Plus I spend a lot of time automating things based around deb based systems in the past year and half or so?
<c0rnelius> spent*
<c0rnelius> so I can just run a few commands and walk away this point and it just does what I want it to do.
<steev> i like crux
<c0rnelius> The one distro that caught my eye in the last year or so is Void. But I don't understand yet how the packaging works. So long story short I got a laptop thats pretty nice someone handed to me "because they think its broke" when I was fixing other stuff for her.
<c0rnelius> So I'm waiting on a few parts, gonna drop them in and then install Void on it.
<c0rnelius> Figure out the packaging and then create a builder for it.
<c0rnelius> At least that's the goal. Depends on my diagnoses of this laptop really. I think I'm right..? Find out soon.
<c0rnelius> and yeah.. I like CRUX too.
<c0rnelius> Very under rated distro.
marco44 has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
marco44 has joined #armbian
ikmaak2 is now known as ikmaak
archetech has quit [Ping timeout: 245 seconds]
sndb has joined #armbian
steev has quit [Read error: Connection reset by peer]
steev has joined #armbian
archetyp has joined #armbian
Heisath has joined #armbian
<Heisath> Hello all
steev_ has joined #armbian
steev has quit [Ping timeout: 260 seconds]
steev_ is now known as steev
<IgorPec> heisath
<IgorPec> gday
<Heisath> Is it on purpose, that the new kernel test build does only build helios4 for my PR? I mean sure, the kernel is the same for all mvebu, but I am curios why the script goes for helios...
<lanefu> Assuming it's still using my script. The scoring works by trying to match a board from supported list to SoC
<Heisath> Yeah I'd expected to see C before H there xD
<lanefu> You'll quickly see that it's amazing it works as well as it does lol
<stipa> damn right
Guest5 has joined #armbian
Guest5 has quit [Quit: Client closed]
Heisath has quit [Quit: Leaving]
crabbedhaloablut has quit [Remote host closed the connection]
crabbedhaloablut has joined #armbian
HerculeP has quit [Quit: WeeChat 2.3]
Herc has joined #armbian
Herc has quit [Quit: WeeChat 2.3]
archetyp has quit [Quit: Leaving]
Herc has joined #armbian
Herc is now known as HerculeP
archetyp has joined #armbian
<IgorPec> Heisath: that is more related to the random / position in the board build list.
<IgorPec> i actually don't use @lanefu logic anymore. Its moved to internal logic - the downside of this approach is that other kernels, which will be changed upstream or in the mean time, will also be built
<IgorPec> but it will usually not take any longer, since its building kernels in parallel
unmanbearpig has quit [Ping timeout: 265 seconds]
unmanbearpig has joined #armbian
<nekomancer[m]> <c0rnelius> "Yeah it would and does need..." <- device need a way to properly setup good and adequate standart cooler. active, passive, with vent, or water.
<nekomancer[m]> board should allow setup.
<c0rnelius> Trying the turbo-mode idea now.
<yang> Does default installer extracts on the SD card and binds the board to a certain IP using DHCP? So the installer menu can be accessed through ssh? Or is external monitor and keyboard required to have?
<c0rnelius> steev: Just tested ur idea on turbo-mode and yeah it works like a charm. Thanx for the tip :)
<steev> oh, awesome, i wasn't even sure it would work myself, awesome :D
<c0rnelius> seems to work perfectly.
<c0rnelius> And it just defaults to the reg freq which is kool.
<steev> :D
<yang> ok saw the introductory video, where it says, default can be ssh
<yang> hi steev
<steev> yes, you can do headless :)
<steev> hi yang
<steev> there are a few boards supported that don't even have video out, so it would be fairly difficult to set them up otherwise
<yang> I see
<steev> oh holy crap, lumag tracked down an issue i've been seeing since 5.13
<steev> he's a kernel dev)
rdo has quit [Read error: Connection reset by peer]
mrueg has joined #armbian
stipa_ has joined #armbian
stipa has quit [Ping timeout: 245 seconds]
stipa_ is now known as stipa
flyback has quit [Ping timeout: 245 seconds]
flyback has joined #armbian
mpmc has quit [Quit: ZNC - https://znc.in]
Guest14 has joined #armbian
<Guest14> hola como estan
mpmc has joined #armbian
<Guest14> queria una ayuda con Armbian 21.08.1 Buster no monta los usb
<Guest14> de almacenanimento
<Armbian-Discord> <W​erner> Retry with English
<Guest14> I wanted help with Armbian 08.21.1 Buster does not mount the storage usb
<Werner> dmesg output?
fizikz has quit [Quit: Leaving.]
sunshavi has quit [Ping timeout: 265 seconds]
fizikz has joined #armbian
MrFixIt has quit [Remote host closed the connection]
<Guest14> 8.060956] == RUN SDIO ==
<Guest14> [ 8.060962] =======================================
MrFixIt has joined #armbian
<Guest14> [ 8.060975] ssv6xxx_set_sdio_clk:set sdio clk 25000000Hz
<Guest14> [ 8.061038] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
<Guest14> [ 8.086287] SSV6XXX_SDIO mmc1:0001:1: vendor = 0x3030 device = 0x3030
<Guest14> [ 8.099553] ssv6xxx_sdio_power_on
<Guest14> [ 8.113765] SSV6XXX_SDIO mmc1:0001:1: dataIOPort 0x10000 regIOPort 0x10020
<Guest14> [ 8.114403] ssv6xxx_dev_probe(): ssv6200 device found !
<Guest14> [ 8.120138] ssv6xxx_sdio_irq_disable
<Guest14> [ 8.122211] MAC address from e-fuse
<Guest14> [ 8.122238] EFUSE configuration
<Guest14> [ 8.122246] Read efuse chip identity[75000000]
<Guest14> [ 8.122253] r_calbration_result- 0
<Guest14> [ 8.122258] sar_result- 0
<Guest14> [ 8.122264] crystal_frequency_offset- 0
<Guest14> [ 8.122270] tx_power_index_1- 0
<Guest14> [ 8.122275] tx_power_index_2- 0
<Guest14> [ 8.122284] MAC address - 3c:cf:5b:e2:ce:14
<Guest14> [ 8.252526] systemd[1]: Started Raise network interfaces.
<Guest14> [ 8.431927] zram1: detected capacity change from 0 to 52428800
<Guest14> [ 8.570691] cfg80211: World regulatory domain updated:
<Guest14> [ 8.570719] cfg80211: DFS Master region: unset
<Guest14> [ 8.570728] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
<Guest14> [ 8.570741] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
<Guest14> [ 8.570751] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
<Guest14> [ 8.570759] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
<Guest14> [ 8.570769] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
<Guest14> [ 8.570780] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
<Guest14> [ 8.570789] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
<Guest14> [ 8.570799] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
<Guest14> [ 8.570814] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
<Guest14> [ 8.587437] systemd[1]: Started Armbian ZRAM config.
<Guest14> [ 8.722583] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
<Guest14> [ 8.728849] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
<Guest14> [ 8.736264] systemd[1]: Starting Armbian memory supported logging...
<Guest14> [ 8.743357] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
<Guest14> [ 38.515438] COMPILER DATE 12-08-2017-10:34:54
<Guest14> [ 38.515445] COMPILER OS linux
<Guest14> [ 38.515453] COMPILER OS ARCH x86_64-linux-gnu-thread-multi
<Guest14> [ 38.515696] CHIP TAG: 2014012420010960
<Guest14> [ 38.515948] CHIP ID: SSV6200A0-201311
<Guest14> [ 38.518607] 0x800e0000
<Guest14> [ 38.567983] ADR_INFO_IDX_ADDR[80000230] ADR_INFO_LEN_ADDR[800002cc]
<Armbian-Discord> <I​gorPec> use pastebin
<Guest14> [ 38.571589] Writing firmware to SSV6XXX...
<Guest14> [ 38.745687] (block_count << 16) = 500000,reg =500000
<Guest14> [ 38.745759] Firmware "/lib/firmware/ssv6051-sw.bin" loaded
<Guest14> [ 38.801596] Firmware check OK.d0000 = d0000
<Guest14> [ 38.857410] Firmware name sh->cfg.firmware_path=/lib/firmware/ssv6051-sw.bin
<Guest14> [ 38.857708] Firmware version 16380
<Guest14> [ 38.857723] ssv6xxx_watchdog_controller 6
<Guest14> [ 38.858071] ssv6xxx_sdio_irq_enable
<Guest14> [ 38.858428] # Do init_cali (iq)
<Guest14> [ 38.858687] FW TX LOOPBACK OK
<Guest14> [ 39.025944] FW TX LOOPBACK OK
<Guest14> [ 40.480812] NL80211_IFTYPE_STATION!!
<Guest14> [ 40.480818] [I] ssv6200_bss_info_changed(): leave
<Guest14> [ 40.480970] BSS_CHANGED_BSSID: ac:d1:b8:b5:ac:99
<Guest14> [ 40.480984] ssv6xxx_rc_update_basic_rate!!
<Guest14> [ 40.482808] NL80211_IFTYPE_STATION!!
<Guest14> [ 40.482838] [I] ssv6200_bss_info_changed(): leave
<Guest14> [ 40.482983] wlan0: send auth to ac:d1:b8:b5:ac:99 (try 1/3)
<Guest14> [ 40.485941] wlan0: authenticated
<Guest14> [ 40.489754] wlan0: associate with ac:d1:b8:b5:ac:99 (try 1/3)
<Guest14> [ 40.493957] wlan0: RX AssocResp from ac:d1:b8:b5:ac:99 (capab=0x1401 status=0 aid=2)
<Guest14> [ 40.493995] [I] ssv6xxx_rate_update_rc_type():
<Guest14> [ 40.494002] [RC init ]HT support wsid
<Guest14> [ 40.494010] [RC]HT duration[0][13295]
<Guest14> [ 40.494016] [RC]HT duration[1][6650]
<Guest14> [ 40.494023] [RC]HT duration[2][4432]
<Guest14> [ 40.494030] [RC]HT duration[3][3327]
<Guest14> [ 40.494037] [RC]HT duration[4][2218]
<Guest14> [ 40.494043] [RC]HT duration[5][1664]
<Guest14> [ 40.498946] NL80211_IFTYPE_STATION!!
<Guest14> [ 40.498963] !!info->aid = 2
<Guest14> [ 40.498971] [I] ssv6200_bss_info_changed(): leave
<Guest14> [ 40.499027] wlan0: associated
<Guest14> [ 40.499089] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
<Guest14> [ 40.573360] AMPDU_TX_START AC:D1:B8:B5:AC:99 0.
<Guest14> [ 40.573534] BSS_CHANGED_HT: Untreated!!
<Guest14> [ 40.573554] NL80211_IFTYPE_STATION!!
<Guest14> [ 40.573571] [I] ssv6200_bss_info_changed(): leave
<Guest14> [ 40.575708] AMPDU_TX_OPERATIONAL AC:D1:B8:B5:AC:99 0.
<Guest14> [ 40.575732] ssv6200_ampdu_tx_operation:buffer_size=64
<Guest14> [ 40.622154] IEEE80211_AMPDU_RX_START AC:D1:B8:B5:AC:99 0.
<Guest14> [ 40.658088] NL80211_IFTYPE_STATION!!
<Guest14> [ 40.658126] [I] ssv6200_bss_info_changed(): leave
<Guest14> [ 41.091116] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
<Guest14> [ 41.091162] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
<Guest14> [ 41.091198] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
<Guest14> [ 41.091217] [drm:dw_hdmi_rockchip_set_property] *ERROR* failed to set rockchip hdmi connector property
<Guest14> [ 620.554551] ssv6200_ampdu_tx_operation:buffer_size=64
<Guest14> [ 1164.508421] swblk 3ae ,avg = 621 max= 80c vpc= 1f1,ec=520 ,max ec=807
<Guest14> [ 1164.508449] SWL 3ae, FSB = 3a vpc= 1f1,ec=520 th=3a
<Guest14> [ 1462.479686] usb 1-1: new high-speed USB device number 2 using dwc2
<Guest14> [ 1463.034468] usb 1-1: New USB device found, idVendor=03f0, idProduct=3840
<Guest14> [ 1463.034498] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<Guest14> [ 1463.034509] usb 1-1: Product: x720w
<Guest14> [ 1463.034518] usb 1-1: Manufacturer: HP
<Guest14> [ 1463.034527] usb 1-1: SerialNumber: 070D53462646B393
<Guest14> [ 1463.038824] usb-storage 1-1:1.0: USB Mass Storage device detected
<Guest14> [ 1463.043995] scsi host0: usb-storage 1-1:1.0
<Guest14> [ 1463.096977] usbcore: registered new interface driver uas
<Guest14> [ 1463.323847] usb 1-1: USB disconnect, device number 2
<Guest14> [ 1468.639367] usb 2-1: new high-speed USB device number 2 using ehci-platform
<Guest14> [ 1468.937817] usb 2-1: New USB device found, idVendor=03f0, idProduct=3840
<Guest14> [ 1468.937842] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<Guest14> [ 1468.937852] usb 2-1: Product: x720w
<Guest14> [ 1468.937862] usb 2-1: Manufacturer: HP
<Guest14> [ 5884.741149] BA marks a MPDU of status 1!
<Guest14> [ 5884.741190] BA marks a MPDU of status 1!
<Guest14> [ 5884.741201] BA marks a MPDU of status 1!
<Guest14> [ 5884.909886] SSV WLAN driver ssv6200: T0-1588 is a NULL MPDU.
<Guest14> [ 5884.909936] SSV WLAN driver ssv6200: T0-1589 is a NULL MPDU.
<Guest14> [ 5884.909951] SSV WLAN driver ssv6200: T0-1590 is a NULL MPDU.
<Guest14> [ 7579.578264] ThreadPoolForeg invoked oom-killer: gfp_mask=0x24201ca, order=0, oom_score_adj=0
<Guest14> [ 7579.578289] ThreadPoolForeg cpuset=/ mems_allowed=0
<Guest14> [ 7579.578311] CPU: 0 PID: 3268 Comm: ThreadPoolForeg Not tainted 4.4.194-rk322x #2
<Guest14> [ 7579.578319] Hardware name: Generic DT based system
<Guest14> [ 7579.578352] [<b001898c>] (unwind_backtrace) from [<b0014468>] (show_stack+0x20/0x24)
<Guest14> [ 7579.578370] [<b0014468>] (show_stack) from [<b05306a0>] (dump_stack+0x90/0xa4)
<Guest14> [ 7579.578386] [<b05306a0>] (dump_stack) from [<b01698ec>] (dump_header+0x64/0x1b8)
<Guest14> [ 7579.578403] [<b01698ec>] (dump_header) from [<b0116d50>] (oom_kill_process+0x94/0x4cc)
<Guest14> [ 7579.578415] [<b0116d50>] (oom_kill_process) from [<b01172d8>] (out_of_memory+0xd0/0x344)
<Guest14> [ 7579.578430] [<b01172d8>] (out_of_memory) from [<b011c934>] (__alloc_pages_nodemask+0x88c/0x8b4)
<Guest14> [ 7579.578445] [<b011c934>] (__alloc_pages_nodemask) from [<b0115958>] (filemap_fault+0x1b4/0x4e8)
<Guest14> [ 7579.578462] [<b0115958>] (filemap_fault) from [<b02241e8>] (ext4_filemap_fault+0x3c/0x50)
<Guest14> [ 7579.578757] 18 pages in swap cache
<Guest14> [ 7579.578765] Swap cache stats: add 319015, delete 318997, find 1657/90113
<Guest14> [ 7579.578772] Free swap = 0kB
<Guest14> [ 7579.578779] Total swap = 492480kB
<Guest14> [ 7579.578785] 253952 pages RAM
<Guest14> [ 7579.578792] 0 pages HighMem/MovableOnly
<Guest14> [ 7579.578799] 7711 pages reserved
<Guest14> [ 7579.578805] 4096 pages cma reserved
<Guest14> [ 7579.578812] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name
<Guest14> [ 7579.578846] [ 300] 0 300 4020 20 8 0 192 -1000 systemd-udevd
<Guest14> [ 7579.578863] [ 585] 0 585 15628 142 18 0 26 -900 brltty
<Guest14> [ 7579.578876] [ 615] 0 615 7112 99 44 0 177 0 systemd-journal
<Guest14> [ 7579.578887] [ 621] 0 621 1812 44 8 0 721 0 haveged
<Guest14> [ 7579.578901] [ 1393] 0 1393 2687 132 10 0 40 0 systemd-logind
<Guest14> [ 7579.578914] [ 1400] 104 1400 1433 153 6 0 64 -900 dbus-daemon
<Guest14> [ 7579.578927] [ 1403] 0 1403 15957 239 22 0 262 0 NetworkManager
<Guest14> [ 7579.578940] [ 1411] 0 1411 1830 48 7 0 3 0 cron
<Guest14> [ 7579.578953] [ 1426] 0 1426 6366 99 12 0 164 0 cupsd
<Guest14> [ 7579.579242] [ 1889] 1000 1889 1299 0 7 0 84 0 dbus-launch
<Guest14> [ 7579.579256] [ 1890] 1000 1890 1364 75 6 0 76 0 dbus-daemon
<Guest14> [ 7579.579269] [ 1905] 1000 1905 903 10 5 0 60 0 ssh-agent
<Guest14> [ 7579.579281] [ 1915] 1000 1915 11436 1 21 0 415 0 xfce4-session
<Guest14> [ 7579.579293] [ 1917] 1000 1917 11553 0 13 0 167 0 at-spi-bus-laun
<Guest14> [ 7579.579306] [ 1922] 1000 1922 1334 47 7 0 62 0 dbus-daemon
<Guest14> [ 7579.579319] [ 1924] 1000 1924 7087 30 10 0 122 0 at-spi2-registr
<Guest14> [ 7579.579331] [ 1928] 1000 1928 2061 45 8 0 90 0 xfconfd
<Guest14> [ 7579.579343] [ 1934] 1000 1934 4176 0 8 0 46 0 gpg-agent
<Guest14> [ 7579.579357] [ 1937] 1000 1937 7778 128 19 0 620 0 xfwm4
<Guest14> [ 7579.579370] [ 1941] 1000 1941 21135 465 29 0 806 0 xfce4-panel
<Guest14> [ 7579.579381] [ 1943] 1000 1943 32749 135 41 0 1805 0 Thunar
<Guest14> [ 7579.579394] [ 1945] 1000 1945 25993 159 36 0 2201 0 xfdesktop
<Guest14> [ 7579.579406] [ 1946] 1000 1946 96453 394 38 0 1117 0 pasystray
<Guest14> [ 7579.579420] [ 1947] 1000 1947 2571 44 10 0 87 0 xscreensaver
<Guest14> [ 7579.579432] [ 1949] 1000 1949 14140 361 28 0 2656 0 caffeine
<Guest14> [ 7579.579445] [ 1952] 1000 1952 33196 0 43 0 3475 0 blueman-applet
<Guest14> [ 7579.579457] [ 1959] 1000 1959 29755 503 39 0 913 0 nm-applet
<Guest14> [ 7579.579746] [ 2833] 0 2833 42075 1733 65 0 6647 0 synaptic
<Guest14> [ 7579.579758] [ 2901] 1000 2901 2225 0 8 0 85 0 su
<Guest14> [ 7579.579772] [ 2906] 0 2906 2450 1 10 0 273 0 zsh
<Guest14> [ 7579.579783] [ 3040] 1000 3040 6120 1 9 0 119 0 dconf-service
<Guest14> [ 7579.579796] [ 3238] 1000 3238 109398 12344 210 0 1407 300 chromium
<Guest14> [ 7579.579805] Out of memory: Kill process 2135 (chromium) score 432 or sacrifice child
<Guest14> [ 7579.579986] Killed process 2135 (chromium) total-vm:573532kB, anon-rss:169772kB, file-rss:0kB
<Guest14> [ 7579.789103] systemd-journal invoked oom-killer: gfp_mask=0x24201ca, order=0, oom_score_adj=0
<Guest14> [ 7579.789130] systemd-journal cpuset=/ mems_allowed=0
<Guest14> [ 7579.789161] CPU: 0 PID: 615 Comm: systemd-journal Not tainted 4.4.194-rk322x #2
<Guest14> [ 7579.789172] Hardware name: Generic DT based system
<Guest14> [ 7579.789209] [<b001898c>] (unwind_backtrace) from [<b0014468>] (show_stack+0x20/0x24)
<Guest14> [ 7579.789230] [<b0014468>] (show_stack) from [<b05306a0>] (dump_stack+0x90/0xa4)
<Guest14> [ 7579.789249] [<b05306a0>] (dump_stack) from [<b01698ec>] (dump_header+0x64/0x1b8)
<Guest14> [ 7579.789264] [<b01698ec>] (dump_header) from [<b0116d50>] (oom_kill_process+0x94/0x4cc)
<Guest14> [ 7579.789280] [<b0116d50>] (oom_kill_process) from [<b01172d8>] (out_of_memory+0xd0/0x344)
<Guest14> [ 7579.789294] [<b01172d8>] (out_of_memory) from [<b011c934>] (__alloc_pages_nodemask+0x88c/0x8b4)
<Guest14> [ 7579.789311] [<b011c934>] (__alloc_pages_nodemask) from [<b0115958>] (filemap_fault+0x1b4/0x4e8)
<Guest14> [ 7579.789632] 21406 total pagecache pages
<Guest14> [ 7579.789641] 19 pages in swap cache
<Guest14> [ 7579.789649] Swap cache stats: add 319045, delete 319026, find 1657/90123
<Guest14> [ 7579.789657] Free swap = 428kB
<Guest14> [ 7579.789665] Total swap = 492480kB
<Guest14> [ 7579.789671] 253952 pages RAM
<Guest14> [ 7579.789677] 0 pages HighMem/MovableOnly
<Guest14> [ 7579.789683] 7711 pages reserved
<Guest14> [ 7579.789688] 4096 pages cma reserved
<Guest14> [ 7579.789695] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name
<Guest14> [ 7579.789742] [ 300] 0 300 4020 20 8 0 192 -1000 systemd-udevd
<Guest14> [ 7579.789762] [ 585] 0 585 15628 142 18 0 26 -900 brltty
<Guest14> [ 7579.789775] [ 615] 0 615 7112 77 44 0 177 0 systemd-journal
<Guest14> [ 7579.789787] [ 621] 0 621 1812 44 8 0 721 0 haveged
<Guest14> [ 7579.789799] [ 1393] 0 1393 2687 132 10 0 40 0 systemd-logind
<Guest14> [ 7579.789811] [ 1400] 104 1400 1433 153 6 0 64 -900 dbus-daemon
<Guest14> [ 7579.789823] [ 1403] 0 1403 15957 239 22 0 262 0 NetworkManager
<Guest14> [ 7579.789835] [ 1411] 0 1411 1830 48 7 0 3 0 cron
<Guest14> [ 7579.790120] [ 1865] 1000 1865 368 0 4 0 17 0 sh
<Guest14> [ 7579.790131] [ 1889] 1000 1889 1299 0 7 0 84 0 dbus-launch
<Guest14> [ 7579.790145] [ 1890] 1000 1890 1364 75 6 0 76 0 dbus-daemon
<Guest14> [ 7579.790159] [ 1905] 1000 1905 903 10 5 0 60 0 ssh-agent
<Guest14> [ 7579.790170] [ 1915] 1000 1915 11436 1 21 0 415 0 xfce4-session
<Guest14> [ 7579.790182] [ 1917] 1000 1917 11553 0 13 0 167 0 at-spi-bus-laun
<Guest14> [ 7579.790197] [ 1922] 1000 1922 1334 47 7 0 62 0 dbus-daemon
<Guest14> [ 7579.790210] [ 1924] 1000 1924 7087 30 10 0 122 0 at-spi2-registr
<Guest14> [ 7579.790223] [ 1928] 1000 1928 2061 45 8 0 90 0 xfconfd
<Guest14> [ 7579.790235] [ 1934] 1000 1934 4176 0 8 0 46 0 gpg-agent
<Guest14> [ 7579.790247] [ 1937] 1000 1937 7778 128 19 0 620 0 xfwm4
<Guest14> [ 7579.790260] [ 1941] 1000 1941 21135 465 29 0 806 0 xfce4-panel
<Guest14> [ 7579.790273] [ 1943] 1000 1943 32749 135 41 0 1805 0 Thunar
<Guest14> [ 7579.790286] [ 1945] 1000 1945 25993 159 36 0 2201 0 xfdesktop
<Guest14> [ 7579.790298] [ 1946] 1000 1946 96453 394 38 0 1117 0 pasystray
<Guest14> [ 7579.790310] [ 1947] 1000 1947 2571 44 10 0 87 0 xscreensaver
<Guest14> [ 7579.790323] [ 1949] 1000 1949 14140 361 28 0 2656 0 caffeine
<Guest14> [ 7579.790337] [ 1952] 1000 1952 33196 0 43 0 3475 0 blueman-applet
<Guest14> [ 7579.790627] [ 2833] 0 2833 42075 1731 65 0 6648 0 synaptic
<Guest14> [ 7579.790642] [ 2901] 1000 2901 2225 0 8 0 85 0 su
<Guest14> [ 7579.790656] [ 2906] 0 2906 2450 1 10 0 273 0 zsh
<Guest14> [ 7579.790668] [ 3040] 1000 3040 6120 1 9 0 119 0 dconf-service
<Guest14> [ 7579.790681] [ 3238] 1000 3238 109398 12247 210 0 1407 300 chromium
<Guest14> [ 7579.790693] Out of memory: Kill process 2271 (chromium) score 402 or sacrifice child
<Guest14> [ 7579.790874] Killed process 2271 (chromium) total-vm:581792kB, anon-rss:101204kB, file-rss:0kB
<Guest14> [10362.755733] usb 2-1: USB disconnect, device number 2
<Guest14> rk322x-box:~:%
<yang> Guest14: please use pastebin next time ;)
jess has joined #armbian
<Guest14> si disculpen https://pastebin.com/3VRV8ebL
<[TheBug]> Guest14: yes, please use pastebin or you end up banned from channel, thank you :)
<IgorPec> guest14: probably its this https://armbian.atlassian.net/browse/AR-895
<ArmbianHelper> AR-895 [Bug] "USB sticks doesn't show after plugging-in / XFCE desktop" reported by Igor Pecovnik at 2021-08-29. Status: Done
<Guest14> si
<IgorPec> ok, solution is to install that missing package
<Guest14> what is the missing package
<yang> apt install gvfs-backend
<yang> apt install gvfs-backends
<yang> Guest14: this ^
<yang> Guest14: run "apt update" first
Dagger has quit [Ping timeout: 252 seconds]
Dagger has joined #armbian
<Guest14> Yes, thank you very much, it worked for me=D
<yang> great ;)
Guest14 has quit [Quit: Client closed]
archetech has joined #armbian
<c0rnelius> that fella is a pro at spam
<IgorPec> lol
<IgorPec> it seems we need to upgrade antispam
sunshavi has joined #armbian
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #armbian
<c0rnelius> Something in that regard, yes. :)
<yang> flood trigger
<c0rnelius> I mean. I haven't taken a gander at every article or journal on the subject, but that was pretty good. I'm sure if there was a job specific to `spam` this person would be at the top of the list.
<stipa> he's a newb, that's all
<stipa> he doesn't need to die bcs of it
<stipa> :P
<stipa> one line in a config file of some of the bots could probably prevent that from happening
<stipa> more than 5 lines is a standard for kicking
<yang> stipa: weird that the defaults aren't already on ircd software, I think on freenode the flood limits were set
<yang> Maybe you can even modify some kind of channel mode for that in chanserv, dunno
<stipa> probably a waste of resources
<stipa> dunno, i've seen bots taking care of that a decade ago
<yang> yes
milkii has quit [Quit: tara]
<Armbian-Discord> <T​onymac32> Omg wtf bbq
Cyber_Samurai has joined #armbian
Guest62 has joined #armbian
<Guest62> edicion de aundio Audio editing available for Armbian Buster please
<stipa> Guest62: apt info audacity
<stipa> Guest62: apt install audacity
<stipa> Guest62: sudo apt install audacity
milkii has joined #armbian
stipa_ has joined #armbian
stipa has quit [Ping timeout: 265 seconds]
stipa_ is now known as stipa