| [01:44] | <JoeBorn> | nerochiaro, you around? |
| [02:18] | <vmarks> | sssshhhh. |
| [02:18] | <vmarks> | don't rouse nerochiaro. |
| [05:11] | <AsGF2MX> | back |
| [05:44] | <nerochiaro> | JoeBorn: i'm around now |
| [05:44] | <nerochiaro> | JoeBorn: still there ? |
| [05:45] | <JoeBorn> | yep, I'm here. |
| [05:46] | <JoeBorn> | how do you feel about taking on the electronic programming guide project? |
| [05:46] | <JoeBorn> | any interest? |
| [05:47] | <nerochiaro> | JoeBorn: sounds interesting, it depends on how much integration with osdmain is needed |
| [05:47] | <nerochiaro> | also, which sources are you thinking about for it ? xmltv ? |
| [05:48] | <JoeBorn> | www.zap2it.com I guess |
| [05:49] | <nerochiaro> | JoeBorn: is that US-only ? |
| [05:50] | <JoeBorn> | not sure, I'm just reading an email, I just forwarded to you about EPG from vmarks |
| [05:51] | <JoeBorn> | he knows a lot more about it than me. |
| [05:51] | <JoeBorn> | he mentions xmltv in there too |
| [05:51] | <nerochiaro> | looking |
| [05:52] | <nerochiaro> | seems vmarks did a very good analysis there |
| [05:52] | <JoeBorn> | yeah, he knows this stuff. |
| [05:53] | <JoeBorn> | I assume he's sleeping now, but he's offered to consult on the project. |
| [05:56] | <nerochiaro> | well, it sure seems an interesting project. I think it might be handled entirely on the OSD, it should be possible |
| [05:56] | <JoeBorn> | what do you mean? |
| [05:57] | <nerochiaro> | i mean that vmarks is suggesting using a PC-side application to sync the schedules. I think that's not necessary. It might make things easier though |
| [06:04] | <nerochiaro> | JoeBorn: anyway, i will investigate this a bit, talk to vmarks, put down some ideas |
| [06:04] | <JoeBorn> | oh, right, yeah it would be cool to do everything on the OSD, agree with that. |
| [06:04] | <anders_> | Hahaha "and blessed be the folks that helped lower the standard of journalism to the point you could write about things without having to pretend you even have a vague understanding of what they mean!" |
| [06:04] | <nerochiaro> | anders_: yeah, i chuckled on that too :) |
| [06:04] | <JoeBorn> | well, thanks for the feedback, I'm glad you guys thought it was funny. |
| [06:05] | <JoeBorn> | I really don't get much feedback on OdNT |
| [06:06] | <anders_> | Is there some nice way to see what patches there are on nano-x? |
| [06:06] | <nerochiaro> | anders_: aside of a diff on original source, i don't think so. |
| [06:07] | <anders_> | nerochiaro: That doesn't really qualify as "nice" to me. |
| [06:07] | <nerochiaro> | anders_: i know :) Gao and the team might know more, but i'm not sure they bothered preparing patch sets for the things they changed |
| [06:08] | <anders_> | I wish the buildenvironment was like openwrt's. |
| [06:10] | <nerochiaro> | anders_: were there really lots of changes on nano-x anyway ? |
| [06:11] | <JoeBorn> | what do you mean "like openwrt's?" |
| [06:12] | <anders_> | JoeBorn: An external package is defined like this in openwrt's buildroot: nbd.name |
| [06:12] | <JoeBorn> | anyway, we're going home, will try to be back online in a couple hours. |
| [06:13] | <nerochiaro> | i'm going to lunch too |
| [06:13] | <anders_> | The pristine source is not even included. Only patches. |
| [06:14] | <JoeBorn> | oh, I see. |
| [06:14] | <nerochiaro> | anders_: one thing that makes me a bit uncomfortable there |
| [06:14] | <JoeBorn> | I don't really know enough to fully appreciate that. |
| [06:14] | <nerochiaro> | anders_: is the way they crate this complex makefile hack, and you build your own reciped upon that |
| [06:15] | <nerochiaro> | anders_: but if something is not right, i am sure it's hell trying to fix it |
| [06:15] | <JoeBorn> | nerochiaro, "they" being openwrt? |
| [06:15] | <nerochiaro> | yes |
| [06:16] | <nerochiaro> | "Through what can only be described as blatant disregard and abuse of the traditional make format, the makefile has been transformed into an object oriented template which simplifies the entire ordeal" |
| [06:16] | <anders_> | nerochiaro: Yes, their makefile magic is a bit scary at times. |
| [06:16] | <JoeBorn> | oh. |
| [06:17] | <nerochiaro> | anders_: i'm sure as long as it works it's peachy. but i don't even want to start and try to understand what's under the hood |
| [06:17] | <nerochiaro> | make alone gives me headaches at times |
| [06:18] | <anders_> | nerochiaro: I was mostly referring to their handling of patches. By putting each change in a separate patch file in a patches/ directory and not even shipping the source. |
| [06:18] | <nerochiaro> | oh, yes, that is very good |
| [06:18] | <anders_> | Which makes it trival to see what changes has been done. And also makes it very easy to change upstream version. |
| [06:19] | <nerochiaro> | well, you probably have to throw away and change some patches if you change upstream, but i agree |
| [06:20] | <anders_> | Yes, but finding what patches that needs to be changed/removed is much easier. |
| [06:21] | <nerochiaro> | it can already be done on top of our current system |
| [06:22] | <nerochiaro> | just it's too late now |
| [06:22] | <nerochiaro> | also sometimes order of patches is important |
| [06:23] | <anders_> | Yes. That is why you call them 001-what_it_does.patch 002-... |
| [06:23] | <nerochiaro> | anders_: ever seen the version control system called "darcs" ? |
| [06:23] | <anders_> | Never used it. |
| [06:23] | <nerochiaro> | it works on this exact principle |
| [06:24] | <anders_> | Seen quilt? :) |
| [06:25] | <nerochiaro> | nope |
| [06:25] | <nerochiaro> | linkie ? |
| [06:26] | <anders_> | savannah.nongnu.org |
| [06:29] | <nerochiaro> | anders_: point is, there are many ways of managing that, but it have to be started from initial import. it's a bit too late now |
| [06:30] | <anders_> | Indeed. |
| [06:31] | <nerochiaro> | lunch! |
| [06:31] | <nerochiaro> | be back later |
| [06:51] | <anders_> | Mixed line endings *sigh* |
| [07:00] | <AsGF2MX> | ? |
| [07:23] | <anders_> | Some files has mixed LF / CRLF line endings. |
| [07:38] | <nerochiaro> | anders_: doesn't surprise me since there's also no consistent rule for writing code |
| [08:01] | <AsGF2MX> | Oh |
| [08:03] | <AsGF2MX> | Is there a VM appliance being released with all the stuff setup and ready to use for development? |
| [08:04] | <nerochiaro> | AsGF2MX: an appliance ? |
| [08:04] | <AsGF2MX> | The stuff that you can play using VMPlayer...aren't they termed VM appliances? |
| [08:05] | <nerochiaro> | ah, not sure. anyway crweb said he was working on that |
| [08:06] | <AsGF2MX> | nerochiaro: It can't be that difficult...can it? |
| [08:07] | <nerochiaro> | i suppose not, but not having tried myself i'm not sure |
| [08:07] | <AsGF2MX> | nerochiaro: I mean seeing as he's got everything setup on his PC - tried and tested configs |
| [08:08] | <nerochiaro> | yes, but what's below these that have to be setup. a minimal debian-based system that can support the build |
| [08:08] | <nerochiaro> | putting the dev env on top of that is probably the easy part |
| [08:09] | <AsGF2MX> | I suppose |
| [08:09] | <AsGF2MX> | but when you say minimal, what do you mean? |
| [08:10] | <nerochiaro> | a debian-based linux system that you can boot into and be ready to do developement. which means it doesn't need a lots of stuff from a full blown system, but also needs to be careful to have everything we need |
| [08:11] | <AsGF2MX> | So sort of absolute-necessities only |
| [08:11] | <nerochiaro> | indeed |
| [08:12] | <nerochiaro> | also i'm not familiar with vmware player |
| [08:12] | <nerochiaro> | but there have to be a way to interact with that env from outside |
| [08:12] | <AsGF2MX> | I've used VMPlayer in windows - I actually used it to try Linux out before I gave it its own partition and set it up. |
| [08:13] | <AsGF2MX> | You can access the optical drive and the network |
| [08:13] | <AsGF2MX> | with respect to serial port, I'm sure it's possible just have to find out how |
| [08:14] | <nerochiaro> | so probably the system inside vmware have to be setup to read all actual source from an network mounted disk |
| [08:14] | <nerochiaro> | otherwise it would make no sense |
| [08:16] | <AsGF2MX> | Well |
| [08:16] | <AsGF2MX> | Using shares is an issue |
| [08:17] | <nerochiaro> | well, any other way to exchange data with the outside ? |
| [08:17] | <AsGF2MX> | But you can still store files inside its virtual disk |
| [08:17] | <AsGF2MX> | Data exchange of what sort? |
| [08:18] | <nerochiaro> | i mean, you have to be able to put new sources inside the vm env. and to take them out (or to take out the binaries you produce) |
| [08:18] | <nerochiaro> | otherwise you're developing in a bubble, what is that useful for ? |
| [08:21] | <AsGF2MX> | Oh |
| [08:21] | <AsGF2MX> | I think we'll need two setups for that |
| [08:22] | <AsGF2MX> | If the thing is being run on windows |
| [08:23] | <AsGF2MX> | Use SMB shares , Linux NFS... but you'll have to remember to copy them out once you're done working in the bubble so to speak...I suppose you'd need shares |
| [08:42] | <AsGF2MX> | nerochiaro: a little digging and I came across this rougebob.com |
| [08:43] | <AsGF2MX> | may not be much but at least indicates that there is a possibility of mounting a real disk (not the virtual disk) within VMPlayer |
| [08:45] | <nerochiaro> | i think many will find messing with partitions unacceptable |
| [08:45] | <nerochiaro> | i'm sure there's a simpler way, like sharing a disk image |
| [08:46] | <nerochiaro> | or a partition image |
| [08:46] | <nerochiaro> | but messing with real partitions are big no no |
| [08:46] | <AsGF2MX> | I suppose |
| [08:47] | <AsGF2MX> | But if setting up shares is the best way to go, won't that get a little messy? |
| [08:48] | <nerochiaro> | still better than risking to mess up something in the partitions table |
| [08:49] | <AsGF2MX> | Agreed |
| [08:49] | * nerochiaro is considering curling up into a ball and sleeping for a few hours | |
| [08:49] | <AsGF2MX> | Meeting? |
| [08:49] | <Ycros> | what are we talking about? |
| [08:50] | <nerochiaro> | AsGF2MX: when is that ? |
| [08:50] | <AsGF2MX> | Wait...no lunch with gao today? |
| [08:50] | <nerochiaro> | Ycros: we were talking about how is possible to share data from a vmware machine to the outside |
| [08:50] | <nerochiaro> | AsGF2MX: no idea |
| [08:51] | <Ycros> | nerochiaro: network |
| [08:51] | <AsGF2MX> | nerochiaro: hang on let me double check |
| [08:51] | <Ycros> | samba/ftp/nfs |
| [08:51] | <nerochiaro> | Ycros: yeah, but could me messy to setup. i suppose it's the only way anyway |
| [08:52] | <Ycros> | messy to setup? |
| [08:53] | <nerochiaro> | well, you have to setup nfs shares or an ftp server. i'm not saying it's hard, we were just wondering if there was any more straightforward solution |
| [08:53] | <Ycros> | just use samba |
| [08:54] | <AsGF2MX> | The last meeting was on Saturday at 4PM...there is a meeting today isn't there? |
| [08:54] | <Ycros> | samba generally just works from the outside |
| [08:54] | <nerochiaro> | AsGF2MX: there's a meeting 9 hours from now, more or less, if you're interested |
| [08:54] | <Ycros> | on most operating systems |
| [08:54] | <nerochiaro> | AsGF2MX: it's for users, not devs. too bad i won't be able to be there this time too |
| [08:54] | <AsGF2MX> | nerochiaro: The user meeting? I'll probably be there |
| [08:55] | <nerochiaro> | Ycros: ok |
| [08:55] | <AsGF2MX> | JoeBorn: Is there a meeting in an hour? |
| [08:55] | <nerochiaro> | no |
| [08:55] | <nerochiaro> | not that i know of |
| [08:55] | <AsGF2MX> | Oh |
| [08:55] | <nerochiaro> | where did you see that ? |
| [08:55] | <JoeBorn> | no, it's in 8 hours or so |
| [08:56] | <AsGF2MX> | I didn't I just assumed there's a weekly european hacker meeting at the same time |
| [08:56] | <AsGF2MX> | Like the US one |
| [08:57] | <AsGF2MX> | When I check ODNT, the meeting seemed routine - 13th then 20th... |
| [08:59] | <AsGF2MX> | So when is the next meeting for the european devs? |
| [09:02] | <nerochiaro> | AsGF2MX: keep an eye on odnt and you'll find out |
| [09:03] | <AsGF2MX> | nerochiaro: Will do, just making sure I didn't miss it |
| [09:05] | <AsGF2MX> | Let me quickly sift through the last meeting's IRC log |
| [10:16] | <arkla> | hi all, anybody awake here? downloaded Darren's gapless software for the N II yesterday, works great, it's somewhat faster than the Nueros official i had on too, like scrolling when playing for example. anybody know what the possibility of merging this gapless code into the official one is? not that i really want that, but i liked the play queue and the DJ speed thing was useful for not having to retune my guitar to play along and also for slowing stuff down t |
| [10:17] | <Ya-Nvr-No> | where did ya fid it |
| [10:17] | <Ya-Nvr-No> | find |
| [10:17] | <nerochiaro> | arkla: the chances are really slim, i think |
| [10:18] | <nerochiaro> | arkla: nobody that i know of is still actively working on the N2 |
| [10:18] | <nerochiaro> | arkla: but then again i didn't know of that gapless version, so i'm a bit out of the N2 loop obviously |
| [10:19] | <Ya-Nvr-No> | I've posted several time with no reply "How can I turn on and off the record feature on the OSD via the network? |
| [10:19] | <nerochiaro> | Ya-Nvr-No: posted where ? |
| [10:19] | <nerochiaro> | in mailing list ? |
| [10:19] | <Ya-Nvr-No> | Tell me there is a script I can use |
| [10:20] | <nerochiaro> | Ya-Nvr-No: where did you post about that ? |
| [10:20] | <Ya-Nvr-No> | Sorry I was assuming he was talking about the OSD |
| [10:21] | <Ya-Nvr-No> | in the I Need Help forum |
| [10:21] | <Ya-Nvr-No> | and the Google forum |
| [10:21] | <nerochiaro> | oh, ok, i've seen that |
| [10:22] | <arkla> | It's a shame, it would be great to have gapless functionality with the other good stuff from the last official release. |
| [10:22] | <arkla> | tetris could stay out... |
| [10:22] | <Ya-Nvr-No> | Is there a script that would Start and Stop Recording using the Built-in Commands at the "#" Prompt? |
| [10:22] | <Ya-Nvr-No> | I would like to remotely start and stop the Record function via the network without the serial port interface. |
| [10:22] | <Ya-Nvr-No> | Or is there a circuit layout that would give me the contact points to turn on the record function and then turn it off. I could wire a remote device to that feature. |
| [10:22] | <Ya-Nvr-No> | My unit is in a different location in my house and I would like to beable to start it quickly online. |
| [10:22] | <Ya-Nvr-No> | Thanks for any help. |
| [10:23] | <arkla> | a link to the gapless firmware is here open.neurosaudio.com |
| [10:23] | <arkla> | or here |
| [10:23] | <arkla> | www.firelikethis.com |
| [10:23] | <Ya-Nvr-No> | well how come I dont get "get lost" at least, lol |
| [10:23] | <nerochiaro> | arkla: i understand that, but officially neuros can't do it, since the product is end-of-the-line. and frankly i don't feel like messing up again with the N2. but why Darren didn't just do the merge himself ? |
| [10:24] | <shirour> | nerochiaro: hi, what's up? |
| [10:24] | <arkla> | yeah i don't understand that either, and i don't see any mention of it on the sorune site, and certainly no source |
| [10:25] | <nerochiaro> | Ya-Nvr-No: to do what you ask you can either write a program that uses nmsd to record and listens to the network for start/stop messages |
| [10:25] | <arkla> | nerochiaro, i don't remember.. what happened, was the source for the official final official N II source released, wasn't there something with copyright and TI? |
| [10:25] | <nerochiaro> | Ya-Nvr-No: or you can modify osdmain to listen to the network for these messages |
| [10:26] | <nerochiaro> | arkla: it was released, but it was incomplete initially. also I and DeepB tried to merge the new official one with GarBage branch but it was hell and basically we gave up |
| [10:27] | <nerochiaro> | at least i did |
| [10:27] | <nerochiaro> | shirour: i'm fine. life is quite good at the moment. you ? |
| [10:27] | <DeepB> | uh? |
| [10:28] | <nerochiaro> | DeepB: do you remember the merge of 2.28 and the open source version ? |
| [10:28] | <nerochiaro> | DeepB: the memory map and stuff. it was hell |
| [10:28] | <arkla> | i suppose i should just forget about and move on away from old technology... i always wanted to have a go at hacking the nII code though.. i had that complier thing installed for ages here, only uninstalled it a few months ago. |
| [10:29] | <nerochiaro> | arkla: the osd is a much more fun platform for hacking. i still have my n2 here, but don't hack on it anymore |
| [10:29] | <DeepB> | nerochiaro: yes, i remember |
| [10:29] | <shirour> | nerochiaro: i'm good.... have been very busy lately |
| [10:29] | <Ya-Nvr-No> | How about a hardware modification to the board so I can add a remote switch to access the record feature, any chance on getting a circuit layout? |
| [10:30] | <nerochiaro> | shirour: i've seen there's other people doing m:robe stuff like you |
| [10:30] | <nerochiaro> | Ya-Nvr-No: i'm not an hardware guy, but i think that won't be any useful. the recording is done by software anyway |
| [10:32] | <Ya-Nvr-No> | i could control it with a contact closure (short across two connections) this can then be remotely triggered from anywhere |
| [10:33] | <arkla> | was it hell because the 2.28 source was incomplete or because the GarBage branch was too far removed from it? i wonder if the 2.28 code were availble, could darren's gapless playback be merged? i guess you're right, all the energy it would take me to do that, i would be better off doing some paid work and getting an OSD! |
| [10:33] | <nerochiaro> | Ya-Nvr-No: ok, but how does the software know that you have triggered it ? |
| [10:33] | <Ya-Nvr-No> | And it sure would be good for my needs, Im not close to the unit when I need to turn it on |
| [10:34] | <Ya-Nvr-No> | I assume the software turns on the hardware via a command |
| [10:34] | <nerochiaro> | arkla: it was hell because as far as i can remember some sections of the memory map were changed, and it was very hard to reconcile the two |
| [10:34] | <nerochiaro> | Ya-Nvr-No: it's more than "turning the hardware on". recording = encoding, and that's all done by software |
| [10:35] | <Ya-Nvr-No> | must do more than just turn on the stream |
| [10:35] | <nerochiaro> | Ya-Nvr-No: if you want to control things remotely, why not just using the IR remote controller ? |
| [10:35] | <Ya-Nvr-No> | Damn, that screws me |
| [10:36] | <Ya-Nvr-No> | cause im in a different building |
| [10:37] | <nerochiaro> | Ya-Nvr-No: if the osd is connected to the network, you don't have problems. you just write a program that listens to the network and starts the recording. or a web interface even. |
| [10:37] | <AsGF2MX> | nerochiaro: Is the nmsd well documented? |
| [10:37] | <Ya-Nvr-No> | might have to set up a switch to control the remote Record button |
| [10:37] | <nerochiaro> | AsGF2MX: no, but reading the source and the headers should be enough. also looking into osdmain and seeing how it uses it |
| [10:38] | <nerochiaro> | Ya-Nvr-No: is your osd connected to the network or not ? |
| [10:38] | <Ya-Nvr-No> | yes |
| [10:38] | <nerochiaro> | Ya-Nvr-No: then you don't need to do any hardware modification |
| [10:38] | <nerochiaro> | Ya-Nvr-No: you can just write a software that triggers recording and activate it along the network |
| [10:38] | <AsGF2MX> | nerochiaro: let me have a look at those headers quickly |
| [10:40] | <Ya-Nvr-No> | Thats what I asked first, but you assume I have the ability to boot the osd from my network and write the code I'm still having issues with getting it to build |
| [10:41] | <Ya-Nvr-No> | Have not found any straight forward documentation to get my debian system to work with the OSD build |
| [10:42] | <AsGF2MX> | Ya-Nvr-No: Probably going to be a bit troublesome without the sbox setup I think |
| [10:42] | <nerochiaro> | Ya-Nvr-No: well, we have a guide that's pretty straight-forward. the one in the channel topic. it's a bit outdated but most of it works |
| [10:43] | <Ya-Nvr-No> | now ya see my issue |
| [10:43] | <nerochiaro> | Ya-Nvr-No: and for what doesn't work you can ask for help here |
| [10:43] | <nerochiaro> | AsGF2MX: it can still be done, many do it |
| [10:43] | <Ya-Nvr-No> | i just found this site today |
| [10:44] | <nerochiaro> | Ya-Nvr-No: well, welcome |
| [10:44] | <Ya-Nvr-No> | There is more scattered info all over the Net about this device |
| [10:44] | * nerochiaro unfortunately needs to leave in a few minutes from now | |
| [10:44] | <nerochiaro> | Ya-Nvr-No: i know, the info is very scattered |
| [10:45] | <AsGF2MX> | nerochiaro: True, would be nice if it were simplified though. by the way I just looked at the nms header file, seems to be clear cut functions but I don't quite get the parameters |
| [10:45] | <Ya-Nvr-No> | guess thas what makes it FUN |
| [10:46] | <shirour> | nerochiaro: yeah, i've published my work. who did you see besides cat? |
| [10:46] | <nerochiaro> | Ya-Nvr-No: i'm sorry if you find it frustrating. we're trying to make it better and easier, but right now you still need some patience |
| [10:47] | <nerochiaro> | AsGF2MX: i'll be happy to help you out, but not now. i really need to go |
| [10:47] | <nerochiaro> | sorry people. i'll be back tomorrow around this time, maybe a bit later |
| [10:48] | <AsGF2MX> | nerochiaro: No problem, I'll see what I can find in the sources |
| [10:51] | <arkla> | thnx folks... cya later. |
| [11:09] | <AsGF2MX> | crweb: Did you say you had a web server running on the OSD? |
| [11:45] | <overD-OSD> | anyone here? |
| [11:59] | <AsGF2MX> | I am |
| [12:00] | <AsGF2MX> | but too late :? |
| [12:01] | <crweb> | AsGF2MX: no I don't. I had said I haddn't seen anyone do it |
| [12:01] | <AsGF2MX> | crweb: oh |
| [12:02] | <AsGF2MX> | crweb: I am just looking at the some web pages, I've been conjuring some web interface concepts... |
| [12:03] | <AsGF2MX> | But I'm not sure how to tie the web inteface to the actual functions and I had a look at the nmsd header file as well |
| [12:05] | <AsGF2MX> | Any ideas? |
| [13:01] | <nerochiaro> | AsGF2MX: just a quick update. there is a web server that already run on osd |
| [13:01] | <AsGF2MX> | nerochiaro: There is? where? |
| [13:02] | <nerochiaro> | 1 sec |
| [13:02] | <AsGF2MX> | Not something related to the XMMS project is it? |
| [13:03] | <nerochiaro> | open.neurostechnology.com |
| [13:04] | <nerochiaro> | not related to xmms2, no |
| [13:04] | <nerochiaro> | got to go again, now. sorry |
| [13:04] | <AsGF2MX> | no prob |
| [13:04] | <AsGF2MX> | I'm looking at it |
| [13:06] | <AsGF2MX> | Lua...interesting |
| [13:32] | <crweb> | AsGF2MX: qt4 has built in http |
| [13:32] | <AsGF2MX> | crweb: How do you mean? Server? |
| [13:33] | <crweb> | has the protocol built in |
| [13:34] | <AsGF2MX> | So building a browser would not be difficult |
| [13:34] | <crweb> | building a browser isn't difficult |
| [13:34] | <crweb> | www.webkit.org |
| [13:34] | <AsGF2MX> | But a server? Hmm |
| [13:34] | <crweb> | doc.trolltech.com |
| [13:34] | <AsGF2MX> | looking |
| [13:36] | <AsGF2MX> | Interesting |
| [13:40] | <AsGF2MX> | The qhttp functions seem to be functions you'd expect in a browser, if I'm not mistaken |
| [13:40] | <AsGF2MX> | Are you using it? |
| [13:51] | <crweb> | I will be |
| [13:53] | <crweb> | hmm. those are the client doc's |
| [13:53] | <crweb> | nvrmind, what I have isn't public |
| [13:54] | <AsGF2MX> | Og |
| [13:54] | <AsGF2MX> | *Oh |
| [13:54] | <crweb> | doc.trolltech.com |
| [13:55] | <crweb> | built on top of that |
| [13:56] | <AsGF2MX> | What was built on top of that? |
| [13:56] | <AsGF2MX> | Or do you mean, I should build on top of that? |
| [13:57] | <crweb> | QhttpServer inherits qtcpserver |
| [13:58] | <AsGF2MX> | Oh |
| [13:59] | <AsGF2MX> | Hmm |
| [14:01] | <AsGF2MX> | Though it's tempting to use it, that would require the use Qt though. |
| [14:01] | <AsGF2MX> | As far as I know, on the OSD you're only one using Qt |
| [14:04] | <AsGF2MX> | crweb: Which Qt version are you using? |
| [14:05] | <crweb> | 4.2.2 |
| [14:05] | <crweb> | Qtopica-core 4.2.2 |
| [14:06] | <crweb> | they are the same though |
| [14:08] | <AsGF2MX> | Same at the core but different in the classes provided to different versions? |
| [14:09] | <crweb> | nothing is different |
| [14:09] | <crweb> | just compiles/setup is different because one is for cross compiling to embedded |
| [14:10] | <crweb> | I do all my dev on my pc's qt4.2.2, then when ready compile with qtopia-core 4.2.2 |
| [14:10] | <AsGF2MX> | Ok |
| [14:10] | <crweb> | qtopia has a few extra things. like a graphics server, keyboard and mouse drivers, etc |
| [14:10] | <Goodsx> | I think i need to fix the Dc power recepticle on my HD.Can anyone tell me how to access it? |
| [14:11] | <Goodsx> | 20gb HD |
| [14:11] | <crweb> | hard drive? |
| [14:11] | <AsGF2MX> | crweb: I'll have to look into those differences |
| [14:11] | <Goodsx> | Neuros II HD |
| [14:11] | <crweb> | well, mobile harddrive have their power built into the cable |
| [14:11] | <Goodsx> | the mp3 player from days of old apparently |
| [14:12] | <crweb> | take a look at 2.5" hard drives |
| [14:12] | <AsGF2MX> | crweb: going to have some dinner, be back shortly |
| [14:15] | <Goodsx> | ok.. lemme rephrase. I have a 20gb Neuros II HD digital audio player, circa 2004-2005 that removable 20gb backpack contains the battery as well as the HDD. The charging plug also plugs into this. I think I broke a solder point on this backpack and need to fix it. If Neurous still sold seperate backpacks I'd just buy an 80gb |
| [14:17] | <Goodsx> | knew i shoulda bought more backpacks while they were still makin em. My neuros has been my faithful morning Radio distraction for 3 years running. As a DHL courier who spends a lot of time in a delivery truck, they neurous has been a godsend. purely for it's capacity and portability |
| [14:19] | <crweb> | have you contacted neuros support? |
| [14:20] | <Goodsx> | closed on the weekends. I just need to know how to open the bloody thing. since there's no external screws that I can find |
| [14:20] | <crweb> | oh |
| [14:20] | <crweb> | chreekat: how did you get yours open? |
| [14:45] | <Goodsx> | also once i get this thing open. does anyone know if I can replace the Hdd with a bigger 2.5" hdd? |
| [14:46] | <crweb> | you might have to idle in here for a while to get a reply. and thats ok |
| [14:47] | <Goodsx> | i noticed |
| [14:47] | <Goodsx> | :p |
| [14:53] | <anders_> | osdmain dies with "Cannot initialise ir" here, known problem? |
| [14:54] | <anders_> | Ah.. neuros_rtc: Unknown symbol i2c_read |
| [14:57] | <chreekat> | Goodsx: you'll find screws under the 'brain' |
| [14:57] | <chreekat> | I haven't opened mine yet, but I think they require a Torx wrench |
| [14:58] | <Goodsx> | BAH! |
| [14:58] | <Goodsx> | i don't have a torx that small |
| [14:58] | <Goodsx> | only see 2 though |
| [14:58] | <Goodsx> | wonder if it just kinda slides off. don't wanna break it |
| [15:03] | <chreekat> | Goodsx: I'm pretty sure it's just those two; it's not like some gadgets that require an acetylene torch and backhoe to open up |
| [15:05] | <Goodsx> | good to know. I'll let y'all know how it goes. gotta go buy a stupid bit |
| [15:05] | <Goodsx> | *grins* |
| [15:05] | <Goodsx> | If anyone knows about upgrading the HDD DIY style let me know |
| [15:10] | <eigma> | anders_: can you send me your kernels/linux-2.6.15/.config file? |
| [15:11] | <eigma> | anders_: also, what revision are you running? |
| [15:11] | <anders_> | I did svn up a few hours ago. |
| [15:11] | <eigma> | ok |
| [15:11] | <eigma> | please send me that file |
| [15:11] | <eigma> | either DCC or e-mail to cat@vv.carleton.ca |
| [15:12] | <anders_> | I think the problem is that neuros_msp430_i2c is not founds.. |
| [15:13] | <anders_> | Yeah. |
| [15:13] | <anders_> | Wonder why they weren't built.. |
| [15:13] | <eigma> | oh |
| [15:13] | <eigma> | I believe to get those you need to svn co linux-r3-drivers and build them there |
| [15:14] | <anders_> | Yeah, I built them manually.. |
| [15:14] | <eigma> | and they're in /lib/modules? |
| [15:14] | <anders_> | 00_build.sh didn't seem to build them. |
| [15:14] | <anders_> | I copied them there now.. |
| [15:14] | <eigma> | ok |
| [15:15] | <eigma> | anders_: do you want to try out a pending patch that integrated these drivers into the main kernel tree? |
| [15:15] | <eigma> | *integrates |
| [15:16] | <anders_> | Could try that later, need to test some patches of my own firs |