ArchOne kernel: last news

Change of wind: in the release 2010.04 (04 ?) of ArchOne, you’ll find the new kernel-netbook instead of kernel26-one-dev.

I’m currently testing it on my Aspire One, and although it is still in development, is already working very well.

The kernel is developed by Diego, and includes all the modules used by major netbooks: Acer Aspire One, EeePC, MSI Wind, Samsung N series and many others.
 
For example, it supports the following wireless modules:

  • ath5k
  • ath9k
  • rt2860
  • rtl8187se
  • broadcom-wl

Some features:

  • KMS
  • no initrd
  • static modules
  • packet size around 5 mb
  • patchset of Arch
  • BFS of Kolivas

This’s the project site, and this’s the link on the Italian forum.

Arch on distrowatch


8-O
 
Nel 2006 (quando la scovai proprio su quella classifica) ricordo che era più o meno al 30° posto. Poi la salita, continua e costante, fino ai primi 10.
 
Arch, mi raccomando: non cambiare, mai!! :-D

kernel26-one-dev 2.6.33_rc6

I’m testing on my aspire one the latest kernel26-one-dev released yesterday by Tera, precisely the version 2.6.33_rc6.

If you want to get it,

The wireless module ath5k now seems to work well (in the .32 kernel it was a disaster ..), until now infact I never had disconnections of the network, but it’s still early to say.

Also the other things seems to work: the webcam, nfsv4, samba, video, sound, etc… I haven’t encountered any problem.

Here’s my lsmod:

Module                  Size  Used by
nfs                   245759  0
lockd                  57541  1 nfs
fscache                23025  1 nfs
auth_rpcgss            28952  1 nfs
sunrpc                157081  4 nfs,lockd,auth_rpcgss
ipv6                  217480  20
uvcvideo               53975  0
videodev               34195  1 uvcvideo
v4l1_compat            12406  2 uvcvideo,videodev
hso                    26094  0
evdev                   6746  12
r8169                  30095  0
mii                     3170  1 r8169
ath5k                 119081  0
ath                     6764  1 ath5k

The rest is included as a static module, example ext4 module that I’m using.
 
If the kernel will be confirm stable, I’ll included it in the next release of ArchOne, obviously not as a replacement, but as an addition to the arch kernel.

jpeg to pdf

Come creare un documento pdf a partire da scansioni salvate in jpeg ?

  1. yaourt -S imagemagick
  2. convert *.jpg document.pdf

:-)

parametri velocità upload download torrent

I parametri li ho presi da questo articolo:
 

  • Velocità massima di upload globale = 80% della massima velocità di upload consentita
  • Velocità massima di download globale = 95% della massima velocità di download consentita
  • Numero massimo di peers connessi per torrent = massima velocità di upload consentita x 1.3
  • Numero di slots di upload per torrent = 1 + (massima velocità di upload consentita / 6)

ArchOne development: news varie

ArchOne è arrivata stabilmente alla versione 2010.01_rev2: le migliorie, correzioni, ecc sono state davvero tante: in un mese infatti, tra dicembre e la prima settimana di gennaio, ho rilasciato ben 4 release, creato un sito presentabile del progetto, e ho migrato il tutto dal blog a sourceforge.net.
 
A proposito, tutto questo è stato possibile anche grazie alla collaborazione e ai suggerimenti che ho ricevuto per email e attraverso i vari forum, quindi un grazie a tutti quelli che hanno voluto aiutarmi in qualche modo :)
 
La prossima release, come ho segnalato sul sito, non uscirà prima di marzo/aprile: in queste settimane infatti sarò parecchio impegnato e purtroppo non avrò proprio tempo da dedicare alla piccolina. Quindi se trovate dei bug, avete suggerimenti ecc intanto potete segnalarmeli qui sul blog oppure sul forum del progetto, prima o dopo vi risponderò :)
 

cups 1.4.2-2: cupsd.conf

Oggi dopo tanto tempo mi sono deciso ad aggiornare il muletto con il classico pacman -Syu: 800mb di upgrade, tra cui il “nuovo” cups 1.4.2-2.
 
Questa la nuova configurazione funzionante:

[~] cat /etc/cups/cupsd.conf
# cupsd.conf on muletto
# cups 1.4.2  16-01-10
#
Listen *:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseAddress @LOCAL

DefaultAuthType Basic
DefaultEncryption Never    # evita https in mod administrator

# Restrict access to the server...

  Order allow,deny
  Allow localhost
  Allow @LOCAL

# Restrict access to the admin pages...

  Order allow,deny
  Allow @LOCAL

# Restrict access to configuration files...

  AuthType Default
  Require user @SYSTEM
  Order allow,deny
  Allow @LOCAL

 
Gli altri servizi (es: ssh, amuled, rtorrent, moblock, nfsv4, ddclient,..) fortunatamente sembrano funzionare come prima senza bisogno di modifiche; quello che mi preoccupa un pò è il nuovo kernel .32, perchè ho letto nel bbs forum e in bugs che ci sono stati dei kernel panic tra degli utenti.