Firefox2

2006-12-06 Thread Salvator*eL*arosa

Salve firefox è alla versione 2, solo che sul mio Debian o la versione
1.5.0.7
volevo chiedere come mai con aptitude non mi viene aggiornato all'ultima
versione?

Debbo compilarlo o posso aspettare?, magari c'è qualche problema nel
repository...

Grazie mille per le vostre risposte
-- 
View this message in context: 
http://www.nabble.com/Firefox2-tf2772869.html#a7734599
Sent from the debian-italian mailing list archive at Nabble.com.



Variabili d'ambiente!

2006-12-08 Thread Salvator*eL*arosa

Salve a tutti, ho impostato una var di ambiente in /etc/profile ma non
funziona.
Devo eseguire delle operazione con postgres, ed ogni volta che digito il cmd
psql da shell non va invece se sono nella dir /usr/local/pqsql/bin funziona.

Vorrei che da qualsiasi shell si eseguisse il cmd senza
andare ognivolta nella dir bin per questoh ho impostato la variabile in
/etc/profile ma niente

Se digito 
# env
SHELL=/bin/bash
TERM=xterm
USER=root
MAIL=/var/mail/root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/local/pgsql/bin
PWD=/root
LANG=it_IT.UTF-8
PS1=\h:\w\$
SHLVL=1
HOME=/root
LOGNAME=root
_=/usr/bin/env

qualcuno può aiutarmi?
-- 
View this message in context: 
http://www.nabble.com/Variabili-d%27ambiente%21-tf2779450.html#a7754617
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Variabili d'ambiente!

2006-12-08 Thread Salvator*eL*arosa

Di seguito riporto il mio PATH in /etc/profile:

if [ "`id -u`" -eq 0 ]; then
 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/local/pgsql/bin"
else
 
PATH="/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/pgsql/bin"
fi

if [ "$PS1" ]; then
  if [ "$BASH" ]; then
PS1='[EMAIL PROTECTED]:\w\$ '
  else
if [ "`id -u`" -eq 0 ]; then
  PS1='# '
else
  PS1='$ '
fi
  fi
fi

export PATH


Salvator*eL*arosa wrote:
> 
> Salve a tutti, ho impostato una var di ambiente in /etc/profile ma non
> funziona.
> Devo eseguire delle operazione con postgres, ed ogni volta che digito il
> cmd
> psql da shell non va invece se sono nella dir /usr/local/pqsql/bin
> funziona.
> 
> Vorrei che da qualsiasi shell si eseguisse il cmd senza
> andare ognivolta nella dir bin per questoh ho impostato la variabile in
> /etc/profile ma niente
> 
> Se digito 
> # env
> SHELL=/bin/bash
> TERM=xterm
> USER=root
> MAIL=/var/mail/root
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/local/pgsql/bin
> PWD=/root
> LANG=it_IT.UTF-8
> PS1=\h:\w\$
> SHLVL=1
> HOME=/root
> LOGNAME=root
> _=/usr/bin/env
> 
> qualcuno può aiutarmi?
> 

-- 
View this message in context: 
http://www.nabble.com/Variabili-d%27ambiente%21-tf2779450.html#a7755299
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Variabili d'ambiente!

2006-12-08 Thread Salvator*eL*arosa

Io vorrei che quel path sia valido per ogni shell indipendentemente da quale
sia il login.
Comunque sto provando come su.

Luca Bruno-2 wrote:
> 
> Salvator*eL*arosa scrisse:
> 
>> Salve a tutti, ho impostato una var di ambiente in /etc/profile ma non
>> funziona.
> 
> Non vorrei dire una belinata, ma mi pare che /etc/profile valga solo
> per le shell di login. Che shell stai usando? Hai provato con una shell
> di login se funziona?
> Potresti anche considerare /etc/bash.bashrc per quel che ti abbisogna.
> 
> Ciao, Luca
> 
> --
>  .''`.  ** Debian GNU/Linux **  | Luca Bruno
> : :'  :   The Universal O.S.| luca.br(AT)uno.it
> `. `'`| GPG Key ID: 3BFB9FB3
>   `- http://www.debian.org| Proud Debian GNU/Linux User
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Variabili-d%27ambiente%21-tf2779450.html#a7755602
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Variabili d'ambiente!

2006-12-08 Thread Salvator*eL*arosa

Mi da questo errore:
[EMAIL PROTECTED]:~# psql
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket
"/var/run/postgresql/.s.PGSQL.5432"?
Invece se vado sotto la di /usr/local/pgsql/bin va bene.

Salvator*eL*arosa wrote:
> 
> Io vorrei che quel path sia valido per ogni shell indipendentemente da
> quale sia il login.
> Comunque sto provando come su.
> 
> Luca Bruno-2 wrote:
>> 
>> Salvator*eL*arosa scrisse:
>> 
>>> Salve a tutti, ho impostato una var di ambiente in /etc/profile ma non
>>> funziona.
>> 
>> Non vorrei dire una belinata, ma mi pare che /etc/profile valga solo
>> per le shell di login. Che shell stai usando? Hai provato con una shell
>> di login se funziona?
>> Potresti anche considerare /etc/bash.bashrc per quel che ti abbisogna.
>> 
>> Ciao, Luca
>> 
>> --
>>  .''`.  ** Debian GNU/Linux **  | Luca Bruno
>> : :'  :   The Universal O.S.| luca.br(AT)uno.it
>> `. `'`   | GPG Key ID: 3BFB9FB3
>>   `- http://www.debian.org   | Proud Debian GNU/Linux User
>> 
>>  
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Variabili-d%27ambiente%21-tf2779450.html#a7755627
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Variabili d'ambiente!

2006-12-08 Thread Salvator*eL*arosa

Aspetta, aspetta neanche in root funziona solo nel nuovo utente creato al
momento dell'installazione di postgres
è cioè postgres

[EMAIL PROTECTED]:/usr/local/pgsql/bin$ ./psql test
Welcome to psql 8.1.5, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
   \h for help with SQL commands
   \? for help with psql commands
   \g or terminate with semicolon to execute query
   \q to quit

test=#   

però devo sempre andare nella dir bin......

Salvator*eL*arosa wrote:
> 
> Mi da questo errore:
> [EMAIL PROTECTED]:~# psql
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket
> "/var/run/postgresql/.s.PGSQL.5432"?
> Invece se vado sotto la di /usr/local/pgsql/bin va bene.
> 
> Salvator*eL*arosa wrote:
>> 
>> Io vorrei che quel path sia valido per ogni shell indipendentemente da
>> quale sia il login.
>> Comunque sto provando come su.
>> 
>> Luca Bruno-2 wrote:
>>> 
>>> Salvator*eL*arosa scrisse:
>>> 
>>>> Salve a tutti, ho impostato una var di ambiente in /etc/profile ma non
>>>> funziona.
>>> 
>>> Non vorrei dire una belinata, ma mi pare che /etc/profile valga solo
>>> per le shell di login. Che shell stai usando? Hai provato con una shell
>>> di login se funziona?
>>> Potresti anche considerare /etc/bash.bashrc per quel che ti abbisogna.
>>> 
>>> Ciao, Luca
>>> 
>>> --
>>>  .''`.  ** Debian GNU/Linux **  | Luca Bruno
>>> : :'  :   The Universal O.S.| luca.br(AT)uno.it
>>> `. `'`  | GPG Key ID: 3BFB9FB3
>>>   `- http://www.debian.org  | Proud Debian GNU/Linux User
>>> 
>>>  
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Variabili-d%27ambiente%21-tf2779450.html#a7755671
Sent from the debian-italian mailing list archive at Nabble.com.



short-key da shell!?

2006-12-11 Thread Salvator*eL*arosa

Scusate la domanda banale..

C'è un modo per ricercare un cmd già digitato nella shell, senza fare
continuamente
il tasto "FrecciaSu"...?
Non lo so magari una combinazione di tasti.

Grazie
-- 
View this message in context: 
http://www.nabble.com/short-key-da-shell%21--tf2792756.html#a7791502
Sent from the debian-italian mailing list archive at Nabble.com.



Re: short-key da shell!?

2006-12-11 Thread Salvator*eL*arosa

Velocissimo!

Ma se volessi continuare a ricercare ad esempio tutti quei cmds che iniziano
per "r" come si fa?
Con Ctrl-R non mi da la possibilità di scorrere tutti quelli che iniziano
per una lettera da me scelta.

Grazie mille 

Marco Borromeo wrote:
> 
> Salvator*eL*arosa ha scritto:
>> C'è un modo per ricercare un cmd già digitato nella shell, senza fare
>> continuamente
>> il tasto "FrecciaSu"...?
>> Non lo so magari una combinazione di tasti.
> 
> Ciao!
> 
> Ctrl-R
> 
> saluti
> 
> -- 
> Marco Borromeo
> http://www.ilborro.info
> jabber: [EMAIL PROTECTED]
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/short-key-da-shell%21--tf2792756.html#a7791634
Sent from the debian-italian mailing list archive at Nabble.com.



theme kde

2006-12-11 Thread Salvator*eL*arosa

salve a tutti, chiedo a voi perchè magari faccio centro a primo colpo

Esiste un tema tipo mac che quando si passa con il mouse sull'icone della
barra in basso si ingradiscono?
se si dove?

grazie e siete grandi!
-- 
View this message in context: 
http://www.nabble.com/theme-kde-tf2804020.html#a7823326
Sent from the debian-italian mailing list archive at Nabble.com.



Kmix

2006-12-19 Thread Salvator*eL*arosa

Salve sapete dirmi come posso resettare kmix?


Praticamente i miei amici non mi sentono più con skype.mannaggia
-- 
View this message in context: http://www.nabble.com/Kmix-tf2846919.html#a7950161
Sent from the debian-italian mailing list archive at Nabble.com.



apache2-php-perl-python.......

2006-12-21 Thread Salvator*eL*arosa

Salve ho combinato un casino sul mio webserver (locale), praticamente quando
provavo ad aprire un file php il browser non lo processava, mi chiedeva di
salvarlo
allora ho cercato un po in giro, anche nel forum, è ho trovato un post dove
si spiegava
che il problema stava in modules-conf. Ho provato a modificare ma niente non
va..grr

fino a poco tempo fa avevo tutto funzionante Apache2, PHP, Perl, Python ecce
ccc
Quello che chiedo, visto che ho disinstallato tutto praticamente, esiste una
guida oppure
qualcuno di voi potrebbe dirmi quali sono i pacchetti che dovrei installare
per avere
un sistema server buono?

In kpackage basta che installo apache2 php5 è tutto torna a posto?

Grazie infinite
-- 
View this message in context: 
http://www.nabble.com/apache2-php-perl-python...-tf2865620.html#a8008098
Sent from the debian-italian mailing list archive at Nabble.com.



[RISOLTO]apache2-php-perl-python.......

2006-12-21 Thread Salvator*eL*arosa

Ho risolto semplicemente lanciando:
aptitude apache2
aptitude libapache2-mod-php5

Grazie lo stesso a tutti.

Buone Feste

Salvator*eL*arosa wrote:
> 
> Salve ho combinato un casino sul mio webserver (locale), praticamente
> quando
> provavo ad aprire un file php il browser non lo processava, mi chiedeva di
> salvarlo
> allora ho cercato un po in giro, anche nel forum, è ho trovato un post
> dove si spiegava
> che il problema stava in modules-conf. Ho provato a modificare ma niente
> non va..grr
> 
> fino a poco tempo fa avevo tutto funzionante Apache2, PHP, Perl, Python
> ecce ccc
> Quello che chiedo, visto che ho disinstallato tutto praticamente, esiste
> una guida oppure
> qualcuno di voi potrebbe dirmi quali sono i pacchetti che dovrei
> installare per avere
> un sistema server buono?
> 
> In kpackage basta che installo apache2 php5 è tutto torna a posto?
> 
> Grazie infinite
> 

-- 
View this message in context: 
http://www.nabble.com/apache2-php-perl-python...-tf2865620.html#a8009107
Sent from the debian-italian mailing list archive at Nabble.com.



HDD esterno

2006-12-22 Thread Salvator*eL*arosa

Una curiosità, 
Ma gli hard disk esterni SATA sono compatibili con LINUX?

Ho acquistato uno ma quando collego la USB non lo monta!

Grazie e Buone Feste
-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8029879
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Linux version 2.6.17-2-486 (Debian 2.6.17-9)
HDD Packard Bell Store&Save 2500 da 160GB
(http://www.packardbell.de/products/at-home/speichermedien/store-&-save-2500/store-&-save-2500-160-gb/productsheet-C05068-297.html)
Errori in particolare non me ne dà.
Qunado lo collego alla USB non succede niente, di solito  gli altri
dispositivi tipo Pen Drive vengono riconosciuti subito..allora ho
pensato di montarlo con mount ma non so quale dispositivo montare (sda, sdb
ecc).

Grazie per le risposte.

Davide Corio wrote:
> 
> Il giorno ven, 22/12/2006 alle 14.58 -0800, Salvator*eL*arosa ha
> scritto:
>> Una curiosità, 
>> Ma gli hard disk esterni SATA sono compatibili con LINUX?
>> 
>> Ho acquistato uno ma quando collego la USB non lo monta!
> 
> devi dirci che kernel usi, che disco è, che errori ti da...etc etc...le
> solite cose
> 
> -- 
> Davide Coriodavide.corioredomino.com
> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8032822
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Niente da fare non riesco a montarlo.
Ho provato con
# mount -t vfat /dev/sda /home/user/HDD
mount: /dev/sda: can't read superblock >>>>>> perchè questo?
e poi
# dmesg
..
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
Vendor: Model: Rev:
Type: Direct-Access ANSI SCSI revision: 02
usb-storage: device scan complete
sd 0:0:0:0: Attached scsi disk sda
FAT: unable to read boot sector >>>>> è questo?

Bo!



Paolo Sala wrote:
> 
> Salvator*eL*arosa ha scritto:
>> Linux version 2.6.17-2-486 (Debian 2.6.17-9)
>> HDD Packard Bell Store&Save 2500 da 160GB
>> (http://www.packardbell.de/products/at-home/speichermedien/store-&-save-2500/store-&-save-2500-160-gb/productsheet-C05068-297.html)
>> Errori in particolare non me ne dà.
>> Qunado lo collego alla USB non succede niente, di solito  gli altri
>> dispositivi tipo Pen Drive vengono riconosciuti subito..allora ho
>> pensato di montarlo con mount ma non so quale dispositivo montare (sda,
>> sdb
>> ecc).
>>   
> Come al solito dovresti vedere cosa ti dice dmesg dopodiché scopri se è
> supportato e nel caso lo sia quale device è (sda, sdb...).
> 
> Ciao
> 
> Piviul
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033174
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Ho provato con fdisk -l  /dev/sda/ ma non ritorna niente!


Paolo Sala wrote:
> 
> ma quali partizioni hai su sda? prova da root un /fdisk -l  /dev/sda/;
> guardi quali partizioni ci sono e poi provi a montarla.
> 
> Ciao
> 
> Piviul
> 
> Salvator*eL*arosa ha scritto:
>> Niente da fare non riesco a montarlo.
>> Ho provato con
>> # mount -t vfat /dev/sda /home/user/HDD
>> mount: /dev/sda: can't read superblock >>>>>> perchè questo?
>> e poi
>> # dmesg
>> ..
>> SCSI subsystem initialized
>> Initializing USB Mass Storage driver...
>> scsi0 : SCSI emulation for USB Mass Storage devices
>> usbcore: registered new driver usb-storage
>> USB Mass Storage support registered.
>> usb-storage: device found at 6
>> usb-storage: waiting for device to settle before scanning
>> Vendor: Model: Rev:
>> Type: Direct-Access ANSI SCSI revision: 02
>> usb-storage: device scan complete
>> sd 0:0:0:0: Attached scsi disk sda
>> FAT: unable to read boot sector >>>>> è questo?
>>
>> Bo!
>>
>>
>>
>> Paolo Sala wrote:
>>   
>>> Salvator*eL*arosa ha scritto:
>>> 
>>>> Linux version 2.6.17-2-486 (Debian 2.6.17-9)
>>>> HDD Packard Bell Store&Save 2500 da 160GB
>>>> (http://www.packardbell.de/products/at-home/speichermedien/store-&-save-2500/store-&-save-2500-160-gb/productsheet-C05068-297.html)
>>>> Errori in particolare non me ne dà.
>>>> Qunado lo collego alla USB non succede niente, di solito  gli altri
>>>> dispositivi tipo Pen Drive vengono riconosciuti subito..allora ho
>>>> pensato di montarlo con mount ma non so quale dispositivo montare (sda,
>>>> sdb
>>>> ecc).
>>>>   
>>>>   
>>> Come al solito dovresti vedere cosa ti dice dmesg dopodiché scopri se è
>>> supportato e nel caso lo sia quale device è (sda, sdb...).
>>>
>>> Ciao
>>>
>>> Piviul
>>>
>>>
>>> -- 
>>> Per REVOCARE l'iscrizione alla lista, inviare un email a 
>>> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
>>> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
>>>
>>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>> with a subject of "unsubscribe". Trouble? Contact
>>> [EMAIL PROTECTED]
>>>
>>>
>>> 
>>
>>   
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033282
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Forse sei appena arrivato, ma tutte quelle cose le ho già provate!
fdisk -l /dev/sda non mi da nulla, non riesce a leggere l'hard
diskvedi post precedenti

Luca Sighinolfi-2 wrote:
> 
> On Sat, 23 Dec 2006 03:42:28 -0800 (PST)
> Salvator*eL*arosa <[EMAIL PROTECTED]> wrote:
> 
>> 
>> Ho provato con fdisk -l  /dev/sda/ ma non ritorna niente!
>  
> da root:
> fdisk -l  /dev/sda
> 
> ti restutuirà qualcosa del genere (con i tuoi valori al posto dei
> miei :-)
> 
>  Disk /dev/sda: 251.0 GB, 251000193024 bytes
>  255 heads, 63 sectors/track, 30515 cylinders
>  Units = cylinders of 16065 * 512 = 8225280 bytes
> 
> Device Boot  Start End  Blocks   Id  System
>  /dev/sda1   *   1243319543041   83  Linux
>  /dev/sda224342558 1004062+  82  Linux swap 
>  /dev/sda32600620028925032+  83  Linux
> 
> da qui capisci per esempio che ci sono tre partizione di cui una sda2 è
> di tipo swap. 
> per montare a prima o la terza basta fare:
> 
> # mount -t  /dev/sda 
> 
> dove  è il tipo di partizione: vfat, ext3, etc..
>   è il numero della partizione: nel nostro caso 1 o 3
>   è il punto di mount, ovvero la directory su cui vuoi montare
> 
> ciao
> -- 
> Luca Sighinolfi
> 
> E sebbene il computer fosse spento e la spina staccata, continuava
> a rimanere fissa sullo schermo una immagine...
> ...quella di Windows 95 
>Blender, Futurama
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033393
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Se digito fdisk /dev/sda
mi da:
Unable to read /dev/sda

Se provo a montarlo mi da:
debian:~# mount -t vfat  /dev/sda /home/sam/Desktop/digitize_pm/
mount: /dev/sda: can't read superblock

grr..

Luca Sighinolfi-2 wrote:
> 
> On Sat, 23 Dec 2006 04:09:44 -0800 (PST)
> Salvator*eL*arosa <[EMAIL PROTECTED]> wrote:
> 
>> Forse sei appena arrivato, ma tutte quelle cose le ho già provate!
>> fdisk -l /dev/sda non mi da nulla, non riesce a leggere l'hard
>> diskvedi post precedenti
> 
> scusa se insisto, evidentemente non mi sono spiegato.
> se da _root_ dai questo comando:
> "fdisk -l /dev/sda" e _non_ "fdisk -l /dev/sda/"
> i casi sono due: o l'output è simile a quello che ti ho mostrato, oppure
> restituisce degli errori. se è vera la seconda, posta gli errori.
> 
> oppure puoi fare anche così, sempre da root:
> fdisk /dev/sda
> da cui entri in fdisk. da li digiti "p " e dovrebbe darti un
> certo output.
> 
> non ci sono altri comandi per vedere le partizioni di un disco e poi
> montarle; almeno, io non ne conosco...
> 
> ciao
> 
>> Luca Sighinolfi-2 wrote:
>> > 
>> > On Sat, 23 Dec 2006 03:42:28 -0800 (PST)
>> > Salvator*eL*arosa <[EMAIL PROTECTED]> wrote:
>> > 
>> >> 
>> >> Ho provato con fdisk -l  /dev/sda/ ma non ritorna niente!
>> >  
>> > da root:
>> > fdisk -l  /dev/sda
>> > 
>> > ti restutuirà qualcosa del genere (con i tuoi valori al posto dei
>> > miei :-)
>> > 
>> >  Disk /dev/sda: 251.0 GB, 251000193024 bytes
>> >  255 heads, 63 sectors/track, 30515 cylinders
>> >  Units = cylinders of 16065 * 512 = 8225280 bytes
>> > 
>> > Device Boot  Start End  Blocks   Id  System
>> >  /dev/sda1   *   1243319543041   83  Linux
>> >  /dev/sda224342558 1004062+  82  Linux swap 
>> >  /dev/sda32600620028925032+  83  Linux
>> > 
>> > da qui capisci per esempio che ci sono tre partizione di cui una
>> > sda2 è di tipo swap. 
>> > per montare a prima o la terza basta fare:
>> > 
>> > # mount -t  /dev/sda 
>> > 
>> > dove  è il tipo di partizione: vfat, ext3, etc..
>> >   è il numero della partizione: nel nostro caso 1 o 3
>> >   è il punto di mount, ovvero la directory su cui vuoi
>> > montare
>> > 
>> > ciao
>> > -- 
>> > Luca Sighinolfi
>> > 
>> > E sebbene il computer fosse spento e la spina staccata, continuava
>> > a rimanere fissa sullo schermo una immagine...
>> > ...quella di Windows 95 
>> >Blender, Futurama
>> > 
>> > 
>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/HDD-esterno-tf2872922.html#a8033393 Sent from
>> the debian-italian mailing list archive at Nabble.com.
>> 
> -- 
> Luca Sighinolfi
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033602
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Linux version 2.6.17-2-486 

Davide Corio wrote:
> 
> Il giorno sab, 23/12/2006 alle 04.52 -0800, Salvator*eL*arosa ha
> scritto:
>> Se digito fdisk /dev/sda
>> mi da:
>> Unable to read /dev/sda
>> 
>> Se provo a montarlo mi da:
>> debian:~# mount -t vfat  /dev/sda /home/sam/Desktop/digitize_pm/
>> mount: /dev/sda: can't read superblock
> 
> Che kernel stai usando?
> 
> 
> -- 
> Davide Coriodavide.corioredomino.com
> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033645
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Non riesco a trovare niente in giro che mi possa risolvere il problema!

Ci deve essere qualche protezione non so che pensare...

Salvator*eL*arosa wrote:
> 
> Linux version 2.6.17-2-486 
> 
> Davide Corio wrote:
>> 
>> Il giorno sab, 23/12/2006 alle 04.52 -0800, Salvator*eL*arosa ha
>> scritto:
>>> Se digito fdisk /dev/sda
>>> mi da:
>>> Unable to read /dev/sda
>>> 
>>> Se provo a montarlo mi da:
>>> debian:~# mount -t vfat  /dev/sda /home/sam/Desktop/digitize_pm/
>>> mount: /dev/sda: can't read superblock
>> 
>> Che kernel stai usando?
>> 
>> 
>> -- 
>> Davide Coriodavide.corioredomino.com
>> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
>> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
>> 
>> 
>> -- 
>> Per REVOCARE l'iscrizione alla lista, inviare un email a 
>> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
>> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
>> 
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> 
>> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033683
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

debian:~# fsck.vfat -a /dev/sda
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
open /dev/sda:No such file or directory


Luca Sighinolfi-2 wrote:
> 
> On Sat, 23 Dec 2006 04:52:05 -0800 (PST)
> Salvator*eL*arosa <[EMAIL PROTECTED]> wrote:
> 
>> 
>> Se digito fdisk /dev/sda
>> mi da:
>> Unable to read /dev/sda
>> 
>> Se provo a montarlo mi da:
>> debian:~# mount -t vfat  /dev/sda /home/sam/Desktop/digitize_pm/
>> mount: /dev/sda: can't read superblock
>> 
>> grr..
> 
> Ok, ora ci sono. Probabilmente il FS è corrotto.
> 
> Se sei sicuro che il filesystem è vfat, io farei così
> fsck.vfat -a /dev/sda (sempre da root) 
> che dovrebbe 'riparare' il FS.
> 
> Prima di eseguirlo comunque leggiti bene il man di fsck e di fsck.vfat
> 
> Prova e posta il risultato.
> 
> ciao
> -- 
> Luca Sighinolfi
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033749
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

digitando:
debian:~# mount -t vfat  /dev/sda1 /home/sam/Desktop/digitize_pm/
mount: special device /dev/sda1 does not exist

invece
debian:~# fsck.vfat -a /dev/sda
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
Got 0 bytes instead of 512 at 0
-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033769
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Ho provato con:
debian:~# fsck.vfat -a /dev/sda1
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
open /dev/sda1:No such file or directory
invece sda:
debian:~# fsck.vfat -a /dev/sda
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
Got 0 bytes instead of 512 at 0
il list mi da:
debian:~# ls -l /dev/sda
brw-rw 1 root disk 8, 0 2006-12-23 14:24 /dev/sda
moun mi da:
debian:~# mount -t vfat  /dev/sda /home/sam/Desktop/digitize_pm/
mount: /dev/sda: can't read superblock
invece sda1:
debian:~# mount -t vfat  /dev/sda1 /home/sam/Desktop/digitize_pm/
mount: special device /dev/sda1 does not exist



Luca Sighinolfi-2 wrote:
> 
> On Sat, 23 Dec 2006 05:24:30 -0800 (PST)
> Salvator*eL*arosa <[EMAIL PROTECTED]> wrote:
> 
>> 
>> digitando:
>> debian:~# mount -t vfat  /dev/sda1 /home/sam/Desktop/digitize_pm/
>> mount: special device /dev/sda1 does not exist
> 
> da questo io capisco che non hai proprio il device. non è un problema
> del disco, ma ti manca il device /dev/sda1
> 
> ll /dev/sda*
> cosa ti da?
> 
>> 
>> invece
>> debian:~# fsck.vfat -a /dev/sda
>> dosfsck 2.11, 12 Mar 2005, FAT32, LFN
>> Got 0 bytes instead of 512 at 0
>> -- 
>> View this message in context:
>> http://www.nabble.com/HDD-esterno-tf2872922.html#a8033769 Sent from
>> the debian-italian mailing list archive at Nabble.com.
>> 
>> 
>> -- 
>> Per REVOCARE l'iscrizione alla lista, inviare un email a 
>> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
>> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
>> 
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> 
> 
> 
> -- 
> Luca Sighinolfi
> 
> E sebbene il computer fosse spento e la spina staccata, continuava
> a rimanere fissa sullo schermo una immagine...
> ...quella di Windows 95 
>Blender, Futurama
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033872
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Mi sono ridotto come Sofia LorenAIUTATEMI!

Salvator*eL*arosa wrote:
> 
> Ho provato con:
> debian:~# fsck.vfat -a /dev/sda1
> dosfsck 2.11, 12 Mar 2005, FAT32, LFN
> open /dev/sda1:No such file or directory
> invece sda:
> debian:~# fsck.vfat -a /dev/sda
> dosfsck 2.11, 12 Mar 2005, FAT32, LFN
> Got 0 bytes instead of 512 at 0
> il list mi da:
> debian:~# ls -l /dev/sda
> brw-rw 1 root disk 8, 0 2006-12-23 14:24 /dev/sda
> moun mi da:
> debian:~# mount -t vfat  /dev/sda /home/sam/Desktop/digitize_pm/
> mount: /dev/sda: can't read superblock
> invece sda1:
> debian:~# mount -t vfat  /dev/sda1 /home/sam/Desktop/digitize_pm/
> mount: special device /dev/sda1 does not exist
> 
> 
> 
> Luca Sighinolfi-2 wrote:
>> 
>> On Sat, 23 Dec 2006 05:24:30 -0800 (PST)
>> Salvator*eL*arosa <[EMAIL PROTECTED]> wrote:
>> 
>>> 
>>> digitando:
>>> debian:~# mount -t vfat  /dev/sda1 /home/sam/Desktop/digitize_pm/
>>> mount: special device /dev/sda1 does not exist
>> 
>> da questo io capisco che non hai proprio il device. non è un problema
>> del disco, ma ti manca il device /dev/sda1
>> 
>> ll /dev/sda*
>> cosa ti da?
>> 
>>> 
>>> invece
>>> debian:~# fsck.vfat -a /dev/sda
>>> dosfsck 2.11, 12 Mar 2005, FAT32, LFN
>>> Got 0 bytes instead of 512 at 0
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/HDD-esterno-tf2872922.html#a8033769 Sent from
>>> the debian-italian mailing list archive at Nabble.com.
>>> 
>>> 
>>> -- 
>>> Per REVOCARE l'iscrizione alla lista, inviare un email a 
>>> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
>>> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
>>> 
>>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>> with a subject of "unsubscribe". Trouble? Contact
>>> [EMAIL PROTECTED]
>>> 
>> 
>> 
>> -- 
>> Luca Sighinolfi
>> 
>> E sebbene il computer fosse spento e la spina staccata, continuava
>> a rimanere fissa sullo schermo una immagine...
>> ...quella di Windows 95 
>>Blender, Futurama
>> 
>> 
>> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8033957
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Quindi è inutile, non si può fare niente?


-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8034342
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Si lo formattato

questo è quello che mi da il comando debian:~# tail -f /var/log/messages
Dec 23 18:40:15 debian kernel: usb 4-1: configuration #1 chosen from 1
choice
Dec 23 18:40:15 debian kernel: scsi2 : SCSI emulation for USB Mass Storage
devices
Dec 23 18:40:20 debian kernel:   Vendor:   Model:  
Rev:
Dec 23 18:40:20 debian kernel:   Type:   Direct-Access 
ANSI SCSI revision: 02
Dec 23 18:40:20 debian kernel: sd 2:0:0:0: Attached scsi disk sda


Giorgio-7 wrote:
> 
> Alle 16:05, sabato 23 dicembre 2006, Salvator*eL*arosa ha scritto:
>> Quindi è inutile, non si può fare niente?
> Ciao,
> Scusami se faccio una domanda un poco "insolente", 
> ma il disco è stato formattato?
> 
> Poi per avere la certezza che stiamo parlando del disco giusto
> potresti aprire un terminale, dare il comando:
> 
> tail -f /var/log/messages
> 
> e poi collegare il disco usb, così da vedere effettivamente di che disco
> si 
> tratta (sda, sdb, sdc).
> 
> Ciao.
> -
> Giorgio Scarabello
> 
> Virus checked by Exiscan/Clam Antivirus @ neo64.gs.local
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8035471
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-23 Thread Salvator*eL*arosa

Scusate ma mi sono accorto che l'errore è ancora più grave, mi spiego
...qunado ho lanciato il comando 
tail -f /var/log/messages
e dopo aver inserito l'HDD non mi dava nessun mesg, praticamente come se non
avessi
inserito niente al contrario inserendo una pen drive subito mi dava il msg
(sda).
Quindi a questo punto non saprei veramente dove mettere le mani e la
testa...
cosa faccio?
qualcuno mi aiuti le ho provate tutte..

Giorgio-7 wrote:
> 
> Alle 16:05, sabato 23 dicembre 2006, Salvator*eL*arosa ha scritto:
>> Quindi è inutile, non si può fare niente?
> Ciao,
> Scusami se faccio una domanda un poco "insolente", 
> ma il disco è stato formattato?
> 
> Poi per avere la certezza che stiamo parlando del disco giusto
> potresti aprire un terminale, dare il comando:
> 
> tail -f /var/log/messages
> 
> e poi collegare il disco usb, così da vedere effettivamente di che disco
> si 
> tratta (sda, sdb, sdc).
> 
> Ciao.
> -
> Giorgio Scarabello
> 
> Virus checked by Exiscan/Clam Antivirus @ neo64.gs.local
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8037473
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-25 Thread Salvator*eL*arosa

Ciao  a tutti e auguroni..

Anche durante le feste sono alla ricerca disperata di risolvere il mio
problema dell'HDD
ancora niente non riesco a farlo funzionare sotto Debian!
Ho provato anche a formattarlo in ext3 ma niente una volta inserito non
và.

ho lanciato il comando 
# tail -f /var/log/messages
e dopo ho inserito l'HDD ma non succede niente.devo buttarlo?

Speriamo che qualcuno riesce a capire di cosa si tratta, ricordo che si
tratta di un SATA esterno da 2,5"...

Grazie a tutti e Buone Feste.

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8047956
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-25 Thread Salvator*eL*arosa

Proprio nulla, non so più dove mettere mani, effettivamente devo provare su
un altro PC!

Comunque ho un Notebook un po datato, leUSB2 sono nella PCMCIA

Grazie per la risposta

Davide Corio wrote:
> 
> Il giorno lun, 25/12/2006 alle 09.47 -0800, Salvator*eL*arosa ha
> scritto:
>> ho lanciato il comando 
>> # tail -f /var/log/messages
>> e dopo ho inserito l'HDD ma non succede niente.devo buttarlo?
> 
> Nulla di nulla???
> Mi pare un po' impossibile...dovrebbe almeno dirti che ha visto una
> periferica USB.
> 
> E' un HD alimentato da corrente o da USB?
> 
> PS: hai provato con un altro PC?
> 
> 
> 
> -- 
> Davide Coriodavide.corioredomino.com
> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8048071
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-26 Thread Salvator*eL*arosa

avevo già provato il funzionamento della scheda e ti assicuro che funziona
benissimo
anche perchè sia la Pen Drive che altre periferiche di storage (HDD esterni
però non SATA)
funziona benissimo..nn ho intenzione di far perdere tempo a nessuno ma
chiedo
scusa ugualmente per aver omesso il particolare della scheda..
Sapete se per caso bisogna installare qualche modulo particolare del kernel?

Davide Corio wrote:
> 
> Il giorno lun, 25/12/2006 alle 10.05 -0800, Salvator*eL*arosa ha
> scritto:
>> Proprio nulla, non so più dove mettere mani, effettivamente devo provare
>> su
>> un altro PC!
>> 
>> Comunque ho un Notebook un po datato, leUSB2 sono nella PCMCIA
> 
> Penso che verrai fustigato in pubblica piazza per aver omesso questo
> piccolo particolare :)
> 
> Un discorso è l'usb...un altro è il pcmcia.
> quando inserisci la scheda, la vede correttamente?
> 
> -- 
> Davide Coriodavide.corioredomino.com
> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8054729
Sent from the debian-italian mailing list archive at Nabble.com.



Re: HDD esterno

2006-12-27 Thread Salvator*eL*arosa

No, non ha un suo alimentatore. Si alimenta dalla porta USB.
l'ho provato su altri PC (Mac, Windows, Suse è funziona), a questo punto
penso che la
PCMCIA non alimenti abbstanza

Davide Corio wrote:
> 
> Il giorno mar, 26/12/2006 alle 08.34 -0800, Salvator*eL*arosa ha
> scritto:
>> avevo già provato il funzionamento della scheda e ti assicuro che
>> funziona
>> benissimo
>> anche perchè sia la Pen Drive che altre periferiche di storage (HDD
>> esterni
>> però non SATA)
>> funziona benissimo..nn ho intenzione di far perdere tempo a nessuno
>> ma
>> chiedo
>> scusa ugualmente per aver omesso il particolare della scheda..
>> Sapete se per caso bisogna installare qualche modulo particolare del
>> kernel?
> 
> Spesso in questi casi il problema non dipende dal sistema operativo.
> Come stai alimentando l'hd? Ha un suo trasformatore?
> 
> -- 
> Davide Coriodavide.corioredomino.com
> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/HDD-esterno-tf2872922.html#a8063685
Sent from the debian-italian mailing list archive at Nabble.com.



ide: failed

2006-12-28 Thread Salvator*eL*arosa

Solo voi potete aiutarmi come sempre..
Ieri mentre la voravo al pc di botto si blocca tutto illed dell'hd
rimane acceso e me non resta altro che resettare tutto.
al riavvio mi accorgo che c'è qualcosa di anomalio ma di molto anomalo...
ad un certo punto iniziano a comparire questi messaggi in successione:

ide: failed opcode was: known
end_request: I/O error, dev hda, sector 234349
hda: dma_intr: status=0x51 {DriveReadySeekCompleteError}
hda: dma_intr: error=0x40 {Uncorrectable Error} LBAsect=32863, sector=32863

Comunque alla fine rieco ad accedere a KDE(non sempre) ma se provo ad andare
ad esempio in modconf l'hd comincia
d impazzire mi fa dei rumori assurdi ed ovviamente devo resettare.
vi prego ditemi che non è niente di grave...almeno ditemi che non dovrò
formattare il mio sistema...

Ho provato a lnciare un fsck ma niente mi da gli stessi errori...

Cosa posso fare? Grazie grazie grazie
-- 
View this message in context: 
http://www.nabble.com/ide%3A-failed-tf2890304.html#a8074634
Sent from the debian-italian mailing list archive at Nabble.com.



Re: ide: failed

2006-12-28 Thread Salvator*eL*arosa

MA DICI SULSERIO!?

Francesco Cecconi-2 wrote:
> 
> On Thu, Dec 28, 2006 at 05:23:24AM -0800, Salvator*eL*arosa wrote:
>> 
>> Solo voi potete aiutarmi come sempre..
>> Ieri mentre la voravo al pc di botto si blocca tutto illed dell'hd
>> rimane acceso e me non resta altro che resettare tutto.
>> al riavvio mi accorgo che c'è qualcosa di anomalio ma di molto anomalo...
>> ad un certo punto iniziano a comparire questi messaggi in successione:
>> 
>> ide: failed opcode was: known
>> end_request: I/O error, dev hda, sector 234349
>> hda: dma_intr: status=0x51 {DriveReadySeekCompleteError}
>> hda: dma_intr: error=0x40 {Uncorrectable Error} LBAsect=32863,
>> sector=32863
>> 
>> Comunque alla fine rieco ad accedere a KDE(non sempre) ma se provo ad
>> andare
>> ad esempio in modconf l'hd comincia
>> d impazzire mi fa dei rumori assurdi ed ovviamente devo resettare.
>> vi prego ditemi che non è niente di grave...almeno ditemi che non dovrò
>> formattare il mio sistema...
>> 
>> Ho provato a lnciare un fsck ma niente mi da gli stessi errori...
>> 
>> Cosa posso fare? Grazie grazie grazie
> 
> Ti consiglio di salvare i tuoi dati, il tuo disco sta muorendo.
> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/ide%3A-failed-tf2890304.html#a8074634
>> Sent from the debian-italian mailing list archive at Nabble.com.
>> 
> 
> Francesco
> 
> -- 
>  
> 
>  .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
> : :'  :   The Universal O.S.| [EMAIL PROTECTED]
> `. `'`  | GPG Key ID: 11F6E468
>   `-*Debian Pkg Maintainer* | JID [EMAIL PROTECTED]
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/ide%3A-failed-tf2890304.html#a8075097
Sent from the debian-italian mailing list archive at Nabble.com.



Re: ide: failed

2006-12-28 Thread Salvator*eL*arosa

Come mai questa cosa vi porta felicità, io sono disperato!
Non so come salvare il possibile, aiuatemi se posso fare qualcosa ancora!


Marco Bertorello wrote:
> 
> On Thu, 28 Dec 2006 06:09:14 -0800 (PST)
> Salvator*eL*arosa <[EMAIL PROTECTED]> wrote:
> 
>> MA DICI SULSERIO!?
> 
> Si!!! :)
> 
> perfavore, quota
> 
> -- 
> Marco Bertorello
> System Administrator
> http://bertorello.ns0.it
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/ide%3A-failed-tf2890304.html#a8076173
Sent from the debian-italian mailing list archive at Nabble.com.



Re: ide: failed

2006-12-29 Thread Salvator*eL*arosa

Ho provato con un cdlive ma riesco solo a montare la /home...
quando moto la / non succede niente (# mount ro /dev/hda1 /media)quello
che non capisco è avendo
un solo hd con 3 partizioni (/, /home, swap) è possibile che sia rotta solo
la partizione con /?
Mi potete suggerire una guida dove posso fare dei test sul mio hd, anche se
non saprei
come accedere (ytranne che con un cdlive) ai miei dati?

Grazie

Giovanni Cataldi wrote:
> 
> Salvator*eL*arosa ha scritto:
>> Come mai questa cosa vi porta felicità, io sono disperato!
>> Non so come salvare il possibile, aiuatemi se posso fare qualcosa ancora!
>>
>>   
> Nessuno è contento della tua disgrazia, Salvatore. Quello che ti
> vogliono dire è che i sintomi sembrano quelli di un hd che si sta
> rompendo, quindi la *prima* cosa da fare è salvare tutti i dati
> importanti su un altro disco. Dopodiché puoi provare ad usare i tools di
> analisi della casa produttrice per analizzare il disco ed avere il
> responso sul suo stato.
> 
> Se non hai il disco già montato, montalo in sola lettura, sì da ridurre
> al minimo il rischio di peggiorare la situazione.
> 
> Buona fortuna,
> Giovanni
>  
>  
>  --
>  Email.it, the professional e-mail, gratis per te: http://www.email.it/f
>  
>  Sponsor:
>  Vuoi stupirla con un gesto d'amore? Ricorda... un Diamante ? per sempre!
> * Regalale un gioiello con Diamante e punta dritto al suo cuore!
>  Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5632&d=28-12
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ide%3A-failed-tf2890304.html#a8086214
Sent from the debian-italian mailing list archive at Nabble.com.



Debian Testing!

2006-12-30 Thread Salvator*eL*arosa

Ragazzi dopo gli incovenienti del mio hard disk (già in decomposizione) stavo 
provando ad installare debian etch su un altro portatile (HP zd8000).
Sto provando con netinstaller ma dopo aver caricato il kernel lo schermo
che dapprima è tuto nero gradualmente con varie sfumature mi diventa bianco
dopodichè non posso fare niente.non capisco
A quacuno è mai capitato?

-- 
View this message in context: 
http://www.nabble.com/Debian-Testing%21-tf2899568.html#a8101082
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Debian Testing!

2006-12-30 Thread Salvator*eL*arosa

Può essere un problema di bios, magari dovrò disattivare qualcosina?

Salvator*eL*arosa wrote:
> 
> Ragazzi dopo gli incovenienti del mio hard disk (già in decomposizione)
> stavo 
> provando ad installare debian etch su un altro portatile (HP zd8000).
> Sto provando con netinstaller ma dopo aver caricato il kernel lo schermo
> che dapprima è tuto nero gradualmente con varie sfumature mi diventa
> bianco
> dopodichè non posso fare niente.non capisco
> A quacuno è mai capitato?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Debian-Testing%21-tf2899568.html#a8101173
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Debian Testing!

2006-12-30 Thread Salvator*eL*arosa

Ti riferisci a questo commento: J. Ritter - 2005Mar08 14:01?

Davide Prina wrote:
> 
> Salvator*eL*arosa wrote:
> 
>> provando ad installare debian etch su un altro portatile (HP zd8000).
>> Sto provando con netinstaller ma dopo aver caricato il kernel lo schermo
>> che dapprima è tuto nero gradualmente con varie sfumature mi diventa
>> bianco
>> dopodichè non posso fare niente.non capisco
> 
> strano, io recentemente ho installato Etch su un portatile HP (non 
> ricordo quale) e non ho avuto nessun problema.
> 
> in ogni caso guarda qui:
> http://www.iomonkey.com/linux/hp_zd8000/
> 
> c'è un commento di uno che lamenta il tuo stesso problema e indica una 
> soluzione
> 
> Ciao
> Davide
> 
> -- 
> Dizionari: http://linguistico.sourceforge.net/wiki
> Elenco di software libero: http://tinyurl.com/eddgj
> GNU/Linux User: 302090: http://counter.li.org
> Non autorizzo la memorizzazione del mio indirizzo su outlook
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Debian-Testing%21-tf2899568.html#a8101326
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Debian Testing!

2006-12-30 Thread Salvator*eL*arosa

Visto che l'hai installato senza problema, per caso hai messo qualche stringa
particolare
all'avvio del CD tipo "expert26 video=vga16:off" o altro?

Grazie

Salvator*eL*arosa wrote:
> 
> Ti riferisci a questo commento: J. Ritter - 2005Mar08 14:01?
> l'ho provata ma niente, lo schermo è sempre biaco! g....
> 
> Davide Prina wrote:
>> 
>> Salvator*eL*arosa wrote:
>> 
>>> provando ad installare debian etch su un altro portatile (HP zd8000).
>>> Sto provando con netinstaller ma dopo aver caricato il kernel lo schermo
>>> che dapprima è tuto nero gradualmente con varie sfumature mi diventa
>>> bianco
>>> dopodichè non posso fare niente.non capisco
>> 
>> strano, io recentemente ho installato Etch su un portatile HP (non 
>> ricordo quale) e non ho avuto nessun problema.
>> 
>> in ogni caso guarda qui:
>> http://www.iomonkey.com/linux/hp_zd8000/
>> 
>> c'è un commento di uno che lamenta il tuo stesso problema e indica una 
>> soluzione
>> 
>> Ciao
>> Davide
>> 
>> -- 
>> Dizionari: http://linguistico.sourceforge.net/wiki
>> Elenco di software libero: http://tinyurl.com/eddgj
>> GNU/Linux User: 302090: http://counter.li.org
>> Non autorizzo la memorizzazione del mio indirizzo su outlook
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Debian-Testing%21-tf2899568.html#a8101580
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Debian Testing!

2006-12-30 Thread Salvator*eL*arosa

Anche con i DVD di sarge mi da lo stesso problema, ma che sarà?
almeno mi facesse installare il minimo! I'm furious.....

Salvator*eL*arosa wrote:
> 
> Ragazzi dopo gli incovenienti del mio hard disk (già in decomposizione)
> stavo 
> provando ad installare debian etch su un altro portatile (HP zd8000).
> Sto provando con netinstaller ma dopo aver caricato il kernel lo schermo
> che dapprima è tuto nero gradualmente con varie sfumature mi diventa
> bianco
> dopodichè non posso fare niente.non capisco
> A quacuno è mai capitato?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Debian-Testing%21-tf2899568.html#a8101969
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Debian Testing!

2006-12-31 Thread Salvator*eL*arosa

Ci sono riuscito bastava dare al boot: debian-installer/framebuffer=false

Salvator*eL*arosa wrote:
> 
> Ragazzi dopo gli incovenienti del mio hard disk (già in decomposizione)
> stavo 
> provando ad installare debian etch su un altro portatile (HP zd8000).
> Sto provando con netinstaller ma dopo aver caricato il kernel lo schermo
> che dapprima è tuto nero gradualmente con varie sfumature mi diventa
> bianco
> dopodichè non posso fare niente.non capisco
> A quacuno è mai capitato?
> 

-- 
View this message in context: 
http://www.nabble.com/Debian-Testing%21-tf2899568.html#a8105432
Sent from the debian-italian mailing list archive at Nabble.com.



strange firefox

2006-12-31 Thread Salvator*eL*arosa

Non riesco a navigare con firefox, quando carica la pagina improvvisamente
si spegne.ho provato ad eliminare la cartella .mozilla sperando che
cambi qualcosa ma niente.

Come mai questa chiusura improvvisa?
-- 
View this message in context: 
http://www.nabble.com/strange-firefox-tf2901167.html#a8105442
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: strange firefox

2006-12-31 Thread Salvator*eL*arosa

Scusami davide ma non  capisco.
f cosa significa
crash cosa significa
una volta nella schermata del querybts che devo fare?
scusami ancora c'è sempre da imparare.

Davide Prina wrote:
> 
> Salvator*eL*arosa wrote:
>> Non riesco a navigare con firefox, quando carica la pagina
>> improvvisamente
>> si spegne.ho provato ad eliminare la cartella .mozilla sperando che
>> cambi qualcosa ma niente.
> 
> $ querybts firefox
> f
> crash
> 
> Ciao
> Davide
> 
> -- 
> Dizionari: http://linguistico.sourceforge.net/wiki
> Elenco di software libero: http://tinyurl.com/eddgj
> GNU/Linux User: 302090: http://counter.li.org
> Non autorizzo la memorizzazione del mio indirizzo su outlook
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/strange-firefox-tf2901167.html#a8105982
Sent from the debian-italian mailing list archive at Nabble.com.



Re: strange firefox

2006-12-31 Thread Salvator*eL*arosa

Ragazzi che tipo di crash è questo?
Non ci capisco più niente.

Salvator*eL*arosa wrote:
> 
> Scusami davide ma non  capisco.
> f cosa significa
> crash cosa significa
> una volta nella schermata del querybts che devo fare?
> scusami ancora c'è sempre da imparare.
> 
> Davide Prina wrote:
>> 
>> Salvator*eL*arosa wrote:
>>> Non riesco a navigare con firefox, quando carica la pagina
>>> improvvisamente
>>> si spegne.ho provato ad eliminare la cartella .mozilla sperando che
>>> cambi qualcosa ma niente.
>> 
>> $ querybts firefox
>> f
>> crash
>> 
>> Ciao
>> Davide
>> 
>> -- 
>> Dizionari: http://linguistico.sourceforge.net/wiki
>> Elenco di software libero: http://tinyurl.com/eddgj
>> GNU/Linux User: 302090: http://counter.li.org
>> Non autorizzo la memorizzazione del mio indirizzo su outlook
>> 
>> 
>> -- 
>> Per REVOCARE l'iscrizione alla lista, inviare un email a 
>> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
>> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
>> 
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> 
>> 
> 

-- 
View this message in context: 
http://www.nabble.com/strange-firefox-tf2901167.html#a8106394
Sent from the debian-italian mailing list archive at Nabble.com.



Re: strange firefox

2006-12-31 Thread Salvator*eL*arosa

Scusate ancora ma forse non vediamo la stessa cosa...
dopo aver lanciato il comando querybts firefox mi appare una finestra
che mi permette solo di selezionare i vari bug (ci sono migliaia di
bug)...quindi
non capisco dove scrivere f e poi crash?


Davide Corio wrote:
> 
> Il giorno dom, 31/12/2006 alle 03.20 -0800, Salvator*eL*arosa ha
> scritto:
>> Scusami davide ma non  capisco.
>> f cosa significa
>> crash cosa significa
>> una volta nella schermata del querybts che devo fare?
> 
> Fare quello che ti ha detto Davide Prina :)
> scrivere f e poi crash :)
> 
> 
> 
> -- 
> Davide Coriodavide.corioredomino.com
> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/strange-firefox-tf2901167.html#a8106469
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: strange firefox

2006-12-31 Thread Salvator*eL*arosa

A me esce questo: http://www.nabble.com/file/5176/1.png 

Davide Corio wrote:
> 
> Il giorno dom, 31/12/2006 alle 04.46 -0800, Salvator*eL*arosa ha
> scritto:
>> Scusate ancora ma forse non vediamo la stessa cosa...
>> dopo aver lanciato il comando querybts firefox mi appare una finestra
>> che mi permette solo di selezionare i vari bug (ci sono migliaia di
>> bug)...quindi
> 
> io vedo questo:
> 
> $ querybts firefox
> Querying Debian BTS for reports on firefox...
> 612 bug reports found:
> 
> Outstanding bugs -- Important bugs; Patch Available (3 bugs)
> 1) #365956: running firefox doesn't respond to requests from
> external apps
> 2) #365960: firefox: Remote functionality broken in latest version
> 3) #365963: new firefox has odd error when called with a url
> (1-3/612) What would you like to do next [N|m|r|q|f|?]? f  <<<
> Enter the search pattern (a Perl-compatible regular expression)
> or press ENTER to exit: crash <<<
>  Outstanding bugs -- Important bugs; Unclassified (33 bugs): 9 reports
>1) #348202: firefox: crashes when dragging
>2) #353690: Firefox crashes when dragging mouse and non default GNOME
> icon t
>3) #359214: firefox crashes when selecting "Save image as..."
>4) #360376: firefox crashes when dragging an url to the
> sidebar/bookmarks
>5) #386728: firefox: crashes when reloading www.socibus.es/index.html
>6) #388169: firefox crashes on sites using flash
>7) #390769: firefox: crashes when closing print preview
>8) #391083: XUL page crashes firefox in non-save mode
>9) #399406: Crashes when trying to save pic
> 
>  Outstanding bugs -- Important bugs; More information needed (8 bugs): 3
> reports
>   10) #305490: mozilla-firefox: Opens (frame-)links in new windows
> instead of m
>   11) #350032: mozilla-firefox: crashs with "can't create mcop
> directory"
>   12) #355169: firefox: Firefox crashes on http://www.hellpizza.co.nz
> 
>  Outstanding bugs -- Normal bugs; Confirmed (13 bugs): 1 report
>   13) #336411: firefox: crashes when loading binary-incompotible plugins
> [g++ A
> (1-13/61) What would you like to do next [N|m|r|q|f|u|t|?]? q
> Nothing new to report; exiting.
> 
> 
> 
> -- 
> Davide Coriodavide.corioredomino.com
> Redomino S.r.l.C.so Monte Grappa 90/b - 10145 Torino - Italy
> Tel: +39 011 19502871 - Fax: +39 011 19791122 - http://www.redomino.com/
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/strange-firefox-tf2901167.html#a8107015
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: strange firefox

2006-12-31 Thread Salvator*eL*arosa



Mattia-3 wrote:
> 
> 
> 
> 
> E impara a quotare per la miseria!
> 
> 
> 
> 
> 
Ho risolto era una questione di permessi nei fonts
mi spiego meglio: ho installato dei fonti truetype nella cartella
/usr/share/fonts/truetype
ma alcuni fonts avevano permessi sballati...li ho impostati tutti a 644 così
firefox è rinato...

Grazie a tutti e scuse per il quoting!
-- 
View this message in context: 
http://www.nabble.com/strange-firefox-tf2901167.html#a8107513
Sent from the debian-italian mailing list archive at Nabble.com.



Error device!

2007-01-01 Thread Salvator*eL*arosa

Salve a tutti, dopo aver finalmente installato debian
mi accorgo che all'avvio ho il seguente msg di errore:

ATAPI device hdb:
  Error: Not ready -- (Sense key=0x02)
  Incompatible medium installed -- (asc=0x30, ascq=0x00)
  The failed "Read Cd/Dvd Capacity" packet command was:
  "25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 "

Cercando in rete ho trovato un doc dove spiega come correggere l'errore:
bisogna inserire la riga hdb=ide-scsi alla fine del file /etc/grub.conf
questa guida è per FC4..

Nel mio caso che uso Debian Etch dove trovo quel file?
secondo voi correggerà il problema?

Grazie e auguri.
-- 
View this message in context: 
http://www.nabble.com/Error-device%21-tf2905787.html#a8117986
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Error device!

2007-01-01 Thread Salvator*eL*arosa

Volevo dire /boot/grub/menu.lst!?!?
Quel file (menu.cfg) in /boot/grub/ non lo trovo!

Attilio Fiandrotti-3 wrote:
> 
> Salvator*eL*arosa wrote:
>> Salve a tutti, dopo aver finalmente installato debian
>> mi accorgo che all'avvio ho il seguente msg di errore:
>> 
>> ATAPI device hdb:
>>   Error: Not ready -- (Sense key=0x02)
>>   Incompatible medium installed -- (asc=0x30, ascq=0x00)
>>   The failed "Read Cd/Dvd Capacity" packet command was:
>>   "25 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 "
>> 
>> Cercando in rete ho trovato un doc dove spiega come correggere l'errore:
>> bisogna inserire la riga hdb=ide-scsi alla fine del file /etc/grub.conf
>> questa guida è per FC4..
>> 
>> Nel mio caso che uso Debian Etch dove trovo quel file?
>> secondo voi correggerà il problema?
>> 
>> Grazie e auguri.
> 
> in debian dovresti modificare /boot/grub/menu.cfg; se vuoi fare qualche 
> prova premi "e" alla schermata di grub per entrare nel modo di boot 
> interattivo
> 
> ciao
> 
> attilio
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Error-device%21-tf2905787.html#a8118255
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Error device!

2007-01-01 Thread Salvator*eL*arosa

Ho trovato anche un'altra guida per correggere l'errore:
Add the following section in the file
/usr/share/hal/fdi/policy/10osvendor/10-storage-policy.fdi


   
  
 false
  
   

You can find the string="TSSTcorpCD/DVDW TS-L532M" by examining the contents
of the output from (as root)
lshal | less
Ma questo file 10-storage-policy.fdi in debian deovrebbe esistere vero?
IO non riesco a trovarlo!
Forse lo devo creare io voi che dite?
-- 
View this message in context: 
http://www.nabble.com/Error-device%21-tf2905787.html#a8118453
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



qtcurve theme

2007-01-02 Thread Salvator*eL*arosa

Perchè qusto errore:
checking for X... configure: error: Can't find X libraries. Please check
your installation and add the correct paths!
[EMAIL PROTECTED]:~/Desktop/QtCurve-KDE3-0.46.2$   
X sta per X11?
-- 
View this message in context: 
http://www.nabble.com/qtcurve-theme-tf2907804.html#a8123797
Sent from the debian-italian mailing list archive at Nabble.com.



Re: qtcurve theme

2007-01-02 Thread Salvator*eL*arosa



>Perchè qusto errore:
>checking for X... configure: error: Can't find X libraries. Please check
your installation and add the correct paths!
>[EMAIL PROTECTED]:~/Desktop/QtCurve-KDE3-0.46.2$   
>X sta per X11?

ho provato ad installare le xlibs-static-dev, x-dev e libx11-dev ma il
prblema non è risolto!
qualche suggerimento?
-- 
View this message in context: 
http://www.nabble.com/qtcurve-theme-tf2907804.html#a8125186
Sent from the debian-italian mailing list archive at Nabble.com.



Re: qtcurve theme

2007-01-02 Thread Salvator*eL*arosa

> devi installare xorg-dev o come cavolo si chiama.

ho installato anche xserver-xorg-dev e xorg-dev ma niente da fare..
come è possibile?
-- 
View this message in context: 
http://www.nabble.com/qtcurve-theme-tf2907804.html#a8125645
Sent from the debian-italian mailing list archive at Nabble.com.



headers kernel

2007-01-03 Thread Salvator*eL*arosa

Ragazzi sapete dove posso trovare gli headers del kernel
"linux-headers-2.6.16-2-686"?
con apt-get install linux-headers-2.6.16-2-686
niente mi dice pacchetto inesistente...mi servono per "fglrx"

Grazie mille

-- 
View this message in context: 
http://www.nabble.com/headers-kernel-tf2916125.html#a8149126
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: headers kernel

2007-01-04 Thread Salvator*eL*arosa



>altrimenti basta aggiornare il kernel e prendere quelli nuovi ;-)

E' esattamente quello che ho fatto!

Grazie a tutti.



-- 
View this message in context: 
http://www.nabble.com/headers-kernel-tf2916125.html#a8162820
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



cpufreqd o powernowd?

2007-01-06 Thread Salvator*eL*arosa

Salve volevo fare una domandina prima di combinare guai!
E' possibile far funzionare powernowd al posto di cpufreqd in
un processore P4 Mobile?

Grazie
-- 
View this message in context: 
http://www.nabble.com/cpufreqd-o-powernowd--tf2930738.html#a8193823
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cpufreqd o powernowd?

2007-01-06 Thread Salvator*eL*arosa

>è un demone della gestione della frequenza 
>del processore e quindi non dovresti combinare
>guai

Pensavo che powernow gestisse la famiglia AMD e cpufreq la INTEL

Grazie per la risposta.proverò

-- 
View this message in context: 
http://www.nabble.com/cpufreqd-o-powernowd--tf2930738.html#a8193984
Sent from the debian-italian mailing list archive at Nabble.com.



Re: cpufreqd o powernowd?

2007-01-06 Thread Salvator*eL*arosa

Da dove lo posso installare se esiste un repo?
Prima lo usavo da un altro pc con AMD ma l'ho installato da modconf!


Hal-18 wrote:
> 
> Salvator*eL*arosa wrote:
> 
>> Pensavo che powernow gestisse la famiglia AMD e cpufreq la INTEL
> 
> Non eri solo, tranquillo ... Pure io la pensavo come te =))
> 
> -- 
> The difference between theory and practice is not as great in theory as 
> in pratice
> 
> 
> -- 
> Per REVOCARE l'iscrizione alla lista, inviare un email a 
> [EMAIL PROTECTED] con oggetto "unsubscribe". Per
> problemi inviare un email in INGLESE a [EMAIL PROTECTED]
> 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/cpufreqd-o-powernowd--tf2930738.html#a8199085
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cpufreqd o powernowd?

2007-01-06 Thread Salvator*eL*arosa

Ho trovato questo:
deb http://snapshot.debian.net/archive pool powernowd
deb-src http://snapshot.debian.net/archive pool powernowd
Va bene?

-- 
View this message in context: 
http://www.nabble.com/cpufreqd-o-powernowd--tf2930738.html#a8199239
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



powernowd

2007-01-07 Thread Salvator*eL*arosa

Ciao a tutti.
dopo aver installato il daemon powernowd sulla mia macchina che è intel p4
non capisco come gestisce la frequenza. Con l'alimentazione se lancio il
comando powernowd mi da:
powernowd: PowerNow Daemon v0.97, (c) 2003-2006 John Clemens
powernowd: Found 1 scalable unit:  -- 2 'CPUs' per scalable unit
powernowd:   cpu0: 375Mhz - 3000Mhz (8 steps)
powernowd:   cpu1: 375Mhz - 3000Mhz (8 steps)

la stessa cosa senza alimentazione.
Per impostare la frequenza minima lancio il comando:
# echo 180 >/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
esiste un modo per evitare di lanciare questo comando ad ogni avvio?
Come mai sia che lancio powernowd -m 2 sia powernowd -m 1 ricevo sempre
questo:
powernowd: PowerNow Daemon v0.97, (c) 2003-2006 John Clemens
powernowd: Found 1 scalable unit:  -- 2 'CPUs' per scalable unit
powernowd:   cpu0: 375Mhz - 3000Mhz (8 steps)
powernowd:   cpu1: 375Mhz - 3000Mhz (8 steps)
?

-- 
View this message in context: 
http://www.nabble.com/powernowd-tf2936783.html#a8210899
Sent from the debian-italian mailing list archive at Nabble.com.



fsck error!

2007-01-08 Thread Salvator*eL*arosa

Come posso eliminare questi errori e sopratutto rischio di grosso continuando
così?
Lo so che sto continuamente a chiedere ma altrimenti non saprei cosa fare
(garzie ML me so sfogato!).

debian:~# cat /var/log/fsck/*
Log of fsck -C -V -R -A -a
Mon Jan  8 22:16:29 2007

fsck 1.40-WIP (14-Nov-2006)
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /boot] fsck.ext3 -a -C0 /dev/hda6
/dev/hda6: clean, 36/16064 files, 20073/32098 blocks
[/sbin/fsck.ext3 (1) -- /home] fsck.ext3 -a -C0 /dev/hda8
/dev/hda8: clean, 32613/1281696 files, 1118953/2560351 blocks

Mon Jan  8 22:16:29 2007

Log of fsck -C -a -V -t ext3 /dev/hda7
Mon Jan  8 23:16:27 2007

fsck 1.40-WIP (14-Nov-2006)
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a -C0 /dev/hda7
/dev/hda7: clean, 168951/1154176 files, 894943/2305319 blocks

Mon Jan  8 23:16:27 2007

Ho provato a seguire questo:
http://www.nabble.com/filesystem-corrotto-tf2035340.html#a5600177 maniente
da fare!

Grazie
-- 
View this message in context: 
http://www.nabble.com/fsck-error%21-tf2942136.html#a8226711
Sent from the debian-italian mailing list archive at Nabble.com.



Re: powernowd

2007-01-08 Thread Salvator*eL*arosa

A me funziona pure.mi ha incuriosito!
Comunq senza disattivare powernowd ho solo modificato il file
/etc/default/cpufrequtils

Mattia-3 wrote:
> 
> On Mon, 08 Jan 2007 21:47:46 +0100
> Federico Di Gregorio <[EMAIL PROTECTED]> wrote:
> 
>> Molto sicuro. Anche se lascio solo la console per 10 minuti ed ho il
>> 99.99% di idle la CPU è sempre a palla. Mai capito perché.
> 
> Amen.
> Io cmq mi chiedevo se eri sicuro di aver fatto tutto correttamente:
> caricato i moduli giusti, 
> 
> cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
> 
> ti restituisce ondemand, ecc.
> 
> Dalla sicurezza con cui mi hai risposto mi sembra di si.
> Più che provare un nuovo kernel e/o cercare su google non saprei dirti.
> 
> Ciao!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/powernowd-tf2936783.html#a8227429
Sent from the debian-italian mailing list archive at Nabble.com.



Re: fsck error!

2007-01-08 Thread Salvator*eL*arosa



>Il fatto e' che qui non c'e' nessun errore... Semplicemente dice che il tuo 
>fs e' _CLEAN_ ossia pulito.
Scusa ma seguendo il topic che ho postato mi era sembrato
un'errore grave o meglio risolvibile!

Grazie mille



-- 
640K sono sufficienti per chiunque. [Bill Gates, 1981]

Registered Linux User # 365044   
  PGP FINGERPTINT:  2762 BA7B DEA3 9184 48E8 F079 8F94 C09D DD90 14A7
  WEB PAGE: http://crisidev.org 
  ADBSYN PATCH: http://www.cs.unibo.it/~bigoi   
 Please don't send me any Micro$oft attachments!


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



-- 
View this message in context: 
http://www.nabble.com/fsck-error%21-tf2942136.html#a8227515
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: powernowd

2007-01-08 Thread Salvator*eL*arosa

>Salvator*eL*arosa scrive:
>A me funziona pure.mi ha incuriosito!
>Comunq senza disattivare powernowd ho solo modificato il file
>/etc/default/cpufrequtils
Aspetta aspetta, però quando riavvio il governor mi ritorna in userspace
Comemai?
My /etc/default/cpufrequtils
ENABLE="true"
GOVERNOR="ondemand"
MAX_SPEED=300
MIN_SPEED=75

se riavvio il servizio con /etc/init.d/cpufrequtils il governor diventa
ondemand!

-- 
View this message in context: 
http://www.nabble.com/powernowd-tf2936783.html#a8228444
Sent from the debian-italian mailing list archive at Nabble.com.



wirelessBroadcom

2007-01-13 Thread Salvator*eL*arosa

Salve premetto che fino ad adesso non avevo mai usato sul mio PC
la porta wi-fi ma visto che mi sono attrezzato di router wi-fi (DLINK)
approfitto per vedere se funziona. Ma a quanto pare non riesco ad
attivarla!?!?!
Allora per dare un po di info:
# iwconfig
lono wireless extensions.

eth0  no wireless extensions.

eth1  no wireless extensions.

eth2  IEEE 802.11b/g  ESSID:""  Nickname:"Broadcom 4318"
  Mode:Managed  Access Point: Invalid
  RTS thr:off   Fragment thr:off
  Encryption key:off
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

sit0  no wireless extensions.
Se provo a lanciare:
# ifup eth2
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
SIOCSIFFLAGS: No such file or directory
sit0: unknown hardware address type 776
eth1: unknown hardware address type 24
Listening on LPF/eth2/00:14:a5:28:a5:5b
Sending on   LPF/eth2/00:14:a5:28:a5:5b
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
receive_packet failed on eth2: Network is down
Il mio /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo eth0
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
#auto eth0
iface eth0 inet static
address 192.168.10.63
netmask 255.255.255.0
gateway 192.168.10.1


iface eth2 inet dhcp
wireless-essid HOME
wireless-key s:appartamento


Dove sto sbagliando?
Qualcuno può aiutarmi?

Grazie
-- 
View this message in context: 
http://www.nabble.com/wirelessBroadcom-tf2971535.html#a8315048
Sent from the debian-italian mailing list archive at Nabble.com.



Re: wirelessBroadcom

2007-01-13 Thread Salvator*eL*arosa

Ancora info:
# lspci
..
0b:02.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
0b:03.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g]
802.11g Wireless LAN Controller (rev 02)

Questi significa che il controler wi-fi viene visto dal sistema, vero?
-- 
View this message in context: 
http://www.nabble.com/wirelessBroadcom-tf2971535.html#a8315300
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wirelessBroadcom

2007-01-13 Thread Salvator*eL*arosa

ma questo passaggio lo devo fare pure:
  # apt-get install linux-headers-2.6.18-3-486
  # cd /usr/local/src
  # wget http://www.archernar.co.uk/acer_acpi/acer_acpi-0.3.tar.gz
  # tar zxvf acer_acpi-0.3.tar.gz
  # cd acer_acpi-0.3
anche se ho un HP?

Michele Orsenigo-4 wrote:
> 
> 
> 
> Devi installare il firmware.
> Vedi se queste istruzioni che ho utilizzato il mio laptop vanno bene anche
> al 
> tuo caso:
> 
> http://soem.dk/acer-aspire-3023wlmi/#wireless
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/wirelessBroadcom-tf2971535.html#a8318998
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wirelessBroadcom

2007-01-14 Thread Salvator*eL*arosa

Post la soluzione al mio problema per chiunque ne abbia bisogno.
Maledetto bcm43xx! (scusate ma avevo un conto in sospeso)
La soluzione sta nell'usare il pacchetto ndiswrapper con driver di win
io ho seguito questa 
http://ubuntuforums.org/showpost.php?p=1105667&postcount=218 guida 
per adesso sempre vada tutto al massimo, speriamo bene!
Grazie mille a tutti!


-- 
View this message in context: 
http://www.nabble.com/wirelessBroadcom-tf2971535.html#a8341547
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: wirelessBroadcom

2007-01-14 Thread Salvator*eL*arosa

Matteo Bigoi - Bigo!-2 scrive:
>La soluzione sta nell'utilizzare il driver scritto appositamente per i
>chipset broadcom, il bcm43xx, installare correttamente il firmware e 
>installare dhcp-client3 al posto di dhcp-client in quanto quest'ultimo
>ha quanche problema con il dhcp


Grande non mi piaceva proprio l'idea di avere a che fare
con driver win anche su linux!
Adesso tutto funziona ma mi sono accorto che con dmesg mi da questo:
bcm43xx driver
bcm43xx: Chip ID 0x4318, rev 0x2
bcm43xx: Number of cores: 4
bcm43xx: Core 0: ID 0x800, rev 0xd, vendor 0x4243, enabled
bcm43xx: Core 1: ID 0x812, rev 0x9, vendor 0x4243, disabled
bcm43xx: Core 2: ID 0x804, rev 0xc, vendor 0x4243, enabled
bcm43xx: Core 3: ID 0x80d, rev 0x7, vendor 0x4243, enabled
bcm43xx: PHY connected
bcm43xx: Detected PHY: Version: 3, Type 2, Revision 7
bcm43xx: Detected Radio: ID: 8205017f (Manuf: 17f Ver: 2050 Rev: 8)
bcm43xx: Radio turned off
bcm43xx: Radio turned off
bcm43xx: PHY connected
bcm43xx: Microcode rev 0x123, pl 0x21 (2005-01-22  19:48:06)
bcm43xx: Radio turned on
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1496:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1496:bcm43xx_find_lopair()
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1496:bcm43xx_find_lopair()
bcm43xx: Chip initialized
bcm43xx: 32-bit DMA initialized
bcm43xx: Keys cleared
bcm43xx: Selected 802.11 core (phytype 2)
bcm43xx: ASSERTION FAILED (radio_attenuation < 10) at:
drivers/net/wireless/bcm43xx/bcm43xx_phy.c:1496:bcm43xx_find_lopair()

Cosa vuol dire ASSERTION FAILED?





-- 
View this message in context: 
http://www.nabble.com/wirelessBroadcom-tf2971535.html#a8364074
Sent from the debian-italian mailing list archive at Nabble.com.


Re: Rimediare ad un "rm /etc/pam.d/*"

2007-01-17 Thread Salvator*eL*arosa



sond wrote:
> 
> Intanto ho già rimediato questo:
> 
> apt-file search etc/pam.d|awk -F ":" '{print $1}\
> \'|xargs dpkg -l 2>/dev/null|grep ^ii|awk '{print $2}'
> 
> Non è che qualcuno lo testa nel frattempo e mi dice se fa il suo
> dovere?
> 
> 
Mi sa che funziona! mi torna una serie (infinta) di pacchetti che non
posterò
per questione di spazio...
-- 
View this message in context: 
http://www.nabble.com/Rimediare-ad-un-%22rm--etc-pam.d-*%22-tf3028776.html#a8415907
Sent from the debian-italian mailing list archive at Nabble.com.



Kopete+MSN

2007-01-31 Thread Salvator*eL*arosa

Salve a tutti, non lo so se qualcuno di voi può aiutarmi ma ho un problemino
nella connessione a MSN Messenger con Kopete ( ho provato anche con gaim
stesso errore).
Quando provo a connettermi (alcune volte senza successo) una volta in linea
dopo un paio di secondi
cade la connessione (praticamente non ho il tempo nemmeno di salutare gli
altri amici).
Sapete se si tratta di un bug? Ho letto la document. sul sito ma niente, ho
provato con San Google ma niente
beh non mi resta che la ML di Debian!

Grazie mille a tutti.

Di seguito il mio "kopeterc" file:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
BLP=BL
ExcludeConnect=false
ExcludeGlobalIdentity=false
MBE=N
MFN=Salvo
Priority=1
Protocol=MSNProtocol
#UserAgent=0x0409 winnt 5.1 i386 MSNMSGR 5.0.0 MSMSGS
WWE=0
WebcamPort=0
allowList=
blockList=
exportCustomPicture=false
lastchange=2007-01-30T04:01:49.633-08:00
lastsynctime=2007-01-30T04:01:49.493-08:00
reverseList=
serial=0
serverName=messenger.hotmail.com
serverPort=1863
useHttpMethod=true
-- 
View this message in context: 
http://www.nabble.com/Kopete%2BMSN-tf3149635.html#a8732111
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Kopete+MSN

2007-01-31 Thread Salvator*eL*arosa



maxxacab wrote:
> 
> 
> 
> potresti provare aMSN e vedere che effetto fà...
> tanto per avere un responso in +
> 
> 
> 
> 
Ho provato ma mi da Username e Password sbagliate come errore.
forse devo settare qualcosa in particolare
Come connessione ad INternet ho messo usa HTTP con porta 80 anzichè la porta
che da lui di default..

non saprei..:-(
-- 
View this message in context: 
http://www.nabble.com/Kopete%2BMSN-tf3149635.html#a8734479
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Kopete+MSN

2007-02-02 Thread Salvator*eL*arosa



maxxacab wrote:
> 
> aloo
> hai + risolto la questione
> io ultimamente con gaim non ho avuto 
> + problemi!
> per la cronaca v1.2.1
> ciaoo
> maxxacab
> 
> 
> 
NO! Non ci riesco in nessun modo sia Kopete che amsn che gaim non va!!
-- 
View this message in context: 
http://www.nabble.com/Kopete%2BMSN-tf3149635.html#a8763923
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Kopete+MSN

2007-02-04 Thread Salvator*eL*arosa

Finalmente con gaim adesso va, ho dovuto inserire un server proxy nelle
opzioni
dell'account...Sapete se in kopete è possibile inserirlo?
A me piacerebbe usare Kopete..


-- 
View this message in context: 
http://www.nabble.com/Kopete%2BMSN-tf3149635.html#a8798504
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Flash Memory Card SD Automatizzare il "montaggio"

2007-02-06 Thread Salvator*eL*arosa

Ciao a tutti...

Aspettavo questo momento con ansia, ci avevo rinunciato alle SDgrande
Giancarlo!
L'unico problema sono le Memory Stick, a te và?

Io ho fatto lo script e lo inserito nel runlevel, ma funziona solo la SD

Grazie e Mitica ML
-- 
View this message in context: 
http://www.nabble.com/Flash-Memory-Card-SD-Automatizzare-il-%22montaggio%22-tf3117947.html#a8834073
Sent from the debian-italian mailing list archive at Nabble.com.



Beryl on Debian Etch!

2007-02-06 Thread Salvator*eL*arosa

Ragazzi mi è rimasto solo questo forum..
Ho seguito tutte le guide ma niente non riesco a vedere le meraviglie di XGL
e BERYL!

debian:~# uname -a
Linux debian 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 UTC 2006 i686 GNU/Linux
Questo è il mio sistema con scheda ATI radeon x600

Se qualcuno può aiutarmi non esiti!

Grazie mille!
-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8837382
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Beryl on Debian Etch!

2007-02-07 Thread Salvator*eL*arosa



>Dimentichi di dire quale problema hai incontrato

Hai ragione.ho seguito  un bel po di tutorial ma senza risultati e con
problemi vari...
L'ultimo che ho seguito è stato quello della guida su ubunru edgy pensando
che finalmente
potevo gustarmi beryl, ma al momento dell'avvio della sessione XGL vedo solo
una schermata blu per pochi secondi
con  solo il mouse, dopodichè mi ritorna all'avvio di kdm..

grazie per la tua risposta..


-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8850362
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Beryl on Debian Etch!

2007-02-07 Thread Salvator*eL*arosa



Luca Costantino wrote:
> 
> http://osrevolution.wordpress.com/beryl-debian/
> provate con questi repository o a compilare via SN
> 
Fino a qui ci ero arrivato ma per la configurazione della schedasai
dirmi come devo 
configurare il mio xorg.conf?
Nel caso volessi usare AGLX come dice Davide, bisogna farlo partire dalla
xsession? 

Purtroppo mi trovo in altao marese qualcuno ha la mia stessa distro
potrebbe postare
come fare ad installare beryl+ATI?
-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8856575
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Beryl on Debian Etch!

2007-02-08 Thread Salvator*eL*arosa

>Per ATI, devi usare i driver radeon liberi. Con quelli proprietari non
>va.

Forse il problema sta proprio qui, infatti io uso fglrx.
ma i driver liberi dove li trovo?

Grazie per la risposta



-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8865204
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Beryl on Debian Etch!

2007-02-08 Thread Salvator*eL*arosa



>Anche quelli già inclusi in Xorg.
>Basta che sostituisci "fglrx" con "radeon" in xorg.conf

Grazie davide per la tua pazienzama ancora nienteforse c'è una guida
in particolare
che bisogna seguire oppure mancheranno delle opzioni nel mio file
xorg.conf.comunque
ho seguito questo 
http://www.upyou.it/newbb+viewtopic.viewmode+flat+order+ASC+topic_id+1609+forum+15+move+prev.htm

il mio xorg.conf è: http://www.nabble.com/file/6313/xorg.txt xorg.txt 

Grazie ancoraa!
-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8866609
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Beryl on Debian Etch!

2007-02-08 Thread Salvator*eL*arosa

>Umh...vedo che hai Composite a 0
>prova a metterlo a 1
Ho settato Composite a 1 in xorg.dopo

>Poi fai una prova.
>Installa xcompmgr e lancia:
>xcompmgr -Cc
>se vedi le ombre alla finestre e non vanno a scatti sei a posto

ho fatto la prova con xcompmgr -Cc è effettivamente le finestre sn
ombreggiate
senza scatti ma c'è sempre lo stesso problema non mi fa vedere la barra dove
ci sono
i pulsanti di riduci ad icona ecc ecc.
Secondo me ci siamo può essere qualcosa che manca nel file xorg.conf?
-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8868551
Sent from the debian-italian mailing list archive at Nabble.com.



Re: Beryl on Debian Etch!

2007-02-08 Thread Salvator*eL*arosa

>Non ti fa vedere la barra dopo aver lanciato beryl o anche prima?

No, ahimè.
Però lanciando beryl mi torna questo:
[EMAIL PROTECTED]:~$ beryl
XGL Absent, checking for NVIDIA
Nvidia Absent, assuming AIGLX
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0




-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8869274
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] Beryl on Debian Etch!

2007-02-12 Thread Salvator*eL*arosa

>Le domande che hai fatto trovano risposta con una ricerca da *TRENTA*
secondi 
>su google...

Sarò strano ma ho perso più di 30 sec direi a cercare di configurare il mio
xorg senza risultato.

magari potresti fare omaggio dei tuoi a me??

Sinceramente beryl mi serve oltre che per una questione di piacere
mioanche a far morire
dall'invidia tutti i miei colleghi che hanno appena installato
VISTA.prima o poi ci riuscirò!

Grazie a tutti...



-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8923455
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] Beryl on Debian Etch!

2007-02-12 Thread Salvator*eL*arosa

Alè.ci sono riuscito--
Ho installato aquamarine ma non mi piace rosso...come faccio ha cambiare il
colore della barra delle finestre?
Esiste una configurazione ottimale da seguire passo passo?
Grazie a tutti
-- 
View this message in context: 
http://www.nabble.com/Beryl-on-Debian-Etch%21-tf3184080.html#a8924532
Sent from the debian-italian mailing list archive at Nabble.com.



beryl?????

2007-02-13 Thread Salvator*eL*arosa

Ragazzi non ci posso credere... è favoloso!
NOn riesco in nessun modo a farlo girare cosìpossibile che sono l'unico

a voi tutti va così come nel video?

http://www.biodesign.com.ar/blog/
-- 
View this message in context: 
http://www.nabble.com/beryl--tf3224407.html#a8956233
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] beryl?????

2007-02-13 Thread Salvator*eL*arosa

ti ringrazio per la risposta...
Il mio sistema è Debian Etch con sgheda video ATI x600
ho provato ad installare beryl usando i driver open dell'ati con AIGLX ma
senza successo,
nel senso che non ottengo la fluidità di cui parli tu anzi a volte con crash
del sistema
magari se sai un howto di compiz per ati mi aiuteresti molto...
comunque grazie ancora per le tue risposte.
Ciao

Luigi Curzi wrote:
> 
> Il Wed, 14 Feb 2007 02:20:31 +0100
> Luigi Curzi <[EMAIL PROTECTED]> ha scritto:
> 
>> Il Tue, 13 Feb 2007 15:55:45 -0800 (PST)
>> Salvator*eL*arosa <[EMAIL PROTECTED]> ha scritto:
>> 
>> > 
>> > Ragazzi non ci posso credere... è favoloso!
>> > NOn riesco in nessun modo a farlo girare cosìpossibile che sono
>> > l'unico
>> > 
>> > a voi tutti va così come nel video?
>> > 
>> > http://www.biodesign.com.ar/blog/
>> 
>> io uso compiz. comunque, a parte qualche amenità che su compiz non
>> c'è, (evitando installazioni particolari che possono minare la
>> stabilità del sistema), posso usare tutti quegli effetti in maniera
>> più che fluida. ho una scheda nvidia geforce 6200 con 128 mb di ram.
>> leggendo i tuoi vari (troppi forse?) post sull'argomento ancora non ho
>> capito quale sia il tuo problema.
>> forse, facendo maggiore chiarezza (magari spiegando passo passo cosa
>> hai fatto e che sistema possiedi) ti posso/iamo essere di aiuto.
>> ciao.
>> Luigi
> se casomai volessi installare compiz (spero tu possieda un nvidia), ti
> posto un how-to ben fatto che spiega passo passo cosa fare.
> http://www.go-compiz.org/index.php?title=How_to_compile_and_run_Compiz_for_nvidia_card_users
> credo comunque che ci sia poca differenza nell'installare beryl
> (almeno, da quanto posso ricordare).
> aggiungo che preferisco compiz, perchè mi sembra più stabile, più
> sobrio e meno confusionario di beryl.
> ciao.
> Luigi
> 
> --
> ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
> Io sono 
> lo sbaglio, il momento di confusione, l'inopportuno
> 
>   Non sono niente.
> Non sarò mai niente.
>   Non posso volere d'essere niente.
> A parte questo, ho in me tutti i sogni del mondo.
> 
>   F. Pessoa
> ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
> Chiacchiera con i tuoi amici in tempo reale!
>  http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/beryl--tf3224407.html#a8957593
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] beryl?????

2007-02-14 Thread Salvator*eL*arosa

>5) Se funziona (e funziona) metti i due comandi summenzionati nell'avvio
>automatico del tuo desktop, che non hai citato.


uso kde e mi serve il pacchetto compiz-kde ma al momento dell'installazione
mi da dellle dipendenze con la versione 0.3.6.1 di compiz-core 0.3.6.1 che
non ho
perchè lui installa la 0.2.2.1





-- 
View this message in context: 
http://www.nabble.com/beryl--tf3224407.html#a8960648
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] beryl?????

2007-02-14 Thread Salvator*eL*arosa

>Se puoi cambia scheda

L'avrei già fatto se non fosse sul mio noteobok
-- 
View this message in context: 
http://www.nabble.com/beryl--tf3224407.html#a8964010
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] beryl?????

2007-02-16 Thread Salvator*eL*arosa



maxxacab wrote:
> 
> 
> 
> 
> 
> sono contento anche che a Salvatore (che ha aperto questa 
> discussione) giri tutto bene con ati..è proprio il 
> caso di dire che non tutti i mali vengono per nuocere ;)
> 
> cia
> maxxacab
> 
> 
> 
Purtroppo a me non gira ne compiz ne beryl..sono contento per te
che sei riuscito a farlo girare..
-- 
View this message in context: 
http://www.nabble.com/beryl--tf3224407.html#a9002977
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] beryl?????

2007-02-16 Thread Salvator*eL*arosa



Luigi Curzi wrote:
> 
> 
> 
> 
> 
> Purtroppo a me non gira ne compiz ne beryl..sono contento per te
> che sei riuscito a farlo girare..
> 
> io non ho capito che problemi hai?
> cioè: una volta capisco che non ti gira, una volta che ti gira in maniera
> poco fluida...
> dove è la verità?
> e se non ti girasse del tutto manda qualche info:
> xorg.conf, come avvi compi/beryl, che versione di xorg e che versione di
> beryl/compiz ecc ecc.
> 
> 
Allora ho una scheda video ATI X600 uso debian Etch con KDE 3.5
ho provato ad installare beryl versione 0.1.5 e riesco a vedere il
cubo(funziona bene) ma il
problema sta: lentezza nella scrittura dei caratteri, se provo a scorrere
una pagina con il mouse
prima di arrivare alla fine della stessa riesco a prendermi un caffè.:-)
poi nel contorno delle finestre
mi appare una striscia (praticamente come se ci fosse una cornice intorno
alla finestre).
con beryl 0.2 rc1 più o meno la stessa cosa un po più veloce con lo
scorrimento delle pagine (mica tanto)
quando apro ad esmpio la home o la konsole se non aggiorno non mi fa vedere
il contenuto.

Invece compiz ... la stessa cosa..

questo è il mio xorg attuale:
Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "aticonfig-Screen[0]" 0 0
InputDevice"Generic Keyboard"
InputDevice"Configured Mouse"
InputDevice"Synaptics Touchpad"
Option  "AIGLX" "true"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/TrueType"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load  "dbe"
Load  "bitmap"
Load  "ddc"
Load  "dri"
Load  "extmod"
Load  "freetype"
Load  "glx"
Load  "int10"
Load  "vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules" "xorg"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device" "/dev/input/mice"
Option  "Protocol" "ImPS/2"
Option  "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents" "true"
Option  "Device" "/dev/psaux"
Option  "Protocol" "auto-dev"
Option  "HorizScrollDelta" "0"
EndSection

Section "Monitor"
Identifier   "Monitor Generico"
HorizSync28.0 - 72.0
VertRefresh  43.0 - 60.0
Option  "DPMS"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]"
DisplaySize  488305
Option  "VendorName" "ATI Proprietary Driver"
Option  "ModelName" "Generic Autodetecting Monitor"
Option  "DPMS" "true"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]"
Option  "VendorName" "ATI Proprietary Driver"
Option  "ModelName" "Generic Autodetecting Monitor"
Option  "DPMS" "true"
EndSection

Section "Device"
Identifier  "ATI Technologies Inc M24 1P [Radeon Mobility X600]"
Driver  "radeon"
Option  "AccelMethod" "XAA"
Option  "AGPMode" "4"
Option  "AGPFastWrite" "1"
Option  "GARTSize" "64"
Option  "EnablePageFlip" "1"
Option  "ColorTiling" "1"
Option  "XAANoOffscreenPixmaps" "true"
Option  "AddARGBGLXVisuals" "On"
BusID   "PCI:1:0:0"
EndSection



Section "Device"
Identifier  "aticonfig-Device[0]"
Driver  "radeon"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc M24 1P [Radeon Mobility X600]"
Monitor"Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes"1440x900"
EndSubSection

Re: [forse OT] beryl?????

2007-02-17 Thread Salvator*eL*arosa

sono arrivato alla frutta.
Ho provato anche con XGL sia Compiz che Beryl ma quando avvio la sessione
XGL da KDM mi appare la schermata blu solo con il mouse e dopo un paio di
minuti mi rimanda in KDM

Ho provato a disabilitare quello che mi ha detto Davide ma niente sempre lo
stesso problema

non mi resta di ringraziare tutti per la loro pazienza e buon divertimento
a chi ci è riuscito...evidentemente io non sono capace ad installarlo
se un giorno ci riuscirò posterò il procedimento

-- 
View this message in context: 
http://www.nabble.com/beryl--tf3224407.html#a9025484
Sent from the debian-italian mailing list archive at Nabble.com.



Xserver Error

2007-02-20 Thread Salvator*eL*arosa

Salve a tutti ho combinato un casotto...ahimè
non mi parte più X!
Come avrete potuto notare stavo cercando di installare beryl sul mio
Notebook alla fine fra tutte le guide mi sono 
ritrovata una di ubuntu per le manin che chiedeva di installare le
xserver-xorg-air-core. dopo installati riavvinado non riesce a caricare KDM.
Allora ho disinstallato il opacchetto con dpkg --purge eliminando anche la
cartella /usr/lib/xorg-air/ ho riavviato niente la stessa cosa. Se lancio
startx mi da questo:

/etc/X11/X is not esecutable
giving up.
xinit: Connection refused (errno 111): unable to coneect to X server
xinit: NO such process (errno 3): server error


Spero di essere stato chiaro...Grazie
-- 
View this message in context: 
http://www.nabble.com/Xserver-Error-tf3258844.html#a9058653
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] Xserver Error[RISOLTO]

2007-02-20 Thread Salvator*eL*arosa

OkGrazie a tutti ho risolto così
apt-get remove xserver-xorg
apt-get install xserver-xorg

non pensavo fosse così banale..

Salvator*eL*arosa wrote:
> 
> Salve a tutti ho combinato un casotto...ahimè
> non mi parte più X!
> Come avrete potuto notare stavo cercando di installare beryl sul mio
> Notebook alla fine fra tutte le guide mi sono 
> ritrovata una di ubuntu per le manin che chiedeva di installare le
> xserver-xorg-air-core. dopo installati riavvinado non riesce a caricare
> KDM. Allora ho disinstallato il opacchetto con dpkg --purge eliminando
> anche la cartella /usr/lib/xorg-air/ ho riavviato niente la stessa cosa.
> Se lancio startx mi da questo:
> 
> /etc/X11/X is not esecutable
> giving up.
> xinit: Connection refused (errno 111): unable to coneect to X server
> xinit: NO such process (errno 3): server error
> 
> 
> Spero di essere stato chiaro...Grazie
> 

-- 
View this message in context: 
http://www.nabble.com/Xserver-Error-tf3258844.html#a9060062
Sent from the debian-italian mailing list archive at Nabble.com.



XGL+BERYL

2007-02-21 Thread Salvator*eL*arosa

Ciao a tutti la mia avventura verso il desktop 3d continua ancora non riesco
ad arrendermi.

Allora sono arrivato ad installare XGL con FGLRXfinalmente parte una
volta dentro la sessione xgl
lancio beryl-manager ma niente parte ma mi fa vedere i desktop tutti neri di
tutte le facce vedo solo quella
dove c'è il diamante.come mai ragazzi???
Il repo che sto usando è: deb http://download.tuxfamily.org/3v1deb
debian-unstable beryl-svn
-- 
View this message in context: 
http://www.nabble.com/XGL%2BBERYL-tf3267220.html#a9082408
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] XGL+BERYL

2007-02-21 Thread Salvator*eL*arosa



Davide Corio wrote:
> 
> 
> 
> se fai partire beryl-manager da una console dovrebbe dirti che cosa gli
> manca o cosa non va
> ". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 

ti spiego...se lancio beryl-manager non mi fafare più miente tutti i desktop
neri vedo solo il diamante
della faccia superiore del cubo rotante invece se lancio beryl mida questo:
[EMAIL PROTECTED]:~$ beryl
**
* Beryl system compatibility check   *
**

Detected xserver: XGL

Checking Display :1.0 ...

Checking for XComposite extension   : passed (v0.3)
Checking for XDamage extension  : passed
Checking for RandR extension: passed
Checking for XSync extension: passed

beryl: GLX_EXT_texture_from_pixmap is missing
beryl: Using non-tfp mode
beryl: GLX_SGIX_fbconfig is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :1.0

sai come posso aggiustarlo?
-- 
View this message in context: 
http://www.nabble.com/XGL%2BBERYL-tf3267220.html#a9083428
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] XGL+BERYL

2007-02-21 Thread Salvator*eL*arosa



Davide Corio wrote:
> 
> Il giorno mer, 21/02/2007 alle 07.57 -0800, Salvator*eL*arosa ha
> scritto:
>> beryl: GLX_EXT_texture_from_pixmap is missing
>> beryl: Using non-tfp mode
>> beryl: GLX_SGIX_fbconfig is missing
>> beryl: Failed to manage screen: 0
>> beryl: No manageable screens found on display :1.0
> 
> Io sapevo che con i drivers fglrx non poteva funzionare
> 
> 
> 
> 
> 

Posso usare i driver open con xgl?
-- 
View this message in context: 
http://www.nabble.com/XGL%2BBERYL-tf3267220.html#a9083565
Sent from the debian-italian mailing list archive at Nabble.com.


-- 
Per REVOCARE l'iscrizione alla lista, inviare un email a 
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [forse OT] XGL+BERYL

2007-02-21 Thread Salvator*eL*arosa



Davide Corio wrote:
> 
> 
> 
> mi pare che sei obbligato ad usare i driver open.
> 
> 
> 
> 

Ho usato questo script per lanciare beryl per po tutto va a meraviglia
dopo un paio di minuti si blocca tutto devo resettare in maniera
bruta..però un passo avanti con fglrx
script:
#!/bin/bash
#
if (( `ps -A -o comm | grep -c '^Xgl$'` == "1" )); then
   DISPLAY=:1 beryl-manager
   DISPLAY=:1 beryl-xgl --use-copy
else echo "${0}: Error: No XGL?!?!?  NO BERYL!"
fi
-- 
View this message in context: 
http://www.nabble.com/XGL%2BBERYL-tf3267220.html#a9083932
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] XGL+BERYL

2007-02-21 Thread Salvator*eL*arosa



Enrico La Cava-3 wrote:
> 
> RaSca wrote:
>  >
>  > *DEVI* usare i driver open...
>  >
> 
> FALSO io lo uso attualmente con i driver fglrx. Devi compilare da svn 
> oppure prendere i pacchetti della 0.2 dal repository di trevino (cerca 
> su google trevino debian repository e dovrebbe venirti subito).
> Per farlo partire basta loggarsi in una sessione di gnome sotto xgl e 
> dare beryl-xgl --use-copy e poi beryl-manager in console
> Se poi funziona metti i due comandi nell'avvio automatico di gnome 
> andando su Desktop --> Preferenze --> Sessioni e tra i comandi da 
> avviare in automatico metti quei due ricordando che beryl-xgl --use-copy 
> deve stare in cima alla lista.
> 
> Vedrai che ti funziona :)
> 
> Ciao Ciao
> 
> lerrigatto
> 
> P.S. Ovvio con i driver fglrx devi avere l'accellerazione 3d (glxinfo 
> |grep direct deve darti risposta positiva)
> 
> 
> 
> 
> 
[EMAIL PROTECTED]:~$ glxinfo | grep direct
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No
Come è possibile questo?
ho l'ultima versione dei driver
[EMAIL PROTECTED]:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X600 Generic
OpenGL version string: 2.0.6286 (8.33.6)
perchè non ho il rendering?


-- 
View this message in context: 
http://www.nabble.com/XGL%2BBERYL-tf3267220.html#a9085804
Sent from the debian-italian mailing list archive at Nabble.com.



Re: [forse OT] XGL+BERYL

2007-02-21 Thread Salvator*eL*arosa



Davide Corio wrote:
> 
> 
> I driver proprietari non supportano accelerazione in combinazione con il
> composite.
> Proprio per questo ti conviene usare i driver liberi
> 
> 
> 
> 
> 

Sempre tutto vada bene tranne che per il rendering che mi da NO.non si
sta bloccando più.alè:-)
Sapete come si fà a mettere uno sfondo dietro al cubo rotamteho letto
qualcosa ed ho capito che l formato
dev essere .png con risoluzione 1024 - 2048 via dicendo moltiplicando per un
fattore 2 ma io ho un immagine 2048*1536
che non si vede come mai?
-- 
View this message in context: 
http://www.nabble.com/XGL%2BBERYL-tf3267220.html#a9090863
Sent from the debian-italian mailing list archive at Nabble.com.



pulsanti Spegni e Riavvia

2007-02-25 Thread Salvator*eL*arosa

Le potenzialità del desktop 3D con beryl è qualcosa di
stupefacenteconsiglio
a tutti di provarlo diventerà una dipendenza..

Dopo questa piccola premessa, volevo sapere se qualcuno di voi (sicuramente
si) dopo aver installato
XGL gli sono scomparsi i tasti di spegnimento e riavvio nella sessione xgl
usando KDE?
Ho provato a modificare il startxgl.sh così:
#!/bin/sh
Xgl -fullscreen :1 -ac -accel xv:pbuffer -accel glx:pbuffer  -fp
/usr/share/fonts/X11/misc  & sleep 4
export DISPLAY=:1
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"
exec dbus-launch --exit-with-session startkde

ma non funziona...!

qualche consiglio?
-- 
View this message in context: 
http://www.nabble.com/pulsanti-Spegni-e-Riavvia-tf3287253.html#a9143737
Sent from the debian-italian mailing list archive at Nabble.com.



  1   2   3   >