*** tpb has joined #timvideos | 00:00 | |
*** CarlFK has joined #timvideos | 00:17 | |
*** ChanServ sets mode: +v CarlFK | 00:17 | |
*** CarlFK has quit IRC | 01:19 | |
*** springermac has quit IRC | 02:58 | |
*** rohitksingh_work has joined #timvideos | 03:18 | |
mithro | paddatrapper: ping? | 03:46 |
---|---|---|
paddatrapper | mithro: pong | 04:35 |
mithro | I added a bunch of issues and stuff to https://github.com/timvideos/HDMI2USB-fx2-firmware | 04:35 |
tpb | Title: GitHub - timvideos/HDMI2USB-fx2-firmware: HDMI2USB firmware for the Cypress FX2 found on the Digilent Atlys and Numato Opsis boards. (at github.com) | 04:35 |
mithro | paddatrapper: Also merged your pull request | 04:35 |
mithro | paddatrapper: You should accept the invite you just got | 04:36 |
paddatrapper | mithro: thanks I did. Will add the details to the other repo when I get to varsity | 04:36 |
*** sb0 has quit IRC | 04:37 | |
paddatrapper | I installed the udev rules package for Debian, but it still requires root for install, is there something I'm missing? | 04:37 |
paddatrapper | tumbleweed: ^^ | 04:37 |
mithro | paddatrapper: Are you in the correct group? | 04:37 |
mithro | check the permission of the file | 04:37 |
paddatrapper | Permissions are root:root | 04:38 |
mithro | Hrm -- it should be MODE:="0660", GROUP:="video" | 04:39 |
mithro | https://github.com/timvideos/HDMI2USB-mode-switch/blob/master/udev/99-hdmi2usb-permissions.rules | 04:39 |
tpb | Title: HDMI2USB-mode-switch/99-hdmi2usb-permissions.rules at master · timvideos/HDMI2USB-mode-switch · GitHub (at github.com) | 04:39 |
paddatrapper | I'll do some more debugging in a bit. I am a member of the video group | 04:40 |
tumbleweed | paddatrapper: for installing what? | 04:59 |
tumbleweed | the permissions are set for using the device, not flashing it | 04:59 |
tumbleweed | requiring root for that is pretty sensible, I THink | 04:59 |
*** sb0 has joined #timvideos | 05:10 | |
paddatrapper | Installing the hmditousb-udev package, which is supposed to allow flashing as non-root | 05:28 |
tumbleweed | I didn't intend it to | 05:29 |
tumbleweed | I don't think? | 05:29 |
mithro | flashing verses loading | 05:29 |
tumbleweed | although, reading the rules, it should | 05:30 |
tumbleweed | which usb device ID are we talking about? | 05:31 |
paddatrapper | Just driving. Will be back in about 30 minutes | 05:32 |
tumbleweed | kk | 05:33 |
* paddatrapper loves morning traffic... | 06:04 | |
paddatrapper | tumbleweed: I was under the impression that the udev rules would allow using the hdmi2usb-mode-switch command to load new FX2 firmware as a member of the video group, which I currently am unable to do | 06:06 |
paddatrapper | You have packaged the udev rules as hdmi2usb-udev, which I installed on Debian sid, or are those Debconf specific? | 06:07 |
paddatrapper | See mithro's comment: https://github.com/timvideos/HDMI2USB-fx2-firmware/pull/2 | 06:08 |
tpb | Title: Makfile: Use correct file paths and set variables by paddatrapper · Pull Request #2 · timvideos/HDMI2USB-fx2-firmware · GitHub (at github.com) | 06:08 |
paddatrapper | usb idVendor=2a19, idProduct=5442 | 06:08 |
paddatrapper | (HDMI2USB.tv - Numato Opsis Board) | 06:09 |
*** rohitksingh_work has quit IRC | 06:18 | |
tumbleweed | nope, not debconf-specific | 06:26 |
tumbleweed | there's certainly nothing to set such permissions on the 5442 device | 06:26 |
tumbleweed | oh, no, that's done via ID_HDMI2USB/1 | 06:28 |
tumbleweed | =1 | 06:28 |
tumbleweed | so, what are the permissions on the dvice? | 06:28 |
paddatrapper | -rw-rw---- 1 root video 4096 May 19 08:03 /sys/bus/usb/devices/1-2:1.0/driver/unbind | 06:31 |
paddatrapper | let me just test again... as that is now right | 06:31 |
tumbleweed | were you in the video group when you logged in? | 06:31 |
tumbleweed | common unix mistake is adding yourself to a group, and not logging in again | 06:32 |
paddatrapper | last time I tested the device was root:root | 06:33 |
paddatrapper | working now, thanks :) | 06:33 |
*** rohitksingh_work has joined #timvideos | 06:33 | |
mithro | paddatrapper: So, you should be looking at getting the serial port working | 07:09 |
paddatrapper | mithro: ok cool. is that serial over the FX2 chip or via a separate UART -> USB board | 07:10 |
paddatrapper | ? | 07:10 |
mithro | paddatrapper: I think I sent you a pmod FTDI? | 07:10 |
paddatrapper | yes you did | 07:10 |
mithro | paddatrapper: you want it for being able to output debugging information while the board is doing other things | 07:11 |
paddatrapper | ok cool. I'll get that working then | 07:11 |
mithro | paddatrapper: look at softserial stuff | 07:12 |
mithro | paddatrapper: have to be careful though, as you can end up effecting things by adding debug prints by making them to take to long | 07:13 |
paddatrapper | mithro: softserial? All the links I'm getting are for the arduino SoftwareSerial library | 07:14 |
mithro | https://github.com/timvideos/HDMI2USB-fx2-firmware/blob/master/hdmi2usb/softserial.c | 07:15 |
tpb | Title: HDMI2USB-fx2-firmware/softserial.c at master · timvideos/HDMI2USB-fx2-firmware · GitHub (at github.com) | 07:15 |
paddatrapper | mithro: ah that makes more sense | 07:23 |
*** rohitksingh_work has quit IRC | 08:21 | |
*** rohitksingh_work has joined #timvideos | 08:25 | |
mithro | https://github.com/mangini/gdocs2md | 09:45 |
tpb | Title: GitHub - mangini/gdocs2md: Convert a Google Drive Document to the Markdown format, suitable for publishing. (at github.com) | 09:45 |
mithro | That looks pretty cool | 09:45 |
*** sb0 has quit IRC | 12:27 | |
*** rohitksingh_work has quit IRC | 12:36 | |
*** sb0 has joined #timvideos | 13:01 | |
*** rohitksingh has joined #timvideos | 13:15 | |
*** rohitksingh has quit IRC | 13:45 | |
*** CarlFK has joined #timvideos | 14:08 | |
*** ChanServ sets mode: +v CarlFK | 14:08 | |
tumbleweed | CarlFK: o/ from pycon.us (I'm sitting next to an xfxf) | 16:25 |
*** springermac has joined #timvideos | 16:29 | |
CarlFK | tumbleweed: !!! | 16:49 |
CarlFK | xfxf: !!! | 16:50 |
CarlFK | xfxf: It's like going camping with all the benefits of staying home | 16:50 |
CarlFK | FB wouldn't let me post that. or anything. "you have too many tabs." | 16:51 |
tumbleweed | :P | 16:52 |
xfxf | CarlFK: you Americans and your stove kettles | 17:01 |
xfxf | most Australians didn't know that electric kettles aren't a thing here until about 3 months ago when it blew up on social media | 17:01 |
tumbleweed | you can get real kettles here. Even some decent ones | 17:01 |
xfxf | It is literally amazing to us :P | 17:01 |
xfxf | nobody uses electric ones! | 17:02 |
* tumbleweed does | 17:02 | |
tumbleweed | we have one at the office too (but that could be because there's no stove top there :P or because it's a south african company) | 17:02 |
xfxf | yes but I assume you're used to using one :P | 17:02 |
xfxf | I asked my airbnb'er about it and was stared at blankly | 17:03 |
tumbleweed | lol | 17:03 |
tumbleweed | I've actually got one at an airbnb, before | 17:03 |
tumbleweed | but that could have been because it was in chinatown. It was a weird kettle that was clearly meant for tea | 17:04 |
*** CarlFK has quit IRC | 17:36 | |
*** CarlFK has joined #timvideos | 18:05 | |
*** ChanServ sets mode: +v CarlFK | 18:05 | |
*** rohitksingh has joined #timvideos | 18:23 | |
*** rohitksingh has quit IRC | 18:56 | |
*** Ishan_Bansal has joined #timvideos | 19:35 | |
*** Ishan_Bansal has quit IRC | 21:25 | |
*** CarlFK has quit IRC | 22:00 | |
*** CarlFK has joined #timvideos | 22:04 | |
*** ChanServ sets mode: +v CarlFK | 22:04 | |
*** CarlFK has quit IRC | 22:41 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!