| [00:00:02] |
*** |
Malwyn has joined #zipit |
| [00:02:20] |
<marex> |
rkdavis, does PG13 allow me to say 'fsck' aloud ? |
| [00:02:44] |
<rkdavis> |
of course |
| [00:02:56] |
<rkdavis> |
we'll just hide the dictionary first |
| [00:05:46] |
<marex> |
FSCK |
| [00:05:52] |
<marex> |
much better |
| [00:05:58] |
<rkdavis> |
:) |
| [00:06:01] |
<marex> |
Toradex hardware seems to be either crap or I'm stupid |
| [00:06:15] |
<marex> |
I'm off for some food ... growl |
| [00:24:38] |
<marex> |
rkdavis, I've reached the point where I need a break ! |
| [01:28:22] |
*** |
DoorToDoorGeek has left #zipit |
| [02:16:11] |
*** |
Malwyn has quit IRC |
| [02:18:02] |
*** |
Malwyn has joined #zipit |
| [02:42:27] |
<marex> |
whoa ... I made a device run uboot on first try :D |
| [04:44:17] |
*** |
JuggaloMemnoch has joined #zipit |
| [07:43:23] |
*** |
SDuensin_ has quit IRC |
| [08:24:40] |
<rkdavis> |
morning all |
| [08:27:45] |
*** |
mozzwald has quit IRC |
| [08:37:58] |
<marex> |
rkdavis, morning ... uboot on that Toradex module now works well :) |
| [08:38:07] |
<marex> |
MMC, Ethernet, USB ... all supported already :) |
| [08:45:19] |
<rkdavis> |
marex: cool |
| [08:46:30] |
<marex> |
on first try (reflash) ;-) |
| [08:46:32] |
<marex> |
it was fast :) |
| [08:48:41] |
<rkdavis> |
another couple of devices and you'll say "sod it" and write your own bootloader from scratch |
| [09:11:33] |
*** |
adnyxo has joined #zipit |
| [09:31:30] |
*** |
SDuensin has joined #zipit |
| [10:33:27] |
*** |
packets has quit IRC |
| [10:37:17] |
*** |
packets has joined #zipit |
| [12:11:18] |
<rkdavis> |
wow gordon brown has announced he's going to step down |
| [12:11:36] |
<rkdavis> |
didn't expect that for at least another couple of weeks |
| [12:55:28] |
*** |
mozzwald has joined #zipit |
| [13:39:47] |
<mozzwald> |
rkdavis: i hooked up the serial port and captured a log of the ubuntu rootfs I made. Nothing out of the ordinary. There's no message when it freezes. any other ideas? |
| [13:43:37] |
<rkdavis> |
well i would look at the last message you get on the serial terminal then look at the scripts in the rootfs |
| [13:43:48] |
<rkdavis> |
see what's next as that will be where the problem is |
| [13:45:18] |
<rkdavis> |
the kernel fully loads and runs? it's somewhere instide init? |
| [13:45:22] |
<mozzwald> |
Well, I can boot the system and login fine. |
| [13:45:30] |
<rkdavis> |
ok |
| [13:45:44] |
<rkdavis> |
so everything up to entering user id and password works? |
| [13:46:04] |
<mozzwald> |
The last message from the serial console is Freeing init memory: 108K |
| [13:46:04] |
<mozzwald> |
Adding 128512k swap on /dev/mmcblk0p2. Priority:-1 extents:1 across:128512k SS |
| [13:46:32] |
<mozzwald> |
I can actually login and do a few commands before it freezes |
| [13:46:37] |
<rkdavis> |
ok |
| [13:47:00] |
<rkdavis> |
from the console only? you are not starting X? |
| [13:47:06] |
<mozzwald> |
when it freezes the mmc light stays on solid and cursor stops blinking |
| [13:47:10] |
<mozzwald> |
no x |
| [13:47:31] |
<rkdavis> |
ok sounds like something in the /disk/ stuff then |
| [13:47:50] |
<rkdavis> |
this is a new sd card? |
| [13:47:51] |
<mozzwald> |
I thought it might be an issue with my sd card so I tried another, same problem. |
| [13:47:58] |
<rkdavis> |
ok so it's not wear then |
| [13:48:09] |
<rkdavis> |
does sound like something disky |
| [13:48:37] |
<rkdavis> |
what happens if you do a swapoff as the first command after you login |
| [13:48:51] |
<rkdavis> |
and what do free and df say? |
| [13:49:03] |
<mozzwald> |
Initially I was running it with no swap. I just added that about 10 minutes ago |
| [13:49:07] |
<rkdavis> |
ah ok |
| [13:49:11] |
<rkdavis> |
hmmm |
| [13:49:36] |
<mozzwald> |
free says Mem: 28988 19752 9236 0 1596 9380 |
| [13:50:03] |
<mozzwald> |
brb |
| [13:57:08] |
<mozzwald> |
Could it be a permissions issue? the first rootfs I made wouldn't allow me to run sudo until I chown/chmoded it. I have since made a new rootfs |
| [13:57:27] |
<mozzwald> |
and sudo works now |
| [14:02:08] |
<rkdavis> |
yup might be |
| [14:03:43] |
<mozzwald> |
is there a "repair permissions" utility for linux? kinda like macos has? :) |
| [14:25:58] |
*** |
dTal has joined #zipit |
| [14:27:11] |
<dTal> |
Okay, I'm probably just not understanding something here |
| [14:27:35] |
<dTal> |
but it *looks* like something funny's happening with the cpu frequency |
| [14:28:04] |
<dTal> |
from dmesg: "Turbo Mode clock: 312.00MHz (*1.5, active)" |
| [14:28:21] |
<dTal> |
then, later: Calibrating delay loop... 311.29 BogoMIPS (lpj=1556480) |
| [14:28:53] |
<dTal> |
then, later still: PXA CPU 27x max frequency not defined (pxa27x_maxfreq), assuming pxa271 with 416000kHz maxfreq |
| [14:29:27] |
<dTal> |
and now cpuinfo claims 415.06 |
| [14:29:42] |
<dTal> |
(BogoMIPS) |
| [14:31:22] |
<dTal> |
I remember reading in the IRC at one point that it's basically overclocked slightly... |
| [14:32:51] |
<dTal> |
but since attempting frequency scaling simply hard crashes the system, I wonder how internally consistant it all is. |
| [15:10:06] |
<mozzwald> |
got it working. It was the permissions. had to use the -p switch when untarring the rootfs to the sd card. |
| [15:14:06] |
*** |
zdanee has joined #zipit |
| [15:16:35] |
<zdanee> |
hi all! Im new to Zipit, just got mine 4 days ago. Ive installed the backtrack userland, but met some dependency hell while trying to install gcc. Now I tried the rootnexus userland, but it is the same. So my question is if there is a workaround, should I search for an alternate apt-source or should I just give up, and cross-compile on my PC? |
| [15:20:47] |
<zdanee> |
Also is there a way to hibernate/suspend the Zipit? Does the hardware supports it and can be done with a new kernel, or is it impossible (given it is not implemented in the most recent userland while the hardware is at least 3 years old)? |
| [15:21:55] |
<dTal> |
zdanee: Hi. The problem is because both those images use emdebian. Apt automatically considers emdebian packages higher versions than stock debian ones, and by default refuses to 'downgrade'. So GCC can't pull in all it needs. |
| [15:22:26] |
<dTal> |
What you need to do is use apt pinning to allow apt to prioritise stock debian packages. |
| [15:23:10] |
<dTal> |
This will have the effect of replacing large chunks of your system, and may break stuff. Saying that I think it's worth it. |
| [15:23:50] |
<dTal> |
As for suspend/hibernate, hibernate is certainly possible in principle. |
| [15:24:59] |
<zdanee> |
Thanks. So if I get it right editing the sources.list, to a "normal" debian source and update-upgrade would do the trick, right? |
| [15:25:45] |
<zdanee> |
Does you guys hibernate your Z2-s, or just let it run in your pocket? Or maybe you wair 2 mins every time you want to use it? |
| [15:26:34] |
<dTal> |
Actually it's /etc/apt/preferences you need to edit. |
| [15:26:44] |
<dTal> |
I just leave mine on. |
| [15:26:54] |
<dTal> |
But everyone's different. |
| [15:27:24] |
<dTal> |
Incidentally you can trim that boot time. Mine boots in about 40 seconds. |
| [15:27:50] |
<zdanee> |
How long does it last? Also managing the CPU speed together with the lid-controls would make it last longer, right? |
| [15:29:01] |
<dTal> |
It depends. Canonical answer is "6 hours, with power management" but rkdavis has gotten 14 plus by enabling wifi power management. |
| [15:29:03] |
<zdanee> |
like mine is clocked at 416MHz, but it can run on 312 and probably 206 as well, right? |
| [15:30:05] |
<dTal> |
Everyone's got everything working in one place or another, it's just not all been integrated properly into one "distro" yet. |
| [15:30:33] |
<dTal> |
Cpufreq crashes mine. Wifi power management just drops the network totally. |
| [15:31:28] |
<zdanee> |
I see. So there is still work to be done :) Why is that that these new userfriendly userlands only poped out recently while the Zipit is here for I dont know how long? |
| [15:31:35] |
<dTal> |
Something to manage the lid switch and backlights is a definite must. |
| [15:32:34] |
<zdanee> |
So do you know where the lid-switchs script is located? I also planned to save the backlight state and restore it after opening the lid |
| [15:32:50] |
<dTal> |
Well, a lot of kernel stuff was only figured out late last year. My understanding was that the Hunter Davis videos garnered a lot of attention. |
| [15:32:54] |
<zdanee> |
maybe a backlight managing applet to the panel as well |
| [15:33:37] |
<dTal> |
I hated the script that came with rootnexus, and I don't use X, so I just wrote my own little program that runs in the background. |
| [15:34:23] |
<zdanee> |
how do you detect lid state? A device in /sys? |
| [15:36:02] |
<dTal> |
Well, a change in lid state generates an interrupt, and you can count those. But that's quite hackish. rkdavis wrote some routines that grab the state directly from the GPIO. |
| [15:36:38] |
<zdanee> |
can i find it somewhere? |
| [15:37:56] |
<dTal> |
http://russelldavis.org/ZipitZ2/ has a bunch of code. |
| [15:38:22] |
<zdanee> |
wow...no kidding... Thanks! |
| [15:38:44] |
<dTal> |
backlight-daemon-Z2.tar.gz was the thing I wrote. It's not fancy (doesn't background itself or anything) but it works. |
| [15:39:24] |
<dTal> |
Really, it is itself a bit of a workaround. Should be handled by kernel interrupts really. |
| [15:42:14] |
<dTal> |
If you want to change screen and keyboard backlight brightness manually, you can echo values to /sys/class/backlight/pwm-backlight.0/brightness and /sys/class/backlight/pwm-backlight.1/brightness respectively. |
| [15:42:34] |
<zdanee> |
Still better than noting :) So far I only wrote a script to run from the rxvt if I want tho change the light settings. |
| [15:44:14] |
<zdanee> |
One last question from the Spanish Inquisition :) Is there a usb-port somewhere hidden in the expansion-port on the back? Like if I want to install a touch-sensetive layer, or something... |
| [15:46:32] |
<LokiChaos> |
zdanee: if you want host usb you will have to tap the CPU pins directly |
| [15:46:48] |
<dTal> |
LokiChaos: That's pretty well impossible |
| [15:47:05] |
*** |
RoxCE has joined #zipit |
| [15:47:17] |
<zdanee> |
so it is not rooted out on the expansion port? |
| [15:47:27] |
<LokiChaos> |
dTal: it's not for the faint of heart, but I heard someone was working on it |
| [15:47:45] |
<dTal> |
There's USB client in the back pins, and there's been some hacks to get simple peripherals going, but I wouldn't hold your breath for touchscreens |
| [15:47:54] |
<rkdavis> |
to get usb host rather than usb client you'll need to u-boot your zipit, use a .33+ kernel and make a hardware mod to your zipit |
| [15:48:15] |
<rkdavis> |
in other words it's not for the squeamish |
| [15:48:43] |
*** |
RoxCE has left #zipit |
| [15:48:57] |
<dTal> |
rkdavis: how well does it work when you do? I've only a vague impression of USB mice working etc |
| [15:49:06] |
<rkdavis> |
and you'll need to get a connector from digikey too -- well several as you'll want to make a series of cables |
| [15:49:14] |
<zdanee> |
USB-host...that makes sense, didnt touth of that... |
| [15:49:28] |
<rkdavis> |
dTal: gpsfan had mouse, keyboard and thumbdrive |
| [15:49:50] |
<dTal> |
through custom drivers or through standard linux usb interfaces? |
| [15:50:04] |
<dTal> |
read: would any old usb thing work in principle? |
| [15:50:13] |
<rkdavis> |
dTal: linux drivers |
| [15:50:32] |
<rkdavis> |
the only custom bit was the kernel module |
| [15:51:02] |
<rkdavis> |
and it's not been well tested so anyone who does it will be a carving their own path |
| [15:51:18] |
<dTal> |
still, that's neat |
| [15:51:22] |
<dTal> |
opens a few doors |
| [15:51:48] |
<dTal> |
probably better suited to internal hacking than trying to put a usb port in it |
| [15:52:32] |
<rkdavis> |
but you MUST be u-booted and be able to compile your own kernel (and build your own rootfs) so if you don't have a cross com[pile environment setup you won't be able to do it |
| [15:52:39] |
*** |
M25 has joined #zipit |
| [15:52:54] |
<M25> |
rkdavis: you around? |
| [15:52:57] |
<rkdavis> |
dTal: none of this compiling on your zipit rubbish :) |
| [15:53:06] |
<rkdavis> |
M25: sort of |
| [15:53:15] |
<dTal> |
heh |
| [15:53:33] |
<dTal> |
I was going to set that up eventually |
| [15:53:51] |
<dTal> |
but I only have the odd hour here and there these days |
| [15:55:16] |
<M25> |
I'm getting my z2 tomorrow, I'm doing the SD card prep, what'd you change between iz2s enhanced and ez2s? |
| [15:56:47] |
<rkdavis> |
M25: i wouldn't use ez2s yet, it has alot less functionality |
| [15:57:27] |
<M25> |
rkdavis: I know, I'm going to use the old iz2se, but what did you need to take the functionality out for? rather, what did you add? |
| [15:57:33] |
<rkdavis> |
i am starting from scratch to make sure everything is built with the latest so ez2s is the base to work from i.e. bare minimum for console work. no sound, no im, no browsser |
| [15:57:48] |
<zdanee> |
does a dillo 2.2 debian package exsist somewhere? |
| [15:58:08] |
<M25> |
ah |
| [15:58:30] |
<M25> |
will your scripts in ez2s work in iz2se, allowing the same battery life as ez2s? |
| [15:58:39] |
<rkdavis> |
M25: there was alot of cruft in it unused libs etc |
| [15:59:00] |
<rkdavis> |
so start from the beginning and only do the libs actually needed |
| [15:59:23] |
<rkdavis> |
M25: yes |
| [15:59:38] |
<rkdavis> |
it's only applications that are currently goen the scripts are the same |
| [15:59:54] |
<rkdavis> |
but with newer version of dialog |
| [16:00:04] |
<M25> |
ok |
| [16:00:15] |
<M25> |
out of curiosity, do you have an ETA on ez2s? |
| [16:00:49] |
<rkdavis> |
M25: it was to be before months end but i had an emergency project crop up so maybe the middle of next month |
| [16:01:24] |
<rkdavis> |
and the uk election so that ahs sucked up alot of my time as i am streaming the bbc for the news |
| [16:01:34] |
<M25> |
ok, so not like after summer or anything. that's good. Did you update the iz2se link on your blog with the new scripts, or should I collect the new ones from ez2s and put them in the iz2se image I use |
| [16:01:38] |
<M25> |
ah |
| [16:03:26] |
<rkdavis> |
i'd take them from ez2s |
| [16:03:34] |
<M25> |
gotcha |
| [16:03:50] |
<rkdavis> |
oh and grab the lcdbrightness and kbbrightness apps too they aren't in iz2se |
| [16:03:55] |
<rkdavis> |
brb |
| [16:05:46] |
*** |
SDuensin has quit IRC |
| [16:11:29] |
<zdanee> |
Thanks for all the help guys, goodnight! |
| [16:11:37] |
*** |
zdanee has left #zipit |
| [16:17:31] |
<M25> |
rkdavis: ok, looking through iz2se and ez2s, not sure which executables/scripts I should copy |
| [16:21:24] |
<M25> |
also, I can't find the cmus binary |
| [16:23:14] |
*** |
dTal has quit IRC |
| [16:23:43] |
*** |
dTal has joined #zipit |
| [16:28:31] |
<rkdavis> |
M25: cmus is broken on iz2s and iz2se -- probably because it's crap |
| [16:29:04] |
<M25> |
......... |
| [16:29:11] |
<M25> |
um... |
| [16:29:19] |
<rkdavis> |
M25: for the brightness stuff copy lcdbrightness and kbbrightness from the bin dir |
| [16:29:31] |
<rkdavis> |
and the ewoc,sh from bin too |
| [16:29:44] |
<M25> |
any others? |
| [16:29:55] |
<M25> |
also, cmus is not crap, it's my personal favorite music app |
| [16:29:59] |
<M25> |
how can I get it working? |
| [16:30:52] |
<rkdavis> |
M25: tell it to behave and respect the alsa settings and link then |
| [16:31:05] |
<M25> |
... it was working in iz2s v2.03 right? |
| [16:31:12] |
<rkdavis> |
cmus is the only sound app that refuses to link correctly probably because it's crap :) |
| [16:31:30] |
<rkdavis> |
M25: yes in 2.03 but then sound wasn't right |
| [16:31:45] |
<rkdavis> |
sound was hacked so that cmus would work because it is a badly behaved app |
| [16:31:51] |
<M25> |
ah |
| [16:32:10] |
<M25> |
what do you use to play mp3's then? |
| [16:32:25] |
<rkdavis> |
there is also no need for it as mplayer, aplay, mpg123.... all work |
| [16:32:44] |
<M25> |
rkdavis: do they have a queue for songs to be played next? |
| [16:32:47] |
<rkdavis> |
M25: i don't care about sound myself |
| [16:33:09] |
<rkdavis> |
M25: most of them let you chain mp3's or you can just script it |
| [16:33:35] |
<dTal> |
all those music management apps are really mem heavy |
| [16:33:38] |
<rkdavis> |
cmus is ugly too |
| [16:33:59] |
<dTal> |
even mplayer is heavy because it has all its codecs statically compiled in |
| [16:34:06] |
<M25> |
rkdavis: no arguments there, but if you like to be able to say "play these 3 songs next" it's fantastic |
| [16:34:13] |
<M25> |
and it runs in 4MB here on my laptop |
| [16:34:22] |
<M25> |
with a 5000 song library too |
| [16:34:33] |
<rkdavis> |
cmus the thing to use then, use mc |
| [16:34:40] |
<rkdavis> |
and use file associations |
| [16:34:51] |
<dTal> |
4 MB is a sixth the zipits available user memory |
| [16:35:03] |
<dTal> |
case: rested |
| [16:35:07] |
<M25> |
dTal: doesn't bash use that much? |
| [16:35:19] |
<rkdavis> |
dTal: that's one of the reasons i mostly make my sdcards one function only cards |
| [16:35:59] |
<dTal> |
besides, I'm running cmus right now and it's using more like 6 megs |
| [16:36:00] |
<rkdavis> |
i have one sd card as a generic linux, one for browsing, one for im (ok thjose two are the same one) one for dev, one for ..... |
| [16:36:14] |
<M25> |
dTal: you're on debian, right? |
| [16:36:21] |
<dTal> |
Yes |
| [16:37:02] |
<M25> |
ok. cmus is the #1 program I anticipate running on my z2 |
| [16:37:09] |
<dTal> |
I wonder how well mpd would work... |
| [16:37:53] |
* |
dTal tries |
| [16:38:08] |
<M25> |
would downloading iz2s 2.03 and adding in the binaries from 2.04 and the scripts from ez2s work? |
| [16:38:49] |
<rkdavis> |
M25: it'd work but it would get messy |
| [16:38:58] |
<M25> |
how so? |
| [16:39:13] |
<rkdavis> |
library versions, shared vs static |
| [16:39:21] |
<rkdavis> |
busybox version |
| [16:39:25] |
<rkdavis> |
dialog version |
| [16:39:26] |
<M25> |
cmus in 2.03 is statically compiled? |
| [16:39:59] |
<M25> |
honestly, I don't really want any other program that uses alsa on my zipit, I don't like computers making sounds other than music |
| [16:40:50] |
<M25> |
so I'd be happy to take the broken alsa from 2.03 and put it in iz2se |
| [16:41:14] |
<rkdavis> |
M25: the binaries and scripts will run it's just how much you'll need to add/delete and the scripts are all a hodgepodge binary wise they'll run but what you'll need to copy across is a different matetr, you might end up with 15 versions of a library |
| [16:41:34] |
<M25> |
ah |
| [16:42:18] |
<rkdavis> |
upto and including 2.03 stuff was static but 2.04+ is shared and of course you have modules and stuff and alsa settings and config that has changed, it can't hurt to try it but |
| [16:42:39] |
<rkdavis> |
i'd only give it an 85% of working |
| [16:42:47] |
<M25> |
ok |
| [16:43:32] |
<M25> |
if I was going to try it, how would I go about it? I'd really prefer to use shared libraries but it's sounding like cmus doesn't work with shared libraries, that being the problem |
| [16:44:04] |
<M25> |
all the .so files for cmus are already in the lib directory in iz2se |
| [16:44:11] |
<M25> |
as with alsa |
| [16:46:27] |
<M25> |
sorry for the flood. would I just copy the cmus binary from 2.03? I figure there'd be more to it than that |
| [16:51:05] |
<rkdavis> |
i don't know as i said i don't care about sound but try it -- it can't hurt |
| [16:52:13] |
<M25> |
ok. sorry to be a bit overzealous, but having cmus in my pocket was the main reason I bought a z2 in the first place. I might just stick with 2.03 until cmus will linnk properly, as the only thing I'd really miss out on would be bash |
| [17:04:38] |
<rkdavis> |
thew bash from iz2s 2.04+ is staticaly compiled iirc |
| [17:05:17] |
*** |
Limp_Trizkit has quit IRC |
| [17:06:11] |
*** |
Limp_Trizkit has joined #zipit |
| [17:07:30] |
*** |
Limp_Trizkit has quit IRC |
| [17:09:54] |
*** |
Limp_Trizkit has joined #zipit |
| [17:12:15] |
*** |
Limp_Trizkit has quit IRC |
| [17:13:54] |
*** |
azend has joined #zipit |
| [17:14:21] |
*** |
user_ has joined #zipit |
| [17:14:44] |
*** |
Limp_Trizkit has joined #zipit |
| [17:16:50] |
*** |
user_ is now known as madmoomix |
| [17:16:57] |
<madmoomix> |
hay guise |
| [17:20:08] |
*** |
Limp_Trizkit has quit IRC |
| [17:30:23] |
<rkdavis> |
after monday and tuesday, even the calendar says WTF!!! |
| [17:31:47] |
*** |
Limp_Trizkit has joined #zipit |
| [17:33:20] |
<LokiChaos> |
mine say "WRF" somehow thursday ended up as an R... |
| [17:35:00] |
<rkdavis> |
your calender must be a product of the american education system :) |
| [17:35:04] |
* |
rkdavis ducks |
| [17:36:34] |
<LokiChaos> |
yeah, GT |
| [17:37:44] |
<LokiChaos> |
I'm trying to get in the habit of just using the day of the week number (0-6) |
| [17:45:13] |
*** |
LimpTrizkit has joined #zipit |
| [17:46:54] |
<M25> |
does the default z2 shell (not bash) have tab completion? |
| [17:47:17] |
<M25> |
nevermind, the script runs sh, got it |
| [17:47:36] |
*** |
Limp_Trizkit has quit IRC |
| [17:48:55] |
*** |
LimpTrizkit is now known as Limp_Trizkit |
| [17:49:43] |
*** |
azend has quit IRC |
| [17:49:47] |
*** |
Malwyn has quit IRC |
| [17:52:11] |
*** |
t7g_ has quit IRC |
| [17:52:22] |
*** |
T7g has joined #zipit |
| [17:52:26] |
*** |
mozzwald has quit IRC |
| [17:57:38] |
*** |
LimpTrizkit has joined #zipit |
| [18:00:15] |
*** |
Limp_Trizkit has quit IRC |
| [18:00:15] |
*** |
LimpTrizkit is now known as Limp_Trizkit |
| [18:04:20] |
*** |
M25 has quit IRC |
| [18:05:08] |
*** |
madmoomix has quit IRC |
| [18:07:39] |
*** |
SDuensin has joined #zipit |
| [18:28:16] |
*** |
azend has joined #zipit |
| [19:02:19] |
*** |
DoorToDoorGeek has joined #zipit |
| [19:31:33] |
*** |
M25 has joined #zipit |
| [19:48:58] |
*** |
azend has quit IRC |
| [19:54:09] |
*** |
mozzwald has joined #zipit |
| [19:58:52] |
<M25> |
is Ray Haque here somewhere? |
| [20:12:33] |
<marex> |
M25, who's that ? |
| [20:17:07] |
<M25> |
author of iz2s |
| [20:17:33] |
<M25> |
I need to ask him about building an email client program for it |
| [20:17:38] |
<M25> |
specifically mutt or alpine |
| [20:19:12] |
* |
M25 just saw Mutt's dependencies, make that definitely alpine |
| [20:20:11] |
<M25> |
also vifm |
| [20:20:20] |
<marex> |
rkdavis, isn't iz2s your creation ? |
| [20:20:36] |
<marex> |
M25, why don't you just reflash the device and install debian ? |
| [20:20:57] |
<M25> |
marex: because debian's RAM usage on boot is like 24MB from what I've heard |
| [20:21:04] |
<M25> |
which is just depressing |
| [20:21:10] |
<dTal> |
M25: you heard from me |
| [20:21:17] |
<dTal> |
got it down to 14 |
| [20:21:32] |
<dTal> |
(alpine works great on debian btw) |
| [20:21:51] |
<marex> |
M25, build OE/Angstrom with uClibc then |
| [20:21:57] |
<dTal> |
turns out booting it while plugged in messes something up, I dunno what |
| [20:21:58] |
<marex> |
you can have any packages you want in the image |
| [20:22:10] |
<dTal> |
but you end up with way more ram use |
| [20:22:31] |
<M25> |
marex: cmus, alpine, links2 with framebuffer? what's the ram usage on boot for that? |
| [20:22:33] |
<dTal> |
(and a much longer boot time) |
| [20:22:47] |
<wicknix3> |
yeah, i only use 13mb with X running w/debian |
| [20:22:51] |
<M25> |
dTal: what's your boot time without plugging in? |
| [20:22:51] |
<marex> |
M25, dunno, compile and try |
| [20:23:38] |
<dTal> |
bout 40 seconds |
| [20:24:11] |
<dTal> |
35 from when the logo pops up |
| [20:24:20] |
<wicknix3> |
http://www.hostwork.com/users/matt/zipitz2/image/z2-desktop.png (apt-get running/installing, irssi and x11 with lxpanel running) |
| [20:24:45] |
<dTal> |
basically, just run rcconf and get rid of everything |
| [20:25:00] |
<dTal> |
I think I can trim it further too - we don't need udev |
| [20:25:18] |
<M25> |
dTal: the other reason I want to run iz2se instead of debian is that it boots in 4 seconds |
| [20:25:21] |
<marex> |
dTal, and how will you load wifi firmware ? |
| [20:25:42] |
<M25> |
dTal: .... it loads udev? seriously? |
| [20:26:02] |
<dTal> |
marex: I don't know how that's done in any case, but I'm sure it can be scripted directly |
| [20:26:20] |
<dTal> |
I need to figure out exactly what udev ends up doing |
| [20:26:29] |
<marex> |
dTal, kernel requests udev for the firmware ... no udev, no firmware |
| [20:26:41] |
<marex> |
you can compile the firmware directly into kernel, but then you can't distribute it |
| [20:27:07] |
<dTal> |
what, you *have* to have udev? with all the overhead? just for firmware? |
| [20:27:24] |
* |
M25 agrees with dTal, udev is huge |
| [20:27:26] |
<marex> |
bear with it |
| [20:27:38] |
<marex> |
Z2 is just too old and low on resources |
| [20:27:44] |
<marex> |
I have no problem running udev on my other devices |
| [20:28:07] |
<dTal> |
well, at the very least we could kill udev once the firmware's loaded |
| [20:28:30] |
<dTal> |
as it is it leaves daemons laying around, using ram |
| [20:28:37] |
<marex> |
dTal, try looking at coldplug, but I dunno whether it does what you need |
| [20:29:27] |
<dTal> |
marex: thanks |
| [20:29:32] |
<dTal> |
looks interesting |
| [20:30:13] |
<M25> |
wicknix3: you've got half your stuff in swap though |
| [20:30:39] |
<marex> |
he can adjust swappiness |
| [20:30:42] |
<wicknix3> |
and? nothing wrong with swap. |
| [20:30:49] |
<M25> |
wicknix3: it wears out flash cards |
| [20:30:55] |
<wicknix3> |
apt-get dies without swap |
| [20:31:12] |
<M25> |
flash cards cost $ |
| [20:31:17] |
<wicknix3> |
M25, not really. ive been running linux on a 512mb CF card for over 7 years now. no issues |
| [20:31:34] |
<M25> |
....wow |
| [20:31:43] |
<dTal> |
there's nothing wrong with swap, as long as no one single application needs all the ram + some swap |
| [20:32:07] |
<dTal> |
i.e. as long as programs can be swapped completely in |
| [20:32:26] |
<dTal> |
otherwise you get thrashiness |
| [20:32:34] |
<M25> |
in any case, I'm going to try iz2se just to see if it suffices |
| [20:32:36] |
<wicknix3> |
i just use a swapfile |
| [20:32:56] |
<marex> |
wicknix3, if you run it on CF which is read-only, it's ok |
| [20:33:01] |
<wicknix3> |
quick and easy and you can adjust its size if need be |
| [20:33:07] |
<dTal> |
swapfile is good because you can delete and recreate it every so often |
| [20:33:09] |
<marex> |
wicknix3, but swapping to SD really kills it eventually |
| [20:33:16] |
<M25> |
wicknix3: that's probably why your drive has lasted so long, the drive can distribute writes that way, with a partition it wears on the same region of the chip all the time |
| [20:33:25] |
<dTal> |
don't trust those wear levelling algorithms |
| [20:33:37] |
<M25> |
dTal: you have a choice? |
| [20:33:45] |
<M25> |
ah |
| [20:34:17] |
<M25> |
nevermind. Anyway, I think I might end up with debian anyway. I need a mail client and iz2se doesn't have anything like one |
| [20:35:41] |
<marex> |
M25, I said ... try OE |
| [20:35:58] |
<wicknix3> |
i liked iz2s, but it lacked bitlbee (irc to im gateway), a webserver and no way to watch youtube. (all of which can be done with debian. |
| [20:36:01] |
<marex> |
M25, you can trim down the memory usage by using uclibc and friend |
| [20:36:08] |
<dTal> |
marex: are there repos for OE now? |
| [20:36:16] |
<enildeR> |
OE/Ang uses less memory or is optimized? |
| [20:36:21] |
<marex> |
dTal, if you compile them, yes |
| [20:36:28] |
<dTal> |
ah |
| [20:36:33] |
<wicknix3> |
dTal, use the angstrom repo's |
| [20:36:33] |
<marex> |
enildeR, you can adjust it for your needs |
| [20:36:35] |
<dTal> |
"no" |
| [20:36:46] |
<wicknix3> |
no need to compile anything |
| [20:37:06] |
<dTal> |
wicknix3: they didn't seem very complete when I tried it |
| [20:37:07] |
<marex> |
wicknix3, angstrom repo is linked against eglibc |
| [20:37:25] |
<wicknix3> |
thats all i did when i used aliosa's original OE image. worked fine |
| [20:37:41] |
<dTal> |
OE was very trim, very snappy, it just didn't have any of the packages I wanted. |
| [20:38:20] |
<wicknix3> |
no, angstrom has like 9 repos for various endianess and glibc, no glibc, etc etc |
| [20:38:43] |
<wicknix3> |
just add the correct repo in /etc/ipkg.conf |
| [20:39:24] |
<marex> |
wicknix3, and you're fscked up ... if you mix packages linked to various glibc implementation, it'd be a mess |
| [20:40:13] |
<enildeR> |
so do any of dist repos use uClibc? or would one have to compile against it manually? |
| [20:40:17] |
<wicknix3> |
right. but aliosa's original oe userland wasnt eglibc, nor was the package repository i used |
| [20:41:51] |
<wicknix3> |
his original oe userland was just an angtrom userland with tweaks/extras aded |
| [20:41:57] |
<wicknix3> |
added* |
| [20:47:10] |
<M25> |
one last thing, what's the default memory use on boot of aliosa's image? |
| [20:48:13] |
<wicknix3> |
marex, http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv5te/ this feed is what i used with his OE userland. its not eglibc. :P |
| [20:48:36] |
<wicknix3> |
M25, i dont remember. 12mb maybe with fluxbox. |
| [20:48:41] |
<marex> |
wicknix3, it's glibc ... even worse |
| [20:48:47] |
<M25> |
wicknix3: I won't be running X |
| [20:49:02] |
<dTal> |
say, looks like debian has its own firmware for the wifi chipset in the repos |
| [20:49:14] |
<wicknix3> |
marex, use the uclib feed then |
| [20:49:23] |
<dTal> |
different from both stock and the one in sidetrack |
| [20:49:24] |
<wicknix3> |
http://www.angstrom-distribution.org/feeds/2008/ipk/uclibc/armv5te/ |
| [20:49:27] |
<M25> |
wicknix3: if it's that low, then I'll probably end up on debian. thanks for all the advice guys, I'm off to go try out iz2se |
| [20:49:35] |
*** |
M25 has quit IRC |
| [20:49:36] |
<dTal> |
I wonder if it's newer |
| [20:49:39] |
<marex> |
wicknix3, don't worry ... back at old times I worked on OE ;-) |
| [20:49:59] |
<marex> |
wicknix3, I was patching OE before you even used linux :-) |
| [20:50:06] |
<wicknix3> |
marex, me too.. we sort of. was a dev for jlime. i added lots of packages to OE |
| [20:50:15] |
<wicknix3> |
marex, doubt it |
| [20:50:43] |
<wicknix3> |
oe wasnt around when i started using linux :P |
| [20:51:39] |
<dTal> |
ooooh |
| [20:51:41] |
<dTal> |
it IS |
| [20:51:50] |
<marex> |
hm ... 90s were good ... no Koen atd |
| [20:52:49] |
<wicknix3> |
koen... back in the familiar linux days |
| [20:53:06] |
<marex> |
koen's idiot ... well mostly |
| [20:53:14] |
<marex> |
he had is brighter days |
| [20:53:18] |
<marex> |
*his |
| [20:53:19] |
<wicknix3> |
i was working on the jornada 720/728 linux for years |
| [20:53:50] |
<marex> |
ah I had 6xx series |
| [20:54:09] |
<marex> |
(without keyb) |
| [20:54:29] |
<marex> |
wicknix3, I underestimated you then |
| [20:54:38] |
<wicknix3> |
heh. no worries |
| [20:54:41] |
<enildeR> |
lol |
| [20:55:40] |
<wicknix3> |
this was my final product before i left he project |
| [20:55:44] |
<wicknix3> |
http://jlime.com/downloads/gallery/screenshots/mongo-desktop.png |
| [20:56:27] |
<wicknix3> |
the package feed and userland was built by me. only thing i didnt do was kernel hacking. |
| [20:59:25] |
<wicknix3> |
just lost interest in the device. too many newer things interested me. |
| [21:00:40] |
<marex> |
wicknix3, well I'm loosing interest in newer things because it mostly means I will hack on those :/ |
| [21:01:00] |
<marex> |
if marvell is involved, it's even more probable |
| [21:07:11] |
<wicknix3> |
heh. i like them "too" hack on. |
| [21:07:12] |
<wicknix3> |
latest project is/was a useable userland for those MIPS netbooks that came out a year before all them arm netbooks did. |
| [21:08:33] |
<wicknix3> |
the default install sucked badly. like kiosk mode, no root access, crappy software. |
| [21:09:31] |
<wicknix3> |
i mean it came with pidgin 2.4.1! Didnt even work. |
| [21:09:56] |
<wicknix3> |
http://www.taitaonline.co.uk/3MX/images/3MX-Ultra-desktop.png <--my userland. |
| [21:12:01] |
<wicknix3> |
now i bought a few arm netbooks. One is 667mhz w/256mb ram. Same internal hardware as the smartq7's. Once i hack the bootloader i should be able to run arm ubuntu and android on it. |
| [21:14:14] |
<dTal> |
alright what am I missing here |
| [21:14:34] |
<dTal> |
there's some much newer firmware in the linux firmware tree |
| [21:14:59] |
<dTal> |
If I run strings on it I pull out 9.70.10.p0 |
| [21:15:11] |
<dTal> |
compared to the cozybit firmware which is 9.70.3.p37, released 2008/09/23 |
| [21:15:21] |
<dTal> |
and the stock firmware which is 9.70.3.p10, released 2007/06/01 |
| [21:17:07] |
<dTal> |
(with the 'new' fw release date of 2008/11/25) |
| [21:24:20] |
* |
dTal takes a deep breath and tries |
| [21:27:32] |
*** |
dTal has quit IRC |
| [21:31:42] |
*** |
dTal has joined #zipit |
| [21:31:55] |
<dTal> |
Well, it works at any rate. |
| [21:34:21] |
<dTal> |
Now, let's see if power management works. |
| [21:34:51] |
<rkdavis> |
dTal: the blob in libertas tree? |
| [21:35:09] |
<rkdavis> |
works in iz2s (all 3 fw i have do) |
| [21:35:52] |
<dTal> |
yeah |
| [21:36:06] |
<dTal> |
what's the command again? |
| [21:36:31] |
<rkdavis> |
iwconfig eth0 power on in iz2s so iwconfig eth1 power on in debian |
| [21:36:41] |
<dTal> |
not my debian :) |
| [21:36:52] |
<dTal> |
got sick of that damn eth1 deal |
| [21:37:02] |
<rkdavis> |
ok iwconfig [dtals magic wifi device] power on |
| [21:37:11] |
<dTal> |
hehe |
| [21:37:14] |
<dTal> |
here goes |
| [21:37:25] |
<rkdavis> |
3 2 1 |
| [21:37:28] |
<rkdavis> |
kerplop |
| [21:37:29] |
<dTal> |
probably will just dump me off like last time |
| [21:41:17] |
*** |
dTal has quit IRC |
| [21:41:56] |
*** |
M25 has joined #zipit |
| [21:43:10] |
<M25> |
wow... I feel stupid. I formatted my sd card to fat16, copied the iz2se image to the drive, and booted the zipit with it in... but nothing happens. what did I miss? |
| [21:43:55] |
<wicknix3> |
did you extract the contents of iz2s? |
| [21:43:58] |
<rkdavis> |
did you unzip it? |
| [21:43:59] |
<M25> |
yeah |
| [21:44:21] |
<M25> |
I mean I've been running linux for years, I know what's supposed to go in the root / directory |
| [21:44:41] |
<M25> |
is there a possiblity my zipit's running a newer firmware/kernel that won't handle the iz2s? |
| [21:44:52] |
<rkdavis> |
you should have all directories and 1 file in the root |
| [21:45:13] |
<rkdavis> |
M25: nope only thing that stops it is a slow sd card |
| [21:45:30] |
<rkdavis> |
the /backdoor/ is in the zipit firmware |
| [21:45:55] |
<M25> |
I've got the z2script.sh, and the README.txt, along with the folders (bin, etc, lib, modules, and such) |
| [21:46:02] |
<rkdavis> |
if it boots into the stock app then goto tools->set defaults |
| [21:46:07] |
<M25> |
oh |
| [21:46:12] |
<M25> |
I can do that |
| [21:46:15] |
<rkdavis> |
you migth be in the SAOD |
| [21:46:24] |
<M25> |
? |
| [21:46:51] |
<rkdavis> |
Stock App Of Death |
| [21:47:11] |
<rkdavis> |
where it continiously boots into the stock app even when it's not supposed to |
| [21:47:21] |
<M25> |
yeah, that sounds like that |
| [21:48:00] |
<M25> |
... did a defaults set and it still boots the stock app |
| [21:48:31] |
<rkdavis> |
ok might be the sd card then |
| [21:48:40] |
<M25> |
it's a kingston |
| [21:48:40] |
<rkdavis> |
or it could be the extraction of the files |
| [21:48:44] |
<M25> |
2GB |
| [21:48:48] |
<rkdavis> |
can you reformat the sd card? |
| [21:48:53] |
<M25> |
I already did |
| [21:48:59] |
<rkdavis> |
using what? |
| [21:49:02] |
<M25> |
gparted |
| [21:49:05] |
<rkdavis> |
nope |
| [21:49:10] |
<rkdavis> |
gparted is crap |
| [21:49:22] |
<rkdavis> |
and linux fat formatting sucks too |
| [21:49:25] |
<M25> |
:p why is it that every app I'm a huge fan of, you despise |
| [21:49:35] |
<M25> |
jk, what should I be using though? |
| [21:49:36] |
<rkdavis> |
you are just lucky? |
| [21:49:54] |
<rkdavis> |
if you have a windows box it's best to do it on that |
| [21:49:56] |
<rkdavis> |
otherwise |
| [21:50:07] |
<M25> |
I dual boot |
| [21:50:20] |
<M25> |
be back in a bit with a windows formatted sd |
| [21:50:25] |
<rkdavis> |
just fdisk and msdostoosl |
| [21:50:35] |
<rkdavis> |
do yoiyu agve the panosonic formatter? |
| [21:50:47] |
<rkdavis> |
do you have even |
| [21:50:47] |
<M25> |
? |
| [21:51:07] |
<M25> |
ok, brb |
| [21:51:10] |
*** |
M25 has left #zipit |
| [21:51:12] |
*** |
adnyxo has quit IRC |
| [21:51:15] |
<rkdavis> |
http://panasonic.jp/support/global/cs/sd/download/index.html |
| [21:51:41] |
<rkdavis> |
oooo new version too |
| [21:51:45] |
<rkdavis> |
i use 2.0 |
| [21:54:22] |
*** |
wicknix has joined #zipit |
| [21:58:30] |
*** |
wicknix3 has quit IRC |
| [21:58:31] |
*** |
mozzwald has quit IRC |
| [22:02:53] |
*** |
none4now has joined #zipit |
| [22:09:54] |
<none4now> |
zipit as post office.. grr |
| [22:10:04] |
<none4now> |
at rather |
| [22:12:08] |
*** |
Lydia` has joined #zipit |
| [22:13:26] |
<none4now> |
iz2se ready, ~12 hrs to go |
| [22:13:29] |
<Lydia`> |
hi lo |
| [22:13:37] |
<none4now> |
high |
| [22:14:31] |
<Lydia`> |
I'm trying to fix telnetd on the Z2 now |
| [22:14:45] |
<Lydia`> |
i keep getting premission denied messages when i connect |
| [22:15:22] |
<none4now> |
probably can't run the shell or possibly /bin/login |
| [22:15:26] |
<none4now> |
why telnet not ssh? |
| [22:15:35] |
<Lydia`> |
Cause it's not on there |
| [22:15:42] |
<Lydia`> |
I would have used it for sure |
| [22:16:03] |
*** |
acks has joined #zipit |
| [22:16:10] |
<none4now> |
what are u running? I saw your name in the logs of the channel just assumed u've been at this a while |
| [22:16:25] |
<Lydia`> |
I have been on and off yes |
| [22:16:33] |
<Lydia`> |
I gave up this a couple weeks ago |
| [22:16:34] |
<none4now> |
(since the guys were so kind to point out your a. an actual female, and b. a geek) |
| [22:16:37] |
<Lydia`> |
I went back to it today |
| [22:16:48] |
<Lydia`> |
none4now yeah I am both |
| [22:16:49] |
<rkdavis> |
Lydia`: dropbear for ssh and dbclient |
| [22:17:14] |
<rkdavis> |
should be in all the debian basied rootfsa |
| [22:17:57] |
<Lydia`> |
Yeah that's what I am using but |
| [22:18:02] |
<Lydia`> |
all i see is 'dropbearkey' |
| [22:18:23] |
<none4now> |
manbearpig? |
| [22:19:04] |
<rkdavis> |
might need to apt-get it |
| [22:20:15] |
<Lydia`> |
i found it |
| [22:20:18] |
<Lydia`> |
so no problem |
| [22:20:24] |
<Lydia`> |
apt-get on the Z2 works? |
| [22:20:28] |
<rkdavis> |
you'll need to make keys of course |
| [22:20:38] |
<Lydia`> |
I thought I would have to build everything |
| [22:20:42] |
<rkdavis> |
Lydia`: in rootnexus/sidetrack yes |
| [22:20:52] |
<Lydia`> |
I'm using rootnexus |
| [22:20:54] |
* |
Lydia` nods |
| [22:20:56] |
<Lydia`> |
nice |
| [22:21:16] |
<Lydia`> |
I got dropbear installed on my main system now |
| [22:21:34] |
<rkdavis> |
it is a bit flakey but dtal can help you with some of the stuff you need to do to get it unflakey |
| [22:21:49] |
* |
acks pokes Lydia` |
| [22:22:12] |
<Lydia`> |
acks, hiya |
| [22:23:06] |
<Lydia`> |
rkdavis, okay, I have some info now so I can start hacking on it. Thanks so much! |
| [22:23:37] |
*** |
M25 has joined #zipit |
| [22:23:43] |
<M25> |
rkdavis: it worked! :D |
| [22:23:59] |
<M25> |
are there any utilities on iz2se to tell how much memory processes are using? |
| [22:24:04] |
<M25> |
top doesn't seem to be there |
| [22:24:21] |
<Lydia`> |
M25, how about using ps -aux for that? |
| [22:24:30] |
<none4now> |
hah |
| [22:24:36] |
<none4now> |
I believe that's called a burn |
| [22:24:49] |
*** |
wickz2 has quit IRC |
| [22:25:05] |
<Lydia`> |
Well that is what I would try without a top |
| [22:25:10] |
* |
Lydia` blushes |
| [22:25:28] |
*** |
wickz2 has joined #zipit |
| [22:25:59] |
<rkdavis> |
M25: busybox top |
| [22:26:19] |
<rkdavis> |
or is if do busybox.sh first top |
| [22:26:54] |
<M25> |
ah |
| [22:30:56] |
<none4now> |
m25: so u just had to format w/ windows, fat16? |
| [22:32:19] |
<M25> |
yeah |
| [22:32:33] |
<none4now> |
good to know |
| [22:32:37] |
<Lydia`> |
rkdavis, dropbear is working A-OK. pretty simple to setup - Thanks |
| [22:33:35] |
<rkdavis> |
you're welcome |
| [22:36:36] |
<Lydia`> |
I perfer ssh to telnet for sure but I didn't see it cause I knew not about dropbear, which is built into the rootnexus distro |
| [22:38:09] |
*** |
M25 has quit IRC |
| [22:42:06] |
*** |
SDuensin has quit IRC |
| [22:42:24] |
<none4now> |
man virtualbox kicks ass.. |
| [22:43:29] |
*** |
SDuensin has joined #zipit |
| [22:43:33] |
<none4now> |
rk: so I'm just looking at the files for iz2se prerelease.. where does the stock kernel swap to? |
| [22:44:22] |
<rkdavis> |
nowhere |
| [22:44:58] |
<none4now> |
how about that.. |
| [22:45:40] |
<none4now> |
btw your videos are funny, assuming that's you anyway |
| [22:46:08] |
<rkdavis> |
nope |
| [22:46:24] |
<rkdavis> |
hunter is no relation (as far as we know) |
| [22:46:52] |
<none4now> |
ohhhhhhhhhhhhhh |
| [22:47:19] |
<none4now> |
well glad I mentioned here I was thinking the whole time.. |
| [22:50:39] |
<none4now> |
oh you guys got me good |
| [22:50:44] |
<none4now> |
your websites are almost identical |
| [22:52:23] |
<Lydia`> |
OpenZipIt:~# apt-get install fortune |
| [22:52:23] |
<Lydia`> |
Segmentation faultsts... 0% |
| [22:52:32] |
<Lydia`> |
strange i can't use apt-get |
| [22:52:48] |
<none4now> |
no, that's the fortune |
| [22:52:51] |
<wicknix> |
it will crash if you dont have at least 40mb of swap. |
| [22:53:09] |
<none4now> |
wicknix wins the random knowledge award |
| [22:53:17] |
<wicknix> |
heh |
| [22:53:29] |
<Lydia`> |
wicknix, that makes sense |
| [22:53:43] |
<Lydia`> |
i'll have to figure out how much swap there is |
| [22:53:45] |
*** |
M25 has joined #zipit |
| [22:53:57] |
<Lydia`> |
yeah, 0K |
| [22:54:01] |
<Lydia`> |
no swap |
| [22:54:05] |
<wicknix> |
free -m should tell you |
| [22:54:11] |
<Lydia`> |
I'll have to rebuild the entire distro? |
| [22:54:12] |
<wicknix> |
thats why :) |
| [22:54:18] |
* |
Lydia` grumbles |
| [22:54:22] |
<wicknix> |
apt is pretty resource hungry |
| [22:54:33] |
<none4now> |
Hunter Davis's (no relation) blog so I am going to use the same blogging software and theme that he has used (wordpress & lightword). |
| [22:54:35] |
<wicknix> |
no, just make a swapfile |
| [22:54:41] |
<none4now> |
woops |
| [22:54:55] |
<wicknix> |
then swapon /path/to/swapfile |
| [22:54:58] |
<Lydia`> |
I'll do that with gparted on my main box |
| [22:55:00] |
<Lydia`> |
yeah |
| [22:55:01] |
<wicknix> |
easy fix |
| [22:55:22] |
<Lydia`> |
i need to skrink the FS on the card anyway |
| [22:55:41] |
<Lydia`> |
wicknix, thank you :-) |
| [22:55:45] |
<wicknix> |
no need to ise gparted to make a swapfile. you can do it right from the zipit |
| [22:55:53] |
<wicknix> |
ise/use |
| [22:56:00] |
<Lydia`> |
oh yeah |
| [22:56:07] |
<Lydia`> |
but i'm already doing it on my Ubuntu box |
| [22:56:20] |
<wicknix> |
whatever works for you :) |
| [22:56:36] |
<Lydia`> |
cause the working Filesystem is taking the entire card |
| [22:56:58] |
<M25> |
ok, anyone running debian know if the power management demons from ez2s will work on debian? |
| [22:56:59] |
<wicknix> |
so is mine. thats why i chose to use a swapfile |
| [22:57:23] |
<Lydia`> |
good idea, doing it now |
| [22:57:29] |
<none4now> |
m25: http://russelldavis.org/category/zipitz2-hacking/ |
| [22:57:40] |
<none4now> |
m25: rk has debian binaries there, bit down the page |
| [22:57:50] |
<Lydia`> |
but there IS a swap |
| [22:57:53] |
<Lydia`> |
strange |
| [22:57:58] |
<Lydia`> |
i wonder why it isn't called |
| [23:02:01] |
*** |
SB-Zipit has joined #zipit |
| [23:03:15] |
*** |
LT[LC] has quit IRC |
| [23:04:06] |
*** |
LT[LC] has joined #zipit |
| [23:04:14] |
<M25> |
I think I'll take door #2 Alex :p |
| [23:04:52] |
<rkdavis> |
M25: ok you either need devmem2 binary or busybox with devmem compiled in |
| [23:05:04] |
<M25> |
compiling in debian sounds good, sorry for dropping iz2se so quickly, but being able to compile/install my own packages as needed is going to be important |
| [23:05:06] |
<Lydia`> |
wicknix, i figured out what the problem was - the fdisk was pointing to the wrong device for swap, all fixed and thanks |
| [23:05:14] |
<M25> |
rkdavis: is aliosa's one of those? |
| [23:05:15] |
<wicknix> |
no problem :) |
| [23:05:16] |
<Lydia`> |
fstab |
| [23:05:42] |
<rkdavis> |
M25: i have no idea what's int he debian rootfs, i only ever used on for all of about 30mins |
| [23:05:58] |
<rkdavis> |
but it is probably in a apt-get |
| [23:06:03] |
<M25> |
why'd you switch? |
| [23:06:58] |
<rkdavis> |
because debian sucks |
| [23:07:15] |
<rkdavis> |
nah because i needed to stick to stock and i use/used oe |
| [23:07:27] |
<M25> |
ok |
| [23:07:32] |
<M25> |
I'm about to go debian, wish me luck :p |
| [23:07:33] |
<rkdavis> |
because i am ubooted on one zipit and stock on the other (and the 3rd is currently bricked) |
| [23:07:34] |
* |
Lydia` throws a Red Hat at rkdavis |
| [23:07:50] |
<Lydia`> |
M25, lots of ruck |
| [23:08:01] |
<rkdavis> |
M25: well of course you are -- i hate it so of course you are, allt he programs you use are crap :) |
| [23:09:04] |
<M25> |
.....how'd you brick the third zipit |
| [23:09:08] |
<M25> |
so I can NOT do that |
| [23:09:50] |
<rkdavis> |
M25: testing a new kernel and didn't test it before i flashed it on the zipit |
| [23:10:09] |
<rkdavis> |
made a booboo and forgot to put the initramfs in |
| [23:11:01] |
<M25> |
rkdavis: gotcha, so basically I can't screw it up |
| [23:11:04] |
*** |
LimpTrizkit has joined #zipit |
| [23:12:03] |
<rkdavis> |
M25: nope the chances are miniscule if using a tested kernel |
| [23:12:24] |
<rkdavis> |
it was my own fault, i was impatient and assumed i had done it right so why bother testing |
| [23:12:45] |
<Lydia`> |
M25, i have gone back and forth from OpenZipIt to the Stock kernel, no problems |
| [23:13:00] |
<Lydia`> |
Now I have no reason to do that, i have what I need on rootnexus now |
| [23:14:42] |
*** |
Limp_Trizkit has quit IRC |
| [23:15:33] |
<M25> |
so I've copied out the zImage-2.6.29 file to my card and renamed it kernel.bin, along with the autoflasher script |
| [23:15:40] |
<M25> |
and the root of the card looks like |
| [23:16:03] |
<M25> |
modules, kernel.bin, README.TXT, z2script.sh |
| [23:16:20] |
<M25> |
am I good to flash? I can NOT afford to brick this thing on the day I get it |
| [23:16:50] |
<none4now> |
First, flash the zipit. Extract the autoflasher bundle to a fat16 formatted memory card Open Aliosa27's wireless+x+audio.tar.gz file, and copy out the /boot/linux-2.6.29 file to your memory card Rename this file kernel.bin Boot the zipit with the SD card inserted. If this does not start the linux flash, go to settings->reset to default and it should soft-reset |
| [23:16:54] |
<none4now> |
the internet says yes. |
| [23:17:34] |
<M25> |
yes |
| [23:17:39] |
<M25> |
but if you believe the internet |
| [23:17:46] |
<M25> |
the pyramids were built by aliens |
| [23:17:50] |
<M25> |
I'm asking people on IRC |
| [23:17:54] |
<none4now> |
looks great to me, but i'll be doing this tomorrow for the first time ;) |
| [23:17:54] |
<M25> |
which are SO much more reliable |
| [23:18:24] |
<M25> |
rkdavis, Lydia`: look good? |
| [23:19:42] |
<Lydia`> |
M25, is the card formatted as FAT16? |
| [23:19:45] |
<Lydia`> |
and not FAT32 |
| [23:19:50] |
<M25> |
yep |
| [23:19:55] |
<M25> |
works with iz2se |
| [23:20:03] |
<Lydia`> |
yeah that looks fine |
| [23:20:30] |
<M25> |
yahoo then |
| [23:20:33] |
<M25> |
wish me luck |
| [23:20:44] |
<Lydia`> |
btw rootnexus will want Linux Filesystem |
| [23:20:50] |
<Lydia`> |
when you've gotten that far |
| [23:20:57] |
<Lydia`> |
M25, Rots of Ruck to you |
| [23:21:17] |
<Lydia`> |
ext3 i think in any case |
| [23:21:35] |
*** |
Limp_Trizkit has joined #zipit |
| [23:24:23] |
*** |
LimpTrizkit has quit IRC |
| [23:30:41] |
<M25> |
autoflasher seems to have worked |
| [23:30:53] |
<M25> |
got an OpenZipit POST |
| [23:32:05] |
<none4now> |
giver' |
| [23:47:53] |
<none4now> |
someone send me a beer |
| [23:50:29] |
* |
M25 can in 10 minutes, I turn 21 then |
| [23:50:46] |
<none4now> |
haha nice, happy bday |
| [23:51:02] |
<rkdavis> |
beers on m25 then |
| [23:51:09] |
<none4now> |
ahh the USA, where you can kill people in the name of democracy but u can't drink beer |
| [23:51:12] |
<M25> |
acutally, I don't like beer :p |
| [23:51:21] |
<rkdavis> |
i'll have yours then |
| [23:51:31] |
<M25> |
none4now: where're you from? |
| [23:51:36] |
<none4now> |
canada |
| [23:51:54] |
<M25> |
<obligatory healthcare comment> |
| [23:51:59] |
<none4now> |
haha |
| [23:52:23] |
<M25> |
how long should the dd to the SD card take? |
| [23:52:25] |
<M25> |
it's been ages |
| [23:52:50] |
<Lydia`> |
2 minutes tops |
| [23:52:59] |
<rkdavis> |
depends |
| [23:53:05] |
*** |
LimpTrizkit has joined #zipit |
| [23:53:06] |
<Lydia`> |
well i suppose it might |
| [23:53:10] |
<M25> |
even if it's a microSD in a regular SD adapter? |
| [23:53:12] |
<Lydia`> |
that's my experience |
| [23:53:24] |
<M25> |
and the 2GB image |
| [23:53:30] |
<Lydia`> |
I use a MicroSDHC in a MiniSD adapter |
| [23:53:35] |
<M25> |
!!!! |
| [23:53:40] |
<M25> |
you can use HC cards? |
| [23:53:41] |
<rkdavis> |
M25: 10 to 15mins maybe |
| [23:53:52] |
<M25> |
my CPU is still cranking on it |
| [23:53:59] |
<Lydia`> |
M25, yeah you can - I just use a 2GB card for the autoflasher |
| [23:54:09] |
<Lydia`> |
M25, i have an 8GB card for my distro |
| [23:54:25] |
<M25> |
Lydia`: you think a 16GB one would work? |
| [23:54:29] |
<M25> |
I have around 15GB of music |
| [23:54:36] |
<Lydia`> |
M25, i don't see why not |
| [23:54:51] |
<Lydia`> |
M25, 16gb cards are kinda spendy still, ne? |
| [23:55:26] |
<M25> |
I'd only have to buy one |
| [23:55:40] |
<Lydia`> |
Yeah |
| [23:55:56] |
<M25> |
cheaper than a 16GB ipod touch or zune HD, which are the only 2 equivalents |
| [23:56:09] |
<M25> |
I want an mp3 player with wifi and ssh |
| [23:56:10] |
*** |
Limp_Trizkit has quit IRC |
| [23:56:10] |
*** |
LimpTrizkit is now known as Limp_Trizkit |
| [23:56:15] |
<M25> |
oh, and that can check my email |
| [23:56:25] |
<M25> |
Z2 is the cheapest way to do that |
| [23:57:13] |
<M25> |
shit, I had the SD card mounted when I wrote the image |
| [23:57:16] |
<M25> |
so it didn't work |
| [23:57:17] |
<M25> |
ugh |
| [23:57:23] |
<M25> |
another like 10 minute wait |
| [23:58:05] |
<none4now> |
hurry and you can have a bday 'bash' |
| [23:58:08] |
<none4now> |
get it? get it??? |
| [23:58:22] |
* |
M25 headdesk |
| [23:58:25] |
<none4now> |
<-- clever |