Now I can get my cisco aironet mini pci card power on but it cannot
get an IP Address through DHCP.
After install the newest driver provided by cisco (v2.1), I should
run:
$ modprobe mpi350
Warning: loading /lib/modules/2.4.20-8/kernel/drivers/net/mpi350.o
will taint the kernel: no license See
http://www.tux.org/lkml/#export-tainted for information about tainted
modules
Module mpi350 loaded, with warnings
That's why I can't config my adapter in the above.
Now the light is on which indicating the wireless adapter is work, and
I can use the utility "acu" to set the SSID and WEP password etc. But
after I configed it, the configuration UI display:
350 series is not associated.
after a little while:
350 series is associated to IP address 0.0.0.0
When I use ifconfig, the wireless adapter is not list unless I run:
$ifconfig eth1 up
now when I use ifconfig I got:
$ifconfig
eth0 Link encap:Ethernet HWaddr 00:09:6B:53:75:11
inet addr:192.168.2.105 Bcast:192.168.2.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:245 errors:0 dropped:0 overruns:0 frame:0
TX packets:294 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:160976 (157.2 Kb) TX bytes:56579 (55.2 Kb)
Interrupt:11 Base address:0x8400 Memory:c0220000-c0240000
eth1 Link encap:Ethernet HWaddr 00:02:8A:9B:09:48
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:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3728 errors:0 dropped:0 overruns:0 frame:0
TX packets:3728 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:190352 (185.8 Kb) TX bytes:190352 (185.8 Kb)
When I monitored my access point, it just says it received wireless
connection, but not DHCP requirement.
When I use dhclient to get an IP address for my eth1, I got:
$dhclient eth1
Internet Software Consortium DHCP Client V3.0pl1
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/products/DHCP
/sbin/dhclient-script: configuration for eth1 not found.
Listening on LPF/eth1/00:02:8a:9b:09:48
Sending on LPF/eth1/00:02:8a:9b:09:48
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
/sbin/dhclient-script: configuration for eth1 not found.
then it fails.
When using redhat-config-networks I can't see eth1, so I just wondered
where redhat configed eth1. Which config file is in charge of this?
btw, what is the difference between:
ifconfig eth1 up
and
ifup eth1
Anyone can help me out? Thanks a lot!