**** BEGIN LOGGING AT Fri May 22 02:59:57 2020 May 22 14:30:37 I'm puzzled why ken thinks I'd have any interest in that May 22 14:31:36 I'm just puzzled May 22 14:33:27 I'm also puzzled by this: https://github.com/SiliconLabs/wfx-fullMAC-tools/blob/master/Examples/SiliconLabs/commissioning/micrium_os/SLSTK3701A/src/lwip_micriumos.c#L77-L129 May 22 14:35:50 typical ugly vendor code May 22 15:27:36 note to self: don't run ntpd on a machine that is a ptp slave May 22 16:13:27 thinkfat: we keep ptp entirely separate from the system time May 22 16:14:21 (as a service which publishes the information needed by applications that want to translate between PTP time and raw monotonic time) May 22 16:46:18 oh, so you only run ptp4l and not phc2sys? May 22 16:49:24 a customized ptp4l since iirc the normal one still wants to modify global stuff for some reason May 22 16:51:07 I honestly don't completely get the way ptp normally works on linux, in the sense that cpts timestamps are translated into some custom timebase whose frequency can be changed by (appropriately privileged) userspace, which completely puzzles me since that makes the timestamps impossible to compare with anything else May 22 16:51:24 instead I've made sure that this timebase is always equal to raw monotonic time May 22 16:52:28 so our ptpd gets packet timestamps in raw monotonic time, and can thus determine (and publish) the relationship between raw monotonic time and ptp time May 22 16:53:11 and since our audio timestamps are also in raw monotonic time, that allows translation between audio stream index and ptp time May 22 16:53:24 thus allowing network synchronziation of audio May 22 18:24:35 which makes sense anyway, no need for a UTC synced time May 22 18:45:57 correct, the needs for system time and ptp time are quite different: for ptp (at least in our case) all that matters is that everything on the network agrees on it, while for system time I care a lot more about monotonicity May 22 19:03:50 so effectively you only sync the phc's of all the devices May 22 19:08:52 what's "phc" ? May 22 19:09:25 the clock ptp lives off of, iirc May 22 19:10:01 "phc" = "ptp hardware clock" May 22 19:10:06 whatever that means May 22 19:10:08 no May 22 19:10:21 that's the thing I just mentioned I don't understand May 22 19:11:15 at least, I assume that's what they mean by it May 22 19:13:54 we don't adjust anything in hardware or kernel May 22 19:17:07 the ptp clock is just embodied in a triple of { reference point in ptp time, reference point in raw monotonic time, frequency ratio ptp time / raw monotonic time } May 22 19:17:29 maintained in userspace and published via dbus May 22 20:29:04 zmatt: I'm looking at your cpts patches, looks like the hw timestamping support is available in the current TI kernel, but slightly different than what you do May 22 20:30:02 or did May 22 20:30:24 my patches are mostly bugfixes iirc May 22 20:31:15 well one initializes the cpts timer to the monotonic time instead of kernel real time, that is not a bugfix May 22 20:31:28 initializing it to realtime is silly, it won't stay in sync with it May 22 20:32:12 hm.. indeed. May 22 20:32:48 if you use a system clocksource those frequency divides 1 GHz (to avoid raw monotonic time drift due to fixed-point rounding error) then the ptp clock is frequency-locked to the raw monotonic time May 22 20:32:55 *whose frequency May 22 20:33:01 that's why I implemented the eCAP clocksource driver May 22 20:33:35 so then, if you initialize it to be in sync with raw monotonic time, it will stay in sync with raw monotonic time May 22 20:33:59 so that change makes most sense if you use the ecap clocksource? May 22 20:34:25 yeah, that's something I discovered later when we noticed the system time was slowly drifting away May 22 20:34:32 and then I implemented the eCAP clocksource to fix it May 22 20:45:46 the /topic has a link to https://beagleboard.org/boot which seems like an empty page to me. Can anyone check and confirm if it’s really empty or a problem on my side? May 22 20:47:06 henk: it redirects to http://ahsoftware.de/Beaglebone_Black_Boot_explained.svg May 22 20:47:08 yeah http://bbb.io/boot is indeed just a blank page May 22 20:48:08 mru: uhh, not for me May 22 20:48:45 apparently the redirect is done with javascript May 22 20:48:48 mru: oh, in a new tab … didn’t notice that on the first attempt because I clicked ALL THE LINKS (and I have way too many tabs open to notice that another one opened) May 22 20:49:08 I didn't get any extra tabs May 22 20:49:14 mru: well it doesn't work here, and I don't have javascript disabled May 22 20:49:21 no error in console either May 22 20:49:57 mru: yeah, I just realized that it’s probably due to the "temporary containers" extension in my browser … May 22 20:50:04 mru, zmatt: thanks for checking May 22 20:50:35 thinkfat: I just committed whatever uncommitted changes I still had sitting around.... https://github.com/dutchanddutch/bb-kernel/blob/am33x-v4.14/patches/local/0018-XXX-misc-cpts-stuff.patch May 22 20:50:58 thinkfat: I honestly can't remember what I was doing, other than that I was debugging some issue May 22 20:51:49 I'm having a look May 22 20:52:12 though most of the cpts patches don't apply (any more?) to the 4.19 TI kernel May 22 20:52:31 yeah I really need to work on moving to 4.19 May 22 20:52:46 it's what the current images are using... May 22 20:52:49 it just hasn't been a priority May 22 20:53:00 over here we're working on moving _away_ from 4.19 May 22 20:53:07 to? May 22 20:53:18 5.4, unless a new lts comes out before we make it May 22 20:53:49 4.19, I sort of expect it to get a lifetime extension May 22 20:54:16 we've accumulated more patches and backports than I like on 4.19 May 22 20:54:28 I guess I could try skipping 4.19 and go straight to 5.4 May 22 20:54:39 but dunno if that's a good idea May 22 20:55:35 mru? May 22 20:55:49 ds2: ! May 22 20:56:06 u have surfaced? May 22 20:56:19 I should probably at least try to port/rewrite my cpts bugfixes to mainline and submit them upstream May 22 20:56:46 but there's plenty of things I "should probably dp" May 22 20:57:04 in addition to things that actually have my priority :/ May 22 20:59:32 they'd still make sense... May 22 21:00:19 I mean, unless cpts magically stopped sucking somewhere between 4.14 and latest mainline May 22 21:02:44 * av500 is not sure about surfacing, uses a snorkel May 22 21:02:58 hey av500 May 22 21:03:04 -ETOOLATE May 22 21:03:06 hi :) May 22 21:03:30 this will not end well May 22 21:04:02 * ds2 looks for the tardis May 22 21:05:20 av500: ya should have stayed at periscope depth for a while ;) May 22 21:06:41 zmatt: I'm trying to debug some oddball effects I see with the ptp "master offset" May 22 21:07:42 ? May 22 21:07:43 zmatt: slave is mostly in between +/- 300ns, but now and then it gets a huge kick and finds itself 40µs or so off May 22 21:08:05 that's not good May 22 21:08:08 yep May 22 21:08:24 though not terrible either I guess May 22 21:08:43 sounds like that could easily be caused by network traffic May 22 21:08:44 and then I see a lot of oscillation until it settles back into +/- 300ns May 22 21:09:03 poorly working outlier-filter I guess? May 22 21:09:37 might be, broken timestamps from the master maybe... May 22 21:09:55 hence my looking into your cpts patches. May 22 21:09:58 that sounds less likely May 22 21:10:19 far less likely in fact May 22 21:11:08 when the impossible has been eliminated... May 22 21:11:37 the possible has to be laminated... May 22 21:11:43 mru: I'm far from having eliminated all other possibilities May 22 21:11:52 no the most likely explanation is packet delay, and it doesn't sound like that's been eliminated May 22 21:11:55 mru: I'm at the "poking with a stick" stage right now May 22 21:12:23 zmatt: no, indeed not. May 22 21:12:41 if you want to eliminate that, get an AVB switch :P May 22 21:13:03 zmatt: I have a very basic 5 port tp-link desktop switch at the moment ;) May 22 21:13:45 zmatt: you say, outlier filter, hm? May 22 21:14:02 I mean, I'd hope ptp4l has one :P May 22 21:14:07 yes, filter out the lies May 22 21:14:09 but I haven't really studied the code at all May 22 21:14:16 * zmatt slaps mru with a trout May 22 21:14:24 a trump? May 22 21:15:19 thinkfat: dealing with noise/jitter in data is not simple, unfortunately May 22 21:16:31 zmatt: looks like there's a moving median filter May 22 21:16:41 zmatt: which is not so bad for detecting outliers May 22 21:17:11 compared to the moving average that was there before May 22 21:17:26 indeed May 22 21:37:30 ew, who are these people who post comments like these... https://twitter.com/mischacrossing/status/1226961792745775105 May 22 22:14:43 @zmatt: What made you find that twitter feed? May 22 22:15:56 I watched every fatality in Mortal Kombat for some reason today. I need no more ools and gools. May 22 22:15:58 Ha. May 22 22:16:31 set_: someone linked to it May 22 22:16:36 Oh. May 22 22:16:45 (the tweet, haven't looked at the feed) May 22 22:17:00 Oops. I figured I would share since I thought you shared. May 22 22:17:04 Dang. Fooled again! May 22 22:17:55 Sic et Nauseum well that's nice... met those kind of ... people of the opposite sex. I normally find a nice spot not near them. May 22 22:19:11 Yea. It is a bit weird to deal w/ shallow minded individuals at times. Luckily, there are more of them than me. Boo. May 22 22:19:39 Hey! May 22 22:20:25 Have you guys ever figured out the Virginia Flag's wording on it? May 22 22:21:02 Hello? May 22 22:22:19 Fine. May 22 22:22:35 never bothered? May 22 22:23:03 must take life maintaining meds. May 22 22:27:23 Hello! May 22 22:27:36 Oh me, yep. I get the hints. May 22 22:27:58 "Thus always to Tyrants!" May 22 22:28:34 GenTooMan: What does Sic et Nauseum mean? May 22 22:29:19 I think it is the only flag w/ a stabbed man on it being held down by a foot of another person, fyi. May 22 22:31:41 Ooh. May 22 22:33:28 Anyway, forget all that. What would be the best way to make a file save on my BBGW for my file of video? May 22 22:33:29 ... May 22 22:33:43 Would a socket be better than just a regular .service? May 22 22:56:33 that question makes no sense May 22 22:56:57 they are different things that serve different purposes May 22 23:01:27 Oh. May 22 23:01:46 See, I read that I could save a file w/ a socket. May 22 23:01:54 ?? May 22 23:02:04 Sorry. In python. May 22 23:02:10 import socket May 22 23:02:33 So, here I am trying these ideas online. May 22 23:02:36 ? May 22 23:02:42 What? May 22 23:03:06 what are you talking about? you just seem to be stringing random words together May 22 23:03:12 "save a file with a socket" ? what? May 22 23:03:25 Hahha. Okay. Let me try to make more sense. May 22 23:04:15 I have a python file so far w/ a client but i was going to use my older python file as the server. May 22 23:04:50 Now... May 22 23:05:26 The two python files cannot "talk" to each other so far (hence, no file saving). But... May 22 23:05:36 ?? May 22 23:05:57 The client does not accept my video reference online. May 22 23:06:23 you know, I'm sorry I asked May 22 23:06:26 Ha. May 22 23:06:30 you can stop trying to explain now May 22 23:06:31 Fine. May 22 23:06:34 Okay. May 22 23:06:53 meanwhile I'll try to find some earplugs to stop my brain from leaking out May 22 23:07:01 afk May 22 23:07:10 I am going to make it work. Just you wait! May 22 23:07:30 Every time @zmatt types "afk," I think of Alf. May 22 23:29:55 I don't remember watching Alf May 22 23:32:54 It was good. May 22 23:33:25 ok May 22 23:33:26 people May 22 23:33:40 is it me or are boards you get off the internet cheaply made May 22 23:33:50 i do not understand what I got here May 22 23:35:54 I'm sure the internet has both well-made boards and cheaply-made boards to offer :P May 22 23:35:56 https://ibb.co/zPj8HbW May 22 23:36:24 if I need too wire power to both sides, so a total of 8 connections May 22 23:36:31 what is it? May 22 23:36:32 why are two of the holes filled May 22 23:36:53 on each side May 22 23:37:31 check documentation? May 22 23:37:32 am I missing something May 22 23:38:14 what you're missing, so far, is an explanation of what we're even looking at May 22 23:38:57 say, a datasheet or a product page May 22 23:40:08 http://www.hiletgo.com/ProductDetail/3433372.html May 22 23:41:27 I am not sure how to wire May 22 23:41:30 up to it May 22 23:41:41 do I melt the holes so I can put my header in May 22 23:41:52 or do I just try and solder the wire right onto the pad May 22 23:41:52 I mean, why did you buy such an unintelligible board? May 22 23:42:02 they have high-res photos to go with the weird instructions May 22 23:42:10 that didn't make alarm bells go off for you? May 22 23:42:16 because I am a noob who doesn't know what I am doing May 22 23:42:31 they suck May 22 23:42:38 i will look for another company May 22 23:42:40 but you could look at the photos and read the instructions and wonder "hmm, how would I wire this up?" before buying it May 22 23:43:06 noted May 22 23:43:28 and I'd not buy a board like this without a schematic May 22 23:43:52 let alone one whose only documentation is a single paragraph in incoherent english May 22 23:43:59 are there any brands that generally are pretty good May 22 23:44:32 like you know DeWalt makes decent tools May 22 23:44:43 the electronics equivalent May 22 23:44:57 they all look the same when I search for MAX3232 May 22 23:46:20 https://www.sparkfun.com/products/11189 this at least has a pdf schematic and a github repo of the original design files May 22 23:48:23 and you can solder on a normal header (although honestly only the fourth photo make it clear that it has holes to mount a connector, on the other ones they looked more like surface-mount pads, but that just seems to be poor photography) May 22 23:49:08 and it has very excellent labeling on the bottom side May 22 23:56:11 if you have surface mount pads is there a way to convert to holes? May 22 23:56:23 I think what I have are two holes two surface mounts on each side May 22 23:56:42 two tiny ass surface mount pads May 22 23:57:26 honestly with your thing I can't even tell which side is low-voltage (transmitter input / receiver output) and which side is RS232 (transmitter output / receiver input) May 22 23:58:21 the back is labeled post ing now May 22 23:58:55 oh I see now May 22 23:59:06 https://ibb.co/vjC9wDV May 22 23:59:14 this seems hard to work with May 22 23:59:29 I want to have just 4 female headers to this thing May 22 23:59:40 since I need to use jumpers with the BBB May 22 23:59:50 yep, looks pretty awkward, wouldn't have bought it myself :P May 23 00:00:07 but it's also something you could have determined prior to buying it May 23 00:00:26 simply by looking before buying May 23 00:00:31 sigh May 23 00:00:41 so I just want thick soldering pads May 23 00:00:59 i.e. you want something like that sparkfun one May 23 00:02:40 https://cdn.sparkfun.com//assets/parts/6/7/3/8/11189-01a.jpg you can simply solder a 10-pin header onto that May 23 00:03:49 maybe you can find a similar but cheaper one somewhere May 23 00:04:28 (although, if you buy the cheapest you can find, you lose the right to complain if it turns out cheaply-made :P ) May 23 00:07:56 a lot cheap junk out there May 23 00:09:22 with the sprak fun one I can only supply one power source but with the others I can power both sides May 23 00:09:43 if I only use the 3.3V from the BBB will that be enough to talk to a RS232 port May 23 00:10:12 with the other chips I can power from the board which is 5V and still use the 3.3V for the TTL side for the BBB May 23 00:10:16 nono, the incoherent paragraph of the weird board you got explained the two "power" sides are simply connected to each other May 23 00:10:28 the max3232 has only one power supply input May 23 00:11:10 you can power the max3232 at any voltage between 3V and 5.5V, and this will also be your logic voltage May 23 00:11:13 ok just need one power supply and it should be the BBB to protect the board May 23 00:11:29 yes it should be powered by the 3.3V from the BBB May 23 00:28:32 Hey! May 23 00:28:43 You guys... May 23 00:29:32 I figured out how to solve my issue. I can record, save, and almost perform playback. May 23 00:30:03 It seems that my system does not currently have a .avi file player. Boo! May 23 00:31:35 but...it is w/ cv2 and numpy. May 23 00:42:24 I think the .avi file that is saved gets corrupted somehow in b/t the transfer from Linux to Windows. I might have to use tightvncserver. May 23 00:46:05 mpv May 23 00:46:11 I tried some cheap (free) .avi file players. All bogus. Anyway, I am going to just try Linux to play the .avi file now. May 23 00:46:26 mpv or vlc May 23 00:46:39 GenTooMan: mpv or vlc are video file types? May 23 00:46:54 no video players May 23 00:46:59 Oh. Okay. May 23 00:47:15 VLC. I have heard the name or seen the "app" before today. May 23 00:47:22 Okay. I can try ti. May 23 00:47:25 it. May 23 00:47:26 I use to have OGM and AVI but that's stuff from almost 20 years ago. May 23 00:48:02 Oh. See. I do not think that I can use opencv2 w/ python3 for mp3 playback. I am not sure though. May 23 00:49:40 GenTooMan: Man, I wish I had my BBB bot out and about today. I saw an egret kill a mouse, then a crow stole it, and then a Mississippi Kite showed up to try and steal it from the crow. May 23 00:49:58 Fledged. May 23 00:50:15 I could have gotten the bot close to see the action. May 23 00:51:19 I know. Disgusting but life! May 23 00:54:33 They were obviously hungryu May 23 00:57:15 Yep. May 23 00:57:32 Watching is half the battle. May 23 00:58:41 Is saving and writing to a file easy w/ opencv2 w/ mp3 files or is that not negotiable on the BBGW? May 23 00:59:48 no idea .. however if you want to use it you should look May 23 01:00:19 mp4...sorry. May 23 01:00:24 Okay. May 23 01:04:02 yes their is a significant difference. by the way MP3 is actually Mpeg layer 3 not mpeg 3 they had to skip the third iterative number because everyone one called it MP3 fortunately AAC is called AAC May 23 01:04:28 Right. May 23 01:04:42 I just learned that idea from running the source I made. May 23 01:05:58 ffmpeg had an issue w/ mp4 and i need to write the file of, this so-called mp4, as mpeg4 or at least mpeg3. May 23 01:07:33 I've never had a problem with mp4 and ffmpeg ... May 23 01:07:46 And that is b/c of? May 23 01:07:47 I am using it as we speak in a python script May 23 01:07:52 Nice! May 23 01:07:56 Me too! May 23 01:08:08 I've written 5 different python scripts to use ffmpeg MKV merge etc. May 23 01:08:28 I got some of my source from a neat site, https://www.learnopencv.com/. May 23 01:08:34 Ha. May 23 01:08:43 Nice. May 23 01:09:10 GenTooMan: I thought you did not use the cameras. May 23 01:09:19 ffmpeg outputs very detailed error information I'm sure it told you exactly what was wrong. May 23 01:09:19 Or was it, webcams? May 23 01:09:26 yes. May 23 01:09:30 It did. May 23 01:09:45 EBKAC? May 23 01:10:02 I was extremely satisfied w/ it telling me what happened and what it was doing instead. May 23 01:13:05 ffmpeg was put on this board b/c of another source I installed. May 23 01:13:12 I am glad it works as nice as it does. May 23 01:14:01 well one issue that happens with ffmpeg is all the options aren't compiled and it won't encode or use a specific format. That's the only thing I can think of. May 23 01:14:33 It told me that mp4 was not used and it was reverting back to mpeg3. May 23 01:15:12 was it an mp4 file? that could have been H264 May 23 01:16:21 Let me check. May 23 01:16:58 mp4 files are not per say MPEG 4 they are QuickTime format from Apple. May 23 01:17:10 Oh. May 23 01:17:12 Dang. May 23 01:17:19 I need to change up some stuff then. May 23 01:17:50 use media info to check the file May 23 01:18:17 Like >>> media info ? May 23 01:18:19 if you have a script in python you can check it using the media info library. May 23 01:18:29 I will look it up. May 23 01:18:44 more like mediainfo May 23 01:18:50 Oh. May 23 01:18:51 Okay. May 23 01:19:23 at the CLI you can do that. They python library is ... pymediainfo May 23 01:19:29 the even\ May 23 01:20:18 I never once heard of this library. So, apt install python3-pymediainfo? May 23 01:20:58 I got it. May 23 01:21:00 Okay. May 23 01:21:31 right FYI the easiest use is "from pymediainfo import MediaInfo" May 23 01:21:53 Neat. May 23 01:21:58 My file is mpeg-4. May 23 01:22:17 10 fps, ha. May 23 01:22:42 you may need to match frame rates. May 23 01:22:46 8 bit depth. May 23 01:22:59 Heh? How would one go about that idea? May 23 01:23:56 4MB about for only 12 sec. of video time. May 23 01:23:58 Yikes. May 23 01:23:58 Oh dear you are a neophyte to using ffmpeg THAT would be a big problem as ffmpeg is rather complicated lots and lots and lots of settings. May 23 01:24:12 Yes. I am scared to test things. May 23 01:24:46 I am trying to make these "puppies" last until the next noah's ark shows up. May 23 01:24:50 well as long as you don't delete files you are ok May 23 01:24:54 Ha. May 23 01:25:25 are you streaming the video to your PC? May 23 01:25:34 I am just learning about ffmpeg. I found a nice site where they...oh. May 23 01:25:39 No. Not yet. May 23 01:25:51 I was going to try but I have failed at it so far. May 23 01:26:07 I cannot open the mpeg4 file on my BBGW. May 23 01:26:17 I was going to test there first. May 23 01:27:13 Man. I do not know the first thing about playing video on lInux. May 23 01:28:05 copy it to your PC as your BBGW probably has an AM3358 which will be slow. May 23 01:28:12 Hey. May 23 01:28:20 I think it is b/c of the codec I am using. May 23 01:28:54 I tried to copy the file to my pc. I have a win pc for now, I guess I can try something real quickly. Let me boot it up. May 23 01:29:34 you should have an FTP server SSH and putty work fine as well. filezilla is great with SSH as well May 23 01:29:56 I have WinSCP. May 23 01:29:58 Does that count May 23 01:30:15 use filezilla to move stuff it's MUCH easier. May 23 01:30:35 Okay... May 23 01:30:52 It will take me longer to set up Filezilla compared to booting this pc w/ Linux on it. May 23 01:32:22 Well don't you have MinGW ? well anyone filezilla is the same on linux as it is on windows and the same with putty May 23 01:33:58 I can use scp on Linux for the file. May 23 01:34:39 Ok use what you are sure will work? May 23 01:36:04 Too bad. May 23 01:36:26 My new Debian Distro on the dev. desk. is now not allowing me to sign in. May 23 01:36:33 Yikes. May 23 01:39:43 Otay. May 23 01:40:03 Let me unplug and get this BBBGW plugged in on the other 'puter. May 23 01:40:17 wasn't it on the network? May 23 01:40:35 What, the BBGW? May 23 01:41:02 Yea but I use the desktop for PuTTY on this rig. May 23 01:48:04 bear w/ me here. I am having tech. diff. brb. May 23 01:59:58 It is refusing my connection. May 23 02:00:00 Off to read. May 23 02:15:36 Okay. May 23 02:15:56 I got the file b/c scp hates me and used FileZilla for now. May 23 02:16:08 The file is transferred and ready to be played. Are you still around? May 23 02:19:08 no May 23 02:20:39 Dang it. May 23 02:20:46 Come on, man. Please. May 23 02:20:48 I need it. May 23 02:20:50 Ha. May 23 02:20:56 any what May 23 02:21:18 Your knowledgeable shtick. May 23 02:21:23 you have the mkvtoolnix suite installed May 23 02:21:29 No. May 23 02:21:36 I have debian w/out it. May 23 02:21:59 Hmm That is a very handy tool. May 23 02:21:59 Do I need that to play the recorded video for a mpeg4? May 23 02:22:12 Okay. I will look it up and get it. May 23 02:22:15 you have vlc or mpv installed? May 23 02:22:23 No. It is a fresh install. May 23 02:22:35 Debian Buster w/ 4.19.x. May 23 02:22:58 On the dev. desktop. May 23 02:23:12 you probably wan't mkvtoolnix (handy) also vlc and mpv May 23 02:23:23 Okay. Let me go and check it out. May 23 02:23:46 synaptic makes installation easy but it is also a pain to search for things May 23 02:24:49 I will just use apt. May 23 02:25:03 I already set up my sudoers file. May 23 02:25:22 so doer huh May 23 02:26:12 Yep. It took a while but that works just like the regular adduser, chmod, and other tools. May 23 02:26:25 HaHa SuDoHers May 23 02:26:44 You sick $%^&. Stop it. May 23 02:26:51 Sorry. May 23 02:27:37 $%^& = Hots? May 23 02:28:17 Okay. May 23 02:28:20 Everything is installed. May 23 02:28:28 it took like half a second. May 23 02:28:57 Now what? May 23 02:29:29 just vlc myfile.mp4? May 23 02:29:37 I will try it. May 23 02:29:42 you can try that.. May 23 02:30:21 it works. May 23 02:30:24 Odd. May 23 02:30:38 Windows said it was corrupt. May 23 02:31:01 My file played fine. The fan 'she be spinnin' ma'. May 23 02:31:05 windows? oh freak windows is MESSED up May 23 02:31:28 I know. I am on windows to chat but my Debian dev. desktop works like a charm. May 23 02:31:43 I forgot my username. May 23 02:32:00 Then, I had to go behind the scenes and boot in safe boot mode. May 23 02:32:12 Sign in w/ root was the only option. May 23 02:32:34 I found my name in the /home dir. DUR! May 23 02:33:19 That was my tech. diff. from earlier. I forgot how to sign in. Cough. May 23 02:33:48 so the answer is the problem was windows May 23 02:33:53 Yes. May 23 02:33:54 Yes. May 23 02:33:56 and yes. May 23 02:34:27 Go, go-gadget, Debian Buster! May 23 02:34:47 this mkvtoolnix stuff... May 23 02:34:58 I looked up the file format it plays. May 23 02:35:10 Matroska? May 23 02:35:15 I read it over a bit. May 23 02:37:27 it's a container format basically you can stuff a whole lot of things into an MKV file May 23 02:37:57 I noticed it is similar but larger to a mp4 file. May 23 02:38:05 Container! May 23 02:40:03 I just the beginning of the Guide ideas. "Neighborhood party!" May 23 02:40:23 right you should be able to use media info to get detailed info in the GUI May 23 02:40:31 Oh. Okay. May 23 02:40:34 also you can use it at the CLI (side note) May 23 02:40:45 I was not able to run it from the command line just yet. May 23 02:40:54 I need to learn more. May 23 02:42:03 I saved 12 sec. of video and it took up a lot of MB in space. I need to be careful when dedicating video footage on the BBBGW to save space and not break-a the bbb. May 23 02:43:10 does it have an SD card interface only? May 23 02:45:00 Yea. My BBGW uses the SD Card b/c I want it to. May 23 02:45:10 It has eMMC on it, though. May 23 02:45:44 So, no. It has both SD and eMMC. May 23 02:47:11 You could put an emergency boot on the EmmC May 23 02:47:54 I used mpv to watch the video. May 23 02:48:02 THey be spinnin'. May 23 02:48:08 KenUnix! May 23 02:48:17 Sorry about earlier. May 23 02:48:24 Then pop the SD-Card boot off the EmmC then you can safely copy the SD-Card May 23 02:48:39 Those ideas sound too complicated to me. May 23 02:48:56 No offense. May 23 02:49:33 Remember zmatt wrote up a procedure for copyinh the SD-Card? May 23 02:49:42 Nope. I missed that idea. May 23 02:50:20 Too bad. Wait. Now, that you bring it up, I remember being left out of that chat. May 23 02:50:26 Well I can put it up on mt git site May 23 02:50:35 I was not interested at the time. May 23 02:50:50 KenUnix: Do you mess w/ video? May 23 02:51:16 No just the Playboy Pono May 23 02:51:21 Dang it. May 23 02:51:57 You know Debbie does the entire state of Texas May 23 02:52:08 hahaha May 23 02:52:25 Okay. Well, the BBGW plays video if you attach the correct webcam, have some source to save the file for playback, and you can plah it back on a dev. desktop. May 23 02:52:49 I'll put up that procedure later on my github site and let you know May 23 02:53:01 or you can play it back on the BBGW but it is slower than a full-fledged desktop. May 23 02:53:28 Oh - How do you power a BBCW? May 23 02:53:51 By 12v battery from a Cape and a powerbank. May 23 02:54:09 The powerbank goes to the Micro USB. May 23 02:54:38 powerbank? So you can't use that to connect to the pc? May 23 02:55:38 Yea. I can. I can connect to the pc. May 23 02:55:49 I connected. May 23 02:56:08 I also heard by default the GPIO pin assignment are different then the BBB May 23 02:56:39 What do use a splitter? May 23 02:56:58 Just wifi and the usb. May 23 02:57:10 Sorry GenTooMan .. Speaking over you May 23 02:57:10 It is not so much different. May 23 02:57:26 GenTooMan knows I am a sucker for chat. It is okay. May 23 02:58:11 Maybe I'll just wait for a case for the BBGG May 23 02:59:24 BBGG looks neat but there is no case yet **** ENDING LOGGING AT Sat May 23 03:00:00 2020