*** ljp has quit IRC | 00:01 | |
Tak | arj: I wrote a little gtk app to connect to a machine by ssh and launch/control mplayer | 00:03 |
---|---|---|
Tak | I haven't released it bc I thought nobody would care | 00:04 |
*** VRe__ has joined #maemo | 00:05 | |
*** ljp has joined #maemo | 00:05 | |
*** VRe has quit IRC | 00:05 | |
*** luck has quit IRC | 00:06 | |
*** VRe__ is now known as VRe | 00:08 | |
arj | Tak: not exactly what I was thinking about but sounds a little related. I was more looking for something along the lines of uPnP. Thanks anyway. | 00:09 |
snuffels | andruko: ok, got the dump file I'll take a look at it with Ethereal now. | 00:10 |
*** myren_ has joined #maemo | 00:12 | |
snuffels | andruko: As I suspected server is: Intel SDK for UPnP devices/1.3.1 | 00:15 |
*** dot_j has joined #maemo | 00:17 | |
andrunko | snuffels: got go now, k-s[WORK] and _Handful_ can help you if you find something | 00:17 |
snuffels | andruko: ok bye | 00:19 |
*** k-s[WORK] is now known as k-s | 00:23 | |
*** benzea has quit IRC | 00:27 | |
*** koen has joined #maemo | 00:27 | |
*** myren has quit IRC | 00:27 | |
*** _Handful_ has quit IRC | 00:27 | |
*** maddler has joined #maemo | 00:30 | |
*** myren has joined #maemo | 00:31 | |
*** rev has quit IRC | 00:32 | |
* Tak shrugs | 00:33 | |
snuffels | k-s: Are you still there? | 00:35 |
*** snorkelyd has quit IRC | 00:35 | |
*** febb has joined #maemo | 00:35 | |
snuffels | Seems that my UPnP server does not seem to like the HTTP HEAD method for getting the file contents. | 00:37 |
*** koen has left #maemo | 00:37 | |
*** florian has joined #maemo | 00:37 | |
*** koen has joined #maemo | 00:38 | |
*** orduz has joined #maemo | 00:38 | |
maddler | DOH! | 00:44 |
*** myren_ has quit IRC | 00:45 | |
snuffels | Does canola's UPnP code use the HEAD reequest to determine the content-type / content-length? | 00:47 |
k-s | snuffels: no | 00:47 |
k-s | snuffels: actually, canola doesn't have any lower-level UPnP code, it uses ClinkC, same as mediastreamer. | 00:47 |
k-s | snuffels: it's like libupnp, but already provided by maemo | 00:48 |
snuffels | k-s: hmm, the last request is a HTTP HEAD. The response does not have the CONTENT-TYPE field filled, but the rest seems ok. | 00:50 |
snuffels | k-s: So I think ClinkC, does no seem to be satisfied with that as it does not try a HTTP GET to obtain the actual data | 00:51 |
snuffels | k-s: Is the ClinkC sorce code available? | 00:57 |
k-s | snuffels: yes, at sourceforge | 00:58 |
k-s | snuffels: but seems that it's not the same version as maemo provides | 00:58 |
snuffels | k-s: :-( | 00:58 |
k-s | snuffels: the problem you related is known, we fixed it today :-) | 00:58 |
*** myren_ has joined #maemo | 00:58 | |
k-s | snuffels: it's in our player plugin, we check for mimetype if it's known to be playable, but "" is not a known mimetype | 00:59 |
k-s | in our beta | 00:59 |
snuffels | k-s: So what way do you use to determine the type of the data payload? | 00:59 |
*** koen has quit IRC | 01:00 | |
snuffels | k-s: Is the fixed/changed version already installable from the repository? | 01:02 |
k-s | snuffels: UPnP Content Directory provides the mimetype on <res> tag, as part of the protocolInfo attribute | 01:03 |
k-s | snuffels: no, we'll pack a new beta soon | 01:04 |
k-s | maybe next week, but no promises | 01:04 |
k-s | we're still fixing bugs reported on garage.maemo, testing more upnp servers (also fixing some, like ushare and gmediaserver) | 01:04 |
k-s | but after this release it should work with most servers | 01:05 |
k-s | we've found some glitches... | 01:05 |
k-s | like apple's server doesn't report childCount, I've thought that it was required but it's not | 01:06 |
k-s | also, we don't check if objects support sortCriteria="+dc:title", however we use it | 01:06 |
snuffels | k-s: that's cool. I'll install the version when it's available and tell you if it's working. | 01:07 |
k-s | last but not least, if we detect server uses Microsoft XBox360 object id schema, we'll use it | 01:07 |
*** mallum has quit IRC | 01:07 | |
k-s | UPnP have object classes like object.container.musicContainer, but nobody uses it for root items :-((((( | 01:07 |
k-s | after microsoft, a huge company, came with their limited xbox360, they used their market share to force a new "standard" | 01:08 |
k-s | and devices are using it | 01:08 |
k-s | instead of music classes, you use object's id, like "1" = "Music" | 01:08 |
k-s | "2" = "Picture" | 01:09 |
*** qgil has quit IRC | 01:09 | |
k-s | object ids can be any string... just "0" is known to be the "root" item | 01:09 |
snuffels | k-s: MS is know to widely ignore existing specs/practice. ;-) | 01:10 |
*** xan has quit IRC | 01:11 | |
k-s | snuffels: I know :-( | 01:11 |
snuffels | k-s: They sometimes even igore their own specs/documentation in the MSDN library. | 01:11 |
k-s | so far, I have one opinion on upnp | 01:11 |
k-s | upnp is a spec that don't spec much | 01:11 |
k-s | :-) | 01:11 |
k-s | it's so broad that users can do anything | 01:12 |
k-s | there is always room for vendor extensions where you don't need any | 01:12 |
k-s | and lack of checking/validation allows you to just use extensions | 01:12 |
snuffels | k-s: Had similar problems with Web Services. Even it is a W3C spec every implementation comes with its own interpretation of it. | 01:14 |
snuffels | k-s: At least it helped me to read plain HTTP/XML/SOAP tcpdumps. ;-) | 01:15 |
snuffels | k-s: Just like watching the MATRIX. ;-) | 01:15 |
* snuffels has to go now. Thanks for the great support. bye. | 01:17 | |
*** myren has quit IRC | 01:17 | |
*** sbaturzio has quit IRC | 01:18 | |
*** myren has joined #maemo | 01:18 | |
k-s | snuffels: yes | 01:19 |
k-s | snuffels: I don't like w3 standards that much | 01:19 |
k-s | snuffels: ok, they have html, but that's it | 01:19 |
*** _shawn_ has joined #maemo | 01:19 | |
k-s | xhtml is not that success | 01:19 |
k-s | css is somehow... | 01:20 |
k-s | but xforms, xpath, ... what a shame | 01:20 |
*** matt_c has quit IRC | 01:20 | |
*** ssvb has quit IRC | 01:20 | |
*** snuffels has quit IRC | 01:23 | |
*** arj has quit IRC | 01:24 | |
*** __shawn has quit IRC | 01:24 | |
*** myren_ has quit IRC | 01:37 | |
*** bobbyd__ has joined #maemo | 01:39 | |
*** bobbyd_ has quit IRC | 01:43 | |
*** bobbyd__ is now known as bobbyd | 01:51 | |
*** sp3000 has quit IRC | 01:57 | |
*** zyxul has quit IRC | 02:01 | |
*** Jaffa has quit IRC | 02:01 | |
*** aCiDBaSe has quit IRC | 02:01 | |
*** tko has quit IRC | 02:01 | |
*** nelson has quit IRC | 02:01 | |
*** Fatal has quit IRC | 02:01 | |
*** lardman|gone has quit IRC | 02:01 | |
*** vesa has quit IRC | 02:01 | |
*** Paavo has quit IRC | 02:01 | |
*** alp has quit IRC | 02:01 | |
*** adoyle has quit IRC | 02:01 | |
*** ||cw has quit IRC | 02:01 | |
*** Tak has quit IRC | 02:01 | |
*** dpb has quit IRC | 02:01 | |
*** Paavo has joined #maemo | 02:01 | |
*** dpb has joined #maemo | 02:01 | |
*** Fatal has joined #maemo | 02:01 | |
*** Jaffa has joined #maemo | 02:01 | |
*** tko has joined #maemo | 02:01 | |
*** ||cw has joined #maemo | 02:01 | |
*** nelson has joined #maemo | 02:01 | |
*** inz has quit IRC | 02:01 | |
*** lardman has joined #maemo | 02:01 | |
*** aCiDBaSe has joined #maemo | 02:01 | |
*** inz has joined #maemo | 02:01 | |
*** skodde has quit IRC | 02:01 | |
*** tanthalas has quit IRC | 02:01 | |
*** brendan has quit IRC | 02:01 | |
*** MiskaX_ has quit IRC | 02:01 | |
*** robtaylor has quit IRC | 02:01 | |
*** robtaylor has joined #maemo | 02:02 | |
*** vesa has joined #maemo | 02:02 | |
*** Firehand has quit IRC | 02:02 | |
*** obi has quit IRC | 02:02 | |
*** c0ffee has quit IRC | 02:02 | |
*** MiskaX_ has joined #maemo | 02:02 | |
*** vesa has quit IRC | 02:02 | |
*** pcfe has quit IRC | 02:02 | |
*** veli_ has quit IRC | 02:02 | |
*** toi has quit IRC | 02:02 | |
*** flatronf701C has quit IRC | 02:02 | |
*** mk500 has quit IRC | 02:02 | |
*** roope has quit IRC | 02:02 | |
*** pigeon has quit IRC | 02:02 | |
*** PierreTramo has quit IRC | 02:02 | |
*** zyxul has joined #maemo | 02:02 | |
*** c0ffee has joined #maemo | 02:02 | |
*** skodde has joined #maemo | 02:02 | |
*** adoyle has joined #maemo | 02:02 | |
*** obi has joined #maemo | 02:02 | |
*** Tak has joined #maemo | 02:02 | |
*** roope has joined #maemo | 02:02 | |
*** brendan has joined #maemo | 02:02 | |
*** mk500 has joined #maemo | 02:02 | |
*** pcfe has joined #maemo | 02:02 | |
*** _adrian has joined #maemo | 02:02 | |
*** pigeon has joined #maemo | 02:02 | |
*** alp has joined #maemo | 02:04 | |
*** febb has quit IRC | 02:04 | |
*** vesa has joined #maemo | 02:06 | |
*** PierreTramo has joined #maemo | 02:07 | |
*** veli has joined #maemo | 02:07 | |
*** toi has joined #maemo | 02:07 | |
*** rev has joined #maemo | 02:09 | |
*** matt_c has joined #maemo | 02:09 | |
*** Ryback_ has quit IRC | 02:11 | |
*** skodde has quit IRC | 02:13 | |
*** _adrian is now known as Firehand | 02:16 | |
*** dot_j has quit IRC | 02:37 | |
*** matt_c has quit IRC | 03:00 | |
*** florian has quit IRC | 03:19 | |
*** buck68 has quit IRC | 03:27 | |
*** pvanhoof has quit IRC | 03:43 | |
*** bobbyd has quit IRC | 03:54 | |
*** _shawn_ has quit IRC | 03:55 | |
*** spect has quit IRC | 03:57 | |
*** sab is now known as sab_afk | 03:57 | |
*** __shawn has joined #maemo | 04:11 | |
*** _follower_ has joined #maemo | 04:20 | |
*** _follower_ has left #maemo | 04:21 | |
*** matt_c has joined #maemo | 04:29 | |
*** maddler has quit IRC | 04:38 | |
*** __shawn has quit IRC | 05:32 | |
*** phil|work is now known as philipl | 05:50 | |
*** philipl has quit IRC | 06:01 | |
*** philipl has joined #maemo | 06:12 | |
*** philipl has quit IRC | 06:59 | |
*** philipl has joined #maemo | 07:01 | |
*** rkaway3 has joined #maemo | 07:15 | |
*** X-Fade_ has joined #maemo | 07:28 | |
*** rkaway2 has quit IRC | 07:31 | |
*** __shawn has joined #maemo | 07:35 | |
*** booiiing has quit IRC | 07:39 | |
*** booiiing has joined #maemo | 07:42 | |
*** snorkelyd has joined #maemo | 07:43 | |
*** X-Fade has quit IRC | 07:44 | |
*** philipl has quit IRC | 07:55 | |
*** rev has quit IRC | 08:01 | |
*** philipl has joined #maemo | 08:03 | |
*** snorkelyd has left #maemo | 08:22 | |
*** koen has joined #maemo | 09:38 | |
*** tchan has quit IRC | 09:50 | |
*** tchan has joined #maemo | 09:51 | |
*** philipl is now known as phil|sleep | 09:56 | |
*** X-Fade_ is now known as X-Fade | 10:05 | |
*** ssvb has joined #maemo | 10:11 | |
*** Guard][an has joined #maemo | 10:25 | |
Jaffa | Morning, all | 10:31 |
*** Guardian has quit IRC | 10:33 | |
*** dralex has joined #maemo | 10:33 | |
*** xan has joined #maemo | 10:39 | |
Jaffa | Hmm, is maemo.org down? | 10:40 |
*** sKaBoy has joined #maemo | 10:43 | |
X-Fade | Jaffa: seems so. | 10:43 |
*** Guard][an has quit IRC | 10:44 | |
*** koen has quit IRC | 10:48 | |
*** koen has joined #maemo | 10:49 | |
Jaffa | X-Fade: Hmm, I'm not sure our proxy's not suffering too: ITT and Gmail are both being slow | 10:49 |
X-Fade | Jaffa: It seems to work now. | 10:52 |
Jaffa | Excellent. | 10:53 |
*** benzea has joined #maemo | 10:55 | |
*** ab_ has joined #maemo | 11:01 | |
*** ab_ is now known as ab | 11:02 | |
*** obergix[work] has joined #maemo | 11:05 | |
*** Guardian has joined #maemo | 11:13 | |
*** fab_ has joined #maemo | 11:25 | |
*** jobi has quit IRC | 11:28 | |
*** jobi has joined #maemo | 11:31 | |
*** sikThes has quit IRC | 11:46 | |
*** bilboed has joined #maemo | 11:48 | |
*** benzea has quit IRC | 11:59 | |
*** florian_kc has joined #maemo | 12:41 | |
florian_kc | good morning | 12:43 |
*** fab_ has quit IRC | 12:47 | |
*** _matthias_ has joined #maemo | 12:55 | |
*** daf`` has joined #maemo | 12:56 | |
*** fab_ has joined #maemo | 13:08 | |
*** mgedmin has joined #maemo | 13:10 | |
*** daf` has quit IRC | 13:12 | |
*** skodde has joined #maemo | 13:27 | |
*** sbodo_1 has joined #maemo | 13:32 | |
*** lardman has quit IRC | 13:41 | |
*** mgedmin has quit IRC | 13:43 | |
*** sp3000 has joined #maemo | 13:50 | |
*** Ryback_ has joined #maemo | 14:20 | |
*** luckunko has joined #maemo | 14:21 | |
Guardian | hello | 15:16 |
*** benzea has joined #maemo | 15:23 | |
*** bstock has quit IRC | 16:07 | |
*** qgil has joined #maemo | 16:15 | |
*** ||cw has quit IRC | 16:22 | |
*** benzea has quit IRC | 16:22 | |
*** ||cw has joined #maemo | 16:22 | |
*** benzea has joined #maemo | 16:24 | |
*** epx has joined #maemo | 16:29 | |
*** marceoli has joined #maemo | 16:36 | |
*** marceoli has left #maemo | 16:40 | |
*** fab_ has quit IRC | 16:47 | |
*** koen has quit IRC | 17:01 | |
*** koen has joined #maemo | 17:02 | |
*** bilboed has quit IRC | 17:04 | |
*** bstock has joined #maemo | 17:04 | |
*** BasL has joined #maemo | 17:13 | |
*** matt_c has quit IRC | 17:23 | |
*** _matthias_ has quit IRC | 17:24 | |
*** tenshiKur0 has joined #maemo | 17:25 | |
*** fab_ has joined #maemo | 17:27 | |
*** |tbb| has joined #maemo | 17:29 | |
*** bilboed has joined #maemo | 17:29 | |
*** terral has joined #maemo | 17:32 | |
*** ssvb has quit IRC | 17:37 | |
*** dralex has quit IRC | 17:46 | |
*** matt_c has joined #maemo | 17:49 | |
*** ab has quit IRC | 17:49 | |
MDK | koen: thanks for the comment, we're also doing some work on icon theming | 17:52 |
MDK | koen: btw, what are you up to with that efika board? Planning something? | 17:53 |
koen | MDK: trying to get video conferencing working | 17:54 |
* MDK compares it to some via itx boards | 17:56 | |
MDK | ah, they're bigger 17cm x 17cm | 17:58 |
MDK | but the mini-itx stuff is cheap | 17:59 |
koen | you can't beat free :) | 18:00 |
MDK | 60e for mini-itx with fanless 600mhz Eden + all the usual video/audio built-in suspects | 18:00 |
MDK | hey, it's 160e normally | 18:01 |
MDK | (efika I mean) | 18:02 |
MDK | Alex Graveley was playing with stuff a while back, I think he was trying to build an embedded system with a UI made 100% in flash | 18:03 |
* koen tends to avoid x86 based systems | 18:05 | |
koen | flash, that reminds me | 18:06 |
*** mgedmin has joined #maemo | 18:06 | |
koen | I should try to get a chumby | 18:06 |
* Jaffa 's Linux box's Via board died last night after a few years of sterling service. Now trying to work out whether or not to replace it with the same one, which stuttered a bit with the Myth front end (an ME6000), use a 1GHz Nehemiah (not fanless) or try and get XvMC etc. working with the shiny new CN700-based chipsetted boards | 18:09 | |
MDK | hmm, seems like the case is the most expensive bit when building a mini-itx system | 18:11 |
MDK | too bad the fanless boards from via don't have integrated wifi | 18:14 |
*** fab_ has quit IRC | 18:15 | |
||cw | Jaffa: if you have room in the case, you can probably add a better heat sink to make the Ghz fanless | 18:18 |
||cw | and I've seen cases that replace the stock sink with a heatpipe one that channels the heat to a large sink on the case itself | 18:19 |
*** Guardian has quit IRC | 18:25 | |
* Jaffa has a Silverstone LC-06 (or one of the nice Silverstone cases). | 18:34 | |
Jaffa | ||cw: A fan may not be too noisy; but the 1GHz-based server I had was very noisy. Going to check this evening if that was case or CPU fans | 18:34 |
*** snorkelyd has joined #maemo | 18:40 | |
MDK | ||cw: yeah, I've got one of those fancy silverstone cases for a full-atx server | 18:42 |
MDK | in my living room | 18:42 |
MDK | kinda silent, though I had to slightly down-clock the amd 2500 as it was overheating | 18:42 |
*** spect has joined #maemo | 18:43 | |
MDK | one nice thing about finland is that electricity is darn cheap here | 18:44 |
||cw | on my dual Ghz p3 server the PSU fan is the loudest | 18:44 |
*** sab_afk is now known as sab | 18:46 | |
*** pvanhoof has joined #maemo | 18:48 | |
*** qgil has quit IRC | 18:50 | |
*** phil|sleep is now known as phil|work | 18:59 | |
*** kender has joined #maemo | 19:00 | |
kender | hi | 19:00 |
Tak | Updated fceu with save state and shiny esd audio now available | 19:02 |
*** sKaBoy has quit IRC | 19:02 | |
*** zyxul has quit IRC | 19:13 | |
*** maddler has joined #maemo | 19:18 | |
*** |tbb| has quit IRC | 19:30 | |
kender | which are the drivers used by the nokia 770 wifi card? | 19:33 |
*** maddler has quit IRC | 19:41 | |
*** florian_kc has quit IRC | 19:42 | |
shapr | cx3110x | 19:44 |
shapr | kender: And they're available on maemoforge | 19:44 |
shapr | or whatever it's really called | 19:44 |
kender | andrunko, what modes it supports? | 19:45 |
kender | ups | 19:45 |
kender | shapr, | 19:45 |
kender | hehe | 19:45 |
shapr | It claims to support managed, ad-hoc, and monitor mode. | 19:45 |
kender | aircrack works? | 19:45 |
shapr | yup | 19:45 |
kender | great! | 19:45 |
kender | :) | 19:45 |
shapr | But I haven't tried ad-hoc yet. | 19:45 |
kender | wds? | 19:46 |
shapr | There is an OLSRd package. | 19:46 |
shapr | What's wds? | 19:46 |
kender | mm... get and resend | 19:46 |
shapr | Don't know about that. | 19:46 |
kender | http://en.wikipedia.org/wiki/Wireless_Distribution_System | 19:46 |
kender | :D | 19:46 |
kender | is used, most of all, in routers of wireless comunities | 19:47 |
kender | in the nokia 770, it weren't be really useful | 19:47 |
shapr | Why not? | 19:47 |
||cw | beasue it's take for routers/ap's | 19:48 |
||cw | task^ | 19:48 |
mgedmin | heh | 19:48 |
kender | yep | 19:48 |
mgedmin | use people with nokias instead of access pooints | 19:48 |
kender | hehehehe | 19:48 |
shapr | Why shouldn't 770s also be routers? | 19:48 |
kender | that would be funny | 19:48 |
mgedmin | "pete, move a little bit to the north, bart isn't getting a connection" | 19:48 |
||cw | because they get turned off too much | 19:48 |
shapr | For example, I'd like to have a 770 music player that also shares all of my music via ad-hoc wifi. | 19:48 |
shapr | Hardware p2p... | 19:49 |
kender | mgedmin, :D | 19:49 |
MDK | upnp? | 19:49 |
shapr | MDK: That's an idea | 19:49 |
||cw | k, but then you get 1 hours battery max because of you constantly using the wifi in full power mode | 19:49 |
shapr | Pretty good idea too | 19:49 |
shapr | But upnp players don't usually download as well as stream, do they? | 19:49 |
MDK | shapr: hopefully we thought about that too | 19:50 |
MDK | shapr: you can download via upnp | 19:50 |
MDK | but usually upnp just streams over http | 19:50 |
||cw | uonp is just a way to find resources, the resources can then do anythign they want | 19:50 |
shapr | Yeah, but nokia already has a upnp player for the 770. | 19:50 |
shapr | I guess it's not oss? | 19:50 |
MDK | ||cw: are you sure? Doesn't upnp also define the access method? | 19:51 |
||cw | upnp doesn't stream over http, upnp just finds the http based media system, then http streams it | 19:51 |
shapr | ||cw: What about only going to full power for beacons? | 19:51 |
shapr | If your beacons were widely separated... | 19:51 |
||cw | upnp can also find printers, drive shares, AP's, anything realy | 19:51 |
MDK | some nokia phones (ie. N80) have built-in upnp server/client | 19:51 |
MDK | but it's not very reliable I must say | 19:52 |
shapr | The gmediaserver debian/unstable package works well with the upnp 770 client. | 19:52 |
shapr | Except that FLACs aren't supported well :-/ | 19:53 |
MDK | ushare worked well for me too with some patching from garage | 19:53 |
MDK | I haven't tried, but I guess the hard part is when you actually share a very large library | 19:54 |
MDK | I've got ~20gb of mp3's | 19:54 |
shapr | I've got 120gb of music. | 19:55 |
Tak | Oh yeah?! Well, MY penis is...wait, what are we talking about? | 19:55 |
*** __shawn has quit IRC | 19:55 | |
shapr | gmediaserver takes a very long time to startup with that much. | 19:55 |
MDK | shapr: and it works well with mediastreamer? | 19:55 |
shapr | I don't know, I got tired of waiting for gmediaserver to suck up all the tags and just ran it on a few albums instead. | 19:56 |
MDK | heh | 19:56 |
MDK | exacly same thing here | 19:56 |
shapr | But mediastreamer works fine with twenty or thirty albums. | 19:56 |
MDK | I would expect problems on the mediastreamer side | 19:57 |
MDK | though, a well-designed client should have no problems | 19:58 |
shapr | En tiedä | 19:58 |
MDK | but people do stupid things in this kind of apps -- like trying to load all the data/database into memory | 19:58 |
MDK | e-mail client is a genuine example here | 19:59 |
shapr | That's one reason I prefer non-strict languages. | 20:00 |
Tak | yeah | 20:01 |
*** xan_ has joined #maemo | 20:02 | |
Tak | also appending lists in an inefficient way | 20:03 |
MDK | speaking of strict languages, would be cool if someone packaged ruby for scirocco | 20:03 |
*** koen has quit IRC | 20:04 | |
*** ajturner has joined #maemo | 20:05 | |
*** koen has joined #maemo | 20:07 | |
*** arj has joined #maemo | 20:10 | |
arj | does anyone have internet (GPRS) using a samsung phone working? | 20:10 |
*** xan has quit IRC | 20:12 | |
*** ssvb has joined #maemo | 20:13 | |
*** linitrofe has joined #maemo | 20:14 | |
*** benzea has quit IRC | 20:15 | |
linitrofe | anyone with experience building Xserver? | 20:16 |
*** sxpert has joined #maemo | 20:20 | |
sxpert | hi there | 20:20 |
*** obergix[work] has quit IRC | 20:20 | |
kender | hi sxpert | 20:21 |
sxpert | so, any news on a howto install the sdk on gentoo ? | 20:22 |
sxpert | because I don't want to have to install debian just for that :( | 20:22 |
*** ajturner has quit IRC | 20:22 | |
*** ajturner has joined #maemo | 20:22 | |
*** __shawn has joined #maemo | 20:23 | |
*** arj has quit IRC | 20:23 | |
*** __shawn has quit IRC | 20:26 | |
*** __shawn has joined #maemo | 20:27 | |
*** jtra has quit IRC | 20:31 | |
*** skodde has quit IRC | 20:37 | |
*** jtra has joined #maemo | 20:38 | |
ssvb | sxpert: it is easy to install sdk in gentoo | 20:39 |
ssvb | sxpert: all the needed ebuilds are in sunrise overlay | 20:40 |
ssvb | sxpert: also check this link http://bugs.gentoo.org/show_bug.cgi?id=94225 | 20:41 |
*** florian has joined #maemo | 20:57 | |
*** bilboed has quit IRC | 20:57 | |
florian | re | 20:58 |
*** tigert has quit IRC | 21:04 | |
sxpert | ssvb, thanks | 21:05 |
*** epx has left #maemo | 21:06 | |
*** arj has joined #maemo | 21:09 | |
arj | argh | 21:09 |
arj | my nokia and phone doens't want to play with each other | 21:09 |
arj | I tried connecting using my pc and it worked fine | 21:10 |
arj | the nokia connects and everything looks fine. It just gets a "remote server error" after something like 10-20 seconds (still trying to get the connection) | 21:11 |
arj | I'm talking about internet over GPRS in case anyone was wondering ;-) | 21:11 |
mgedmin | have you paired the devices? | 21:12 |
arj | not sure what you mean | 21:12 |
*** tigert has joined #maemo | 21:12 | |
arj | I added the phone under control panel -> phone and that working fine | 21:12 |
arj | but when I try to connect, the phone asks if it's ok to create a DUN | 21:13 |
arj | on the phone I can't get a service list from the nokia but maybe that's ok | 21:15 |
mgedmin | yes | 21:15 |
mgedmin | the nokia doesn't advertise itself via bluetooth, and I think it exports no services | 21:15 |
arj | ok | 21:15 |
arj | I have tried more or less anything I can think of | 21:15 |
arj | it's the same every time. | 21:16 |
arj | Connect on the nokia | 21:16 |
arj | phone asks if ok | 21:16 |
arj | seems to connect to GPRS (little icon) | 21:16 |
arj | seems to send data over bluetooth (BT icon blinking) | 21:16 |
arj | but it just fails connecting after a little while | 21:17 |
mgedmin | strange; I've no idea what could be wrong | 21:17 |
mgedmin | dialup settings on the nokia? bad APN or something? | 21:17 |
arj | I tried using a computer and it worked fine | 21:17 |
mgedmin | I just added my phone, picked my mobile operator in the internet connection wizard, and it worked | 21:17 |
arj | I have also tried with another phone and it worked perfectly | 21:17 |
arj | so it must be something with phone/nokia interaction | 21:18 |
arj | I just bought the phone to get DUN | 21:19 |
arj | :-( | 21:19 |
arj | in case anyone was wondering it's a samsung E900 | 21:19 |
arj | but it has to work. It doesn't make any sense | 21:19 |
arj | why does the computer work but not the nokia ;-) | 21:20 |
* mgedmin no idea | 21:21 | |
*** xan_ has quit IRC | 21:24 | |
*** kender has quit IRC | 21:25 | |
*** xan_ has joined #maemo | 21:26 | |
*** Guardian has joined #maemo | 21:26 | |
MDK | arj: post to the mailing list | 21:32 |
*** bilboed has joined #maemo | 21:33 | |
MDK | arj: could be someone had this problem before | 21:33 |
mgedmin | I saw a post about dialup and samsung phones on the list | 21:33 |
mgedmin | but I never had a samsung phone | 21:33 |
*** smcv has quit IRC | 21:35 | |
arj | ok thanks | 21:35 |
*** smcv has joined #maemo | 21:35 | |
arj | mgedmin: the users list? | 21:36 |
*** skodde has joined #maemo | 21:36 | |
MDK | there is also http://maemo.org/maemowiki/BluetoothDUN but E900 doesn't seem to be there | 21:36 |
arj | ah nice | 21:38 |
arj | if you look at the samsung X820 it seems he did some kind of a magic trick to get it working | 21:38 |
* mgedmin probably dreamed it | 21:39 | |
mgedmin | nice wiki page | 21:40 |
mgedmin | "Please read table editing instructions at the end before adding/modifying!" | 21:40 |
mgedmin | there are no instructions | 21:40 |
*** tenshiKur0 has quit IRC | 21:42 | |
MDK | the samsung X820 is the most recently added item | 21:42 |
MDK | so you might have luck to catch the person who "fixed it" on the mailing list | 21:43 |
*** mgedmin has quit IRC | 21:58 | |
*** povbot has joined #maemo | 21:58 | |
*** povbot` has quit IRC | 21:58 | |
*** rev has joined #maemo | 22:07 | |
*** maddler has joined #maemo | 22:10 | |
* sp3000 presumes that's at the btm of the edit page under the form, and edits to that effect | 22:12 | |
* sp3000 is confused | 22:14 | |
sp3000 | how do I see older diffs in the wiki? | 22:14 |
*** _matthias_ has joined #maemo | 22:15 | |
sp3000 | (also, not showing diffs before committing is just annoying) | 22:15 |
sp3000 | ah, the link to the full history list is very poorly titled, s'all | 22:16 |
* sxpert emerges scratchbox | 22:29 | |
*** koen has quit IRC | 22:33 | |
*** rev has quit IRC | 22:57 | |
*** rev has joined #maemo | 22:58 | |
*** koen has joined #maemo | 23:40 | |
*** marceoli has joined #maemo | 23:45 | |
*** povbot` has joined #maemo | 23:48 | |
*** luckunko has quit IRC | 23:51 | |
* sxpert is slowly getting scratchbox on his machine. not that easy ;( | 23:51 | |
*** xan_ has quit IRC | 23:52 | |
*** florian has quit IRC | 23:52 | |
*** Ryback_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!