irclog2html for #openslug on 20060805

00:29.41*** join/#openslug plasticmonkey (n=plasticm@host86-130-151-43.range86-130.btcentralplus.com)
00:43.03*** join/#openslug NeoMatrixJR1 (n=chatzill@12-205-133-251.client.mchsi.com)
01:52.45*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
02:37.14*** join/#openslug kitno455 (n=man@dialup-4.152.222.210.Dial1.Atlanta1.Level3.net)
02:37.23kitno455hello jrsup1
02:37.43jrsup1yo
02:38.01kitno455i am allan, we have been emailing
02:38.19jrsup1I know...rwhitby was on earlier too...but he signed out a while back
02:38.33jrsup1I'm still making monotone
02:38.52kitno455you cant find a package for your os?
02:39.19jrsup1you mean my slug? or ubuntu?
02:39.24kitno455ubuntu
02:39.55jrsup1nah, I think I can get it to work...it's just slow
02:40.25jrsup1I just now found out how to get my system to recognisze it's dual-core, but I can't install that until the make is done
02:40.58jrsup1when it's ready I need to make a custom kernel (I think) for my slug that has a number of USB-device capabilities
02:41.01kitno455interesting that ubuntu did not know to use smp from the start
02:41.14kitno455like which?
02:41.15jrsup1I agree
02:41.29kitno455i have never used ubuntu
02:42.16jrsup11.)I need my slug to appear as a mass storage/Usb HD (a hd will be plugged into a USB port of the slug)
02:42.27kitno455well, once you have mtn installed, you should be able to download the master Makefile, and build openslug
02:42.48jrsup1yeah...I'm working on that now
02:42.52kitno455from there you have to edit the kernel config to include some more stuff
02:43.07kitno455you are aware that the device side port is usb 1.1?
02:43.10jrsup1that's where I get a bit lost
02:43.11jrsup1yes...
02:43.12kitno455dog slow.
02:43.22jrsup1it is unfortunate, but this is for a prototype
02:44.12kitno455work or school?
02:44.17jrsup1personal
02:44.54jrsup1I may have the device built up custom if I can get it to work the way I want.  I happened to find the NSLU2 linux site and found it to be the perfect dev environment for my project
02:45.30kitno455right, let me guess- a pass-thru encryption device?
02:46.05jrsup1actually...I don't really know what that would be...
02:46.20kitno455why do you want to do this?
02:47.22jrsup1it's going to be a device I can carry with me in the end that will allow me to never carry a CD again (eliminating the TONS of CD's I have to have to work)
02:48.15jrsup1actually the main point is to have it mount a CD image as a false USB CD device
02:48.52kitno455ok, hard-drive based multi-cd changer.
02:49.05jrsup1kind of...ever seen one?
02:49.11kitno455what do you do that requires so many discs
02:49.43kitno455i built something like it but network based once
02:49.49jrsup1tech work...but I carry a ton of bootable cd's and other utilities
02:49.50kitno455for a library
02:50.14kitno455uhm- how many pcs can boot off of a usb cdrom?
02:50.14jrsup1I want to make it bootable so I can dump windows/bartpe/livecd images to it
02:50.24jrsup1quite a few I think
02:50.30kitno455you think?
02:50.32jrsup1new bios includes that option
02:50.34kitno455i dont :)
02:50.36jrsup1I've done it before
02:50.48kitno455you must have newer machines than I
02:50.53kitno455:)
02:51.05jrsup1the device will have a few more options than that, but it's the center point of it
02:51.34kitno455you familiar with the usb spec?
02:51.55jrsup1not much...  I've been trying to read the linux USB gadget API
02:52.11jrsup1and I know the hardware hack skips software controlled pullup
02:52.46kitno455yeah, you have to have the gadget driver loaded before you plugin the slug
02:53.19jrsup1I know...I intend to boot the device before plugging into PC and booting pc
02:53.43kitno455ok. well, i will give you a few things to look at.
02:54.06jrsup1cool, any help is greatly appreciated
02:54.31kitno4551. once you have built openslug-kernel and openslug-image using the makefile
02:54.56kitno455you will need to modify the kernel defconfig
02:55.42kitno455this is a file, provided by the openslug guys, that controls what part of the kernel will be built in, made modular, or left out
02:56.08kitno455it basically sets up a file called .config in the kernel build dir
02:57.04kitno455it looks like on my box, that the defconfig lives in:
02:58.18kitno455openslug/tmp/work/ixp4xx-kernel-2.6.17-r2.1/
02:58.38kitno455but i have not updated in a few days, so the last part of that might differ
02:59.03jrsup1so are you using openslug or uclinux?
02:59.08kitno455both
02:59.15kitno455uclinux can be flaky
02:59.26kitno455so i have recently started using openslug
02:59.50jrsup1oh
03:00.40kitno455slugos-btu is perhaps half the size of slugos-bag
03:00.59kitno455but i managed to squeeze what i needed into openslug
03:01.13jrsup1...aaaannnnd we lost me again.
03:01.27jrsup1there's so many os's for this thing I'm getting abit lost
03:01.50kitno455no, there are really only two- unslung and slugos
03:02.09kitno455unslung=2.4.0, slugos=2.6.0
03:02.32kitno455unslung is derived from the linksys firmware
03:02.43jrsup1right....and openslug is a type of slugos right?  so what is -btu or -bag?
03:03.01kitno455slugos is built from scratch using the base provided by the openembedded folks
03:03.17kitno455slugos has several variants
03:03.53kitno455based primarily on the instruction set and C libary they use
03:04.10kitno455the arm is an amazing cpu
03:04.57kitno455it can do big or little endian, plus a long (arm) and a short (thumb) instruction set
03:05.17kitno455and then you can choose to use uclibc or glibc
03:05.42kitno455so you get -bag, or btu, or lag, etc
03:06.12jrsup1I see
03:06.15kitno455'openslug' is basically slugos-bag, with some extra packages added
03:06.37kitno455ucslugc is slugos-btu, with not much added
03:06.57kitno455there are also debian variants, mostly little endian
03:07.25kitno455confused yet? :)
03:07.27jrsup1do you think openslug is the best option for what I'm attempting?
03:07.34kitno455yes
03:07.55jrsup1very, I wish we would have had more linux in college (CS major, grad '05)
03:08.11kitno455you wont have as much free space for programs as with ucslugc, but i have been the only guy playing with that for the last few months it seems like
03:08.46kitno455you have to teach yourself linux
03:09.05kitno455it just does not jive with the formallized setting :)
03:09.08jrsup1hmm...troubeling...I'll need room for a iso creation package, and probably lcdproc
03:09.19kitno455those will be no problem
03:09.23jrsup1ok.
03:09.48kitno455you have maybe 2 megs once you leave out some stupid crap that is installed by default
03:10.02kitno455you can get lots of stripped binaries in 2 megs
03:10.12jrsup1Yeah...along with learning my A+ and trying to live in my office's MS saturated environment...
03:10.30jrsup1although I did install MS's now free virtual server package on my work pc and put ubuntu on it....
03:10.33jrsup1hehehe
03:10.50kitno455i have been lucky in that regard, i have been using linux as my only desktop os for 9 years now
03:11.19jrsup1I like my video games too much to do that, and my pocket pc....although I did hear that HL2 now works with wine?
03:11.24kitno455though i have been known to dualboot so i can play halflife
03:11.32kitno455hhaha
03:11.37kitno455we think alike!
03:11.50kitno455i have a small win2k partition
03:12.05kitno455i have a few games. its all windows is good fore
03:12.18kitno455fear, hl2, CoD2, etc
03:12.32jrsup1I really have been planning on trying to switch....I think I'd be ready if my PPC would work on linux
03:12.41kitno455it wont?
03:12.47kitno455most ppcs do
03:12.52jrsup1actually, I haven't really looked into that.
03:13.07kitno455hell, even the new mactels do
03:13.08jrsup1I assumed that since they pretty much only work with outlook they wouldn't work with linux
03:13.36kitno455what do you think ppc means?
03:14.02jrsup1well...pocket pc
03:14.06kitno455ahahha
03:14.32jrsup1I'm sure u linux guys have a better name
03:14.32kitno455right, i think it means power pc
03:14.33kitno455like macs, you know
03:14.42jrsup1oh...no I'm talking about the little handheld windows devices
03:14.49kitno455what brand?
03:14.58jrsup1hp ipaq
03:15.02jrsup14150
03:15.40kitno455you are kidding right?
03:16.19jrsup1why?
03:16.38kitno455the OE devel env you are now compiling was originally developed to build linux for use on the sharp zaurus and the ipaq
03:16.48kitno455http://www.ipaqlinux.com/
03:17.02kitno455it uses the same cpu as the slug
03:17.34jrsup1indeed....when I started this little project I knew full well that linux had been compiled to run on ARM BECAUSE of that.  I just like the little bugger so much I don't want to void my replacement contract
03:17.36jrsup1:)
03:18.13jrsup1so I never tried it.  I'm one of those stupid people trying all of this w/o JTAG capabilities
03:18.48kitno455i have an ancient wince 1 compaq that i won in a raffle. i only ever used hyperterminal on it to connect to a router. i have no need for such a device
03:19.03kitno455and i found the jtag port on the slug, but i dont have a wiggler
03:19.53kitno455well, i have to go to bed soon, so perhaps back to the task at hand
03:20.35kitno455you are familiar with 'make'? well, bitbake (part of OE) is sort of like make on crack
03:21.06jrsup1I have used make some, and I've heard of bitbake
03:21.42kitno455ok, well, bitbake is behind the scenes here, doing all the work
03:22.17kitno455it is controlled by env vars, and by a bunch of config files, that live in the 'openembedded' dir
03:23.34kitno455bb uses 'openslug/tmp' as scratch space while it works
03:23.55kitno455and it puts its output in 'openslug/tmp/deploy/'
03:24.28kitno455it keeps track of how far along it is in 'openslug/tmp/stamps/'
03:24.50kitno455so that if you restart it, it can pickup where it left off.
03:25.43kitno455after you have edited the defconfig, bb wont rebuild the kernel by default
03:26.10kitno455because the stamps will say it has finished the kernel.
03:26.27jrsup1um...ok
03:26.42kitno455stop me now
03:26.44jrsup1but I thought I had to edit defconfig first
03:26.45kitno455ask questions
03:27.18kitno455uh- read three lines up: 'after you have edited the defconfig'
03:28.04kitno455you want me to try and fill in the defconfig part some?
03:28.13jrsup1ok, ignore me...you were probably getting to what I needed to know
03:28.23kitno455you want me to try and fill in the defconfig part some?
03:28.59jrsup1Well, I'm assuming after I edit defconfig I have to edit the stamps so bb will work?
03:29.20kitno455you have to remove the stamps for the stages you want rerun
03:29.49kitno455the stamps are just empty files, the existence of their name is all that matters
03:30.54jrsup1so should I make it once first then edit defconfig then fix stamps and make again?
03:30.58kitno455you remove openslug/tmp/stamps/ixp4xx-kernel-2.6.17-r2.1.do_configure and compile, iirc
03:31.25kitno455you will make it the first time you do 'make openslug-kernel'
03:31.40kitno455until you do that, there is no defconfig to edit!
03:31.45jrsup1oh...ok
03:32.26kitno455you make openslug-kernel and openslug-image first
03:32.43kitno455then you edit the defconfig in the kernel working dir
03:33.00kitno455then you remove the config and compile stamps for the kernel
03:33.15kitno455then you run make openslug-kernel again
03:33.30jrsup1ok
03:33.33kitno455now the hard part :)
03:33.46jrsup1.... <anime style sweatdrop>
03:34.09jrsup1ok....
03:34.13kitno455if you have built any of the gadget drivers as modules
03:34.23kitno455(which is recommended)
03:34.38kitno455then making the kernel will make the modules too
03:34.46kitno455but, it does not install them
03:35.24kitno455you have to edit the config files that tell bb what kernel modules to include into the base os
03:35.41jrsup1that's not part of defconfig?
03:35.54kitno455oh no.
03:35.56kitno455:)
03:36.11jrsup1ok
03:36.21kitno455defconfig only controls the building of the kernel itself
03:36.30kitno455bitbake cannot read it
03:36.39kitno455does not understand it
03:37.44kitno455bb says 'kernel here is your config, build thyself'
03:38.09jrsup1lol
03:38.25kitno455then bb walks over the kernel directory and packages up any modules the kernel left behind
03:38.48kitno455and it places those in tmp/deploy
03:40.17kitno455s/deploy/deploy\/ipk/
03:40.27jrsup1just as a side question.  Do you think if I stop the 'make monotone' process it will recover where it left off?
03:40.34kitno455yes
03:40.58kitno455maybe :)
03:41.08jrsup1ok, I'm going to kill it to install smp or it will take all night...I've got the one 900mhz proc pegged
03:41.08kitno455that is the point of make
03:41.22kitno455you may find no difference
03:41.37kitno455i would download mtn- hold on
03:42.32jrsup1don't know what that is
03:42.43kitno455monotone, now called mtn
03:43.06kitno455what version of ubuntu? dapper?
03:43.15kitno455or is that deb...
03:43.21jrsup1huh... I'll check the synaptic package manager when I'm done loading smp
03:43.27jrsup1um...6.06
03:43.32jrsup1I think that's dapper
03:44.10kitno455there is a mtn 0.27 dapper deb on the mtn website
03:44.28kitno455http://www.venge.net/monotone/downloads/
03:44.44kitno455monotone_0.27-dapper0.1_i386.deb
03:44.59kitno455there is a .28 too, but i dont know if thats compatible
03:45.04jrsup1I actually grabbed the .28 package
03:45.05kitno455mtn changes alot
03:45.13kitno455probably ok
03:45.23kitno455nothing before .26 works
03:45.36jrsup1I think it is...I checked out the wiki and it says some of them are using .28
03:45.42kitno455cool
03:46.05kitno455looks like you've got a finished binary here. use that :)
03:46.27kitno455you are going to beat your cpu to death building gcc anyway :)
03:46.58jrsup1oh, oops...I guess I wasn't doing make monotone, I was running make openslug-image
03:47.22kitno455no biggy
03:47.47jrsup1was I supposed to do kernel first?
03:47.54kitno455does not matter
03:48.18kitno455bb figures out that it cant build the image until after the kernel is built
03:48.27kitno455because the image contains kernel modules
03:48.29jrsup1oh, I'm following the wiki instructions on the mastermakefile
03:48.40jrsup1do I need to do that first?
03:48.52kitno455so it builds the kernel first, even if you dont ask
03:48.56kitno455:)
03:49.02kitno455bb is smarter than you
03:49.08kitno455me too
03:49.22kitno455hm, bb is smarter than me too :)
03:49.31kitno455not me is smarter than you too :)
03:49.40kitno455dig it?
03:50.16kitno455fire up the make openslug-image again.
03:50.54kitno455in a few hours, after it has built glibc, gcc, the kernel, etc, it will leave you some goodies
03:51.08kitno455in openslug/tmp/deploy/img
03:51.52kitno455oops- openslug/tmp/deploy/images/
03:51.57jrsup1ok, I'll fire it back up after I restart...I'm hoping smp works after reboot
03:52.19kitno455900 mhz is slow, even with 2 of them
03:52.30jrsup1yeah...and 1 is horrible
03:52.38kitno455most of the compile will be single threaded
03:52.52jrsup1yeah...
03:53.08kitno455i just got a really nice athlon64 for next to nothing,
03:53.27jrsup1but the alternative is to do this @ work on my virtual server...and even though it's on a HT system it'd still slow down to a crawl.
03:53.55jrsup1can't do that when I have to compile work apps on the same processor
03:54.30kitno455defer your student loans and buy a new box :)
03:55.20jrsup1afraid I can't defer them anymore
03:55.25kitno455my wifes machine is a64 3000+, 512M, case from a dumpster, $300
03:55.31jrsup1nice
03:56.08jrsup1when I go to upgrade next time I'm shooting for dual core 64 bit ddr2 with a nice pci-express video board
03:56.14kitno455a homeless man sold my boss my current work desktop
03:56.14jrsup1it's going to be a while though
03:56.34kitno455i am still all agp here
03:56.39jrsup1me too
03:56.44jrsup1ATI 9600
03:56.58kitno455my wife's is a 9600XT
03:57.07kitno455mine is an X850Pro
03:57.10jrsup1yeah...I think mine's XT too
03:57.38kitno455bought the 9600 when HL2 came out, had a $20 rebate
03:58.12kitno455well, past my bedtime
03:58.42jrsup1alright...well You've been a TON of help...I'm going to save this log.  I'll probably on and off over the weekend
03:58.56jrsup1thanks for all the help
03:59.49kitno455np. i dont use irc much, so shoot me a private email if you want
04:00.20kitno455i had to fight thru all this crap for my slug project, so i know how daunting it can be.
04:00.32kitno455but you'll get there, and be far more employable for it.
04:00.36kitno455adios
04:04.54*** join/#openslug dFs (n=Sinclair@p54A0B069.dip0.t-ipconnect.de)
04:55.08*** join/#openslug jacques (n=jacques@cpe-66-69-157-96.houston.res.rr.com)
06:49.52*** join/#openslug koen (n=koen@dominion.kabel.utwente.nl)
07:25.06*** join/#openslug rammy2 (n=chilla@p54AC0296.dip0.t-ipconnect.de)
08:43.56rammy2hiho
08:44.43rammy2ehh is there any documentation out there for the svn kernelpatchset and the makefile?
08:50.35koenjust use openembedded
08:50.39koensvn sucks ass
08:51.40rammy2oe?
08:52.03rammy2i just want to build a kernel for my own
08:52.20rammy2not a distribution
08:52.40koenso use OE to build the kernel
08:55.50rammy2i need monotone and all this stuff for using oe?
08:57.23eFfeMmorning
08:57.45rammy2morning
08:57.47rammy2err
08:57.49koenhey eFfeM
08:57.52eFfeMrammy2: you'll need monotone if you want to build the head
08:57.58eFfeMthen just follow the wiki instructions
08:58.02eFfeMhi koen
08:58.21eFfeMthe audio stuff works great with the gcc patch
08:58.22rammy2koen: is there somewhere a documentation for what i want to do? http://www.openembedded.org/user-manual&dpage=ch05#id896466
08:58.48koen'bitbake virtual/kernel'
08:58.51rammy2or is somewhere documented, HOW oe builds a kernel?
08:58.57eFfeMrammy2: or http://www.nslu2-linux.org/wiki/Development/MasterMakefile
08:59.27eFfeMassuming you want to build the head and not the 3.10 version
08:59.37eFfeM~seen rwhitby
08:59.48aptrwhitby <n=rwhitby@nslu2-linux/rwhitby> was last seen on IRC in channel #openslug, 2d 6h 36m 21s ago, saying: 'NeoMatrixJR1: it's not a common hardware mod - you may need to talk to the wiki page author'.
09:02.04rammy2eFfeM: actually i just want to build a 2.6.16er kernel for my own.. and to be hornest, i dont know what to use oe there fore
09:02.21rammy2but i dont know about all these patches for the nslu2 in the kernel and for the ixp400 drivers
09:02.43rammy2i want to make a regular "make menuconfig" like with every kernel
09:02.55rammy2and a "make"
09:03.36eFfeMrammy if you want to build the 2.6.16 kernel (the 3.10 one) then grab the sources from http://www.slug-firmware.net/ and run make
09:04.03eFfeMthere is no make menuconfig, but once you downloaded the 3.10 sources you can edit the defconfig file
09:04.24eFfeMyou don't need monotone or svn for building 3.10
09:05.09eFfeMactually the sources are at http://sources.nslu2-linux.org/releases/ (22.5 M)
09:05.54rammy2thats nice!
09:06.46rammy2i tried to make it with these: http://svn.nslu2-linux.org/svnroot/kernel/
09:06.54rammy2the kernel runs fine
09:07.05rammy2but the icp stuff from intel makes problems
09:22.29eFfeMyou'll need to load that from the intel web site due to licensing conditions
09:22.45eFfeMi've never tried the svn stuff
09:46.33*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
09:48.06*** join/#openslug blomma (n=blomma@c-1b9b72d5.014-202-6e6b701.cust.bredbandsbolaget.se)
09:59.12eFfeMrwhitby, quick Q (as I have to leave in a few mins)
09:59.41eFfeMyesterday I added a patch to gcc to fix usb audio playback when using gcc 4.1.1
10:00.08eFfeMthat means we should recompile the kernel (at least the pcm module needs to be updated)
10:00.16eFfeMhow do I achieve that
10:00.28eFfeM1. ask someone to recompile on the build system
10:00.41eFfeM2. bump PRCONFIG (although it is for defconfig)
10:00.46eFfeM3. bump PR
10:01.05eFfeMin the last case (if PR is bumped) should PRCONFIG be reset to 0?
10:01.12eFfeMappreciate your opinion on this
10:01.39eFfeM(btw: other topic, will you be taking care of the --lca in the master makefile ?)
10:16.51eFfeMgone for several hrs but feel free to leave a msg
10:19.57rwhitbyeFfeM-log: just bump PRCONFIG
10:20.03rwhitbyI will be taking care of --lca
12:37.49*** join/#openslug EvilDevil_ (n=miau@p54A6DFDC.dip.t-dialin.net)
13:42.40*** join/#openslug mr_claus_ (i=random@p549907FE.dip0.t-ipconnect.de)
15:51.31*** join/#openslug jelle (n=jpalten@ip54518e8c.direct-adsl.nl)
16:04.13*** join/#openslug koen (n=koen@dominion.kabel.utwente.nl)
16:05.51*** join/#openslug NeoMatrixJR1 (n=chatzill@12-205-133-251.client.mchsi.com)
17:37.56*** join/#openslug kitno455 (n=man@dialup-4.152.120.17.Dial1.Atlanta1.Level3.net)
17:39.05NeoMatrixJR1Hey Kinto, did you get my email?
17:39.14kitno455yes
17:39.29kitno455i cam looking for you, but you changed your name
17:39.38kitno455its kitno btw :)
17:40.17NeoMatrixJR1oops...sor5ry, I've registered with nickserv w/ this name and then I've been changing to match my email.
17:40.38kitno455the best thing i can tell you to do re: your defconfig:
17:40.54kitno455is to get the kernel source onto your ubuntu box
17:41.08kitno455and run a 'make menuconfig'
17:41.23kitno455this is entirely apart from the OE build env
17:41.52kitno455you dont actually have to build the kernel, but looking at menuconfig gives you a great deal of help
17:42.02jrsup1sorry, lost me.  re:?
17:42.14kitno455regarding.
17:42.46kitno455ok, lets back up two steps
17:43.15kitno455the kernel compile is controlled by a file called .config in the kernel source dir
17:43.34kitno455this file decides what features are turn on/off modules, etc.
17:43.55jrsup1ok
17:44.09kitno455the OE build environ provides you with a 'defconfig' file, which is the same format as .config
17:44.36kitno455this defconfig has been tweaked to build a proper kernel for openslug
17:45.18kitno455so basically, one of the steps that bb performs during kernel compile is to copy the defconfig over the .config
17:45.55kitno455so, since .config and defconfig are basically the same,
17:46.44kitno455we can use the kernel's built in .config editing capabilities to figure out the changes to the defconfig.
17:46.58kitno455ok so far?
17:47.37jrsup1I think so
17:48.01kitno455where am i loosing you?
17:48.13kitno455s/loos/los/
17:48.25jrsup1so my make openslug-image completed ok finally, where's my kernel image?
17:48.46jrsup1or kernel
17:48.49jrsup1not image
17:49.03kitno455look in openslug/tmp/deploy/images
17:49.10kitno455what do you have?
17:51.26jrsup1ahh...well I just got a call...I've got to head out.  I'll have to catch up with this later.  Sorry...thanks for the help again
17:51.35kitno455np
17:51.39kitno455adios
18:24.09*** join/#openslug koen (n=koen@dominion.kabel.utwente.nl)
18:33.33eFfeMkoen did you ever get your imic working on openslug or another oe variant?
18:35.01koennever tried again
18:36.07eFfeMah ok, i tried my philips audio thingie and earlier today it didn't work, then I connected directly to the slug 3 minutes ago and it works, connecting again to the hub still leaves it working
18:36.11eFfeM*very confusing*
18:36.30eFfeMthe el-cheapo c-media thingie works like a charm ...
18:53.03*** join/#openslug caplink811-log (n=caplink8@dslb-088-073-021-142.pools.arcor-ip.net)
18:59.23*** join/#openslug cbrake (n=cbrake@cpe-65-25-51-117.neo.res.rr.com)
19:03.50*** join/#openslug caplink811log (n=caplink8@dslb-088-073-021-137.pools.arcor-ip.net)
19:11.03*** join/#openslug ChanServ (ChanServ@services.)
19:11.03*** mode/#openslug [+o ChanServ] by irc.freenode.net
19:37.37*** join/#openslug tuv (n=tuv@unaffiliated/tuv)
19:45.33eFfeMNAiL: I was wondering about the status of ticket #12 on slugos 3.10.  Can you update me. I want to update the pvrusb2-mci wiki page
20:31.55*** join/#openslug kolla (i=kolla@firda.kolla.no)
20:55.48*** join/#openslug plasticmonkey (n=plasticm@host86-130-151-43.range86-130.btcentralplus.com)
21:06.12*** join/#openslug jrsup1 (n=chatzill@12-205-133-251.client.mchsi.com)
21:07.01*** part/#openslug jrsup1 (n=chatzill@12-205-133-251.client.mchsi.com)
21:08.03*** join/#openslug NeoMatrixJR1 (n=chatzill@12-205-133-251.client.mchsi.com)
21:08.03*** part/#openslug NeoMatrixJR1 (n=chatzill@12-205-133-251.client.mchsi.com)
21:08.04*** join/#openslug NeoMatrixJR1 (n=chatzill@12-205-133-251.client.mchsi.com)
21:33.12*** join/#openslug eFfeM-log (n=eFfeM@ip545787f8.direct-adsl.nl)
21:44.13*** join/#openslug plasticmonkey (n=plasticm@host86-130-151-43.range86-130.btcentralplus.com)
22:46.56*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)
23:47.23*** join/#openslug rwhitby (n=rwhitby@nslu2-linux/rwhitby)

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