Linux-magazine.it Forum
Giugno 19, 2013, 02:53:30 am *
Benvenuto! Accedi o registrati.
Hai dimenticato l'e-mail di attivazione?
 
Pagine: [1]   Vai giù
  Stampa  
Autore Discussione: [RISOLTO] - Schede di rete  (Letto 3087 volte)
0 utenti e 1 Utente non registrato stanno visualizzando questa discussione.
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« inserita:: Agosto 29, 2010, 11:02:37 am »

Ciao a tutti,
tra qualche minuto installerò la Slackware, ma prima vorrei porvi questo quesito:
Attraverso l'interrogazione con il comando lspci mi sono voluto accertare che i dispositivi interni del mio portatile fossero già supportati dalla distro in esame. Nello specifico mi chiedo se la scheda Ethernet e Wireless debbano avere qualche accorgimento in più...

Citazione
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
06:01.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)

Grazie a tutti come sempre...
« Ultima modifica: Settembre 03, 2010, 11:38:14 am da Callejon_SuSE » Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
robs
Hero Member
*****

Karma: +1/-1
Scollegato Scollegato

Messaggi: 735


Mostra profilo
« Risposta #1 inserita:: Agosto 29, 2010, 11:33:15 am »

ciao
la wireless ti funziona di sicuro,perchè abbiamo la stessa scheda di rete,e la mia è stata riconosciuta senza problemi (su slackware)male che vada o ti copi i firmware da un'altra distro presente sul pc che troverai in /lib/firmware/
Codice:
iwlwifi-3945-1.ucode
iwlwifi-3945-2.ucode
(basta averne uno dei due,il 2 ovviamente è più recente)
oppure li scarichi da qui e li aggiungi:
http://intellinuxwireless.org/?n=downloads

per la scheda ethernet,è probabile che ti venga già riconosciuta senza problemi,solitamente non c'è mai stato alcun problema a riguardo....però ti consiglio di aspettare che ti risponda qualcuno che ce l'abbia cosi ti saprà dire meglio....male che vada il problema è analogo,dovrai scaricare i sui driver e installarli...

ciao
Registrato
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« Risposta #2 inserita:: Agosto 29, 2010, 11:45:10 am »

Penso che per sicurezza mi scarico il file... anche perchè siccome ho intenzione di lasciare solo Slackware come unico sistema operativo ho bisogno di avere tutto a portata di mano... per il resto dovrò comunicare con il mio cellulare per postare qui fino a quando non ho la connessione a posto...  Occhiolino
Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
robs
Hero Member
*****

Karma: +1/-1
Scollegato Scollegato

Messaggi: 735


Mostra profilo
« Risposta #3 inserita:: Agosto 29, 2010, 04:31:16 pm »

allofa,configurare la connessione su slackware,è veramente molto facile....
puoi agire su più file,ma io ti consiglio una strada:
devi editare il file /etc/rc.d/rc.inet1.conf
nella parte superiore avrai le voci relative alla eth0,che io ancora non ho provato proprio a configurare,poi c'è una voce dove devi mettere il gateway:
Codice:
GATEWAY="192.168.1.1"
e più in giù gli indirizzi ip(ovviamente tu metti i tuoi)
Codice:
## Example config information for wlan0.  Uncomment the lines you need and fill
## in your data.  (You may not need all of these for your wireless network)
IFNAME[4]="wlan0"
IPADDR[4]="192.168.1.17"
NETMASK[4]="255.255.255.0"
non ti rimane che aggiungere poi più in giù il nome della rete e il wpa supplicant
Codice:
WLAN_ESSID[4]="Anarchia"
WLAN_WPA[4]="wpa_supplicant"

sono tutte voci già presenti nel file,tu non dovrai fare altro che decommentare ciò che ti serve ed editarlo secondo le tue impostazioni...
avviamente poi devi mettere in /etc/ il tuo wpa_supplicant.conf


non dimenticare poi di mettere i dns,quindi nano /etc/resolv.conf cancelli tutto quello che ci trovi e metti i dns cosi,se usi gli open dns,altrimenti metti quelli che vuoi tu
Codice:
nameserver 208.67.222.222
nameserver 208.67.220.220

a questo punto non ti rimane che riavviare i servizi di rete e verificare se tutto funziona:
Codice:
sh /etc/rc.d/rc.inet1 restart

non credo che avrai problemi,in caso posta pure...
credo cmq che potrai configurare la cablata allo stesso modo senza problemi..io ancora non l'ho fatto,ma lo farò presto...
se ci sono riuscito io senza grossi problemi,puoi farcela certamente anche tu...
ciao
Registrato
robs
Hero Member
*****

Karma: +1/-1
Scollegato Scollegato

Messaggi: 735


Mostra profilo
« Risposta #4 inserita:: Agosto 29, 2010, 04:40:48 pm »

ecco cmq un po di guide,che mi sono state consigliate,e che saranno di vitale importanza per i primi giorni...
http://slackware.it/book/slackbook/indice.html
http://www.slacky.eu/wikislack/index.php?title=Categoria:Networking
http://www.slacky.eu/s4d/S4d.pdf
Registrato
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« Risposta #5 inserita:: Agosto 29, 2010, 08:00:42 pm »

Grazie a tutti dell'aiuto tempestivo che mi state dando... Appena riesco a terminare il download inizierò...
Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« Risposta #6 inserita:: Settembre 01, 2010, 12:25:24 pm »

Salve a tutti...
sono riuscito ad installare Slackware... ma ho il problema con la rete wireless...
Ho avuto accesso al file rc.conf e sono stato in grado di arrivare al router... ma non riesco ad andare sul web. Sto scrivendo dal mio cellulare...
Citazione
# /etc/rc.d/rc.inet1.conf
#
# This file contains the configuration settings for network interfaces.
# If USE_DHCP[interface] is set to "yes", this overrides any other settings.
# If you don't have an interface, leave the settings null ("").

# You can configure network interfaces other than eth0,eth1... by setting
# IFNAME[interface] to the interface's name. If IFNAME[interface] is unset
# or empty, it is assumed you're configuring eth<interface>.

# Several other parameters are available, the end of this file contains a
# comprehensive set of examples.

# =============================================================================

# Config information for eth0:
IPADDR[0]="192.168.1.101"
NETMASK[0]="255.255.255.0"
DHCP_HOSTNAME[0]=""

# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""

# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""

# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""

# Default gateway IP address:
GATEWAY="192.168.1.254"

# Change this to "yes" for debugging output to stdout.  Unfortunately,
# /sbin/hotplug seems to disable stdout so you'll only see debugging output
# when rc.inet1 is called directly.
DEBUG_ETH_UP="no"

## Example config information for wlan0.  Uncomment the lines you need and fill
## in your data.  (You may not need all of these for your wireless network)
IFNAME[4]="wlan0"
IPADDR[4]="192.168.1.101"
NETMASK[4]="255.255.255.0"
USE_DHCP[4]="yes"
DHCP_HOSTNAME[4]="icculus-wireless"
DHCP_KEEPRESOLV[4]="yes"
DHCP_KEEPNTP[4]="yes"
DHCP_KEEPGW[4]="yes"
DHCP_IPADDR[4]=""
WLAN_ESSID[4]=Ludo
WLAN_MODE[4]=Managed
WLAN_RATE[4]="54M auto"
WLAN_CHANNEL[4]="auto"
#WLAN_KEY[4]="D5A31F54ACF0487C2D0B1C10D2"
#WLAN_KEY[4]="AAAAAAAAAA"
#WLAN_IWPRIV[4]="set AuthMode=WEP | set WEP=AAAAAAAAAA"
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
#WLAN_WPA[4]="wpa_supplicant"
#WLAN_WPADRIVER[4]="wext"
WLAN_WPAWAIT[4]=30

## Some examples of additional network parameters that you can use.
## Config information for wlan0:
#IFNAME[4]="wlan0"              # Use a different interface name instead of
                                # the default 'eth4'
#IFNAME[4]="eth0:1"             # Set up an IP alias.
#HWADDR[4]="00:01:23:45:67:89"  # Overrule the card's hardware MAC address
#MTU[4]=""                      # The default MTU is 1500, but you might need
                                # 1360 when you use NAT'ed IPSec traffic.
#DHCP_TIMEOUT[4]=15             # The default timeout for the DHCP client to
                                # wait for server resonse is 10 seconds, but
                                # you might want a shorter or longer wait.
#DHCP_KEEPRESOLV[4]="yes"       # If you dont want /etc/resolv.conf overwritten
#DHCP_KEEPNTP[4]="yes"          # If you don't want ntp.conf overwritten
#DHCP_KEEPGW[4]="yes"           # If you don't want the DHCP server to change
                                # your default gateway
#DHCP_IPADDR[4]=""              # Request a specific IP address from the DHCP
                                # server
#DHCP_DEBUG[4]="yes"            # Make dhcpcd show verbose diagnostics
#DHCP_NOIPV4LL[4]="yes"         # Do not assign an ipv4ll address when a DHCP
                                # server is not found (ipv4ll link-local
                                # adresses in the IP range 169.254.0.0/16 are
                                # also known as "zeroconf" addresses)
#WLAN_ESSID[4]=DARKSTAR         # An example of how you can override _any_
                                # parameter defined in rc.wireless.conf, by
                                # prepending 'WLAN_' to the parameter's name.
                                # Useful with multiple wireless interfaces.
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=thekey"
                                # Some drivers require a private ioctl to be
                                # set through the iwpriv command. If more than
                                # one is required, you can place them in the
                                # IWPRIV parameter (separated with the pipe (|)
                                # character, see the example).
#WLAN_WPA[4]="wpa_supplicant"   # Run wpa_supplicant for WPA support
#WLAN_WPADRIVER[4]="ndiswrapper"# Tell wpa_supplicant to specifically use the
                                # ndiswrapper driver (if you leave this empty
                                # the 'wext' driver is used by default)
#WLAN_WPAWAIT[4]=30             # In case it takes long for the WPA association
                                # to finish, you can increase the wait time
                                # (defaults to 10 seconds)
IPADDR[lo]="127.0.0.1"
NETMASK[lo]="255.0.0.0"


Questo è l'estratto del mio file. Cosa devo modificare affinchè possa stabilire la connessione ad Internet? Inoltre ho visto che ci sono solo parametri per la crittografia WPA. Io utilizzo WEP ma non vedo stringhe che si possono modificare... (Le ho dovute aggiungere io ma solo per tentativo)

Inoltre la porta ethernet non funziona.

Qui sotto vi lascio i parametri del mio router così avete un supporto in più per un'eventuale soluzione...
ESSD: Ludo
Gateway router: 192.168.1.254
Crittografia WEP
IP PC: 192.168.1.101 (Rilascio DHCP)

Grazie a tutti...
« Ultima modifica: Settembre 01, 2010, 12:27:10 pm da Callejon_SuSE » Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
robs
Hero Member
*****

Karma: +1/-1
Scollegato Scollegato

Messaggi: 735


Mostra profilo
« Risposta #7 inserita:: Settembre 01, 2010, 01:11:22 pm »

se devo essere sincero,non ho mai collegato un pc con linux ad una rete wep,attraverso la configurazioni di alcuni file...
perciò non posso dirti nulla di preciso,anche perchè al momento non posso fare prove....
ma di sicuro ti aiuta questo:
Codice:
man iwconfig

cmq prova in questo modo:
Codice:
iwconfig wlan0 essid nome_rete key chiave
poi per farti assegnare l'indirizzo ip dal router dai:
Codice:
dhcpd wlan0
se l'indirizzo vuoi darlo tu mi pare che devi dare
Codice:
ifconfig wlan0 down
ifconfig wlan0 192.168.x.x
ifconfig wlan0 up

ma se hai il dhcp meglio se te lo assegna lui...

tuttavia,non ti conviene utilizzare una chiave di crittografia wpa?la wep si crakka in 10 minuti!!

ciao e facci sapere
Registrato
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« Risposta #8 inserita:: Settembre 01, 2010, 01:35:46 pm »

Il mio router è vecchio purtroppo... Accetta solo WEP...
Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« Risposta #9 inserita:: Settembre 01, 2010, 11:53:08 pm »

Niente da fare... Ho tentato più volte a configurare la rete ma sembra che non ne voglia sapere di funzionare... Dove sbaglio? Che?!? Che?!?
Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
michele.p
Administrator
Hero Member
*****

Karma: +54/-45
Scollegato Scollegato

Messaggi: 7332



Mostra profilo
« Risposta #10 inserita:: Settembre 02, 2010, 12:11:33 am »

Non ho segutio la discussione pertanto non so se questo indirizzo sia stato o meno riportato:

http://www.slacky.eu/wikislack/index.php?title=Wireless_-_Come_configurarla

...vedi se può servirti. Posta pure in caso di problemi.

Bye  Fico
Registrato

robs
Hero Member
*****

Karma: +1/-1
Scollegato Scollegato

Messaggi: 735


Mostra profilo
« Risposta #11 inserita:: Settembre 02, 2010, 12:29:47 am »

pare che a questa voce devi mettere la chiave wep
WLAN_IWPRIV

ma ti faccio presente una cosa,crea prima,se non c'è gia,il file /etc/resolv.conf
e aggiungi i dns
Codice:
nameserver 208.67.222.222
nameserver 208.67.220.220
e poi prova a configurare la rete..altrimenti non funzionerà mai e non capirai il perchè...
e poi verifica se pinghi il router,e la rete...

ciao
Registrato
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« Risposta #12 inserita:: Settembre 03, 2010, 11:37:46 am »

Salve ragazzi!!!!!!!!
Finalmente vi scrivo dalla mia postazione del pc... ebbene si... grazie al vostro aiuto sono riuscito a configurare correttamente la scheda di rete!!!!! Praticamente mancavano i dati nel fine rc.wireless.conf e in resolv.conf... Ho inserito i dati nelle voci mancanti e ho riavviato il servizio... Due secondi e il gioco e' fatto...

Il file rc.conf si presenta così:
Citazione
## NOTE : Comment out the following five lines to activate the samples below ...
## --------- START SECTION TO REMOVE -----------
## Pick up any Access Point, should work on most 802.11 cards
00:18:DE:*)
    INFO="Access Point di casa"
    ESSID="Ludo"
    KEY="AAAAAAAAAA"
    MODE="Managed"
    CHANNEL="1"
    RATE="auto"   
    ;;
## ---------- END SECTION TO REMOVE ------------

Il file rc.inte1 così:

Citazione
# /etc/rc.d/rc.inet1.conf
#
# This file contains the configuration settings for network interfaces.
# If USE_DHCP[interface] is set to "yes", this overrides any other settings.
# If you don't have an interface, leave the settings null ("").

# You can configure network interfaces other than eth0,eth1... by setting
# IFNAME[interface] to the interface's name. If IFNAME[interface] is unset
# or empty, it is assumed you're configuring eth<interface>.

# Several other parameters are available, the end of this file contains a
# comprehensive set of examples.

# =============================================================================

# Config information for eth0:
IPADDR[0]="192.168.1.101"
NETMASK[0]="255.255.255.0"
DHCP_HOSTNAME[0]=""

# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""

# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""

# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""

# Default gateway IP address:
GATEWAY="192.168.1.254"

# Change this to "yes" for debugging output to stdout.  Unfortunately,
# /sbin/hotplug seems to disable stdout so you'll only see debugging output
# when rc.inet1 is called directly.
DEBUG_ETH_UP="no"

## Example config information for wlan0.  Uncomment the lines you need and fill
## in your data.  (You may not need all of these for your wireless network)
IFNAME[4]="wlan0"
IPADDR[4]="192.168.1.101"
NETMASK[4]="255.255.255.0"
USE_DHCP[4]="yes"
DHCP_HOSTNAME[4]="icculus-wireless"
DHCP_KEEPRESOLV[4]="yes"
DHCP_KEEPNTP[4]="yes"
DHCP_KEEPGW[4]="yes"
DHCP_IPADDR[4]=""
WLAN_ESSID[4]="Ludo"
WLAN_MODE[4]=Managed
WLAN_RATE[4]="54M auto"
WLAN_CHANNEL[4]="auto"
#WLAN_KEY[4]="D5A31F54ACF0487C2D0B1C10D2"
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
#WLAN_WPA[4]="wpa_supplicant"
#WLAN_WPADRIVER[4]="wext"
WLAN_WPAWAIT[4]=30

## Some examples of additional network parameters that you can use.
## Config information for wlan0:
#IFNAME[4]="wlan0"              # Use a different interface name instead of
                                # the default 'eth4'
#IFNAME[4]="eth0:1"             # Set up an IP alias.
#HWADDR[4]="00:01:23:45:67:89"  # Overrule the card's hardware MAC address
#MTU[4]=""                      # The default MTU is 1500, but you might need
                                # 1360 when you use NAT'ed IPSec traffic.
#DHCP_TIMEOUT[4]=15             # The default timeout for the DHCP client to
                                # wait for server resonse is 10 seconds, but
                                # you might want a shorter or longer wait.
#DHCP_KEEPRESOLV[4]="yes"       # If you dont want /etc/resolv.conf overwritten
#DHCP_KEEPNTP[4]="yes"          # If you don't want ntp.conf overwritten
#DHCP_KEEPGW[4]="yes"           # If you don't want the DHCP server to change
                                # your default gateway
#DHCP_IPADDR[4]=""              # Request a specific IP address from the DHCP
                                # server
#DHCP_DEBUG[4]="yes"            # Make dhcpcd show verbose diagnostics
#DHCP_NOIPV4LL[4]="yes"         # Do not assign an ipv4ll address when a DHCP
                                # server is not found (ipv4ll link-local
                                # adresses in the IP range 169.254.0.0/16 are
                                # also known as "zeroconf" addresses)
#WLAN_ESSID[4]=DARKSTAR         # An example of how you can override _any_
                                # parameter defined in rc.wireless.conf, by
                                # prepending 'WLAN_' to the parameter's name.
                                # Useful with multiple wireless interfaces.
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=thekey"
                                # Some drivers require a private ioctl to be
                                # set through the iwpriv command. If more than
                                # one is required, you can place them in the
                                # IWPRIV parameter (separated with the pipe (|)
                                # character, see the example).
#WLAN_WPA[4]="wpa_supplicant"   # Run wpa_supplicant for WPA support
#WLAN_WPADRIVER[4]="ndiswrapper"# Tell wpa_supplicant to specifically use the
                                # ndiswrapper driver (if you leave this empty
                                # the 'wext' driver is used by default)
#WLAN_WPAWAIT[4]=30             # In case it takes long for the WPA association
                                # to finish, you can increase the wait time
                                # (defaults to 10 seconds)
IPADDR[lo]="127.0.0.1"
NETMASK[lo]="255.0.0.0"

E invece il file resolv.conf:

Citazione
omain example.net
nameserver 208.67.222.222
nameserver 208.67.220.220

Grazie a tutti davvero....
Callejon
« Ultima modifica: Settembre 03, 2010, 11:51:46 am da Callejon_SuSE » Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
robs
Hero Member
*****

Karma: +1/-1
Scollegato Scollegato

Messaggi: 735


Mostra profilo
« Risposta #13 inserita:: Settembre 03, 2010, 06:31:44 pm »

...bene..te lo dicevo che era più semplice di tutte le altre distribuzioni!!!
comunque nel resolv.conf la prima riga puoi anche cancellarla..

ciao
Registrato
Callejon
Hero Member
*****

Karma: +1/-5
Scollegato Scollegato

Messaggi: 581


Have lot a fun!

kallejon@hotmail.it
Mostra profilo
« Risposta #14 inserita:: Settembre 03, 2010, 07:43:36 pm »

Sto notando l'enorme differenza dalle altre distro. Questa senz'altro è quella che ti offre un grado di esperienza formativa maggiore...

Eliminerò la prima riga... Grazie!!!!!!!  Ghigno Ghigno Ghigno
« Ultima modifica: Settembre 03, 2010, 07:48:53 pm da Callejon_SuSE » Registrato

Pc 1: ASUS EeePC R101 - SO Debian 7.0 (Lato server)
PC 2: MacBook Pro da 13'
PC 3: Asus X73B Series - SO OpenSuSE 12.3 con GNOME 3.6
Utilizzo linux dal 15/10/2008

Blog personale: http://opencallejon.blogspot.it/

Membro Wikipedia dal 2009
Pagine: [1]   Vai su
  Stampa  
 
Vai a: