enricorossi.org

Enrico Rossi


Articles in the blog category

OpenSync Debian Squeeze and Nokia e71

Tags: howto, linux, nokia, phone

I usually backup my nokia phone contacts to pc using multisync, now I have to switch from multisync to opensync.

Before you continue, I strongly suggest you make a backup of your phone contacts in some way (funny eh!) because these tools can erase it all, even they tend to …

Read more...

Avr32 build root

Tags: howto, tips, embedded, linux, avr32

A postit:

mmcinit
set bootargs 'console=ttyS0 root=/dev/mmcblk0p2 ro rootwait'
ext2load mmc 0:1 0x10200000 /uImage
bootm 0x10200000

Filesystem stuff

  • fstab to be fixed

from root after mount sd card

mknod -m 0660 console c 5 1
mknod -m 0666 null c 1 3
chown -R root:root …
Read more...

Skype 2.1 debian lenny amd64

Tags: debian, howto, linux, tips

Skype Release: 2.1.0.47 beta

Known problem: error starting due to problems in ia32-libpulse

Fix: Remove /usr/lib32/libpulse* and reload ldconfig

rm /usr/lib32/libpulse*
ldconfig

Known problem cam gspca: Kernel 2.6.30 this module do use video 4 linux 2, but skype still have v4l …

Read more...

Matlab netcdf

Tags: howto, italian, linux, tips

IT flag

note: c'e' il mexnc del sourceforge e il netcdf nella csiro

Installare NetCDF MexNC in Matlab.

Bisogna scaricare 2 tar:

  • mexnc-2.0.24.tar.gz
  • netcdf_toolbox-1.0.12.tar.gz

scompatta il mex, copia da matlab il mexopts.sh e modificalo come suggerito nell'INSTALL, modificato per la debian visto che …

Read more...
← Previous Page 7 / 11 Next →