Skip to Content.
Sympa Menu

linux-sony-z1 - ipw2200 sur un z1xmp

Subject: Linux users of Sony Z1 series

List archive

ipw2200 sur un z1xmp


Chronological Thread 
  • From: saiph <>
  • To:
  • Subject: ipw2200 sur un z1xmp
  • Date: Wed, 20 Oct 2004 17:42:13 +0200


Lut,

Est-ce que le driver opensource (http://ipw2200.sourceforge.net/) ipw2200
marche avec un z1xmp?

J'ai dejà ecrit au cordinateur du project mais je n'ai eu aucune reponse.

voici mes `impressions` :


---------------------------
# cat `which ipw0`

#   ipw0 :                      centrino wireless connection setup.

ip=192.168.2.1
to=192.168.2.2          # nabla-w
dev=ipw0
essid=realm
mode=monitor
channel=1


case $1 in
start)
        modprobe ipw2200 ifname=$dev
        ifconfig $dev $ip up &&
        iwconfig $dev essid $essid mode $mode channel $channel
        ip route add $to via $to dev $dev
        ;;
stop)
        rmmod ipw2200
        ip route del $to
        ifconfig $dev down
        ;;
esac


----------------------

# ipw0 start

# ifconfig ipw0
ipw0      Link encap:UNSPEC  HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:9 Base address:0x6000 Memory:d0201000-d0201fff

 
# iwconfig ipw0
ipw0      unassociated  ESSID:"realm"
          Mode:Monitor  Frequency=2.412 GHz  Access Point: 00:00:00:00:00:00
          Bit Rate=0 kb/s   Tx-Power=20 dBm
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off

----------------------

malheureusement la connection est competament absente.

en passant en mode Ad-Hoc j'ai eu un system crash.


a bien tot :)

--
>here are more things in heaven and earth,
horatio, than are dreamt of in your philosophy.



Archive powered by MHonArc 2.6.18.

Top of Page