IRC log for #handhelds on 20071111

00:06.54*** join/#handhelds huhlig (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
00:22.37*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
00:25.01*** join/#handhelds cm34 (n=cm@83.239.149.225)
00:39.31*** join/#handhelds flypiper (n=ISP-1@74-132-15-213.dhcp.insightbb.com)
01:12.40*** join/#handhelds Timelord (n=TL@16.8c.d12c.cidr.airmail.net)
02:30.22*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
02:32.26*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
02:48.51*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
03:25.42*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
03:26.37*** join/#handhelds Keizer (n=keizer@c-69-139-42-47.hsd1.fl.comcast.net)
03:28.06*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
03:33.16*** join/#handhelds Keizer (n=keizer@c-69-139-42-47.hsd1.fl.comcast.net)
03:34.42*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
03:59.37*** join/#handhelds keizer1 (n=keizer@c-69-139-42-47.hsd1.fl.comcast.net)
04:02.53*** join/#handhelds xmongo (n=mongo@63.135.135.198)
04:18.34*** join/#handhelds keizer2 (n=keizer@c-69-139-42-47.hsd1.fl.comcast.net)
05:08.59*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
05:33.51*** join/#handhelds dijenerate (n=dijenera@72.51.93.97)
06:39.55*** join/#handhelds wolog (n=wolog@AOrleans-157-1-76-210.w90-20.abo.wanadoo.fr)
07:45.12*** join/#handhelds gremlin[it] (n=gremlin@ppp-112-108.25-151.libero.it)
08:10.01*** join/#handhelds UhligH_ (n=UhligH@68-189-77-13.dhcp.wtvl.ca.charter.com)
08:24.48*** join/#handhelds cm34 (n=cm@83.239.149.225)
08:36.41*** join/#handhelds cofeineSunshine (n=justinas@78-60-112-31.ip.zebra.lt)
08:58.48*** join/#handhelds goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
09:09.31*** join/#handhelds dariball (n=dariball@p54B1D702.dip.t-dialin.net)
09:29.37*** join/#handhelds pH5 (n=ph5@p5485F8B3.dip.t-dialin.net)
09:48.41*** join/#handhelds mmp (n=mmp@adsl-dyn232.78-98-131.t-com.sk)
09:49.38*** join/#handhelds goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
10:26.32*** join/#handhelds ArjanS (n=arjan@anymore.nl)
10:56.52*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
11:16.15*** join/#handhelds dariballdesk_ (n=dariball@p54B1D702.dip.t-dialin.net)
11:34.02*** join/#handhelds RedDak (n=dak@87.16.89.168)
11:34.56*** join/#handhelds Timelord (n=TL@16.8c.d12c.cidr.airmail.net)
11:50.30*** join/#handhelds niv_one_three (n=niv@87.69.53.122.cable.012.net.il)
12:07.41*** join/#handhelds Marex-notebook (n=marex@gwfm10-3-250.802.cz)
12:26.41*** join/#handhelds pipomolo42_ (n=pipomolo@ALille-152-1-15-96.w82-127.abo.wanadoo.fr)
12:37.23*** join/#handhelds polemon (i=bereziak@v32210.1blu.de)
12:42.10*** join/#handhelds dariballdesk__ (n=dariball@p54B1F467.dip.t-dialin.net)
12:43.05*** join/#handhelds TequilaWORM (n=chatzill@77.195.36.163)
12:43.12TequilaWORMHi, I compiled all my drivers in the kernel (Monolithic Kernel), and I would like to know in which order my drives are initialized?
12:44.21*** join/#handhelds dariball (n=dariball@p54B1F467.dip.t-dialin.net)
12:45.59TequilaWORMI tried Google, without any luck ;)
12:48.18pH5TequilaWORM: depends on the bus
12:48.30pH5for platform devices it's just the order in which they are registered
12:49.39TequilaWORMIs it possible to find out such order ?
12:51.10pH5sure, look at the code :)
12:51.45TequilaWORMSrc file name will help ;)
12:51.58pH5in general (pci, usb, etc. anything with hotplug capabilities) it is not possible to know the order in advance
12:54.26pH5TequilaWORM: what is your machine type?
12:54.30TequilaWORMMy mistake. I am interesting in the devices used at boot time, for example I am using the 8250 as a serial console.
12:54.42TequilaWORMExperimental
12:54.44pH5eh, what arch - arm?
12:54.52TequilaWORMARM9
12:56.08pH5processor type?
12:57.09TequilaWORMI can see that some of the modules are printing some messages in the uart, but the 8250 does not. BTW I modify the printk and I add printascii in order to get some data in the uart.
12:58.12TequilaWORMIt is a SOC base on the ARM9
12:58.30pH5TequilaWORM: something that doesn't have linux support yet?
12:58.46TequilaWORMYes
12:58.51TequilaWORMPRCM
12:58.56TequilaWORMPower management
12:59.01pH5you should have the platform device registration code inside arch/arm/mach-yoursoc
12:59.42TequilaWORMYes but in the mean time I create my own one (as a work around)
13:00.32TequilaWORMthe init_console () as far as I know will take care of call the init_8250 at some point in time.
13:00.33pH5TequilaWORM: for example pxa27x has a devices[] list in pxa27x.c, that is the order in which the platform devices are registered.
13:08.56TequilaWORMSo the USBH1 will be the second driver to be register correct?
13:12.00*** join/#handhelds flypiper (n=ISP-1@74-132-15-213.dhcp.insightbb.com)
13:34.52TequilaWORMpH5: Thx for your reference :). bye now
13:44.56*** join/#handhelds noclouds (n=mhfan@202.173.238.242)
13:47.30*** join/#handhelds xa4a (n=xa4a@ip.82.144.198.94.stat.volia.net)
13:47.45*** part/#handhelds xa4a (n=xa4a@ip.82.144.198.94.stat.volia.net)
13:47.49*** join/#handhelds xa4a (n=xa4a@ip.82.144.198.94.stat.volia.net)
13:48.22xa4aHi
13:49.28xa4aWhat could be wrong, if bootblaster says that bootldr image file is not a valid bootloader image for either my pocketpc bootldr backup and for OHH bootldr ?
14:19.55xa4aCan anyone share an image for ipaq5450 with pocketpc2003 please ?
14:30.25*** join/#handhelds RedDak (n=dak@87.16.89.168)
14:38.13*** join/#handhelds shai_ (n=Shai@l192-117-110-233.cable.actcom.net.il)
14:46.22*** part/#handhelds shia (n=Shai@l192-117-110-233.cable.actcom.net.il)
15:21.31*** join/#handhelds niv_one_three (n=niv@87.69.53.122.cable.012.net.il)
16:00.34*** join/#handhelds Leeds (i=1000@n219073051110.netvigator.com)
16:22.28*** join/#handhelds agd5f (n=alex@c-69-143-255-50.hsd1.va.comcast.net)
16:25.13*** join/#handhelds cm34 (n=cm@83.239.149.225)
16:56.09*** join/#handhelds polemon (i=bereziak@v32210.1blu.de)
17:04.44*** join/#handhelds emte (n=emte@66.183.8.167)
17:22.03*** join/#handhelds unleaded (n=emte@66.183.8.167)
17:54.04*** join/#handhelds mundaneforce9 (n=Administ@c-67-172-122-160.hsd1.ca.comcast.net)
17:57.35*** join/#handhelds wolog_ (n=wolog@AOrleans-157-1-27-139.w90-8.abo.wanadoo.fr)
18:05.53*** join/#handhelds rmoravci1 (n=rmoravci@ip-89-103-152-149.karneval.cz)
18:15.34*** part/#handhelds mundaneforce9 (n=Administ@c-67-172-122-160.hsd1.ca.comcast.net)
18:31.08*** join/#handhelds Mineque (n=Mineque@195.60.65.50)
18:41.07*** join/#handhelds polemon (i=bereziak@v32210.1blu.de)
18:53.07*** join/#handhelds rmoravci1 (n=rmoravci@ip-89-103-152-149.karneval.cz)
18:53.07*** join/#handhelds dariballdesk__ (n=dariball@p54B1F467.dip.t-dialin.net) [NETSPLIT VICTIM]
18:53.08*** join/#handhelds exastra (n=go@c-24-21-152-246.hsd1.or.comcast.net)
18:53.08*** join/#handhelds bd2_ (n=cbou@85.21.88.2) [NETSPLIT VICTIM]
18:53.10*** join/#handhelds mmp (n=mmp@158.195.96.206)
18:53.38*** join/#handhelds bd2_ (n=cbou@85.21.88.2)
18:57.13*** join/#handhelds pH5 (n=ph5@e178244076.adsl.alicedsl.de)
19:22.37*** join/#handhelds RedDak (n=dak@host168-89-dynamic.16-87-r.retail.telecomitalia.it)
20:07.08*** join/#handhelds Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
20:56.17*** join/#handhelds BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
20:57.38*** part/#handhelds BabelO (n=Fabrice@lun34-2-82-238-28-28.fbx.proxad.net)
21:18.58*** join/#handhelds goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
21:27.53*** join/#handhelds goxboxlive (n=goxboxli@81.80-202-132.nextgentel.com)
21:36.10*** join/#handhelds ricmm (i=ricmm@201.208.136.192)
21:41.42*** join/#handhelds ricmm (n=ricmm@AVelizy-153-1-31-215.w83-199.abo.wanadoo.fr)
21:45.05*** join/#handhelds Leeds (i=1000@n219073051110.netvigator.com)
22:00.19*** join/#handhelds emte (n=emte@66.183.8.167)
22:25.18*** join/#handhelds Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
22:25.54*** join/#handhelds Marex-notebook (n=marex@vasut.kolej.mff.cuni.cz)
23:22.02*** join/#handhelds pigeon (n=pigeon@218-214-60-232.people.net.au)
23:24.39mzb_d800xa4a: follow the "RestoringWinCE" (or whatever it's called" in the wiki ... on that page is a link to external page which describes how to extract an image from the HP update file (available on their ftp) ... you just need to determine the correct file for you machine+language.
23:25.41mzb_d800also, if you're trying zmodem (or was it ymodem) double check that you have lzo installed.
23:28.20*** join/#handhelds Skaag (n=lunix@80.178.144.237.forward.012.net.il)
23:28.46Skaagcan someone recommend a hardware with at least two NICs I can use as a linux based firewall?
23:29.00Skaagwith the ability to accept a CompactFlash storage card
23:41.53Minequemaybe some IPAQ with wifi as one NIC and cable connection via ethernet card on pocket sleves
23:43.36*** join/#handhelds Keizer (n=keizer@c-76-101-82-123.hsd1.fl.comcast.net)
23:44.53*** join/#handhelds ricmm (n=ricmm@AVelizy-153-1-31-215.w83-199.abo.wanadoo.fr)
23:45.04Minequeor pocket sleves with dual pcmcia
23:45.27MinequeSkaag: but do you really need for it pda?
23:45.53Minequedont better take some cheap mobo and 2x 1Gbit/s ethernet card
23:47.17SkaagI need it for a firewall
23:47.26Skaagsmall and robust with a CF card for storage
23:47.34Skaagsturdy and not prone to mechanical problems
23:47.37Skaagmaybe even fanless
23:47.48Skaagthere's cool stuff on www.lex.com.tw
23:47.50SkaagI'm considering that
23:50.44*** join/#handhelds martosurf (i=tin29@201-213-199-147.net.prima.net.ar)
23:50.50martosurfhello!
23:51.22martosurfi'm looking for Opie 1.2.3, do you know how to get it? tnx!
23:52.44*** join/#handhelds pigeon_ (n=pigeon@60-241-137-179.static.tpgi.com.au)
23:58.57martosurfany1 alive here?

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