*** tpb has joined #timvideos | 00:00 | |
*** skay_ has quit IRC | 00:10 | |
*** CarlFK has quit IRC | 00:24 | |
shenki | mithro: morning | 01:10 |
---|---|---|
CARAM_ | mithro: around? | 01:33 |
*** mparuszewski has quit IRC | 01:41 | |
mithro | CARAM_: I am now | 02:32 |
CARAM_ | mithro: question about streaming system website | 03:13 |
CARAM_ | I assume whatever goes in website/private/requirements.txt is important? | 03:13 |
CARAM_ | or does anything go there at all? | 03:14 |
CARAM_ | also, there is a very minor change to a website script eventfeed2internal.py that needs to be made for it to work properly, should I just submit a pull request? | 03:17 |
mithro | yes | 03:25 |
*** tija has joined #timvideos | 03:40 | |
*** CarlFK has joined #timvideos | 03:42 | |
*** ChanServ sets mode: +v CarlFK | 03:42 | |
*** tvCommitBot has joined #timvideos | 03:53 | |
tvCommitBot | [streaming-system] maxstr opened pull request #61: eventfeed2internal fix (master...master) http://git.io/l5Z1DQ | 03:53 |
*** tvCommitBot has left #timvideos | 03:53 | |
tija | While trying makefile for drivers of UART-USB chip I am getting this error. http://pastebin.com/fEJWcCrV | 04:51 |
tpb | Title: Error - Pastebin.com (at pastebin.com) | 04:51 |
tija | Any with the fix? | 04:51 |
tija | Joelw: Ping? | 05:04 |
shenki | tija: the driver is written for a different (older?) version of the kernel | 05:16 |
shenki | tija: we can try forward porting it if you like. where can i find the source code? | 05:17 |
tija | shenki: http://www.exar.com/common/content/default.aspx?id=10296 | 05:17 |
tpb | Title: Software Driver Use Terms (at www.exar.com) | 05:17 |
tija | shenki: atlys uses XR21V1410 | 05:18 |
mithro | CARAM_: the requirements.txt in private is used when deploying the system rather than when developing | 05:29 |
mithro | CARAM_: will we start seeing daily snippets from you now? | 05:29 |
Joelw | tija: Hi! | 05:33 |
tija | Joelw: Hi! You mentioned you have used UART on atlys board, right? | 05:34 |
Joelw | That's right | 05:34 |
Joelw | Anything you want to know? :) | 05:36 |
tija | Joelw: I am having problems installing drivers on my ubuntu. Did you have any? | 05:36 |
Joelw | Sorry, I've only ever tried using it on OS X, which didn't have any problems with the manufacturer's drivers | 05:37 |
tija | Joelw: There seems to be a problem with the drivers on linux | 05:40 |
Joelw | Dunno. It says "3.5.x and newer", but there's a good chance it hasn't been tested on 3.11 | 05:43 |
Joelw | I'd be inclined to change to a 3.5 kernel and see if that works. Life's too short to waste all your time on little things that aren't related to what you're actually supposed to be doing! :) | 05:44 |
tija | Joelw: True! Will test my UART on windows. Hope drivers work there. | 05:46 |
Joelw | Yeah, probably a bit easier to do that! :) | 05:46 |
shenki | tija: if you want to use it on linux, this should work: https://github.com/shenki/exar-uart-driver | 05:53 |
tpb | Title: shenki/exar-uart-driver · GitHub (at github.com) | 05:53 |
tija | shenki: that was pretty quick :D | 05:54 |
shenki | tija: :) it took longer to put it on github than it did to fix the problems | 05:56 |
shenki | it's annoying that our friends at exar haven't upstreamed their driver | 05:56 |
shenki | they've gone to the trouble of writing it, it's well written, obeys the kernel coding standards | 05:56 |
shenki | yet everyone suffers because they haven't upstreamed it | 05:56 |
shenki | </rant> | 05:57 |
CARAM_ | mithro: yes, sorry for the sparse communication thus far. things were far more hectic this week than I could have realized. | 06:07 |
shenki | tija: did it work? | 06:16 |
tija | shenki: Yes! | 06:19 |
shenki | tija: cool | 06:25 |
shenki | we should upstream the driver | 06:25 |
shenki | i wonder how far it is away from being a cdc device... | 06:26 |
tija | shenki: wait! I haven't tested it on hardware! I meant makefile work :D | 06:26 |
shenki | ah okay | 06:29 |
shenki | that part was to be expected :) | 06:29 |
*** tija has quit IRC | 06:48 | |
*** tija has joined #timvideos | 06:59 | |
tija | shenki: it is working!! | 06:59 |
shenki | tija: excellent | 07:02 |
shenki | tija: im reading through the driver and comparing it to the code that exar based it on | 07:02 |
shenki | tija: they have essentially just replaced the names of the functions and structures with their own, and deleted comments - no extra code | 07:02 |
shenki | the only functionality they added was a set of ioctls for getting/setting some internal registers and state | 07:03 |
tija | But I am having a problem. I used lsusb and it showed exar driver and then dmesg showed UART to usbt is connected to ttyUSB1. | 07:06 |
tija | But now gtkterm is not opening up | 07:06 |
tija | terminal is hung | 07:06 |
Joelw | I usually just use screen /dev/ttyUSB1 9600 | 07:10 |
*** tija has quit IRC | 07:10 | |
*** slomo has joined #timvideos | 07:11 | |
*** slomo has joined #timvideos | 07:11 | |
*** tija has joined #timvideos | 07:13 | |
Joelw | tija: I usually just use screen /dev/ttyUSB1 9600 | 07:13 |
Joelw | No reason that gtkterm shouldn't work though | 07:13 |
tija | http://paste.ubuntu.com/7571216/ | 07:14 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 07:14 |
tija | http://paste.ubuntu.com/7571233/ | 07:15 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 07:15 |
shenki | tija: which device did you use? the documentation suggests that 4 devices will show up | 07:24 |
tija | shenki:atlys board | 07:24 |
tija | shenki: I am using this blog post to set things up. http://www.rte.se/blog/blogg-modesty-corex/adding-serial-terminal | 07:28 |
tpb | Title: Blog post | Realtime Embedded (at www.rte.se) | 07:28 |
*** tija has quit IRC | 07:36 | |
*** tija has joined #timvideos | 07:53 | |
tija | shenki: Things are working in windows! And yes my UART code is also working on Hardware! | 07:56 |
shenki | tija: good work! | 07:57 |
shenki | tija: can you send me the bitstream? I would like to try it on my board too | 07:57 |
tija | shenki: I am going for lunch. I will come back and send it to you. | 07:59 |
shenki | ok | 07:59 |
*** tija has quit IRC | 08:26 | |
*** tija has joined #timvideos | 08:35 | |
*** rohitksingh has joined #timvideos | 08:36 | |
*** Niharika has joined #timvideos | 08:40 | |
*** tija has quit IRC | 08:42 | |
*** rohitksingh has quit IRC | 09:26 | |
*** rohitksingh1 has joined #timvideos | 09:26 | |
*** rohitksingh has joined #timvideos | 09:27 | |
*** rohitksingh has quit IRC | 09:31 | |
*** rohitksingh has joined #timvideos | 09:35 | |
*** Niharika has left #timvideos | 09:53 | |
*** sarwarc has joined #timvideos | 10:36 | |
*** sarwarc has quit IRC | 11:52 | |
*** mparuszewski has joined #timvideos | 12:46 | |
*** rohitksingh1 has joined #timvideos | 13:22 | |
mithro | is the planet broken for anyone else? | 13:24 |
mithro | mparuszewski: poke? | 13:24 |
*** rohitksingh has quit IRC | 13:24 | |
mparuszewski | hello mithro | 13:32 |
mithro | mparuszewski: the planet appears to be broken? | 13:32 |
mparuszewski | I've noticed that, I'll check that. | 13:33 |
*** rohitksingh has joined #timvideos | 13:33 | |
mparuszewski | First look doesn't tell me whats wrong. | 13:33 |
mparuszewski | Main page is missing and there is a page that refresh every second. And in repository everything is fine. | 13:34 |
mparuszewski | I'll rebuild that and then check. | 13:34 |
*** rohitksingh1 has quit IRC | 13:35 | |
mithro | mparuszewski: that page I think comes from https://github.com/timvideos/getting-started/blob/master/planet/index.html | 13:35 |
tpb | Title: getting-started/planet/index.html at master · timvideos/getting-started · GitHub (at github.com) | 13:35 |
mparuszewski | oh, you are right, I'll remove that definitely. | 13:40 |
*** tvCommitBot has joined #timvideos | 13:56 | |
tvCommitBot | [getting-started] pinoss pushed 1 new commit to master: http://git.io/j_m3tA | 13:56 |
tvCommitBot | getting-started/master c29a577 Maciej Paruszewski: Remove planet because of unaccessible planet.timvideos.us | 13:56 |
*** tvCommitBot has left #timvideos | 13:56 | |
mithro | mparuszewski: you need to push to the wiki github and then the auto-script will push it to the base repo and do the generation | 13:57 |
mparuszewski | Ok. I don't know why but I can't login to ssh. | 14:11 |
*** rohitksingh1 has joined #timvideos | 14:19 | |
*** rohitksingh has quit IRC | 14:21 | |
mithro | mparuszewski: what does it say? | 14:22 |
mithro | you can use "ssh -v" to get better debugging output | 14:23 |
mithro | mparuszewski: it looks like the server is overloaded | 14:25 |
mithro | mparuszewski: we should put some type of lock around the generate script so only one runs at one time | 14:26 |
mithro | mparuszewski: my guess is that there are a lot of generate.sh's or similar running | 14:26 |
CarlFK | mithro: https://github.com/timvideos/streaming-system/pull/61 how can I get that to test it? (if I have to run patch I give up - I am hoping there is a git get-pull-request kind of thing..) | 14:27 |
tpb | Title: eventfeed2internal fix by maxstr · Pull Request #61 · timvideos/streaming-system · GitHub (at github.com) | 14:27 |
CarlFK | like can I pull it into my fork? | 14:27 |
*** rohitksingh has joined #timvideos | 14:27 | |
mithro | CarlFK: aparently like this https://gist.github.com/piscisaureus/3342247 | 14:28 |
tpb | Title: Checkout github pull requests locally (at gist.github.com) | 14:28 |
mithro | heading to bed now | 14:29 |
*** rohitksingh1 has quit IRC | 14:30 | |
mithro | CARAM_: comment posting on your blog doesn't appear to work? Or I'm getting spam filtered? | 14:31 |
mparuszewski | mithro: I will do research and find solution to lock script to runs only at one time | 14:51 |
mparuszewski | can we fix that now, even if I can't log in? | 14:52 |
*** ayush3504 has joined #timvideos | 14:53 | |
*** ayush3504 has quit IRC | 15:18 | |
*** rohitksingh1 has joined #timvideos | 15:21 | |
*** rohitksingh has quit IRC | 15:21 | |
*** Niharika has joined #timvideos | 15:53 | |
*** rohitksingh1 has quit IRC | 16:16 | |
*** rohitksingh has joined #timvideos | 16:17 | |
*** Niharika is now known as Niharika|afk | 16:18 | |
*** tija has joined #timvideos | 16:22 | |
*** slomo has quit IRC | 16:33 | |
*** slomo has joined #timvideos | 17:24 | |
*** tija has quit IRC | 17:45 | |
*** Niharika|afk has left #timvideos | 18:58 | |
*** Niharika|afk has quit IRC | 18:59 | |
*** sarwarc has joined #timvideos | 19:00 | |
*** slomo has quit IRC | 19:23 | |
*** ayush3504 has joined #timvideos | 20:59 | |
*** rohitksingh1 has joined #timvideos | 21:22 | |
*** rohitksingh has quit IRC | 21:22 | |
aps-sids | mparuszewski: ping? | 22:19 |
mparuszewski | aps-sids: pong | 22:20 |
aps-sids | mparuszewski: I edited my blog post just now (week number was wrong) and two posts are being shown in planet now. | 22:21 |
aps-sids | Any way to fix that? | 22:21 |
aps-sids | or this kind of functionality in general? | 22:22 |
aps-sids | I edited title basically. | 22:22 |
aps-sids | so, planet took it as two different posts. | 22:23 |
mparuszewski | Planet looks into your feed.xml and if there are new posts it downloads them and then they are rendered, I will check if I am able to add a comparer to remove posts that are almost the same | 22:24 |
mparuszewski | But planet cannot say if you created new post or edited last one, it is stateless, it looks at your feed and downloads everything what is new | 22:25 |
aps-sids | mparuszewski: These are not different posts. I deleted a post and added a new one. Planet still has the deleted post in it (url is same as new post). | 22:26 |
aps-sids | Does the planet act if something is removed from feed? | 22:26 |
CarlFK | I wold ignore the extra entry. it will drift away soon enough. | 22:26 |
mparuszewski | Ok, now I understand. This is a kind of functionality, planet archives all posts, it can only download new posts, doesn't look at already saved | 22:27 |
mparuszewski | I'll fix that manually :) | 22:27 |
puck | Is the planet public yet? | 22:31 |
aps-sids | puck: http://planet.timvideos.us/ | 22:31 |
tpb | Title: TimVideos.us Planet - Developers News (at planet.timvideos.us) | 22:31 |
puck | aps-sids: groovey, thanks | 22:31 |
CarlFK | http://code.timvideos.us/ 404 | 23:10 |
CarlFK | does someone have the URL of the firmware loader ? | 23:10 |
*** rohitksingh has joined #timvideos | 23:21 | |
*** rohitksingh1 has quit IRC | 23:24 | |
*** tija has joined #timvideos | 23:26 | |
mparuszewski | CarlFK: you can reach a copy of code.timvideos.us at http://pinoss.github.io/home/ | 23:33 |
tpb | Title: Tim Videos - Live Event Streaming - Getting Started (at pinoss.github.io) | 23:33 |
mparuszewski | I will check whats wrong with code.timvideos.us | 23:33 |
CarlFK | thanks | 23:33 |
*** tvCommitBot has joined #timvideos | 23:47 | |
tvCommitBot | [getting-started] timvideos-website pushed 2 new commits to master: http://git.io/HCHmjA | 23:47 |
tvCommitBot | getting-started/master 238645c Maciej Paruszewski: Remove planet redirection because of inaccessible planet.timvideos.us | 23:47 |
tvCommitBot | getting-started/master de04e17 Tim Videos Website Generator: Merge branch 'master' of github.com:timvideos/getting-started | 23:47 |
*** tvCommitBot has left #timvideos | 23:47 | |
*** sarwarc has quit IRC | 23:55 | |
mparuszewski | Now all should work :) | 23:56 |
mparuszewski | http://timvideos.github.io/Home.html | 23:57 |
tpb | Title: Tim Videos - Live Event Streaming - Getting Started! (at timvideos.github.io) | 23:57 |
mparuszewski | I don't know why code.timvideos.us doesn't work, but in few minutes all should work. | 23:58 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!