Voglia di Linux

27 Dicembre 2006

Linux sul portatile bis

Archiviato in: addio a windows — ste @ 15:25

Giusto per la cronaca: ho scritto un paio di cose sull’ultima istallazione, Kubuntu 6.06 su un portatile Toshiba Tecra A8. E ho notato che già nella versione 6.10 in Amarok basta provare di aprire un file mp3 e si trova il bottone “installa supporto mp3″ che funziona pure nella live CD, questo sono cose che rendono superflue tanti wiki e howto…

18 Dicembre 2006

Windows Vista attacabile bene

Archiviato in: addio a windows — ste @ 22:40

Vabbene che qui la leggono in tre gatti, ma il gusto di parlare male di Windows Vista è sempre forte. Usando Gnu/Linux hai sempre il problema del riconoscimento della tua hardware, ma e sempre meglio che di ritrovarsi sempre in stato di guerra perenne:

Sophos ha testato il nuovo sistema operativo sui virus e malware più diffusi. I risultati sono allarmanti (per i seguaci di zio Bill, naturalmente): il 40% del malware testato è capace di attaccare con successo Windows Vista.

17 Dicembre 2006

BadDevice, invalid or uninitialized input device 168

Archiviato in: risoluzione problemi — ste @ 12:48

Usando Kubuntu e lanciando programmi da riga di comando da un account utente si ottiene tre volte questo messaggio di errore, nonostante che l’applicazione parte poi:

X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 148
Minor opcode: 3
Resource id: 0×0
Failed to open device

Il problema è il driver wacom e la soluzione è questa, e funziona: Prima fare un backup del file di configurazione

#sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Editare /etc/X11/xorg.conf digitando “kdesu kate” e commentare le due sezioni seguenti:

# Section “InputDevice”
# Driver “wacom”
# Identifier “stylus”
# Option “Device” “/dev/wacom” # Change to
# # /dev/input/event
# # for USB
# Option “Type” “stylus”
# Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
#EndSection

#Section “InputDevice”
# Driver “wacom”
# Identifier “eraser”
# Option “Device” “/dev/wacom” # Change to
# # /dev/input/event
# # for USB
# Option “Type” “eraser”
# Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
#EndSection

#Section “InputDevice”
# Driver “wacom”
# Identifier “cursor”
# Option “Device” “/dev/wacom” # Change to
# # /dev/input/event
# # for USB
# Option “Type” “cursor”
# Option “ForceDevice” “ISDV4″ # Tablet PC ONLY
#EndSection

e più in fondo:

Section “ServerLayout”
Identifier “Default Layout”
Screen “Default Screen”
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
# InputDevice “stylus” “SendCoreEvents”
# InputDevice “cursor” “SendCoreEvents”
# InputDevice “eraser” “SendCoreEvents”
EndSection

15 Dicembre 2006

Attivare il dual core

Archiviato in: risoluzione problemi — ste @ 18:09

Per verificare se è attivo il secondo nucleo del processore Intel Dual Core aprire una shell:

# cat /proc/cpuinfo

se mostra due liste, una per processore 0 e una processore 1 tutt’aposto. Se no bisogna installare il kernel smp 686. Per vedere la versione del kernel installato:

# uname -r

Per installare il kernel che può gestire il dual-core:

# sudo apt-get install linux-686-smp

o in modalità grafica con adept o synaptic. Dovrebbere essere presente sulla DVD. Dopo controllare che sono installati anche i nuovi modules-restricted. Per installarli :

# apt-get install linux-restricted-modules uname -r

Riavviare.
Vedere se lavora:

# top
dopo digitare 1, l’output segnala due cpu 0 e 1:

top - 17:24:40 up 22 min, 1 user, load average: 0.59, 0.46, 0.39
Tasks: 120 total, 1 running, 118 sleeping, 0 stopped, 1 zombie
Cpu0 : 0.7% us, 0.3% sy, 0.0% ni, 95.7% id, 0.7% wa, 2.6% hi, 0.0% si
Cpu1 : 1.3% us, 0.3% sy, 0.0% ni, 98.3% id, 0.0% wa, 0.0% hi, 0.0% si
Mem: 506956k total, 473560k used, 33396k free, 1716k buffers
Swap: 1020116k total, 31260k used, 988856k free, 82056k cached

(Come si vede questo è una istallazione Kubuntu/Ubuntu, ma per SuSE dovrebbere essere simile.)

9 Dicembre 2006

camera non riconosciuto

Archiviato in: trucchi, risoluzione problemi — ste @ 08:54

DIgitare nella barra di Konqueror “camera:/”

Funziona con WordPress

Bad Behavior has blocked 6 access attempts in the last 7 days.