Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Configurare wireless pcmcia con linux-wlan-ng
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Tue Nov 22, 2005 8:09 am    Post subject: Configurare wireless pcmcia con linux-wlan-ng Reply with quote

Ciao a tutti.
Sto cercando di configurare una scheda pcmcia Allnet all0192 sul mio notebook acer aspire 1300.
Sono sicuro che la scheda è configurabile con il linux-wlan-ng-project, i led della scheda infatti si accendono, ma evidentemente sbaglio qualcosa...
Ho seguito le istruzioni di configurazione trovate su una rivista, ecco i vari file da me modificati:

- resolv.conf
Code:

nameserver Canduc_acer 127.0.0.1
domain Canduc_acer_domain


- rc.conf
Code:

UNICODE="no"

EDITOR="/bin/nano"

modprobe prism2_cs
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=UNIFE
authtype=opensystem
ifconfig wlan0 127.0.0.1 netmask 255.255.255.0 broadcast 10.0.1.255
route add default gw 10.0.1.1


- network.opts
Code:

# Network adapter configuration
#
# The address format is "scheme,socket,instance,hwaddr".
#
# Note: the "network address" here is NOT the same as the IP address.
# See the Networking HOWTO.  In short, the network address is the IP
# address masked by the netmask.
#
case "$ADDRESS" in
*,*,*,*)
    INFO="Sample private network setup"
    # Use this to override the interface name -- see 'man nameif'
    NAMEIF=""
    # Transceiver selection, for some cards -- see 'man ifport'
    IF_PORT=""
    # Use BOOTP (via /sbin/bootpc, or /sbin/pump)? [y/n]
    BOOTP="n"
    # Use DHCP (via /sbin/dhcpcd, /sbin/dhclient, or /sbin/pump)? [y/n]
    DHCP="n"
    # If you need to explicitly specify a hostname for DHCP requests
    DHCP_HOSTNAME=""
    # Host's IP address, netmask, network address, broadcast address
    IPADDR="127.0.0.1"
    NETMASK="255.255.255.0"
    NETWORK="10.0.1.0"
    BROADCAST="10.0.1.255"
    # Gateway address for static routing
    GATEWAY="10.0.1.1"
    # Things to add to /etc/resolv.conf for this interface
    DOMAIN="Canduc_acer_domain"
    SEARCH=""
    DNS_1=""
    DNS_2=""
    DNS_3=""
    # NFS mounts, should be listed in /etc/fstab
    MOUNTS=""
    # If you need to override the interface's MTU...
    MTU=""
    # For IPX interfaces, the frame type and network number
    IPX_FRAME=""
    IPX_NETNUM=""
    # Extra stuff to do after setting up the interface
    start_fn () { return; }
    # Extra stuff to do before shutting down the interface
    stop_fn () { return; }
    # Card eject policy options
    NO_CHECK=n
    NO_FUSER=n
    ;;
esac


Gli errori che mi si presentano al boot sono:
Code:

The required argument 'authtype' has no value.
message lnxreq_autojoin
  ssid='UNIFE'
  authtype=no_value
  resultcode=no_value
SIOSCADDRT: Network is unreachable


Dove sbaglio? Perchè non mi dia errori devo per forza essere nelle vicinanze di un access point?
Grazie...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Tue Nov 22, 2005 6:39 pm    Post subject: Reply with quote

Altri messaggi che intravedo durante il boot (le righe scorrono veramente veloci!) sono:
Code:

...
SIOCSIFBRADDR: no such device
...
SIOCSINETMASK: no such device
...
SIOCADDRT: no such device
...
SIOCADDRT: network is unreacheble
...


Forse l'errore sta nel fatto che per sicurezza ho installato tutti i driver del linux-wlan-ng-project?
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Shocker580
Tux's lil' helper
Tux's lil' helper


Joined: 19 Nov 2005
Posts: 108
Location: Italy

PostPosted: Wed Nov 23, 2005 6:20 am    Post subject: Reply with quote

Canduc riguarda la guida approposito degli ip di rete :wink:
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Wed Nov 23, 2005 7:20 am    Post subject: Reply with quote

Magari qualche indicazione più precisa...un link...
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
canduc17
l33t
l33t


Joined: 11 Oct 2005
Posts: 795
Location: Ferrara, Italy

PostPosted: Thu Nov 24, 2005 8:19 pm    Post subject: Reply with quote

Help!!!
_________________
A cow enters a supermarket, does an handstand and dies. (Public toilet graffito)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum