irclog2html for tuxscreen on 2001.08.04

05:04:09anderseehi all
05:15:04Russhello
05:15:23Russdid a few more things for a udhcp release
05:15:36Russadded a client, with the option of shared binary
05:16:43anderseewow!  awesome!
05:17:10Russit calls three scripts, deconfig, bound, and renew
05:17:12anderseeI'm busy flashing my phone with the latest and greatest.  I see the keyboard is working now... :-)
05:17:23Russit writes a file with all the options as well as sets them in inv vars
05:17:28Russmostly
05:17:54anderseedeconfig?  Perhaps better named 'release'?
05:18:08Russits called at the very start or when a lease is lost
05:18:25Russthe script would be ifconfig $interface 0.0.0.0
05:20:02anderseeHmm.  I can see I need to grab a copy of the latest and greatest and take a look.
05:20:13RussI haven't commited it yet
05:20:19anderseeBTW, did you see I got busybox released...
05:20:33Russwas going to add the LOG() stuff, and docs
05:20:39anderseeI fixed a bunch of little things before the release.
05:20:40RussI just keep up on the CVS
05:20:50anderseesysloging
05:21:40RussI never use syslog on an embedded system (yet)
05:21:54anderseewhat is LOG() then
05:22:57Russsyslog...
05:23:07RussI realize people want that
05:23:20Russif syslog isn't defined, it goes to stdout
05:23:37anderseeok, I follow you now.
05:23:57anderseeWhat did you have to do to make the kbd work?
05:24:25Russ1266 baud, odd parity, 8 data bits, one stop bit
05:25:07Russthen I made an input driver, mapped the scancodes
05:25:24Russbut then I had to write a silly x86ish backend for keyboard.c
05:25:48anderseeSo it was just an issue of setting a funky speed then to get the input, then shoving scancodes into the keyboard driver.
05:25:55Russright
05:26:13Russlooked at the signals on tangent's scope
05:26:28anderseewishes he had a scope
05:26:37Russso do I
05:27:26Russyou really went to town with libc5
05:27:50anderseeI've finished my latest project stuff at work, so starting Monday I'm back on uClibc work full time
05:28:35Russany chance of C++ support? I don't really care for it, but I'm sure there are a lot of people who would love uclibc and qpe
05:28:42anderseeyeah, there is a group of people that I know use libc5.  Already reported some warnings (they are gcc 2.73 bugs, not problems)...
05:29:52anderseeActually, yes.  In fact m68k already has it...  I've just never bothered with moving that over to the other arches.  It really just requires some crt0 mods for proper global constructor handling, and destructor handling
05:30:25Russdoes that include a libustdc+++
05:32:35anderseeYou just have to recompile gcc vs uClibc, and libstdc++ gets built...  The header files are all fixed up for c++ support so it is just a recompile issue (once the crt0 c++ support is in for the arch)
05:33:29Russnot fun
05:34:27anderseenot too bad really -- those wanting c++ can pay the price...  I personally don't see much call for it on embedded systems, but...
05:35:14Russits the silly qt people
05:35:24anderseeAny idea where the code for turning off the backlight on the phone might need to go?
05:35:27RussI really wish wvdial wasn't in c++
05:35:48Russandersee: I'm not sure, I have some stuff in sa1100_frontlight
05:35:56anderseeheh, yup.  And the folks who think they need a JVM on their embedded systems...
05:36:08Russbut I don't like it there, it should be some tty or fb ioctl's I think
05:37:06anderseeI'll take a look about for that stuff
05:37:16anderseeI'm pretty pleased so far.
05:37:49Russthe intensity, contrast, and backlight power are all aparently setable, but I've never done it
05:38:03anderseeAnother area I want to poke at is the phone code...  Since Linuxing it, the speakerphone is gone, and dialing is now pulse, not tone
05:38:29anderseePresumable the inferno code was poking some magic registers somewhere
05:39:15RussI have that stuff
05:39:27anderseeoh?
05:39:34Russbut pcmcia, cleaned up keyboard, and X running with toughscreen is ahead in the queue
05:39:36anderseeIs that stuff documented?
05:39:41Russnot per se
05:39:57Russtim passed me some stuff that I'm not sure I should pass along or not
05:40:18Russbut he should have schematics when he comes back from vacation, and that will be a big help
05:44:22anderseeWell, I need to take off and get some sleep
05:44:49anderseeI've got a bunch of consulting work I need to be awake enough to do tomorrow, er, today.
05:45:04Russew....consulting?
05:45:55anderseeYeah.  The work is kindof lame, but the pay is great (which is how I got roped into doing it)
05:46:56anderseeMy wife wants to buy a minivan or an SUV or something to haul about the kids... So I get to do some consulting...
05:47:18Russheh, navigator or something?
05:48:15anderseeI dunno.  Just something that is going to be more then I want to spend I'm sure.  So I figure it is best to earn it first and pay cash.
05:49:43anderseeg'night -- thanks for your work on the phone.  Its looking very nice...
05:49:49Russalright, cya

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with infobot logs, split per channel and by date, etc.