*** tpb has joined #timvideos | 00:00 | |
*** CarlFK has joined #timvideos | 00:04 | |
*** ChanServ sets mode: +v CarlFK | 00:04 | |
mithro | cr1901_modern: ping? | 00:24 |
---|---|---|
cr1901_modern | mithro: pong | 00:25 |
mithro | cr1901_modern: How is that spi stuff going? | 00:25 |
cr1901_modern | mithro: Has not changed since "whenever I last talked to you". And won't be able to work on it until tomorrow night at earliest due to prior engagement. | 00:26 |
CarlFK[m] | mithro (IRC): do you know where the issue is for the serial connection blocking the video stream? | 00:33 |
CarlFK[m] | I want to compare error messages. | 00:34 |
*** paradisaeidae_ has joined #timvideos | 00:35 | |
mithro | CarlFK[m]: did you try searching the github issues? | 00:37 |
*** http_GK1wmSU has joined #timvideos | 00:37 | |
mithro | CarlFK[m]: https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+user%3Atimvideos+serial | 00:38 |
*** http_GK1wmSU has left #timvideos | 00:40 | |
CarlFK[m] | thanks - didnt know you could search across repos like that | 00:58 |
mithro | CarlFK[m]: It's a bit of a hidden thing | 01:00 |
mithro | CarlFK[m]: can actually search across all of github :-P | 01:00 |
CarlFK[m] | mithro (IRC): what do you call it when you see this in dmesg: | 01:06 |
CarlFK[m] | [ 4874.917109] ------------[ cut here ]------------ | 01:06 |
CarlFK[m] | [ 4874.917119] WARNING: CPU: 0 PID: 12827 at /build/linux-9uDFZV/linux-4.9.30/fs/sysfs/group.c:237 device_del+0x54/0x260 | 01:06 |
CarlFK[m] | it isnt' a panic.. box is still up | 01:06 |
mithro | CarlFK[m]: opps | 01:06 |
CarlFK[m] | thats right | 01:06 |
CarlFK[m] | that may have happened when I un/plugged the usb cable | 01:07 |
CarlFK[m] | it is at home, I am at ps1, so can't try | 01:07 |
CarlFK[m] | but dmesg is full of [ 4886.494928] uvcvideo: Failed to set UVC probe control : -110 (exp. 26). | 01:08 |
*** Max__ has joined #timvideos | 01:19 | |
Max__ | Hello | 01:19 |
*** Max__ is now known as Guest40405 | 01:20 | |
*** Guest40405 has quit IRC | 01:20 | |
CarlFK[m] | hi Max | 01:26 |
mithro | jea: I'm pretty sure there is an issue with that pull request | 01:27 |
mithro | jea: The output is image.bin? | 01:27 |
jea | mithro: I'll check | 01:28 |
mithro | jea: I'm building now locally to test myself | 01:28 |
mithro | Guess I'm wrong... | 01:38 |
mithro | Flash image: build/opsis_video_lm32/flash.bin | 01:38 |
jea | oh | 01:38 |
mithro | It's a bit weird that "make image" creates a flash.bin.... | 01:38 |
jea | so flash.bin is the right one? | 01:38 |
jea | I remember seeing an image.bin previously, but maybe that was the prebuilt firmware? | 01:39 |
mithro | Yes | 01:39 |
jea | right | 01:39 |
jea | deeprave just ran it, and it worked with flash.bin | 01:39 |
jea | needed to do a reset-opsis first because it must have been in the wrong mode | 01:40 |
mithro | Okay | 01:43 |
mithro | merged it... | 01:43 |
mithro | I'm learning about waf and if we should be using it for HDMI2USB :-P | 01:44 |
cr1901_modern | mithro: So, my strong opinions aside about waf, it prob is a good fit if you can get past the shitty learning curve | 01:50 |
cr1901_modern | If SCons used python3, I'd reimplement the whole damn build system for you | 01:51 |
cr1901_modern | B/c I actually enjoy that | 01:51 |
cr1901_modern | mithro: How is waf looking so far? | 01:54 |
mithro | cr1901_modern: Looking pretty good.... | 01:54 |
cr1901_modern | mithro: Rereading the manual... maybe it's not as bad as I remember, but I def think "the waf book" is still difficult to read | 01:58 |
*** rohitksingh has joined #timvideos | 02:07 | |
mithro | https://github.com/waf-project/waf/tree/master/playground/xilinx-ise | 02:14 |
tpb | Title: waf/playground/xilinx-ise at master · waf-project/waf · GitHub (at github.com) | 02:14 |
mithro | rohitksingh: ping? | 02:14 |
rohitksingh | mithro: pong | 02:14 |
mithro | rohitksingh: Have you played with getting audio out of the TOFE Milkymist board? | 02:15 |
rohitksingh | mithro: Nope. I haven't worked with TOFE Milymist board at all | 02:16 |
mithro | rohitksingh: The audio codec on the Milkymist board is the same as the one Numato has a pmod module for IIRC? | 02:16 |
cr1901_modern | mithro: I don't think we need to replace the litex/migen.build components. Since waf is python3, just import migen/litex and call into that code instead? Use the python code to get rid of the makefiles and bash dependencies | 02:17 |
rohitksingh | mithro: I guess so. The current sample code for the audio expansion board has only audio loopback code | 02:17 |
mithro | cr1901_modern: I'm more thinking the Makefile we have and the scripts in scripts... | 02:18 |
mithro | rohitksingh: Loopback code? | 02:18 |
mithro | rohitksingh: As in the microphone is connected to the speaker? | 02:18 |
rohitksingh | yeah...LineIn to LineOut loopback | 02:18 |
rohitksingh | no LineIn to LineOut | 02:18 |
mithro | rohitksingh: https://numato.com/lm4550-ac97-stereo-audio-codec-expansion-module/ | 02:19 |
tpb | Title: LM4550 AC'97 Stereo Audio Codec Expansion Module (at numato.com) | 02:19 |
cr1901_modern | I'm more thinking the Makefile we have and the scripts in scripts... <-- could you elaborate? | 02:19 |
rohitksingh | mithro: yeah that one | 02:19 |
mithro | rohitksingh: Seems to be the same as https://github.com/timvideos/HDMI2USB-TOFE-Milkymist | 02:19 |
tpb | Title: GitHub - timvideos/HDMI2USB-TOFE-Milkymist: A board which adds control interfaces and audio for Milkymist compatibility for use with TOFE-8x hosts like the Numato Opsis. (at github.com) | 02:19 |
mithro | cr1901_modern: https://github.com/timvideos/HDMI2USB-litex-firmware/issues/335 | 02:20 |
tpb | Title: Port Makefile+setup scripts from shell+make to Python (maybe waf?) · Issue #335 · timvideos/HDMI2USB-litex-firmware · GitHub (at github.com) | 02:20 |
rohitksingh | mithro: yeah its definitely same | 02:20 |
mithro | cr1901_modern: You are not allow to do anything until I have working spi flash stuff :-P | 02:20 |
mithro | rohitksingh: So the same from there should work on the Milkymist board assuming we get the pin mapping right? | 02:21 |
cr1901_modern | mithro: Well Idk Waf :P. I know SCons (what Waf forked from). But I fully support the idea | 02:21 |
rohitksingh | mithro: yeah it should | 02:23 |
rohitksingh | mithro: brb from office... | 02:26 |
*** rohitksingh has quit IRC | 02:27 | |
jea | CarlFK[m]: hello | 02:30 |
CarlFK[m] | jea hey | 02:30 |
jea | I am setting up veyepar on gw1 for pyconau, and I have a few questions | 02:31 |
jea | things to note: this is using lca ansible, not current ansible | 02:31 |
CarlFK[m] | jea: questions? | 02:42 |
CarlFK[m] | jea: im taking off for 30 min - | 03:04 |
*** rohitksingh_work has joined #timvideos | 03:27 | |
*** CarlFK has quit IRC | 03:28 | |
*** SamSagaZ has joined #timvideos | 03:31 | |
*** CarlFK has joined #timvideos | 04:09 | |
*** ChanServ sets mode: +v CarlFK | 04:09 | |
jea | CarlFK[m]: that's fine. we went for lunch at that time too | 04:17 |
CarlFK[m] | jea: im home for the evening | 04:18 |
*** paradisaeidae_ has quit IRC | 04:20 | |
jea | CarlFK[m]: ok | 04:21 |
jea | I'm going to update veyepar to be latest, then I'll work out the config I need | 04:22 |
*** paradisaeidae_ has joined #timvideos | 04:26 | |
jea | CarlFK[m]: could you walk me through setting up veyepar to point at the remote db? | 04:40 |
*** SamSagaZ has quit IRC | 05:02 | |
CarlFK[m] | jea - sorry, laptop was muted... | 05:08 |
jea | CarlFK[m]: no worries :) | 05:08 |
*** cr1901_modern has quit IRC | 05:09 | |
jea | CarlFK[m]: I think I just found the remote db stuff | 05:09 |
CarlFK[m] | there are a bunch of files you need starting with - dj/dj/local_settings.py # db pw, smtp | 05:11 |
jea | I have all the ones you used at lca2017, so I'm guessing most of them will still be fine | 05:11 |
CarlFK[m] | https://github.com/CarlFK/video-stack-deploy/blob/master/roles/veyepar-secrets/tasks/main.yml | 05:11 |
tpb | Title: video-stack-deploy/main.yml at master · CarlFK/video-stack-deploy · GitHub (at github.com) | 05:11 |
CarlFK[m] | - dj/scripts/bling/{{ org }}/ # secret title.svg doesn't have to be in that dir, it is just how I keep them organized | 05:12 |
jea | is there a specific name for the title svg file? or just put a .svg file in that folder? | 05:13 |
CarlFK[m] | there is a field in Client - fill that in with the filename (and path under bling | 05:15 |
jea | ok | 05:16 |
CarlFK[m] | there are 2 sorta unit test like things you should run: | 05:19 |
CarlFK[m] | (veyepar) carl@twist:~/src/veyepar/dj/scripts$ python ck_setup.py | 05:19 |
CarlFK[m] | that looks at client.title, makes sure the svg exists | 05:20 |
CarlFK[m] | and a bunch of other settings that have to make sense | 05:20 |
CarlFK[m] | red needs to be fixed, yellow is questionable, green is good | 05:21 |
CarlFK[m] | (veyepar) carl@twist:~/src/veyepar/dj/scripts$ ./rt.sh | 05:35 |
CarlFK[m] | for Run Tests | 05:35 |
CarlFK[m] | mostly tests the encoder | 05:36 |
jea | CarlFK[m]: I ran the ck_setup.py script and it has loaded different config to what I expected it to | 05:43 |
jea | I've updated ~/veyepar.cfg to have pyconau, not lca, but the test still loaded lca for some reason | 05:43 |
jea | ah, there is another config file in the scripts dir | 05:45 |
*** aps has joined #timvideos | 05:49 | |
jea | CarlFK[m]: do you have ndv-169.png somewhere? (looking at lca client config and copying things across to pyconau) | 05:51 |
jea | also, what is rax? | 05:52 |
CarlFK[m] | rax = rackspace account | 06:05 |
CarlFK[m] | 1am... i need to get to bed | 06:06 |
jea | ok, no worries | 06:09 |
jea | talk to you later :) | 06:09 |
jea | I've found ndv-169.png, so don't need that anymore | 06:22 |
jea | archive.org is down at the moment, so i have taken out the config for that | 06:22 |
*** paradisaeidae_ has quit IRC | 06:35 | |
xfxf | thaytan: you around? | 09:19 |
*** Choco31415 has joined #timvideos | 09:20 | |
*** deeprave has quit IRC | 10:46 | |
*** deeprave has joined #timvideos | 10:49 | |
*** SamSagaZ has joined #timvideos | 12:32 | |
*** rohitksingh_work has quit IRC | 12:38 | |
*** Choco31415 has quit IRC | 12:45 | |
*** SamSagaZ__ has joined #timvideos | 13:02 | |
*** SamSagaZ has quit IRC | 13:05 | |
*** Choco31415 has joined #timvideos | 13:06 | |
*** SamSagaZ__ has quit IRC | 13:23 | |
*** SamSagaZ__ has joined #timvideos | 13:36 | |
*** rohitksingh has joined #timvideos | 14:24 | |
*** Choco31415 has quit IRC | 14:28 | |
*** aps has quit IRC | 14:36 | |
*** SamSagaZ__ has quit IRC | 15:18 | |
tumbleweed | mithro: paddatrapper has built me the latest atlys hdmi2usb.hex and we get the same symptoms | 15:33 |
tumbleweed | we'd love you to look, when you get a chance | 15:33 |
*** SamSagaZ__ has joined #timvideos | 15:36 | |
CarlFK[m] | tumbleweed paddatrapper - any idea why hdmi2usb.hex isn't being built by travis? | 16:02 |
paddatrapper | CarlFK[m]: In the prebuilt repo? | 16:03 |
CarlFK[m] | right | 16:03 |
tumbleweed | I think because when the build was reorganised atlys was forgotten | 16:04 |
CarlFK[m] | so add a hook to email paddatrapper so he will build it for us. easy :) | 16:05 |
CarlFK[m] | I was hoping a typo or something was discovered | 16:06 |
paddatrapper | hehe, probably should be added to the Travis build of the FX2 repo | 16:07 |
paddatrapper | (the building, not the emailing me) | 16:07 |
CarlFK[m] | https://github.com/mithro/HDMI2USB-litex-firmware/blob/master/.travis.yml#L28 | 16:16 |
tpb | Title: HDMI2USB-litex-firmware/.travis.yml at master · mithro/HDMI2USB-litex-firmware · GitHub (at github.com) | 16:16 |
CarlFK[m] | - CPU=lm32 PLATFORM=atlys SKIP_TARGETS="hdmi2usb\|video.*" | 16:16 |
CarlFK[m] | skip hdmi2usb ? | 16:16 |
CarlFK[m] | (I have no idea what that stuff really means) | 16:16 |
*** SamSagaZ__ has quit IRC | 16:42 | |
*** cr1901_modern has joined #timvideos | 16:48 | |
*** SamSagaZ__ has joined #timvideos | 16:52 | |
*** SamSagaZ__ has quit IRC | 17:33 | |
CarlFK[m] | tumbleweed (IRC): what does it take to make the current PPAs support artful? | 17:45 |
CarlFK[m] | I am trying to build a box to check a gst thing, and getting tangled up in stuff I don't really care about | 17:46 |
*** SamSagaZ__ has joined #timvideos | 17:49 | |
CarlFK[m] | nm - I think I made it happen | 17:59 |
tumbleweed | CarlFK[m]: probably copying things forward | 18:01 |
tumbleweed | I should upload mode-switch to it... | 18:01 |
CarlFK[m] | I copied vocto into the same ppa because it doesn't need any building because just python, right? | 18:02 |
CarlFK[m] | ill try copying the fpga stuff into my ppa and rebuild | 18:03 |
*** rohitksingh has quit IRC | 18:04 | |
tumbleweed | CarlFK[m]: copying binaries forward is always worth a try, yeah | 18:05 |
*** SamSagaZ__ has quit IRC | 18:27 | |
*** SamSagaZ has joined #timvideos | 18:33 | |
CarlFK[m] | tumbleweed (IRC): hey lookie: https://launchpad.net/ubuntu/+source/hdmi2usb-mode-switch/0.0.0+git20170520-1 | 18:44 |
tpb | Title: 0.0.0+git20170520-1 : hdmi2usb-mode-switch package : Ubuntu (at launchpad.net) | 18:44 |
tumbleweed | yeah, I must upload that to your PPA | 18:45 |
paddatrapper | mithro: ping? | 18:57 |
CarlFK[m] | tumbleweed (IRC): queued up for building eta 30 min: https://launchpad.net/~carlfk/+archive/ubuntu/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=artful | 19:00 |
tpb | Title: Packages in “PPA for Carl Karsten” : PPA for Carl Karsten : Carl Karsten (at launchpad.net) | 19:00 |
CarlFK[m] | Im going to lunch | 19:00 |
tumbleweed | CarlFK[m]: you can just copy the binaries, no need to rebuild | 19:06 |
tumbleweed | in fact, if you copy forward to a new series, you have to select to just copy the binaries, or it'll all fail | 19:06 |
CarlFK[m] | Hmm, somehow I asked for arm builds | 19:26 |
*** SamSagaZ has quit IRC | 19:27 | |
*** CarlFK has quit IRC | 19:41 | |
*** CarlFK has joined #timvideos | 20:06 | |
*** ChanServ sets mode: +v CarlFK | 20:06 | |
*** CarlFK has quit IRC | 20:40 | |
*** CarlFK has joined #timvideos | 20:40 | |
*** ChanServ sets mode: +v CarlFK | 20:40 | |
*** cr1901 has joined #timvideos | 20:40 | |
*** Choco31415 has joined #timvideos | 21:08 | |
*** SamSagaZ has joined #timvideos | 21:25 | |
*** Choco31415 has quit IRC | 21:55 | |
*** Choco31415 has joined #timvideos | 22:30 | |
*** SamSagaZ has quit IRC | 22:39 | |
mithro | Morning | 22:56 |
mithro | paddatrapper: pong? | 22:56 |
mithro | Hi Choco31415 | 22:56 |
tumbleweed | o/ mithro | 23:01 |
* tumbleweed pushes a branch and hopes travis will build it | 23:04 | |
tumbleweed | mithro: it's supper time here, he'll probably be back in a bit | 23:06 |
Choco31415 | mithro: Hi! | 23:11 |
mithro | tumbleweed: No worries! | 23:14 |
mithro | Choco31415: BTW My email address is [email protected] | 23:14 |
Choco31415 | mithro: Okay, thank you! | 23:14 |
Choco31415 | Is there any news from Numato? | 23:15 |
mithro | Choco31415: My understanding is that you want to record conferences? | 23:15 |
Choco31415 | mithro: Yes, especially the Ohio LinuxFest. | 23:15 |
mithro | Choco31415: When is the Ohio LinuxFest? | 23:15 |
Choco31415 | mithro: September 29-30 | 23:16 |
mithro | Choco31415: Where in Ohio is it? | 23:18 |
Choco31415 | mithro: It's in Columbus, OH, at the convention center. (Let me google it's name...) | 23:19 |
Choco31415 | Hyatt Regency, Columbus, OH | 23:19 |
mithro | Choco31415: Cool | 23:22 |
mithro | Choco31415: What is your involvement with the conference? | 23:22 |
Choco31415 | mithro: So far? I'm trying to contact them to become their streamer. I emailed them several days ago and haven't gotten a reply yet. | 23:24 |
Choco31415 | So far I've been poking around to see what the streming setup should be. | 23:26 |
mithro | Choco31415: okay, so the first thing is to figure out if they even interested in help | 23:31 |
CarlFK[m] | Choco31415 (IRC): what is the conf website? | 23:31 |
Choco31415 | CarlFK: https://ohiolinux.org | 23:32 |
tpb | Title: Ohio LinuxFest 2017 - Free and Open Software Conference and Expo (at ohiolinux.org) | 23:32 |
paddatrapper | mithro: I'm having trouble with the FIFO interface. Mainly writing to it. Do you have some reference code I can look at? | 23:33 |
Choco31415 | paddatrapper: FIFO specifically, or communicating with a FIFO program? | 23:37 |
paddatrapper | Choco31415: writing to the FX2 endpoint 2 FIFO | 23:38 |
CarlFK[m] | neat: https://ohiolinux.org/karen-sandler-to-keynote-ohio-linuxfest-2017/ | 23:39 |
tpb | Title: Karen Sandler to Keynote Ohio LinuxFest 2017 - Ohio LinuxFest (at ohiolinux.org) | 23:39 |
CarlFK[m] | Choco31415 (IRC): are there talks to video both Fri and Sat? | 23:39 |
mithro | paddatrapper: So the HDMI2USB UVC firmware uses the FIFO -- there is lots of docs on the Cypress website | 23:40 |
mithro | paddatrapper: http://www.cypress.com/documentation/application-notes/an61345-designing-ez-usbr-fx2lptm-slave-fifo-interface | 23:40 |
tpb | Title: AN61345 - Designing with EZ-USB® FX2LP™ Slave FIFO Interface | Cypress Semiconductor (at www.cypress.com) | 23:40 |
mithro | paddatrapper: https://fpga4u.epfl.ch/wiki/FX2 apparently uses the FIFO interface too | 23:41 |
tpb | Title: FX2 - Fpga4u (at fpga4u.epfl.ch) | 23:42 |
Choco31415 | CarlFK: I assume both days, although I've never been there on the first Early Bird day. | 23:42 |
Choco31415 | It costs money. | 23:42 |
paddatrapper | mithro: ok thanks. I'll check those out | 23:42 |
CarlFK[m] | Choco31415 (IRC): there may be paid tutorials - get dicey recording that kind of stuff | 23:42 |
Choco31415 | I'm tweeting to LinuxFest as a hedge. | 23:43 |
Choco31415 | CarlFK: I'll make sure to ask the speakers before hand. | 23:44 |
CarlFK | Choco31415: ah right... this wasn't part of the talk proposal.. you are in for some fun | 23:45 |
Choco31415 | CarlFK: Fun is my middle name. ;) | 23:45 |
CarlFK | Choco31415: there isn't a list of talks or speakers, right? | 23:46 |
Choco31415 | CarlFK: They will release one before hand. | 23:46 |
Choco31415 | Here's 2016: https://ohiolinux.org/schedule/ | 23:46 |
tpb | Title: Schedule - Ohio LinuxFest (at ohiolinux.org) | 23:46 |
Choco31415 | O, the keynote was on Friday. So I will most likely be streaming Friday+Saturday. | 23:47 |
CarlFK[m] | have you tried voctomix ? | 23:48 |
Choco31415 | CarlFK: I'm still leaning towards OBS. It can capture audio, mix the presentation and camera streams, and record everything live. | 23:50 |
mithro | paddatrapper: I'm looking at the version / commit issue at the moment | 23:52 |
Choco31415 | OBS is also free and open source, if that counts for anything. | 23:52 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!