Envisageant le rachat d'un nouveau Zaurus, je vends ma tablette internet Nokia 770.
Les personnes ayant eu l'occasion de visiter le stand de l'association zaurusfr ont pu l'admirer, vu que je l'avais mis a disposition de l'association :)
Il est en parfait état, et j'en demande 289 euros, de préférence remis en main propre sur Paris et sa région.
En espérant ne pas vous avoir importuner avec ce journal quelque peu commercial, mais je pense que la communauté LinuxFR est (...)
Cher journal, chers lecteurs, chères lectrices (si y'en a).
Utilisateur de GMAIL depuis pas mal de temps maintenant je constate que plus je donne d'invitations et plus rapidement mon quota d'invitations revient a 50.
Bref, si vous voulez une invitation, n'hésitez pas a m'envoyer un mail à :
Etant donné que je suis souvent sollicité ce concernant, que ce soit via LinuxFR ou ZaurusFR.org, je me permets de rappeler les tarifs en vigueur en cette fin du mois de Mai 2005 :
# SL-C1000 : 429 ¤
# SL-C3000 : 579 ¤
# Film de protection d'écran : 15 ¤
# carte Ethernet : 40 ¤
# Télécommande C3000 : 50 ¤
# Batterie haute capacité : 90 ¤
# World Charger : 35 ¤ # télécommande CE-RH2 (...)
plus de deux semaines après avoir reçu la bête (USB Mass Storage sous GNU/Linux), je peux vraiment affirmer que c'est une bien belle bête que Sony nous a sorti.
Je n'utilise plus mon iPod mini, préférant la PSP et sa carte mémoire de 1Go (en option ;) )
Sinon, la PSP avec un jeu coute a l'heure ou j'écris ces lignes, 399euros tout compris :)
Similar to Dial up and ppp connection to the internet
your notebook has to run the ppp service, and your Z will act as the PPP host to connect.
On the notebook:
1. Start the IrDA: /etc/rc.d/init.d/irda start
2. start the ppp service:
/usr/sbin/pppd /dev/ircomm0 noauth 192.168.129.200:192.168.129.201
On the Zaurus, from the shell
1. /etc/rc.d/init.d/irda start
2. pppd /dev/ircomm
That's it !
(Tested with Debian SID, Knoppix3.1, Mandrake9)
\\Laurent //
How to compile kernel on Gentoo Linux: download OZ gcc-toolchain : http://openzaurus.org/official/toolchain/cross-2.95.3.tar.bz2 uncompress to /usr/local/arm/ export PATH=/usr/local/arm/2.95.3/bin:$PATH Kernel stuff: download kernel sources : http://more.sbc.co.jp/sl_j/source/b500/20030124/linux-c700-b500-20021214-rom1_00.tar.bz2 install bitkeeper (emerge bitkeeper) 1. bk clone http://openzaurus.bkbits.net/buildroot buildroot-oz 2. cd buildroot-oz 3. bk -r co -q 4. cp /arch/def-configs/poodle-j Patch kernel sources: cd your_kernel_tree; cat /path/to/the/buildroot/packages/kernel-c700/compile.patch | patch -p1 5. make menuconfig to disable Xscale Cache errata 6. Go into build settings, select your linux distribution. Save, and exit. 7. make 8. make dep 9. (...)
1/ change the root password ! from the terminal : $su %passwd %exit $su 2/ Activate an extra CF to share swap/file from the bash shell: $ su %umount /mnt/cf % mkfs.ext2 /dev/hda1 or % mkfs.vfat /dev/hda1 % chmod 777 /dev/hda1 % cd /usr/mnt.rom/cf % dd if=/dev/zero of=swapfile bs=1024 count=16384 % mkswap swapfile % chmod 750 swapfile % swapon swapfile run free to see that you now have a lot more swap 3/ Add the swap to the startup scripts. (...)