Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto
HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto
Pensato per il professionista sempre in movimento, HP Elitebook Ultra G1i 14 abbina una piattaforma Intel Core Ultra 7 ad una costruzione robusta, riuscendo a mantenere un peso contenuto e una facile trasportabilità. Ottime prestazioni per gli ambiti di produttività personale con un'autonomia lontano dalla presa di corrente che permette di lavorare per tutta la giornata
Microsoft Surface Pro 12 è il 2 in 1 più compatto e silenzioso
Microsoft Surface Pro 12 è il 2 in 1 più compatto e silenzioso
Basato su piattaforma Qualcomm Snapdragon X Plus a 8 core, il nuovo Microsoft Surface Pro 12 è un notebook 2 in 1 molto compatto che punta sulla facilità di trasporto, sulla flessibilità d'uso nelle differenti configurazioni, sul funzionamento senza ventola e sull'ampia autonomia lontano dalla presa di corrente
Recensione REDMAGIC Astra Gaming Tablet: che spettacolo di tablet!
Recensione REDMAGIC Astra Gaming Tablet: che spettacolo di tablet!
Il REDMAGIC Astra Gaming Tablet rappresenta una rivoluzione nel gaming portatile, combinando un display OLED da 9,06 pollici a 165Hz con il potente Snapdragon 8 Elite e un innovativo sistema di raffreddamento Liquid Metal 2.0 in un form factor compatto da 370 grammi. Si posiziona come il tablet gaming più completo della categoria, offrendo un'esperienza di gioco senza compromessi in mobilità.
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 02-10-2008, 22:15   #41
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
guarda, ho proprio una chiavetta d-link g122, su linux non l'ho mai usata, ma adesso vedo se riesco a farla funzionare con il wpa e poi ti faccio sapere...

edit: funziona, ho provato sulla arch e vanno....i driver che usa sono gli rt73usb, e la riga per lanciare wpa supplicant è:
Codice:
wpa_supplicant -Dwext -iwlan1 -c/etc/wpa_supplicant.conf -B
mi da un piccolo errore, ma a quanto pare non è niente di grave, in particolare dice:
Codice:
ioctl[SIOCSIWAUTH]: Operation not supported                                   
WEXT auth param 4 value 0x0 -
poi do un bel:
Codice:
dhcpcd wlan1
e parte alla grande...

Ultima modifica di sasa83 : 02-10-2008 alle 22:46.
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 09:58   #42
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
root@slax:~# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B

ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - root@slax:~#

dhcpcd wlan0

root@slax:~#


Ho fatto tutto come mi hai detto ma ancora non mi connetto.
Si accende la lucina lampeggiante "act" sulla chiavetta ma l'altra "lnk" rimane spenta.
Ho prvato ad aprire il browser ma dà errore in quanto non è in rete, ovviamente.
Dove hai scaricato il driver rt73usb?
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 10:11   #43
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
dopo che hai dato il comando dhcpcd wlan0 non dice niente? i driver non li ho scaricati da nessuna parte, sono inclusi nel kernel.

EDIT: nel file rc.inet1.conf hai messo queste 2 linee?
Codice:
WLAN_WPA[4]="wpa_supplicant"
WLAN_WPADRIVER[4]="wext"
prova ad usare lo stesso wpa_supplicant.conf che uso io, con le dovute modifiche:
Codice:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1

# WPA protected network, supply your own ESSID and WPAPSK here:
network={
  scan_ssid=0
  ssid="ESSID"
  proto=WPA
  key_mgmt=WPA-PSK
  pairwise=CCMP TKIP
  group=CCMP TKIP WEP104 WEP40
  psk="CHIAVE"
}
hai aggiunto WPA="y" al file rc.wireless.conf?
hai aggiunto quelle linee che ti avevo detto al file rc.wireless?
se hai fatto tutto DEVE partire in automatico, per forza...se non parte non so che dire, prova a reinstallare wpa supplicant!

Ultima modifica di sasa83 : 03-10-2008 alle 10:25.
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 11:25   #44
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
nonostante le modifiche non va.
ti metto i due file inet1.conf e wireless.conf in modo che tu possa vederli come sono adesso.
questo è inet.conf:


# /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]=""
NETMASK[0]=""
USE_DHCP[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.1"

# 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]=""
#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]="DLINK_WIRELESS"
#WLAN_MODE[4]=Managed
#WLAN_RATE[4]="54M auto"
#WLAN_CHANNEL[4]=""
#WLAN_KEY[4]=""
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
WLAN_WPA[4]="wpa_supplicant" #Run wpa_supplicant for WPA support
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 30 seconds, but
# you might want a shorter 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
#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]="ralink" # 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)

questo è invece wireless.conf


# Wireless LAN adapter configuration
#
# Theory of operation :
#
# The script attempts to match a block of settings to the specific wireless
# card inserted, the *first* block matching the card is used.
# The address format is "hwaddr", with * as a wildcard.
# 'hwaddr' is the unique MAC address identifier of the wireless card.
# The MAC address is usually printed on the card, or can be found via ifconfig.
# Some examples here use only half of the MAC address with a wildcard to
# match a whole family of cards...
#
# All the Wireless specific configuration is done through the Wireless
# Extensions, so we will just call 'iwconfig' with the right parameters
# defined below.
# Of course, you need to have iwconfig installled on your system.
# To download iwconfig, or for more info on Wireless Extensions :
# http://www.hpl.hp.com/personal/Jean_...nux/Tools.html
#
# Note : you don't need to fill all parameters, leave them blank, in most
# cases the driver will initialise itself with sane defaults values or
# automatically figure out the value... And no drivers do support all
# possible settings...
#
# -- This is a modified '/etc/pcmcia/wireless.opts' script --
# -- I added sections for Prism/GT and Atheros based cards --
# -- (supported by the prism54 and madwifi drivers) --
# -- 16/sep/2004 * Eric Hameleers --
#

VERBOSE=1

case "$HWADDR" in

## 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
*)
INFO="Any ESSID"
ESSID="DLINK_WIRELESS"
WPA="y"
;;
## ---------- END SECTION TO REMOVE ------------


# Here are a few examples with a few Wireless LANs supported...
# The matching is done on the first 3 bytes of the MAC address

# SMC2835W EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Adapter
00:04:E2:*)
INFO="SMC2835W EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Adapter"
# ESSID (extended network name) : My Network, any
ESSID="any"
# NWID/Domain (cell identifier) : 89AB, 100, off
NWID=""
# Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
MODE="Managed"
# Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
FREQ=""
CHANNEL="6"
# Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
SENS=""
# Bit rate : auto, 1M, 11M,54M
RATE="auto"
# Encryption key : 4567-89AB-CD, sassword
# Example for 40-bit encryption:
#KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
# Example for 104-bit encryption (aka 128-bit WEP):
#KEY="d5ad2f05abd048ecf10b1c80c7"
KEY=""
# RTS threshold : off, 500
RTS=""
# Fragmentation threshold : off, 1000
FRAG=""
# Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
IWCONFIG=""
# iwspy parameters : + 01:23:45:67:89:AB
IWSPY=""
# iwpriv parameters : set_port 2, set_histo 50 60
IWPRIV=""
;;

# Multiband Atheros based 802.11a/b/g universal NIC cards
00:05:4E:*)
INFO="Multiband Atheros based 802.11a/b/g universal NIC"
# ESSID (extended network name) : My Network, any
ESSID=""
# Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
MODE="Managed"
# Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
FREQ=""
CHANNEL="7"
# Bit rate : auto, 1M, 11M,54M
RATE="auto"
# Encryption key : 4567-89AB-CD, sassword
# Example for 40-bit encryption:
#KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
# Example for 104-bit encryption (aka 128-bit WEP):
#KEY="d5ad2f05abd048ecf10b1c80c7"
KEY=""
# Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
IWCONFIG=""
# iwspy parameters : + 01:23:45:67:89:AB
IWSPY=""
# iwpriv parameters : set_port 2, set_histo 50 60
IWPRIV=""
;;

# Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)
# Note : wvlan_cs driver only, and version 1.0.4+ for encryption support
00:60:1D:*|00:02:2D:*)
INFO="Wavelan IEEE example (Lucent default settings)"
ESSID="Wavelan Network"
MODE="Managed"
#RATE="auto"
KEY="s:secu1"
# To set all four keys, use :
#KEY="s:secu1 [1] key s:secu2 [2] key s:secu3 [3] key s:secu4 [4] key [1]"
# For the RG 1000 Residential Gateway: The ESSID is the identifier on
# the unit, and the default key is the last 5 digits of the same.
#ESSID="084d70"
#KEY="s:84d70"
;;

# Cisco/Aironet 4800/3x0
# Note : MPL driver only (airo/airo_cs), version 1.3 or later
00:40:96:*|00:02:8A:*)
INFO="Cisco/Aironet example (Cisco default settings)"
ESSID="any"
# To set all four ESSID, use iwconfig v21 and the same trick as above
MODE="Managed"
#RATE="11M auto"
#KEY="d5ad2f05abd048ecf10b1c80c7"
KEY="off"
;;

# Samsung MagicLan (+ some other PrismII cards)
# Note : Samsung binary library driver, version 1.20 or later
00:00:F0:*|00:02:78:*)
INFO="Samsung MagicLan example (Samsung default settings)"
ESSID="any"
MODE="Managed"
CHANNEL="4"
RATE="auto"
#KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
#IWCONFIG="power on"
;;

# Raytheon Raylink/WebGear Aviator2.4
# Note : doesn't work yet, please use for debugging only :-(
00:00:8F:*|00:00:F1:*)
INFO="Raylink/Aviator2.4 example (Aviator default ad-hoc setting)"
ESSID="ADHOC_ESSID"
MODE="Ad-Hoc"
RATE="auto"
IWPRIV="set_framing 1"
;;


# Old Lucent Wavelan
08:00:0E:*)
INFO="Wavelan example (Lucent default settings)"
NWID="0100"
MODE="Ad-Hoc"
FREQ="2.425G"
KEY="off"
;;

# Netwave (Xircom Netwave/Netwave Airsurfer)
00:80:C7:*)
INFO="Netwave example (Netwave default settings)"
NWID="100"
KEY="00"
;;

# Proxim RangeLan2/Symphony (what is the MAC address ???)
XX:XX:XX:*)
INFO="Proxim RangeLan2/Symphony example"
NWID="0"
MODE="Master"
CHANNEL="15"
IWPRIV="setsubchan 1"
;;

# No Wires Needed Swallow 550 and 1100 setting (what is the MAC address ???)
XX:XX:XX:*)
INFO="NWN Swallow example"
ESSID="session"
KEY="0000-0000-00 open"
;;

# Symbol Spectrum24 setting (what is the MAC address ???)
XX:XX:XX:*)
INFO="Symbol Spectrum24 example"
ESSID="Essid string"
;;

# Generic example (decribe all possible settings)
*)
INFO="Fill with your own settings..."
# ESSID (extended network name) : My Network, any
ESSID=""
# NWID/Domain (cell identifier) : 89AB, 100, off
NWID=""
# Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
MODE=""
# Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
FREQ=""
CHANNEL=""
# Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
SENS=""
# Bit rate : auto, 1M, 11M
RATE=""
# Encryption key : 4567-89AB-CD, sassword
KEY=""
# RTS threshold : off, 500
RTS=""
# Fragmentation threshold : off, 1000
FRAG=""
# Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
IWCONFIG=""
# iwspy parameters : + 01:23:45:67:89:AB
IWSPY=""
# iwpriv parameters : set_port 2, set_histo 50 60
IWPRIV=""
;;
esac


Sta diventando un vero rebus questa storia.
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 11:33   #45
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
E se provassimo ad installare Rutilt ?
Esiste anche la versione .tgz
Solo che io non son riuscito ad installarla.
quando dò make install mi dà un messaggio strano, qualcosa come "install is up to eccetera.
E' un disastro anche installare programmi a quanto pare.
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 11:36   #46
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
Quote:
Originariamente inviato da Sub_mariner Guarda i messaggi
nonostante le modifiche non va.
ti metto i due file inet1.conf e wireless.conf in modo che tu possa vederli come sono adesso.
questo è inet.conf:

...cut...

#Default gateway IP address:
GATEWAY="192.168.1.1"

# 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]=""
#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]="DLINK_WIRELESS"
#WLAN_MODE[4]=Managed
#WLAN_RATE[4]="54M auto"
#WLAN_CHANNEL[4]=""
#WLAN_KEY[4]=""
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
quest'ultima linea non è messa a capo e decommentata vero?

Quote:
Originariamente inviato da Sub_mariner Guarda i messaggi

questo è invece wireless.conf


# Wireless LAN adapter configuration
#
# Theory of operation :
#
# The script attempts to match a block of settings to the specific wireless
# card inserted, the *first* block matching the card is used.
# The address format is "hwaddr", with * as a wildcard.
# 'hwaddr' is the unique MAC address identifier of the wireless card.
# The MAC address is usually printed on the card, or can be found via ifconfig.
# Some examples here use only half of the MAC address with a wildcard to
# match a whole family of cards...
#
# All the Wireless specific configuration is done through the Wireless
# Extensions, so we will just call 'iwconfig' with the right parameters
# defined below.
# Of course, you need to have iwconfig installled on your system.
# To download iwconfig, or for more info on Wireless Extensions :
# http://www.hpl.hp.com/personal/Jean_...nux/Tools.html
#
# Note : you don't need to fill all parameters, leave them blank, in most
# cases the driver will initialise itself with sane defaults values or
# automatically figure out the value... And no drivers do support all
# possible settings...
#
# -- This is a modified '/etc/pcmcia/wireless.opts' script --
# -- I added sections for Prism/GT and Atheros based cards --
# -- (supported by the prism54 and madwifi drivers) --
# -- 16/sep/2004 * Eric Hameleers --
#

VERBOSE=1

case "$HWADDR" in

## 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
*)
INFO="Any ESSID"
ESSID="DLINK_WIRELESS"
WPA="y"
;;
## ---------- END SECTION TO REMOVE ------------

.....cut...

Sta diventando un vero rebus questa storia.
WPA="y" va SUBITO DOPO la linea VERBOSE...quindi il tuo deve apparire così:
Codice:
VERBOSE=1
WPA="y"

case "$HWADDR" in

## 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
*)
    INFO="Any ESSID"
    ESSID="DLINK_WIRELESS"
    ;;
## ---------- END SECTION TO REMOVE ------------
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 11:43   #47
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
Quote:
Originariamente inviato da Sub_mariner Guarda i messaggi
E se provassimo ad installare Rutilt ?
Esiste anche la versione .tgz
Solo che io non son riuscito ad installarla.
quando dò make install mi dà un messaggio strano, qualcosa come "install is up to eccetera.
E' un disastro anche installare programmi a quanto pare.
cos'è rutilt? poi non capisco perchè ti voglia fare del male...io non ho ancora capito come installi i programmi, se ci sono i pacchetti perchè scarichi i sorgenti? un tgz va installato come ti ho detto, o con il comando installpkg oppure pkgtool, basta! cos'è questo make install? i tgz poi si trovano su www.slacky.eu soprattutto, oppure www.linuxpackages.net, www.mytux.org o se trovi qualcosa da www.slax.org; perchè vai a cercarli su google?
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 11:57   #48
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
Quote:
Originariamente inviato da sasa83 Guarda i messaggi
cos'è rutilt? poi non capisco perchè ti voglia fare del male...io non ho ancora capito come installi i programmi, se ci sono i pacchetti perchè scarichi i sorgenti? un tgz va installato come ti ho detto, o con il comando installpkg oppure pkgtool, basta! cos'è questo make install? i tgz poi si trovano su www.slacky.eu soprattutto, oppure www.linuxpackages.net, www.mytux.org o se trovi qualcosa da www.slax.org; perchè vai a cercarli su google?
E' così in effetti.
da quando mi hai spiegato la storia dei tgz faccio in quel modo.
quindi il pacchetto rutilt.tgz da console digito installdpkg nomepacchetto e stranamente non me lo installa, anzi mi dici che NON è un pacchetto .tgz.
Invece lo è eccome, visto che l'estensione è quella.
Allora lancio l'utility grafica ma anche lì mi dà lo stesso strano messaggio.
C'è da dire che in questo modo ne ho installati altri di pacchetti e vanno bene.
Rutilt è un'utility grafica per gestire l'wifi con driver rt73 ed è stata fatta apposta per evitare incasinamenti vari.
La sua page è questa, ed è lo stesso sito del driver :
http://rt2x00.serialmonkey.com/wiki/index.php/Downloads

Adesso provo a fare le modifiche che mi hai detto.
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 12:14   #49
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
quella linea è commentata, nel copia incolla è passato sotto ma ho guardato nel file originale ed è ok.
Ho passato il WPA="yes" subito sotto verbosem restartato la inet1 e provato col comando "wpa_supplicant -Dwext -wlan0 -c/etc/wpa_supplicant.conf -B"
ma non va, nemmeno dopo che gli aggiungo dhpcd wlan0.

Ecco la procedura che ho seguito per cercare di installare "rutilt"

scarico file .tgz
lo metto nella dir "root"
da lì apro terminale e dò "installpkg nomefile.tgz"
si crea una dir chiamata "rutilt ecc"
vi entro
leggo file readme e dice di partire con "./ configure.sh"
tutto ok
poi dice "make"
tutto ok
poi dice "make install"
e qui non è più ok in quando mi dice "install is out to date"
Non so che significhi.
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 12:20   #50
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
il tgz di questo rutilt non esiste...forse quello che hai scaricato è un semplice archivio tgz ma non un pacchetto; anche i pacchetti slackware sono semplici archivi tgz con la sola differenza che hanno all'interno degli eseguibili e uno script d'installazione. cmq dopo le modifiche riavvia e la connessione dovrebbe essere automaticamente attiva...
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 14:17   #51
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
No.
Non ci siamo.
Non è attivo niente.
Se decidi di mollarmi ti capisco.
In caso dimmelo.
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 14:30   #52
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
Quote:
Originariamente inviato da Sub_mariner Guarda i messaggi
No.
Non ci siamo.
Non è attivo niente.
Se decidi di mollarmi ti capisco.
In caso dimmelo.
non so più cosa pensare...
1. fammi vedere il contenuto di wpa_supplicant.conf.
2. lancia iwconfig e fammi vedere l'output.

puoi dopo provare ad usare un ip fisso, nel file rc.inet1.conf commenta la linea con dhcp e poi setta l'indirizzo, una cosa del genere insomma:
Codice:
IFNAME[4]="WLAN0"
IPADDR[4]="192.168.1.2"
NETMASK[4]="255.255.255.0"
#USE_DHCP[4]="YES"
vediamo se mi viene in mente qualcos'altro.

edit: ho notato che hai scritto wlan0 in maiuscolo, siccome linux è case sensitive non vorrei facesse problemi per quello...prova a scriverlo in minuscolo. anche il yes dopo dhcp, e il nome della rete? sicuro che sia maiuscolo? per la chiave di rete stessa cosa...è probabile che non importi ma proviamo.

Ultima modifica di sasa83 : 03-10-2008 alle 14:33.
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 15:00   #53
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
Aspetta,aspetta..ho una novità..
ho aperto il pannello del router dal browser e ho provato a togliere la protezione, impostando quindi il "none", poi ho riavviato il router stesso.
Poi ho acceso il portatile con su slax, inserito la chiavetta e lanciato il programma di default, kwifimanager, ma ancora niente..
poi sempre da slax ho lanciato un altro programma che c'è di default, quello che si chiama "set IP address", lì ho inserito manualmente i DNS e gli indirizzi 192.168.1.1 del gateway, poi 192.168.1.3 assegnato al portatile e 255.255.255.0
, miracolosamente si è connesso.
Senza nessun programma esterno.
ma così non posso stare senza nessuna cifratura, ovviamnete non va bene.
Allora ho di nuovo aperto il ruoter e ho settato protocollo WEP inserendo una chiave esadecimale, salvato e riavviato.
poi son passato a slax sul portatile e ho settato il kwifimanager, visto che supporta la WEP (ma non la WPA), solita storia poi con il settaggio di "Set IP address" e nonostante pare sia tutto a posto, non apre le pagine del browser, mi dà errore.
Ma che diavolo succede?
un firewall di slax ?
un qualcosa da marte?
Un campo elettromagnetico occulto?
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 15:09   #54
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
non mi hai fatto vedere il wpa_supplicant.conf e l'output di iwconfig (ovviamente con la wpa settata). fai le modifiche che ti ho detto sulle maiuscole perchè sicuramente sarà una cavolata del genere...
cmq se vuoi usare la wep o qualsiasi altra cosa lascia perdere questo benedetto kwifimanager per favore. la chiave wep si deve settare nel file rc.wireless.conf, in questo modo:
Codice:
## 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
*)
    INFO="Wifi Network"
    ESSID="DLINK_WIRELESS"
    KEY="AFBC-44CE-59CC-etc......"
    ;;
## ---------- END SECTION TO REMOVE ------------
ovviamente cancellando tutte le modifiche fatte per la wpa in precedenza, e cioè il wpa="y" nello stesso file, e commentando la linea
Codice:
WLAN_WPA[4]="wpa_supplicant"
nel file rc.inet1.conf e successivamente gli devi dire che driver usare, che non sarà più wext ma rt73usb:
Codice:
WLAN_WPADRIVER[4]="rt73usb"
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 20:25   #55
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
ok.
adesso provo e ti posto gli output che mi hai chiesto.
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 21:34   #56
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
questo è il wpa_supplicant.conf, è quello che mi hai postato tu. con le opportune modifiche.

ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1

# WPA protected network, supply your own ESSID and WPAPSK here:
network={
scan_ssid=0
ssid="DLINK_WIRELESS"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="miachiave"


questo è invece l'output di iwconfig e iwcong wlan2, vedi 2 perchè avevo tolto e rimosso la chiavetta senza riavviare.
Una domanda, ma quando wpa_supplicant va in loop non c'è un comando per farlo fermare?
se riscrivo un altro comando sempre wpa mi dice che c'è già un processo in corso.
Ad ogni modo, anche con queste ultime modifiche niente di nuovo.
La WEP non l'ho più provata.

root@slax:~# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan2 RT73 WLAN ESSID:""
Mode:Managed Frequency=2.412 GHz Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

root@slax:~# iwconfig wlan2
wlan2 RT73 WLAN ESSID:""
Mode:Managed Frequency=2.412 GHz Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 03-10-2008, 22:02   #57
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
cioè fammi capire, se riavvii con la chiavetta attaccata e tutti i file impostati per il wpa, dopo il riavvio, senza far nient'altro lanci iwconfig e ti da quell'output? e se provi con la wep? mi sembra strano...

edit: domanda stupida, forse hai sbagliato nel copia-incolla, ma la parentesi graffa c'è alla fine del wpa_supplicant.conf?

Ultima modifica di sasa83 : 03-10-2008 alle 22:04.
sasa83 è offline   Rispondi citando il messaggio o parte di esso
Old 05-10-2008, 09:24   #58
Sub_mariner
Senior Member
 
L'Avatar di Sub_mariner
 
Iscritto dal: Oct 2004
Messaggi: 859
Ciao, sì è così. se riavvio è esattamente come hai descritto.
No la parentesi graffa c'è, infatti ci ero stato attento.
Ad ogni modo, ho scaricato la distro NIMBLEX che è la fotocopia di slax solo con più programmi.
tra questi c'è "wireless assistant", non ho dovuto fare altro che lanciarla e mi ha rilevato subito la rete, poi ho inserito la chiave WAP e miracolo è andato tutto ok.
Penso che piallerò il disco e installerò questa.
Mi dispiace solo di aver perso e di averti fatto perdere un sacco di tempo.
Ma alla fine la strada della conoscenza passa anche attraverso i fallimenti.
Alla fine qualcosa di nuovo ho imparato, grazie a te, e di sicuro prima o poi mi tornerà utile.
Se ti viene in mente qualcosa da provare con la slax, questa mia richiesta di assistenza è sempre valida.
__________________
Sub_mariner ha concluso Infelicemente con:
Torpedo,

Felicemente con, Abujaffa,M@verick,dado1979,kaan,lukas e molti ma molti altri (in aggiornamento).
Sub_mariner è offline   Rispondi citando il messaggio o parte di esso
Old 05-10-2008, 14:13   #59
sasa83
Senior Member
 
L'Avatar di sasa83
 
Iscritto dal: May 2008
Messaggi: 622
Quote:
Originariamente inviato da Sub_mariner Guarda i messaggi
Ad ogni modo, ho scaricato la distro NIMBLEX che è la fotocopia di slax solo con più programmi.
tra questi c'è "wireless assistant", non ho dovuto fare altro che lanciarla e mi ha rilevato subito la rete, poi ho inserito la chiave WAP e miracolo è andato tutto ok.
Penso che piallerò il disco e installerò questa.
sasa83 è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


HP Elitebook Ultra G1i 14 è il notebook compatto, potente e robusto HP Elitebook Ultra G1i 14 è il notebook c...
Microsoft Surface Pro 12 è il 2 in 1 più compatto e silenzioso Microsoft Surface Pro 12 è il 2 in 1 pi&u...
Recensione REDMAGIC Astra Gaming Tablet: che spettacolo di tablet! Recensione REDMAGIC Astra Gaming Tablet: che spe...
Dopo un mese, e 50 foto, cosa abbiamo capito della nuova Nintendo Switch 2 Dopo un mese, e 50 foto, cosa abbiamo capito del...
Gigabyte Aero X16 Copilot+ PC: tanta potenza non solo per l'IA Gigabyte Aero X16 Copilot+ PC: tanta potenza non...
Moon Studios scarica Xbox: No Rest for t...
L'idea di JPMorgan: prestiti e finanziam...
Candy Crush: non solo il gioco! Arriva a...
Ecco come siamo riusciti a raccogliere l...
Agentic AI Framework: l'IA basata su age...
Offerte Amazon pazze di luglio: portatil...
Scoppierà la bolla AI? Gli econom...
Il potere dei coupon e delle offerte Ama...
Tesla fotovoltaica, funziona davvero? Un...
Ribassi clamorosi sui robot Narwal: scon...
Dopo OpenAI anche Gemini Deep Think conq...
Meta sfida l'UE sull'intelligenza artifi...
BYD a caccia anche del settore del lusso...
I 5 sconti migliori su Amazon oggi: DJI,...
Questo SSD può contenere 12.500 f...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 16:18.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v