**** BEGIN LOGGING AT Sat Nov 12 02:59:58 2005 Nov 12 03:00:09 Hi,all Nov 12 03:21:02 grrrr months ago i sent a patch to pppd ... still isn't present ... why ?1 Nov 12 03:21:18 and pppd don't compile ;( Nov 12 03:35:33 gremlin[it]: Where was it sent to? bugzilla? Nov 12 03:36:08 Morning all Nov 12 03:36:25 morning uv1 Nov 12 03:36:27 RP ... i did mooonths ago before bugzilla ... Nov 12 03:36:41 i'll send to bugzilal now ;) Nov 12 03:36:46 mornin RP ! Nov 12 03:38:07 I have another patch for packages_rpm. Should I prepare it against the original (including the changes of the last patch) or just add it to the bugzilla entry ? Nov 12 03:38:22 uv1: Just replace it in the bugzilla Nov 12 03:38:38 RP : ok. Nov 12 03:39:36 uv1: I'm guessing it wasn't applied yet? Nov 12 03:39:53 the main problem is that pppd try to llok in /usr/lib if libcrypt.* exist ... but i have such library in /usr/lib64 ... and anyway should be better it look on the /build/tmp/stagin|cross/arm-linux/lib :) Nov 12 03:40:02 Still searching an issue. RPM packaging works now, but ncurses is NOT. spec file contains *.so* for package ncurses-dev, but these files are not in install/ncurses-dev. Who defines, which files are copied for rpm ? Nov 12 03:40:20 RP: I think not, as the yesterdays pull did not contain ? Nov 12 03:40:40 uv1: That sounds a reasonable assumption Nov 12 03:47:55 Also I have several " Couldn't find shared library provider for libc.so.6" during ncurses package stage. (x86 machine). Any ideas ? Nov 12 04:02:04 Does bitbake -e nano do not work correctly ? I get a ... Nov 12 04:02:06 # PACKAGES=${PN} ${PN}-doc ${PN}-dev ${PN}-locale Nov 12 04:02:06 PACKAGES="bitbake bitbake-doc bitbake-dev bitbake-locale" Nov 12 04:02:17 when bitbake -e nano is called. Nov 12 04:02:42 Should that not be nano nano-doc nano-dev nano-locale ? Nov 12 04:04:19 could be? ;) Nov 12 04:25:05 Nearly every kernel patch is throwing rejected against the current tree :-/ Nov 12 04:25:44 by RMK or lkml? Nov 12 04:27:16 koen: platform device model changes by rmk Nov 12 04:27:36 I see Nov 12 04:27:43 even mainline sharp devices don't compile now although the fix is simple... Nov 12 04:27:44 so all the patches have to be redone... Nov 12 04:27:56 koen: yes, all of them :-/ Nov 12 04:28:02 ouch Nov 12 04:28:09 including the ones in his patch system which won't apply now Nov 12 04:28:24 and the ones I have queued with people like gregkh... Nov 12 04:30:57 I appreciate the changes need to be made. The timing has made this merge window fustrating for me though... Nov 12 04:49:13 My rpm problem seems not to be an rpm specific problem! The *.so* links in ncurses-dev package (usr/lib/) are dangling and also mentioned in log file, if package_ipk is used. Anyone here to help me ? Nov 12 04:52:52 the dev packages contains the symlinks for the .so in the libfoo package Nov 12 04:55:03 koen: What is the libfoo package ? I have e.g. the following link in $WORKDIR/ncurses-5.4/install/ncurses-dev/usr/lib ... Nov 12 04:55:03 ls -ls libcurses.so Nov 12 04:55:04 0 lrwxrwxrwx 1 sc users 17 Nov 12 12:53 libcurses.so -> libncurses.so.5.4 Nov 12 04:55:27 ... but libncurses.so.5.4 is not there. Nov 12 04:55:49 check $WORKDIR/ncurses-5.4/install/ncurses/usr/lib Nov 12 04:56:19 koen: Sure, there they are. But rpm spec file requires them in ncurses-dev/usr/lib Nov 12 04:56:34 why? Nov 12 04:56:38 ... if building an rpm *-dev package Nov 12 04:56:53 the library is supposed to be in the ncurses package (obviously) Nov 12 04:57:56 Sure I agree with you. But if you look at e.g. Suse ncurses-dev.rpm or debian ncurses-dev.deb, the libs are in that package as well. Nov 12 04:58:20 only the symlinks, right? Nov 12 04:58:34 Double checking that ... Nov 12 04:58:35 otherwise 2 package would provide the same thing without confliction Nov 12 04:58:42 ugh Nov 12 04:58:48 my englush is terrible today Nov 12 04:58:52 .... Nov 12 04:58:54 english Nov 12 05:00:02 koen: Your unfortunately right, So I have to search the rpm build options again ;-) Nov 12 05:00:17 s/Your/You are/ ;-) Nov 12 05:05:46 koen: Do you know, why that links are in -dev package anyway ? Nov 12 05:08:39 uv1: .so to .so.?.?.? Nov 12 05:09:53 zecke: But if the links and libs are in ncurses, why also in ncurses-dev ? Is that package noct meant to provide the headers and so on ? Nov 12 05:10:11 s/noct/not/ Nov 12 05:11:31 uv1: .so is only relevant when linking Nov 12 05:11:40 uv1: others are runtime dependant Nov 12 05:11:58 uv1: e.g I can have ncurses.so.4.3.2 and ncurses.so.5.3.2 installed Nov 12 05:12:10 uv1: if I link to ncurses which one should be used? Nov 12 05:12:24 uv1: this is why there is ncurses.so to point to the 'right' one Nov 12 05:16:16 zecke: So what is your suggestion, if rpm complains 'File not found by glob: /data/scdev2/build-x86-rpm/tmp/work/ncurses-5.4-r8/install/ncurses-dev/usr/lib/lib*.so' ... Nov 12 05:16:24 The lib*.so links are there. Nov 12 05:17:24 uv1: whell, dunno Nov 12 05:17:38 don't create a dev package? Nov 12 05:17:44 (not too good though) Nov 12 05:18:40 zecke: Thanks anyway (not building the dev package would not be so good, I think). Will come back, when it is fixed ... Nov 12 05:18:53 And thanks to koen and RP as well Nov 12 05:18:55 see you ... Nov 12 05:19:00 cya Nov 12 05:19:03 take care Nov 12 06:12:38 Quick question to pathon experts ;-) Nov 12 06:13:50 Can we create a list of full linknames from something like lib*.so ? RPM is not able to work with *.so, but would using a list of all links (in ncurses-dev dir). Nov 12 06:14:01 s/pathon/python/ Nov 12 06:25:16 dir Nov 12 06:26:11 mreimer: dir ? Nov 12 06:26:28 mreimer: I just want to see symlinks! Nov 12 06:26:52 uv1: no focus-follows-mouse on OS X. I accidentally typed here rather than in my terminal. excuse me Nov 12 06:27:21 mreimer: NP Nov 12 06:45:45 I have an idea how to fix the RPM stuff, but need some python help. Nov 12 06:46:09 Anyone here who can help ? Nov 12 06:53:53 Bye Nov 12 07:54:50 Hello again. Nov 12 07:55:59 Just before I checked in a patch to bug 431, which solves some rpm problems (though I believe), that this was not all. Nov 12 07:56:34 Is someone here, who is able to apply that patch to classes/packages_rpm in the repository ? Nov 12 07:56:49 i gues there is some one Nov 12 07:57:02 Hi zecke Nov 12 07:57:15 Another issue (not dependend on RPM ;-)) Nov 12 07:57:51 busybox 1.01-r1 does not compile for x86 target. Is that a kown one ? Nov 12 07:58:05 at least not to me Nov 12 07:58:35 In file included from /data/scdev2/build-x86-rpm/tmp/work/busybox-1.01-r1/busybox-1.01/applets/applets.c:48: Nov 12 07:58:35 | /data/scdev2/build-x86-rpm/tmp/work/busybox-1.01-r1/busybox-1.01/include/applets.h:551: error: `sysctl_main' undeclared here (not in a function) Nov 12 07:58:35 | /data/scdev2/build-x86-rpm/tmp/work/busybox-1.01-r1/busybox-1.01/include/applets.h:551: error: initializer element is notconstant Nov 12 07:58:54 sounds like a gcc4 issue? Nov 12 07:59:28 gcc3.3 ;-( Nov 12 07:59:45 Original Debian one. Nov 12 08:00:07 is the gcc in tmp/cross 3.x too? Nov 12 08:00:52 koen|away: No tmp/cross as I made BUILD_TARGET=686 and TARGET_ARCH=686 ;-) Nov 12 08:01:23 koen: Would tmp/cross build for x86 ? Why a crosscompiler here ? Nov 12 08:01:53 it should build for any case where build arch != target arch Nov 12 08:02:19 koen: But does it make sence to build cross for x86 if the build box is x86 ? Nov 12 08:03:22 if the 'x' is different, yes Nov 12 08:03:47 koen: Ok, will try it. Nov 12 08:40:18 Is there a "proper" way to rename files in monontone? Nov 12 08:40:31 or should I just copy the file to the new name Nov 12 08:40:41 I'm changing a version on omniorb Nov 12 08:47:26 monotone mv Nov 12 08:49:55 that renames the file in the database iirc Nov 12 08:50:14 so I think you need to 'mv ' after that Nov 12 08:56:36 I think I will keep two copies short yerm Nov 12 09:00:32 hello Nov 12 09:04:12 that is the way koen Nov 12 09:06:32 hi zecke Nov 12 09:33:22 Hi, I was wondering if the changes from hentges.net that make it possible to dual-boot off an SD-card have made it into OE itself. Nov 12 09:34:46 Laibsch: you mean altboot? Nov 12 09:35:04 hrw: excatly. that is the correct term. Nov 12 09:35:11 Laibsch: altboot is in OE Nov 12 09:35:15 Cool! Nov 12 09:35:22 I nonstop forget to add it into collie images Nov 12 09:35:27 Can I dual-boot to an old Sharp ROM now? Nov 12 09:35:44 Laibsch: dont know Nov 12 09:35:47 I still need Sharp ROM for Japanese input. Nov 12 09:35:55 OK. Nov 12 09:38:34 Would an image I compiled now be automatically altboot'able? Or do I need to switch on something somewhere? Nov 12 09:39:04 install altboot into it Nov 12 09:40:28 OK, I will try that. Thanks hrw. Nov 12 09:46:02 hi Nov 12 09:47:22 hey Bernardo Nov 12 09:47:41 hi koen Nov 12 10:09:32 re Nov 12 11:41:44 someone need some ttf fonts? :) Nov 12 11:46:58 hi [cc]smart Nov 12 11:54:18 ho zecke Nov 12 12:04:52 03hrw 07org.oe.dev * r785ebdf9... 10/: ttf-gentium: added Gentium TrueType font version 1.01 (license allow to distribute but not to changes) Nov 12 12:04:57 03hrw 07org.oe.dev * r5aa04677... 10/: ttf-hunkyfonts: Added version 0.3.0 Nov 12 12:05:03 03hrw 07org.oe.dev * r07b0dbe4... 10/: Nov 12 12:05:03 ttf.inc (common for ttf-fonts/ttf-*.bb) updated Nov 12 12:05:03 - cleaned SECTION line (removed comment) Nov 12 12:05:03 - added OPIE stuff into DEPENDS/RSUGGESTS (still commented) Nov 12 12:08:35 03hrw 07org.oe.dev * rd9a42f4a... 10/: qpf-hunky(sans|serif): changed License to LGPL Nov 12 12:10:01 enough for now Nov 12 12:15:22 <[cc]smart> hi Nov 12 12:58:53 03koen 07org.oe.dev * r49ff71b6... 10/: gpe-conf cvs: bump PV Nov 12 13:30:18 re koen Nov 12 13:42:36 gd evening Nov 12 14:19:44 jo kergoth Nov 12 14:48:31 03rwhitby 07org.oe.dev * r22943eea... 10/: nas100d-kernel: Added 60-nas100d-ide.patch from azummo Nov 12 14:51:34 Once again, rmk manages to annoy me :-( Nov 12 14:53:01 what did he do know? Nov 12 14:53:37 now* Nov 12 14:56:50 koen|770: More patch rejects telling me off for something that was dicussed in a thread on LKML he was cc'd on and appeared to respond to.... Nov 12 15:02:41 sounds like the 'good' old RMK Nov 12 15:07:28 I also sent him an email explaing why I was doing something which he has then rejected the patch for without reading... Nov 12 15:17:38 At least 2.6.15-rc1 appears to run on spitz... Nov 12 15:18:04 evening all ! (yeah, i know about ugt, but i'll be gone soon, so it is already late (^^) ) Nov 12 15:18:35 from a bootstrap image, i installed e 17 package, but i can'tt even launch a X session. Nov 12 15:18:47 what did i miss ? Nov 12 15:19:53 can't i just launch with startx ? Nov 12 15:20:17 So far, the list of platform devices which rmk has broken includes w100fb, scoop, locomo and bits of usb. Nov 12 15:20:22 * RP sighs Nov 12 15:23:23 Xfbdev... ok. one problem solved. Nov 12 15:23:26 got to go. Nov 12 15:23:31 thanks anyway. Nov 12 15:23:42 night RP and others Nov 12 15:32:16 nice quote: I'm a big Bush fan, but I like to see a shaved one occasionally. Nov 12 15:32:16 ;P Nov 12 15:46:09 Right, patches requeued. Here we go again :) Nov 12 15:47:19 but means that they will go into 2.6.16 not 2.6.15 Nov 12 15:49:10 hrw|tv: We'll see ;-) Nov 12 15:49:39 2.6.15-rc1 was released so in theory no new things for 2.6.15 Nov 12 15:49:57 hrw|tv: No new changes. Completely new code is in theory ok Nov 12 15:50:16 new code can break old things Nov 12 15:50:39 RP: your inssound script linked in 3100/2.6 post Nov 12 15:50:45 hrw|tv: depends on the code and this is fairly safe. We're in the calming down phase so this might just make it Nov 12 15:51:02 hrw|tv: ok, I'd better remember to to clean temp then :) Nov 12 15:51:18 other question from comments: Any chance that a 2.6 version will be released for the C1000 (Akita)? Nov 12 15:51:34 hrw|tv: akita works well and we can release a build Nov 12 15:51:35 we released only spitz/2.6? Nov 12 15:51:54 RP: first we have to get hosting place Nov 12 15:51:58 hrw|tv: There is one in my temp directory - no modules though Nov 12 15:52:09 or you will host it again.. Nov 12 15:52:24 I don't mind hosting a simple akita build Nov 12 15:52:38 I haven't the bandwidth for much more though Nov 12 15:52:42 RP: btw - if modules on cxx00 are same for all then maybe add 'cxx00' arch for them in virtual/kernel and ipkg? Nov 12 15:53:30 but this will give us two machine archs for each.. spitz+cxx00, akita+cxx00 etc. Nov 12 15:53:36 hrw|tv: maybe. It would be nice to combine the builds... Nov 12 15:54:05 If it weren't for the microdrive, it could be the same as c7x0 2.6 Nov 12 15:55:15 RP: so only base-files differ now for them? Nov 12 15:55:46 hrw|tv: different fstab, different kernel cmdline (the only kernel difference), different rootfs size Nov 12 15:56:44 so maybe we should think how to create MACHINE, SUBMACHINE in OE.. for cxx00, some ipaq etc. Nov 12 15:57:07 hrw|tv: I've been saying this for a long time ;-) Nov 12 15:57:26 ;) Nov 12 15:58:35 ok. I added comment to 3100/2.6 post Nov 12 16:01:38 RP: http://pastebin.ca/28496 - that patch should make alsa autoloadable (if installed) Nov 12 16:01:51 I don't have the uplink, or I'd host the akita build Nov 12 16:01:52 I am making a .bb for a program that needs no configuration, bu the make file is hardcoded to CC=gcc. What do I replace that with so that OE can build it properly? Nov 12 16:02:08 Zero_Chaos: patch makefile to not set CC Nov 12 16:02:29 hrw: so just don't set it at all? and OE just knows what to do? Nov 12 16:02:38 Zero_Chaos: makefile will get CC from enviroment (which OE set) Nov 12 16:02:51 hrw: sweet, thanks for the help Nov 12 16:03:21 RP: probably it can be cleaner - some modules depend on other Nov 12 16:03:34 hrw, RP: I'll check with my isp if my monthly bandwidth includes the data I have on their server reserved web space Nov 12 16:03:46 If not, I can put up to 50Mb there Nov 12 16:04:39 Bernardo: we (OZ) have 2 days to move feeds outside of sf.net Nov 12 16:04:41 hrw: Yes, I think we can be cleaner than that - With SoC 0.6, some of this module order nastiness should go away Nov 12 16:04:54 2 days? Why? Nov 12 16:05:07 I also probably have some provider webspace thinking about it... Nov 12 16:05:14 Bernardo: sf.net finally discovered that we are over quota Nov 12 16:05:27 2049M instead of 100M which was allowed Nov 12 16:05:39 ooops Nov 12 16:05:58 what about ibiblio? It has lots of failures, but could be a temporary place Nov 12 16:06:18 koen already mirrored oz Nov 12 16:06:36 Hmm. 23% of my data transfer this month was for brozoi images... Nov 12 16:07:34 ~brozoi Nov 12 16:07:49 Bernardo: borzoi is sl-c3100 Nov 12 16:07:55 ~borzoi Nov 12 16:07:56 it has been said that borzoi is the Sharp SL-C3100, or a dog (see http://www.dogbreedinfo.com/borzoi.htm ) Nov 12 16:08:11 the toy I'd like to have... :) Nov 12 16:08:17 well, time to go... Nov 12 16:08:22 Bernardo: because its black? Nov 12 16:08:48 because it has a 4Gb hd Nov 12 16:08:54 my akita doesn't... Nov 12 16:08:59 * RP likes spitz Nov 12 16:09:14 although c7x0 is a smaller neater shape Nov 12 16:09:30 sometimes I want to have simple PDA Nov 12 16:09:43 portrait, does not have to have keyboard even Nov 12 16:10:11 I do like te keyboard a lot Nov 12 16:10:12 like ipaq 19xx but with vga (so a bit bigger) Nov 12 16:10:20 helps taking notes during meetings Nov 12 16:11:07 Bernardo: how to make a note on Z: take Z from pocket, open case, open screen, push on/off, wait till opie show, wait till TS start working, wait till notes app start working, take note. Nov 12 16:11:15 pen+paper is faster ;( Nov 12 16:11:42 hrw: suspend/resume isn't that bad! ;-) Nov 12 16:12:06 but yes, I still use a notebook. Mostly as I wipe the Zaurii as frequently :-/ Nov 12 16:12:06 hrw: sit down at meeting. Open z. launch iqnotes. open note. start typing. Nov 12 16:12:19 hrw: and I type a lot faster than I write Nov 12 16:12:38 RP: that reminds me one thing: opie alarms not work on my Z (probably I fscked again something) Nov 12 16:12:47 Bernardo: s/iqnotes/opie-notes Nov 12 16:13:12 notebook - find pen. find pen that still writes. find correct page. start writing, slowly. Nov 12 16:13:13 opie-notes is flat anyway. Nov 12 16:13:33 Bernardo: I usually use A4 printouts for notes Nov 12 16:17:24 I used to do that. with the z, I can now find the notes weeks or months later, with the printouts, I'd usually lose them when I needed them the most Nov 12 16:19:04 'night guys Nov 12 16:19:22 cu Bernardo|zzzzz Nov 12 16:27:11 hrw: I'm a bit worried about the alarms, especially as I just pushed all that code... Nov 12 16:28:09 I rarely used them so does not notice that before Nov 12 16:28:35 anyway I fscked my Z again - udev does not started recently Nov 12 16:29:59 maybe soon I will move to 256M / so it will be easier to debug/fix Nov 12 16:32:36 RP: I was suprised when read 2.6.15-rc1 changelog Nov 12 16:33:48 hrw: Surprised about what? Nov 12 16:34:45 lot of occurences of two words 'richard purdie' ;) Nov 12 16:35:42 hrw: I didn't think I'd done too well this time around. I'm not quite where I wanted to be, patch wise... Nov 12 16:36:43 happens Nov 12 16:37:04 what do you think about pavel machek work? Nov 12 16:37:46 hrw: I have mixed feelings about it. He doesn't like getting in and sorting the details, mainly as he is more used to desktops :-/ Nov 12 16:38:04 when I read 'mtd on collie' thread I reminded that few TCX3106 connectors which I have in drawer Nov 12 16:38:23 s/that/those Nov 12 16:38:56 He would find a serial lead useful - I couldn't have done my Z work without mine... Nov 12 16:39:31 Having said that, he has one which boots which is more than 2.6 did when I started :) Nov 12 16:39:46 ;) Nov 12 16:40:27 that posts where you (and other 2.6/Z tester/devels) wrote 'thats first kernel panic which make me happy' Nov 12 16:41:47 Yes, seeing one was quite something as before that it did nothing :) Nov 12 16:41:55 back in 2.6.5/2.6.7 :) Nov 12 16:42:30 ok - I'm posting Pavel that I can send him zaurus connector + schematics of cable Nov 12 16:43:35 hrw: Better check he can solder first ;-) Nov 12 16:43:54 'So if you want one (and solding does not scary you) send me your postal' Nov 12 16:44:22 maybe his girlfriend/wife is better on soldering then he is ;) Nov 12 16:45:04 sent Nov 12 16:45:21 with nice random sig.. 'Big Brother watching you' Nov 12 16:46:02 :) Nov 12 16:46:28 I'm thought of as odd as my desk has had a soldering iron on it since I was about 12... Nov 12 16:47:36 my hands start to shake when I get solder iron Nov 12 16:48:02 and I was in electronics school Nov 12 16:48:55 I also did welding evening classes so I could stick the kart back together when I broke it... Nov 12 16:49:24 I like electronics but have never been properly taught it... Nov 12 16:50:10 I had 3 welding lessons but noone allowed me to weld then Nov 12 16:50:40 it was in 'technical college' Nov 12 16:50:54 '' as I'm not familiar with english systems of education naming Nov 12 16:51:34 That's probably as good a name over here. We used to have tecnical colleges but they're all just colleges now Nov 12 16:51:47 technical skills don't seem to be encouraged :-( Nov 12 16:52:33 here in Poland we had primary school, middle school (could be technical college or high school) and then studies Nov 12 16:52:59 few years ago they changed that into other way Nov 12 16:53:30 In this area we have primary school, middle school, high school then either sixth form (college but at school) or go to a college Nov 12 16:53:47 Some areas have no middle schools and people just go from primary to high school Nov 12 16:53:53 how primary is 6 years (was 8), then grammar/high school (3y), then technical or high (3 or 4) then studies Nov 12 16:54:12 s/^how/now Nov 12 16:55:15 my dictionary on desktop/zaurus have limited amount of words.. and I dont want to get my paper one - my youngest brother will make better usage of it probably as he is learning english in primary school now Nov 12 16:55:25 Here its primary (5 or 7), middle (4), high (3 or 5), 6th form/college (2), then univerity for 3/4/longer Nov 12 16:55:36 heh.. in primary I had russian language Nov 12 16:56:41 I was taught french for 5 years and german for 7 Nov 12 16:56:58 I'm not good at langauges though Nov 12 16:56:59 university or polytechnic for 3-3.5 (engineer or Bachelor) or 5 for Master Nov 12 16:57:18 4 for a masters here Nov 12 16:57:37 I had: 4y of russian, 5.5y english Nov 12 16:58:14 sometimes I understand russian, better with english (especially during last 1.5y when was sitting here on #oe :) Nov 12 16:58:22 Your 5.5 years of english is much better than all my french/german by a very long way ;-) Nov 12 16:58:49 on Slovakia (last summer) I suprised my GF with fast reading of slovakian with partially understanding Nov 12 16:59:22 RP: in August I read my first english book and does not use dict (some words got from context) Nov 12 16:59:48 it was 'Da Vinci Code' Nov 12 17:00:07 Ah :) I keep meaning to read that! Nov 12 17:00:24 addicting Nov 12 17:00:28 Zaurus kernel hacking keeps stopping me amongst other things... Nov 12 17:00:55 I was getting sick when bought book Nov 12 17:01:22 sugababes on tv.. Nov 12 17:01:50 I think I'll be getting 2.6.15 sorted out, then taking a bit of a break from the Zaurus kernel if I can... Nov 12 17:02:41 heh.. I cannot translate lyrics in realtime yet.. Nov 12 17:04:10 RP: time to make a break for some time Nov 12 17:05:48 hmm.. maybe I will poster mh to get my dtl1_cs patch mainline Nov 12 17:06:54 hrw: I can get that one in if you like... Nov 12 17:07:14 RP: in what meaning? Nov 12 17:07:24 I have some other pcmcia ids which I can sent it to the pcmcia maintainer with Nov 12 17:07:45 s/sent/send/ Nov 12 17:08:31 great Nov 12 17:08:42 hrw: If you're happy with that? Nov 12 17:08:47 on top of patch is a reply from mh (driver author) Nov 12 17:08:50 yes Nov 12 17:09:44 we also have apm script for that card - I have to find where to put it. Nov 12 17:10:10 into bluez-utils (which it need) or into apm (which it need as its apmd script) Nov 12 17:10:41 I'd add it to bluez-utils Nov 12 17:10:49 but its just a guess :) Nov 12 17:11:24 anyway I can push it into repo - if someone get better way then I'm open for fix ;) Nov 12 17:12:07 I know little about bluetooth - never really used it Nov 12 17:12:44 all what that script does on resume is: eject card, insert card, get BT up Nov 12 17:13:01 hrw: Sounds like the kernel driver needs some work... Nov 12 17:13:09 card totally lack suspend/resume Nov 12 17:13:17 :-( Nov 12 17:13:19 RP: its on author todo since 2003 Nov 12 17:13:57 sad. Need a better author... Nov 12 17:14:01 avoid nokia dtl-1 based cards Nov 12 17:14:19 MH is BT maintainer iirc Nov 12 17:14:53 BLUETOOTH SUBSYSTEM Nov 12 17:14:53 Pendalar: Marcel Holtmann Nov 12 17:15:03 nope Nov 12 17:15:19 I can honestly say you are making crap up ;-) Nov 12 17:15:32 ~lart irssi nick expansion Nov 12 17:15:35 * ibot runs at irssi nick expansion with an origami Swiss Army knife, and inflicts a nasty paper cut Nov 12 17:33:30 hrw: there is a command in the make file that specifically calls gcc. what can I replace that with so that OE can use it? Nov 12 17:34:25 $(CC) should work Nov 12 17:34:33 hrw: thanks again Nov 12 17:34:33 $(CXX) for g++ Nov 12 17:39:37 hrw: the makefile calls strip directly as well, is that a $(STRIP) that I can replace it with? or something like that? or should I just not strip the binary? Nov 12 17:39:48 not strip Nov 12 17:39:54 OE take care of stripping Nov 12 17:40:14 by default all executables are stripped Nov 12 17:40:21 hrw: so I should just remove the line that calls strip from the makefile, and that will do nothing bad? Nov 12 17:40:30 exact Nov 12 17:40:53 hrw: thanks man, I know I ask a lot of silly questions but once all this works I will contribute it :-) Nov 12 17:41:42 Zero_Chaos: every dev more is worth some keyboard usage Nov 12 17:41:58 what you try to build? Nov 12 17:43:12 hrw: well, the current battle is void11, I believe I already have aircrack-2.4 working, but I need to test it a bit. Nov 12 17:43:50 aircrack 2.4 does not need hostap patching? Nov 12 17:43:54 hrw: I do a lot of wireless network security stuff, so to prove void11 can work on a small device like my zaurus.... that is cool. Nov 12 17:44:26 hrw: aircrack itself does not, aireplay (part of the aircrack package) needs hostap patching, which I'll be working on next. Nov 12 17:44:33 aha Nov 12 17:45:06 someone from aircrack side tried to get those patches accepted in hostap? Nov 12 17:46:13 hrw: not likely, the patches that allow packet injection during monitor mode make the monitor mode rather unstable (to my knowledge), those are not likely to go upstream for a while (if ever) Nov 12 17:46:40 hrw: they do the job, but I would keep two seperate hostap drivers, and make a way to switch between when injection is needed. Nov 12 17:46:46 ah. Nov 12 17:46:49 ko Nov 13 02:24:31 good morning Nov 13 02:24:57 anyone awake? :) Nov 13 02:25:52 trying to be :) Nov 13 02:26:16 lol Nov 13 02:27:18 koen: have you tried building sharprom-compatible stuff with oe already? I'm having some strange errors there (and now I'm using a "mainline" distro just to make sure) Nov 13 02:28:43 missing dependencies, even though I've built the packages using "bitbake -b" Nov 13 02:30:32 http://pastebin.ca/28538 Nov 13 02:30:53 maybe when mickey|dinner finishes his dinner he'll be able to help me... :) Nov 13 02:34:35 looks like mickeyl did something wrongs with depends/.incs Nov 13 02:39:19 yep... I'm trying to find what before my daughter wakes up and I can't use the pc anymore... :) **** ENDING LOGGING AT Sun Nov 13 02:59:57 2005