Hi hermouche
I am sorry I wasn't able to check the messages...
Please see the output as you requested. I have made sure that the eth0 is not started when computed goes ON
and I start the wlan0 (which is automatic when modprobe ndiswrapper)
but when I give a command ifup eth0, it deactivates my wlan0 network and tries to acquire network add even though it has static address which makes it little confusing.
Thanks for taking interest in the issue..
Jag
$ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0C:6E:6F:E9:69
inet6 addr: fe80::20c:6eff:fe6f:e969/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:78 errors:0 dropped:0 overruns:0 frame:0
TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:26988 (26.3 KiB) TX bytes:26649 (26.0 KiB)
Interrupt:21
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:3491 errors:0 dropped:0 overruns:0 frame:0
TX packets:3491 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17704676 (16.8 MiB) TX bytes:17704676 (16.8 MiB)
wlan0 Link encap:Ethernet HWaddr 00:0F:B5

E:B0:AA
inet addr:192.168.0.107 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20f:b5ff:fede:b0aa/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:953 errors:0 dropped:0 overruns:0 frame:0
TX packets:720 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:399122 (389.7 KiB) TX bytes:136206 (133.0 KiB)
$iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"default" Nickname:"spartaR.greece.ca"
Mode:Managed Frequency:2.462 GHz Access Point: 00:13:46:A5:19:1C
Bit Rate=54 Mb/s Tx-Power:32 dBm
RTS thr=2346 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:56/100 Signal level:-60 dBm Noise level:-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
$ping localhost
PING spartaR.greece.ca (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost6.localdomain6 (127.0.0.1): icmp_seq=1 ttl=64 time=0.041 ms
64 bytes from localhost6.localdomain6 (127.0.0.1): icmp_seq=2 ttl=64 time=0.026 ms
out put of : ifcfg-eth0
[root@spartaR jag]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Ethernet
DEVICE=eth0
BOOTPROTO=none
USERCTL=no
IPV6INIT=no
PEERDNS=no
NETMASK=255.255.255.0
IPADDR=192.168.1.1
HWADDR=00:0c:6e:6f:e9:69
ONBOOT=no
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Wireless
DEVICE=wlan0
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
USERCTL=yes
IPV6INIT=no
PEERDNS=yes
ESSID=default
CHANNEL=1
MODE=Managed
RATE='54 Mb/s'
HWADDR=00:0f:b5:de:b0:aa
ONBOOT=no
$cat /etc/resolve.conf
# generated by NetworkManager, do not edit!
search phub.net.cable.rogers.com
nameserver 192.168.0.1
$ cat /etc/hosts
::1 localhost6.localdomain6 localhost6
127.0.0.1 spartaR.greece.ca spartaR localhost.localdomain localhost