IRC log for #handhelds on 20070902

00:00.07mzb_d800RR is a _relatively_ "non-destructive" method of doing a test-drive ;)
00:00.57huhligrelatively?
00:01.01huhligwiping of dram?
00:01.03huhligthat all
00:01.07mzb_d800yep
00:01.09mzb_d800You might be surprised to learn that RR is written in ash script (like cut-down bash, but without arrays)
00:01.27huhligwow
00:01.28mzb_d800so please don't be too concerned about delays in the menu :)
00:01.29huhligscary
00:01.40huhlighehehe
00:01.40mzb_d800yep, 5000 lines of script ;)
00:02.05mzb_d800working on a new version now with menu in C
00:02.15huhligcoo
00:02.22mzb_d800(I want to be able to do more complex things)
00:02.27huhligheh
00:02.35huhligIm clever enough to use a partitionless card
00:02.39mzb_d800the menu was really hard to do in script
00:02.45mzb_d800I suggest you don't :)
00:02.46huhligI should think twice about using ramdisk
00:02.51mzb_d800:)))
00:02.58mzb_d800lol
00:03.13huhligactually its a bitch to make partitioned cards in windows
00:03.29mzb_d800nah
00:03.53mzb_d800dd if=/dev/zero bs=512 count=1 /dev/sda (on linux of course)
00:03.58mzb_d800then put into pda
00:04.19mzb_d800you will end up with a fat partition on sda5
00:05.06mzb_d800don't forget that they are partitioned when you first buy them ;P
00:05.28mzb_d800and every portable device I know of will partition/format in some way
00:05.48mzb_d800eg. camera will usually do "sda1" as fat16
00:06.42mzb_d800the *only* situation that RR can't recover from is "unpartitioned" ... absolute pita ... despite my best attempts to come up with a solution ... it's just TOO hard :|
00:07.58mzb_d800you might also be impressed by the picture on the screen during RR ... when you learn that it's a text console without graphics support ;)
00:08.33mzb_d800btw: touchpad doesn't work in RR (iirc), just use the buttons
00:08.49huhligok
00:09.43mzb_d800anyway ... I have a house + 2yo to prepare for a BBQ, must get on with it
00:09.49mzb_d800let me know how you go
00:09.54huhligshould I do this on the SD or CF
00:09.59mzb_d800dm
00:10.06huhligdm??
00:10.13mzb_d800doesn't matter
00:10.15huhligoh
00:10.16huhligok
00:10.46mzb_d800although depends what sizes they are
00:11.53mzb_d800oh ... and *please* enjoy the whirlygig! :))
00:11.56mzb_d800heh
00:13.05mzb_d800if not already, you should join hx4700-port@, an look at the archives for info on fixes
00:15.59*** join/#handhelds bluelightning (n=blueligh@219-89-47-3.dialup.xtra.co.nz)
00:16.11huhligok
00:31.27huhlighmm
00:31.35huhligmzb_d800, if your are still around
00:31.46huhligits complaining about the custom.txt
00:31.51mzb_d800heh
00:31.57mzb_d800should work out of the box
00:31.58huhligno fat partition found
00:32.04mzb_d800lol
00:32.12mzb_d800did you reformat the card?
00:32.31mzb_d800or did you leave it as partitionless?
00:33.57mzb_d800(contrary to advice:)
00:35.28huhligreformatted
00:35.34huhligit has 2 partitions
00:35.43huhliga 63MB
00:35.45huhligand the rest
00:38.07huhlighmm
00:38.10huhligssh is running
00:38.20huhliglet me see if I can log in
00:39.14mzb_d800all you need is a single FAT partition
00:39.21mzb_d800RR will take care of the rest
00:39.59huhligok
00:40.06huhligcan it be bigger then 64mb?
00:40.32mzb_d800all you need is a single FAT partition ==> the whole card
00:40.38mzb_d800but it doesn't matter
00:40.43huhligok
00:40.47mzb_d800your current setup should work
00:41.15mzb_d800as long as there is *at least* a FAT partition (first) on the card
00:41.31mzb_d800it might take a few goes to get right, if you are going to experiment
00:41.48huhlighmm
00:41.49huhligok
00:42.00mzb_d800you don't need a lot of space for familiar .... 128mB would probably be overly-generous
00:42.32mzb_d800iirc, RR attempts to make an 80MB partition for linux, but you can change this in custom.txt
00:44.01mzb_d800btw: I tend to prefer installing to SD cards, as a) they're smaller, b) I have CF peripherals, and c) SDIO doesn't work in Linux
00:44.39mzb_d800iow: SD slot is wasted if not used for storage, whereas CF is/can be useful
00:45.07huhligmzb_d800, hmm
00:45.09huhligok
00:45.18mzb_d800note, however, that you are more likely to have problems with SD cards (particularly large cards)
00:45.19huhligso put it on the SD card
00:45.23huhligoh
00:45.27huhligthis is a 2gb card
00:45.38huhlig2gb sd and 2gb cf
00:45.39Kevin2mzb_d800: Hi.  Any at some point, I'd like to be able to use RR to install on HTC Apache and HTC Hermes.  Any advise on how to do that?
00:46.01mzb_d800*should* work ... I've recently purchased a batch of cheap 2GB cards for testing RR
00:46.50mzb_d800Kevin2: you'd need to create a special HTC kernel with static drivers (not modular)
00:47.32mzb_d800and you'd need a rootfs ready to go (and suitable for card-booting)
00:48.46mzb_d800the static kernel would need initrd, mmc, ide + ext2 compiled in (along with a couple of machine-specific drivers) ... see the RamdiskRescue wiki for more notes, and links to defconfigs (the kernel needs to be *SMALL*)
00:49.09mzb_d800(as RR uses tmpfs to unpack the image)
00:49.59mzb_d800call that the 'RR' kernel
00:52.10mzb_d800then you need a kernel suitable for card-booting, which will be installed with the rootfs and also used by haret to boot into the rootfs. Accordingly, it needs ide_cs, mmc, ext2 compiled statically, and (most) other modules compiled normally.  This is essentially a 'familiar' kernel but able to support a card boot (some aren't)
00:53.11mzb_d800Kevin2: once you have those two kernels, and a suitable rootfs RR will then be able to work on HTC. Answer your question?
00:53.36Kevin2Yes..
00:53.41mzb_d800k
00:54.31mzb_d800if/when that happens, HTC will most likely be very close to being supported by Familiar (imho)
00:55.23mzb_d800(or, put another way, HTC will be able to attract a lot more testers, which will assist in getting the port supported by Familiar:)
00:55.27huhligmzb_d800, hmm
00:55.33huhligstill cant get it to recognise it
00:55.49mzb_d800ssh in and have a look with "logread"
00:55.54huhligcant
00:56.14huhligit doesnt get to a point where rndis is coming up
00:56.22mzb_d800doesn't like card?
00:56.25mzb_d800no
00:56.27huhligno it boots
00:56.29mzb_d800no rndis support
00:56.31huhligoh
00:56.35huhligso how do I connect to it
00:56.36huhlig?
00:56.41mzb_d800network
00:56.46mzb_d800tcp/ip
00:56.51huhligok
00:56.57huhligyou have wireless?
00:56.59mzb_d800look at custom.txt
00:57.01huhligok
00:57.09mzb_d800I do, but RR doesn't :)
00:57.30huhligok
00:57.39huhligwithout rndis how do I get a network connection
00:57.45huhligit has no net jack
00:58.02mzb_d800http://www.marcusbrutus.soho.on.net/blog/?p=67
00:58.06mzb_d800ah
00:58.21mzb_d800usbnet ... you'll need to be running linux
00:58.35mzb_d800(I obviously need more caffeine;)
00:58.57huhligok
00:59.12huhligtry this again
00:59.15mzb_d800have a look at the details in custom.txt (using PDA)
00:59.24mzb_d800you will get a better idea
00:59.37mzb_d800http://www.marcusbrutus.soho.on.net/blog/?p=67
00:59.55mzb_d800(link not directly related)
01:00.14huhligbooting now
01:00.52huhligits not allowing it to connect
01:01.21mzb_d800see wiki page for setting up usbnet
01:01.35huhliggrr
01:01.35mzb_d800make sure link is up
01:01.36huhligok
01:01.45mzb_d800you *will* need usbnet working
01:01.52huhligmy linux is in a VM
01:01.58mzb_d800:)
01:02.02mzb_d800vmplayer?
01:02.05huhligno
01:02.07huhligWorkstation 6
01:02.22mzb_d800ok, so you can give it a usb port, right?
01:02.30mzb_d800(turn activesync off)
01:02.39huhligdid that a while ago
01:02.45huhligwhen I boot linux it stops working
01:02.51huhligit doesnt see a working device
01:03.08mzb_d800you might need to reboot RR
01:03.21huhligjust did
01:03.31huhligits locking while trying to locate rescue files
01:03.53mzb_d800so have you followed the wiki re: directories?
01:04.31huhligyes
01:04.31huhliglinux
01:04.32huhligrescue
01:04.32huhligimages
01:04.32mzb_d800how big is the fat partition?
01:04.32huhliginside each other
01:04.32huhlig63 megs
01:04.57mzb_d800and you are executing haret from within /linux/rescue/  ... right?
01:05.33huhligyes
01:05.51mzb_d800have you changed *any* settings?
01:06.01huhligcustom.txt, haret, ramdisk-rescue, startup.txt, and zimage
01:06.04huhligare all in rescue
01:06.13huhligimge has the gpe tarball
01:06.16huhligimage
01:06.20huhligand another zimage
01:06.25huhlignop
01:06.27huhlignope
01:06.30huhligno changes
01:06.48huhliglemmie reformat the card again
01:06.50mzb_d800err ... you see the names "custom.txt" and "startup.txt" ? those extensions should be invisible on the pda
01:07.08huhligjust in case
01:07.10mzb_d800ok, try the CF as well ... you might be having probs with the 2GB SD
01:07.14mzb_d800k
01:07.18huhligno
01:07.21huhligthis IS the cf
01:07.27mzb_d800heh :)
01:07.30mzb_d800oh dear
01:07.39mzb_d800should *not* be any problems
01:07.52mzb_d800must be some small thing out of place somewhere ;)
01:07.56mzb_d800caffeine time
01:07.59mzb_d800brb5
01:08.18huhligno problem
01:08.35huhligI assume the partition does not need to be marked bootable
01:13.43mzb_d800no
01:14.40mzb_d800seriously, just KISS ;) ... blank the first sector of the card and  get the hx to format it ... then copy stuff onto it ... should be *good to go* :)
01:15.33mzb_d800(avoids a plethora of problems)
01:16.26huhligok
01:16.29huhligthat works
01:17.37mzb_d800booting/booted?
01:17.50mzb_d800(or you just like the theory?;)
01:18.33mzb_d800btw: I don't think audio works in RR on hx
01:18.48mzb_d800so you won't hear the great msg ;)
01:19.02mzb_d800(Star Trek ripoff)
01:19.33mzb_d800*BEEP* "Data transfer complete" (Enterprise computer iirc)
01:20.34huhligneither
01:20.38huhligwiping cards now
01:20.42mzb_d800k ;)
01:20.51huhligsorry, Im being slow
01:20.56huhlig2 other people wanting me to fix stuff too
01:21.01huhligk
01:21.04huhligbooting and formating now
01:21.30mzb_d800dm ... I'm having caffeine while I wait ... then I have to get on with BBQ prep (before g/f gets home!;)0
01:21.37huhligheheh
01:22.06huhligfeel free to drop me at any time
01:22.17huhligthis is a weekend project
01:22.38mzb_d800heh ... hard to ... you're like a "customer" that needs support
01:22.49huhligok so go start preparing
01:22.52mzb_d800once you have RR booted I'll be happy :)
01:22.58huhligand read back the notes in 30 min
01:23.03huhligim patient
01:23.15mzb_d800I'll wait (I'm getting old;)
01:23.36mzb_d800(and I'm not looking forward to cleaning the garage + BBQ)
01:24.36huhligok ok
01:24.41huhligcopying file system now
01:25.20mzb_d800:)
01:25.34huhligloading both cf and sd with same identical fs
01:25.40mzb_d800k
01:25.49huhligone should work
01:25.57mzb_d800:)
01:26.35huhligtesting sd first
01:26.39mzb_d800good
01:26.55huhligbooting
01:27.10mzb_d800I'll hold my breath :)
01:27.28huhligramdisk loaded
01:27.29huhligssh up
01:27.33huhliglooking for script
01:27.39huhligok, its executing
01:27.41huhligcool
01:27.42huhligits up
01:27.44mzb_d800:))
01:27.47huhligSD works
01:27.51mzb_d800nice pic, huh? :)
01:27.56huhligcute
01:28.05huhligso this will allow me to install
01:28.11mzb_d800(complete hack ... hard to make)
01:28.20huhligand once its installed I can do stuff just like in normal linux
01:28.25mzb_d800this will install a rootfs to the card
01:28.32huhligto the card
01:28.38huhlignot the Internal store?
01:28.40huhligk
01:28.44huhlighow bout a bootloader
01:28.49huhligor is haret a neccessity
01:28.53mzb_d800then you can boot into linux (execute haret from /linux not /linux/rescue)
01:29.07huhligahh
01:29.08mzb_d800no bootloader will not work with card-boot
01:29.17mzb_d800you *could* flash from RR
01:29.35mzb_d800but it's probably easier/nicer to do so from card-booted familiar
01:29.58huhligahh
01:29.59huhligok
01:30.22huhligbooting now
01:30.24huhligthank you
01:30.37mzb_d800extracted already?
01:30.41huhligyep
01:30.56mzb_d800that was strangely quick
01:31.08huhligasking me if I want to resize
01:31.12mzb_d800ah
01:31.14mzb_d800YES
01:31.33huhligerrors found
01:32.04mzb_d800it will convert logical part 5 to primary part 1, resize it, convert to fat32, and then add a primary part2 (ext2)
01:32.15mzb_d800errors ... did it stop?
01:32.27huhligno
01:32.30mzb_d800k
01:32.30huhligcontinuing anyway
01:32.48huhligyou should make a windows program that will prepare sd/cf disks
01:32.56huhligmake many a life easier
01:32.59mzb_d800hmm
01:33.04huhligits sanitizing
01:33.11mzb_d800should be ok ... might be interesting to see the log
01:34.16huhligk
01:34.33mzb_d800you *can* get rid of partition 1 and put the contents in ipaqstore .. but that's a little more complicated (first time around)
01:34.53mzb_d800you'll get the idea once you have a working card-boot
01:35.01huhligok
01:35.37huhligstill resizing
01:35.45mzb_d800big card :)
01:35.49huhligyep
01:35.53huhligcreating ext2
01:35.59huhligI thought ext2 was bad on flash cards
01:36.04huhligshouldnt it be ext3 or jjfs?
01:36.15mzb_d800no ... auto wear levelling in card
01:36.23huhligon sd?
01:36.29huhligI thought that was only on cf
01:36.38mzb_d800no ext3 gives too much write to card
01:36.47huhliggod I cant wait for Pram to be a reality
01:36.57huhligerr PC Ram
01:37.04mzb_d800jffs2 is for flash memory (no wear levelling built into hardware)
01:37.24mzb_d800ext2 is fine for external cards
01:37.36huhligok
01:38.25mzb_d800you are yet to get to the extract stage (I guess) ... the whirlygig is a wonder of modern science ;)
01:38.40mzb_d800(aka: another horrible hack;))
01:38.43huhligunpacking now
01:39.43mzb_d800keep an eye on the elapsed time ... interesting to know speed of hx + *that* card
01:41.06mzb_d800http://ramdisk-rescue.svn.sourceforge.net/viewvc/ramdisk-rescue/reports/0.6.4/prerelease/Function_Testing.ods?view=log
01:41.30mzb_d800open office spreadsheet of testing so far
01:43.51huhligim at 4:57 and 302 files
01:44.01mzb_d800way to go :)
01:44.09huhligis that good?
01:44.15huhligits a cheap lexar 2gb card
01:44.20mzb_d800don't know (yet)
01:44.33huhlig5:39 389 files
01:45.02mzb_d800I've been testing on a variety of cards ... focusing on cheapies off eBay atm
01:45.03huhligand its just kinda sitting there counting time
01:45.11mzb_d800that's ok
01:45.21huhligk
01:45.22mzb_d800should be 6-12mins
01:45.25huhligok
01:45.44mzb_d800I've been getting 2GB SD < au$16 (delivered)
01:46.05mzb_d800(inc Sandisk microSD with adapter;))
01:46.38huhligI walked over to Officemax and paid 9.99 US
01:46.47mzb_d800one of the main probs is the "free reader" you sometime get ... very mixed results
01:46.55huhligfree reader?
01:46.57huhligusb?
01:47.00mzb_d800yep
01:47.08huhligahh ok
01:47.08mzb_d800some are only suitable for up to 1GB
01:47.30mzb_d800some are ok for 2GB but can only handle 3MB/s
01:47.52mzb_d800I've started keeping a database of the results as I test
01:48.04huhligahh
01:48.15huhlig8:39 577 files
01:48.17mzb_d800nothing like officemax here
01:48.23huhligin AU>
01:48.27huhligyou have staples
01:48.37mzb_d800not afaik
01:48.39huhligI think we have expanded there
01:48.42mzb_d800(Tasmania)
01:48.46huhligoh
01:48.48huhlignot sure then
01:49.07mzb_d800http://www.officemax.com.au
01:50.25huhlig10:30 and 681 files
01:50.33huhlignot the fastest
01:50.47mzb_d800it'll prob be 11-12 mins
01:50.55huhligok
01:51.05mzb_d800no product list ... too far away from me ... very much doubt cards would be < au$30
01:51.27huhligok
01:51.34huhliglexar is a manufacturer so
01:51.44huhligdoes the hx4700 support the ultra cards
01:52.00mzb_d800"support" ?
01:52.06mzb_d800or do you mean SDHC ?
01:52.10huhligdoes it support the high speed
01:52.15mzb_d800not sure
01:52.20mzb_d800SDHC == no
01:52.39huhligI know alot of cameras dont support them until you get into professional SLR
01:52.41mzb_d800I have a couple of ultras (see the ods)
01:52.55huhlig12:30 881 files
01:53.11mzb_d800really? I have Canon A520 ... all seem to work ok
01:53.16huhligthey work
01:53.23huhligbut they run at the slower speeds
01:53.38mzb_d800never tried a speed test on camera
01:53.52huhligworked in staples in store for a while and got bored
01:53.59huhligtried speed tests on certain cameras
01:54.00mzb_d800ah
01:54.03huhligand certain cards
01:54.20huhligusually anything we carried except the canon rebel there was no difference
01:54.27huhligthe rebel the speed was almost double
01:54.40huhlig14:00 976 Files
01:59.35huhlig18:00 1207 files and still going
01:59.55huhligI must have a really crappy card
02:00.17mzb_d800could be a number of reasons, hence the database
02:00.18*** join/#handhelds cels (n=unknown@dslb-084-061-170-008.pools.arcor-ip.net)
02:00.23huhligoh?
02:00.31huhligwhat else besides the card
02:00.33huhligbad build?
02:00.49huhligdifferent hardware revision?
02:01.06mzb_d800driver, files, sync vs async, card size/age/speed .... etc
02:01.34mzb_d800might be interesting to keep in touch ... kernel devs need proper feedback on this issue (imo)
02:01.40huhligno problem
02:01.49huhligI am working with france on the HTC wizard
02:01.56huhligI use one as a phone
02:02.00mzb_d800cool
02:02.06huhligand I was going to toss linux on it as well
02:02.14huhligbut I wanted a Personal Data server first
02:02.24mzb_d800if he sends me one of those I should be able to get RR working on it ;)
02:02.35huhligI figured the flagship product would be best
02:02.44huhligI cant ship you mine but I am more then willing to help
02:02.47mzb_d800going to be addind "install to flash" option in next version
02:02.54mzb_d800s/addind/adding/
02:03.14huhligok that is mildly anoying
02:03.26mzb_d800delay on attempt to play sound?
02:03.33huhligno
02:03.35huhligibot
02:03.39mzb_d800heh
02:03.43huhlig21:30 1207 Files
02:03.49mzb_d800I could have just avoided the last "/"
02:03.51mzb_d800;)
02:03.54huhligheh
02:03.59mzb_d800*sigh* a long one ... shame
02:04.00huhligs/heh/heh
02:04.06mzb_d800:)
02:04.19mzb_d800s/:)/:(
02:04.21mzb_d800s/:)/:(/
02:04.29huhligmine eyes
02:04.34mzb_d800lol
02:04.39huhligthe goggles they do nothing
02:05.03mzb_d800like the whirlygig? (you can see why it needs to be slightly entertaining;)
02:05.23huhligwhat whirlygig
02:05.36mzb_d800"progress indicator"
02:05.47mzb_d800turns around and changes shape
02:06.03huhligyou mean the little dinky red /-\|
02:06.09mzb_d800yep
02:06.11huhligahh
02:06.18huhligits not really doing much
02:06.30huhligbetter if a line below it counted the total files
02:06.36huhlig[****************----------]
02:06.43huhlig[****************----------] 69%
02:06.54mzb_d800hoping to have progress bars in next version ... all depends if I can fit ncurses and libc
02:07.11huhligahh
02:07.16huhligwhat are you using now?
02:07.25huhligI thought the whirlygig was ncurses
02:07.26mzb_d800ash
02:07.30mzb_d800nope
02:07.34huhlighmm
02:07.40mzb_d800ash and escape sequences
02:07.43huhligif it can do the whirlygig
02:07.51huhligit should be able to do progressbar
02:07.56mzb_d800yes ... I know a little more about piping now ... so should be able to do more
02:08.08mzb_d800(pv might come in handy;)
02:08.11huhlig25:00 1207 Files
02:08.16mzb_d800gee
02:08.34huhligloadavg 2.04 2.14 2.07
02:08.43mzb_d800at least it's busy :)
02:08.47huhlig10-60 min
02:08.49huhligI love it
02:09.04huhligmy SD must really really suck
02:09.08mzb_d800h2200 can do <6 mins on a good day
02:09.14huhligwierd
02:09.29huhligI picked up the hx4700 cause it was the fastest unit HP has put out
02:10.01huhligsupposedly
02:10.50mzb_d800prob driver-related
02:11.06Kevin2mzb_d800: Sorry - got pulled off to a phone conversation.  So, I just need to build two kernel images (one normal familiar one, and one for RR) - but do I need to customize RR in any way?  It doesn't care what device I have?
02:11.12mzb_d800hx4700 is pretty mean machine ... esp when you get linux onto it ;)
02:11.33huhligmzb_d800, well, im glad I got the right unit
02:11.35huhligahh
02:11.41huhlig27:31 Files 1334
02:11.46huhligstill not done though
02:12.10mzb_d800Kevin2: no ... I don't think RR will need to be customised .... might be an issue with framebuffer (resolution related) ... but should be ok
02:12.23mzb_d800huhlig: shouldn't be long now
02:12.31huhligok
02:12.36huhlighow many files are there
02:12.47Kevin2Okay, that is easier than I thought.
02:14.02mzb_d800huhlig: not sure ... but there's usually a long(ish) pause before final burst
02:14.29*** join/#handhelds root__ (n=ketrox@Zf79d.z.pppool.de)
02:14.47mzb_d800I had to use sync option due to buffering problems (I think related to the fact I was using initrd+tmpfs)
02:14.57huhlig30:01 1334 Files
02:15.33Kevin2mzb_d800: BTW, have you thought of using one of the later versions of haret?  We've added a bunch of new features to it.  Notably, the ability to link a kernel/initrd/startup.txt into a single exe.
02:16.13mzb_d800I'm planning that for next release to avoid certain issues
02:16.50mzb_d800I also want to do a couple of dialog windows and (possibly) offer to execute backup process before haret-proper is executed
02:19.23mzb_d800ok, brb5
02:19.37huhligk
02:19.39mzb_d800almost hit pumpkin hour ;)
02:19.46huhlig33:50 Files 1334
02:19.57mzb_d800gee
02:20.41huhligwillakers batman?
02:22.48mzb_d800heh, yeah
02:23.13mzb_d800hopefully won't be as long as some of psokolovsky's tests on h4100
02:23.18mzb_d800(60 mins)
02:24.09huhlig37:05 Files 1334
02:26.06mzb_d800ok, I have to show baby girl and have a shave
02:26.25mzb_d800(I'll get in big trouble otherwise;))
02:26.40mzb_d800bbl
02:28.12huhligok
02:28.19huhligI will give you the final results when they come up
02:33.08huhlig44:00 Files 2433
02:40.38huhligwoo
02:41.22huhlig50:00 Files 2637
02:41.41huhligI think I might beat psokolovsky's record
02:46.43huhlig54:00 Files 2999
02:52.11huhlig58:00 Files 31:56
02:52.13huhlig58:00 Files 3156
02:54.55huhligmzb_d800, 60:00     Files: 3284!!!! Still going
02:56.38huhlig60m58s Files 3441
02:56.44huhligExpansion complete
03:00.48*** join/#handhelds dijenerate (n=dijenera@72.22.134.179)
03:09.56huhligmzb_d800, Audio doesnt work, LED Tests dont work
03:15.55*** join/#handhelds agd5f (n=alex@c-69-143-255-50.hsd1.va.comcast.net)
03:17.24*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
03:28.48*** join/#handhelds UhligH__ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
03:32.38*** join/#handhelds cm34_ (n=cm@83.239.149.225)
04:00.48UhligH__wow
04:00.52UhligH__gpe is incredibly slow
04:02.03*** join/#handhelds huhlig (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
04:05.28mzb_d800huhlig: audio + leds are known issue from RR
04:05.51mzb_d800huhlig: speed might be affected by card
04:06.30mzb_d800time to clean loungeroom and cut spuds
04:06.31mzb_d800bbl
04:15.58huhligmzb_d800, ok, I tap on a folder it works
04:16.05huhligI tap on an icon and it never starts
04:27.14mzb_d800strange
04:27.58huhligyea
04:28.01huhligyou got a second
04:28.07mzb_d800but at least you have a platform that *should* make it easier to install linux to flash (imo) ... lot easier when you have usbnet working (to a linux host)
04:28.08huhligor is the bbq starting
04:28.11huhligtrue
04:28.18mzb_d800err ... couple of minutes I guess
04:28.24huhligif not then not
04:28.33huhligwhat can I do to test
04:28.37huhligand find out whats not working
04:29.14mzb_d800kernel & rootfs are pretty old ... better to get on with flashing, setup network, update ... and get ready for familiar 0.9.x :)
04:29.16huhligwindows is running about 10x
04:29.22huhligok
04:29.45mzb_d800(you'll need to be familiar with 0.8.4 to make "qualitative" assessment of 0.9.x;)
04:29.48huhligI cant open any applications
04:29.59mzb_d800hmmm ... not sure why
04:30.19huhligbooting linux again
04:30.23huhligit boots nice and fast
04:30.24mzb_d800maybe you've started off a task and it's hanging .. try reboot :)
04:30.32huhligjust did
04:30.34mzb_d800k
04:30.47huhligalthought the icons look horrid
04:30.51huhligcouldnt load firmware
04:30.52mzb_d800get usbnet working
04:30.56huhligacx
04:30.59huhligacx-mem
04:31.01mzb_d800=wifi
04:31.03huhligand wlangen.bin
04:31.06huhligok
04:31.08mzb_d800see the mailing list
04:31.40huhligI also have to note the unit is REALLY HOT
04:32.10mzb_d800probably running flat out trying to open 100 apps ;)
04:32.21huhligok
04:32.26huhligI have a terminal
04:32.43mzb_d800now read through the usbnet wiki page and get that going
04:32.51mzb_d800(you *will* need network;)
04:33.10mzb_d800[ie. what's the use of an un-networked *nix machine ;) ]
04:33.20huhligok
04:33.24huhligheh
04:34.02mzb_d800you also need ssh -X session to setup sylpheed email
04:34.12mzb_d800(options page is too big for screen)
04:34.27mzb_d800although ... I don't remember if that's such a problem with the hx4700
04:34.57mzb_d800time for me to pull my finger out ... g/f has arrived home from work ... visitors pending
04:35.02huhlig640x480 resolution
04:35.05huhligok
04:35.07huhligttyl
04:35.14mzb_d800err ... 480x640 ;)
04:35.23mzb_d800bbl
04:35.23huhligwell yea
04:36.21*** join/#handhelds dariballdesk_ (n=dariball@p54B1C133.dip.t-dialin.net)
04:53.46*** join/#handhelds dariball_ (n=dariball@p54B1C133.dip.t-dialin.net)
06:27.36*** join/#handhelds jwilliams (n=jwilliam@ip-58-28-158-244.ubs-dsl.xnet.co.nz)
06:28.00*** part/#handhelds jwilliams (n=jwilliam@ip-58-28-158-244.ubs-dsl.xnet.co.nz)
06:35.41*** join/#handhelds mzb (n=ubernut@ppp108-88.static.internode.on.net)
06:36.00*** mode/#handhelds [+o mzb] by ChanServ
06:40.47mzbtime to preheat BBQ, bbl
07:00.40*** join/#handhelds mmp (n=mmp@158.195.103.104)
07:02.39*** join/#handhelds gremlin[it] (n=gremlin@217.201.146.152)
07:06.37*** join/#handhelds barduck (n=barduck@bzq-219-123-106.static.bezeqint.net)
07:52.43*** part/#handhelds rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
07:59.00*** join/#handhelds frodobeg (i=begins@gateway/tor/x-d0835c5816cd88be)
08:00.03*** part/#handhelds frodobeg (i=begins@gateway/tor/x-d0835c5816cd88be)
08:00.04*** join/#handhelds frodobeg (i=begins@gateway/tor/x-d0835c5816cd88be)
08:03.17*** join/#handhelds niv_one_three (n=niv@bzq-84-108-124-194.cablep.bezeqint.net)
08:04.36*** join/#handhelds zap (n=zap@16.170.249.ozerki.net)
08:14.17*** join/#handhelds dariball (n=dariball@p54B1CB48.dip.t-dialin.net)
08:14.25*** join/#handhelds dariballdesk_ (n=dariball@p54B1CB48.dip.t-dialin.net)
08:33.02*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
08:48.08*** join/#handhelds mr_nice (n=mr_nice@p54A9D250.dip.t-dialin.net)
08:53.23*** join/#handhelds goxboxlive (n=goxboxli@139.80-202-160.nextgentel.com)
09:55.55*** join/#handhelds Leeds (n=richardc@128.Red-80-33-85.staticIP.rima-tde.net)
10:13.48*** join/#handhelds rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
10:44.34*** join/#handhelds TheFaioli (i=chuck-th@bzq-84-108-152-96.cablep.bezeqint.net)
10:48.45*** join/#handhelds TheFaioli (i=chuck-th@bzq-84-108-152-96.cablep.bezeqint.net)
11:00.18*** join/#handhelds barduck (n=barduck@bzq-219-123-106.static.bezeqint.net)
11:29.46*** join/#handhelds gremlin[it] (n=gremlin@217.202.54.231)
11:35.53*** join/#handhelds cm34 (n=cm@83.239.149.225)
12:01.31*** join/#handhelds cm34 (n=cm@83.239.149.225)
12:43.22*** join/#handhelds Hymie (n=ihymie@l8r.net)
12:56.58*** join/#handhelds cm34 (n=cm@83.239.149.225)
13:15.25*** join/#handhelds barduck (n=barduck@bzq-219-123-106.static.bezeqint.net)
13:55.05*** join/#handhelds mr_nice (n=mr_nice@p54A9D250.dip.t-dialin.net)
13:58.55*** join/#handhelds frodobeg (i=begins@gateway/tor/x-f98bf334682c1665)
14:07.14*** join/#handhelds Timelord0 (n=TL@16.8c.d12c.cidr.airmail.net)
14:59.55*** join/#handhelds dijenerate (n=dijenera@72.22.131.245)
15:20.32*** join/#handhelds barduck (n=barduck@bzq-219-123-106.static.bezeqint.net)
15:39.22*** join/#handhelds zap (n=zap@16.170.249.ozerki.net)
16:11.16*** join/#handhelds victor_rx1950 (n=victor_d@82.211.156.169)
16:15.47*** join/#handhelds braindog (n=eskimo@d178142.adsl.hansenet.de)
16:23.40*** join/#handhelds orospakr (n=orospakr@bas4-ottawa23-1177561336.dsl.bell.ca)
17:11.09*** join/#handhelds mr (n=mr_nice@p54A9F877.dip.t-dialin.net)
17:16.32*** join/#handhelds barduck (n=barduck@bzq-179-108-152.static.bezeqint.net)
18:17.55UhligH_you around mzb
18:17.56UhligH_?
19:32.25*** join/#handhelds cm34 (n=cm@83.239.149.225)
19:34.26*** join/#handhelds niv_one_three (n=niv@bzq-84-108-124-194.cablep.bezeqint.net)
19:49.43*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
20:07.29*** join/#handhelds herrmess (n=herrmess@bzq-84-108-152-96.cablep.bezeqint.net)
20:12.02*** join/#handhelds UhligH__ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
20:19.08*** join/#handhelds DamZ (n=chatzill@193.253.141.92)
20:19.29*** part/#handhelds DamZ (n=chatzill@193.253.141.92)
20:36.18*** join/#handhelds r00t|ipaq (i=foobar@port-83-236-63-213.dynamic.qsc.de)
20:39.40*** join/#handhelds mr (n=mr_nice@p54A9F877.dip.t-dialin.net)
21:25.13*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
21:34.21*** join/#handhelds ketrox (n=ketrox@Zf79d.z.pppool.de)
22:27.31*** join/#handhelds victor_rx1950 (n=victor_d@82.211.156.169)
22:39.09*** join/#handhelds cm34 (n=cm@83.239.149.225)
22:55.02*** join/#handhelds ketrox (n=ketrox@Zf79d.z.pppool.de)
23:04.01*** join/#handhelds cm34 (n=cm@83.239.149.225)
23:20.15*** join/#handhelds Takapa (i=vegard@svanberg.no)
23:29.36*** join/#handhelds mzb_d800 (n=mzb@ppp108-88.static.internode.on.net)
23:30.09*** mode/#handhelds [+o mzb_d800] by ChanServ
23:44.17*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
23:47.04*** join/#handhelds cm34 (n=cm@83.239.149.225)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.