wireless LAN prob hi
1st of all i m APPSDBA,i have a network configuration problem @ my work station .
i have a one m/c in that i install XP and Linux AS4 means dual boot.there we r using wireless local area network(using Netgear).
issue : using XP i can communicate with other machines and i can access the internet also. while i boot into Linux i cant communicate !
so i tried to configure the network like
i gave host name @ ]# vi /etc/hosts
and ]# vi /etc/sysconfig/network-scripts/eth0 (for local WLAN)
and said ]# service network restart (every thing "ok" here)
after this i gave ]# ifconfig
it just showing 127.0.0.1 and some stuff(that i dont know wat those 4 or 5 lines).
really i shock while i saw it. network saying okey but its not showing IP.
for XP its fine then wat happen to my Linux(i m not etting wats the prob).
my system configuration is:
==>cpu 2.2 core 2 DUO
==>CABINET ATX WITH SMPS
==>MBD GIGA BYTE 31
==>LAN CARD Wireless Netgear.
i m not sure wat i m giving the info about netgear but i m giving the thing wat was on bill(while purchase it).
Netgear - 'WG311-V3'
54mbps - wirelss
pci adpater, 32bit pci
And i m giving some system information [According to that plz suggest me wat to do for this Prob]
[root@localhost sbin]# ifconfig -a
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:1866 errors:0 dropped:0 overruns:0 frame:0
TX packets:1866 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1980638 (1.8 MiB) TX bytes:1980638 (1.8 MiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[root@localhost sbin]# iwconfig
lo no wireless extensions.
sit0 no wireless extensions.
[root@localhost sbin]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=localhost.localdomain
[root@localhost network-scripts]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.2.98
NETMASK=255.255.255.0
[root@localhost sbin]# lsmod
Module Size Used by
parport_pc 27905 1
lp 15405 0
parport 37641 2 parport_pc,lp
autofs4 22085 0
i2c_dev 14273 0
i2c_core 25921 1 i2c_dev
sunrpc 137637 1
dm_mod 57157 0
button 10449 0
battery 12869 0
ac 8773 0
md5 8001 1
ipv6 238817 10
uhci_hcd 32729 0
ehci_hcd 31813 0
floppy 58065 0
ext3 118473 3
jbd 59481 1 ext3
[root@localhost sbin]# lspci
00:00.0 Host bridge: Intel Corp.: Unknown device 29c0 (rev 02)
00:02.0 VGA compatible controller: Intel Corp.: Unknown device 29c2 (rev 02)
00:1b.0 Class 0403: Intel Corp.: Unknown device 27d8 (rev 01)
00:1c.0 PCI bridge: Intel Corp.: Unknown device 27d0 (rev 01)
00:1c.1 PCI bridge: Intel Corp.: Unknown device 27d2 (rev 01)
00:1d.0 USB Controller: Intel Corp.: Unknown device 27c8 (rev 01)
00:1d.1 USB Controller: Intel Corp.: Unknown device 27c9 (rev 01)
00:1d.2 USB Controller: Intel Corp.: Unknown device 27ca (rev 01)
00:1d.3 USB Controller: Intel Corp.: Unknown device 27cb (rev 01)
00:1d.7 USB Controller: Intel Corp.: Unknown device 27cc (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corp.: Unknown device 27b8 (rev 01)
00:1f.2 IDE interface: Intel Corp.: Unknown device 27c0 (rev 01)
00:1f.3 SMBus: Intel Corp.: Unknown device 27da (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.: Unknown device 8168 (rev 02)
03:00.0 Ethernet controller: Marvell Technology Group Ltd.: Unknown device 1faa (rev 03)
[root@localhost sbin]# cat /etc/modprobe.conf
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
[root@localhost etc]# cat /etc/modprobe.d/blacklist
cat: /etc/modprobe.d/blacklist: No such file or directory
[root@localhost etc]# uname -r
2.6.9-5.ELsmp
[root@localhost etc]# getconfig kernel_bits
getconfig.pl: Version 1.0.
getconfig.pl: Xorg Version: .
getconfig.pl: 23 built-in rules.
getconfig.pl: Evaluated 23 rules with 0 errors.
getconfig.pl: Weight of result is 0.
hope this info is enough to analyze this prob and to give the solution. |