I'd like to set static ip, but unfortunately I can't manage 
Everything works great with dhcp. If somebody could spare a minute and have a look at this.
Some output (running on dhcp):
ifconfig
iwconfig
Then I change /etc/network/interfaces to:
and when I try to reload network:
Anybody knows what I'm doing wrong?
Just to add that I'm running Gutsy Gibbon on Dell Precision M70 with ipw2200. I've just checked
Anyone knows how my /etc/network/interfaces should looks like?

Everything works great with dhcp. If somebody could spare a minute and have a look at this.
Some output (running on dhcp):
ifconfig
Code:
eth0 Link encap:Ethernet HWaddr 00:11:43:78:C9:E6
UP BROADCAST 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:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:16
eth1 Link encap:Ethernet HWaddr 00:12:F0:56:28:20
inet addr:192.168.1.74 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::212:f0ff:fe56:2820/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:69432 errors:104 dropped:104 overruns:0 frame:0
TX packets:17393 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2967646867 (2.7 GB) TX bytes:192482115 (183.5 MB)
Interrupt:18 Base address:0x2000 Memory:dceff000-dcefffff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:45457 errors:0 dropped:0 overruns:0 frame:0
TX packets:45457 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1330677 (1.2 MB) TX bytes:1330677 (1.2 MB)
Code:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11g ESSID:"dupa"
Mode:Managed Frequency:2.412 GHz Access Point: 00:90:D0:E3:58:AA
Bit Rate:54 Mb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=94/100 Signal level=-33 dBm Noise level=-92 dBm
Rx invalid nwid:0 Rx invalid crypt:104 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Code:
auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 auto eth1 iface eth1 inet static address 192.168.1.50 netmask 255.255.255.0 gateway 192.168.1.254 pre-up iwconfig eth1 mode managed pre-up ifconfig eth1 down pre-up ifconfig eth1 up pre-up iwconfig eth1 essid dupa pre-up iwpriv eth1 set AuthMode=WPAPSK pre-up iwpriv eth1 set WPAPSK=8e8fe2e7ce75254fdcb85172ffd7d699b3d136cb3fb6a1a48cd1581b64f18333 pre-up iwpriv eth1 set EncrypType=TKIP
Code:
sudo /etc/init.d/networking force-reload
* Reconfiguring network interfaces... Invalid command : set
Failed to bring up eth1.
[ OK ]
Just to add that I'm running Gutsy Gibbon on Dell Precision M70 with ipw2200. I've just checked
Code:
iwpriv eth1
eth1 Available private ioctls :
set_power (8BE0) : set 1 int & get 0
get_power (8BE1) : set 0 & get 80 char
set_mode (8BE2) : set 1 int & get 0
get_mode (8BE3) : set 0 & get 80 char
set_preamble (8BE4) : set 1 int & get 0
get_preamble (8BE5) : set 0 & get 16 char
reset (8BE6) : set 0 int & get 0
sw_reset (8BE7) : set 0 int & get 0
monitor (8BE8) : set 2 int & get 0

Comment