LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   wireless is not enable in my RedHat enterprise linux 6 box (https://www.linuxquestions.org/questions/red-hat-31/wireless-is-not-enable-in-my-redhat-enterprise-linux-6-box-4175460233/)

sumangsh 04-30-2013 11:36 PM

wireless is not enable in my RedHat enterprise linux 6 box
 
in my Redhat enterprise linux 6 system wireless not getting activated. And I can see also wireless device also not showing. Please help.Thanks in advance.

[root@dhcppc0 ~]# lspci
00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5)
00:1c.7 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 8 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
09:00.0 Network controller: Intel Corporation Device 008a (rev 34)

0b:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
[root@dhcppc0 ~]#

Terminator3000 05-01-2013 12:51 AM

See this post on setting up wireless via DHCP it is for Centos 6 which is an rpm based system.

onebuck 05-01-2013 07:04 AM

Moderator Response
 
Moved: This thread is more suitable in <RedHat> and has been moved accordingly to help your thread/question get the exposure it deserves.

Terminator3000 05-01-2013 09:45 AM

You have 2 network controllers, can't tell from here if one is the wireless device but even if it is, the fact that it is showing with the lspci command does not necessarily mean that it is installed properly or at all. You need the drivers installing/building properly, so first find them and follow the instructions to build, most likely a simple ./configure, make & make install from a suitable directory like /tmp or /usr/local. Then run

$ sudo ifconfig -a

and make sure you have an output like the eth0 one but appearing as

wlan0 or similar - then you should be ready to set up the connection

Go to the post on wireless setup for RHEL to set it up, although the post is for wep/dhcp it should at least get you going.

sumangsh 05-18-2013 12:04 AM

At the time of startup its showing wrong mac address asigned. but i checked from windows that the mac address is same which i asigned. Please suggest.

Terminator3000 05-18-2013 01:45 AM

You need to make sure that the correct mac address is in your /etc/sysconfig/network-scripts/ifcfg-wlan0 file. Try this

$ sudo grep wlan0 /var/log/dmesg

and check that the output is the same as in your wlan0-ifcfg file.

$ cat /etc/sysconfig/network-scripts/ifcfg-wlan0

if not, change it

$ sudo vi /etc/sysconfig/network-scripts/ifcfg-wlan0

change the HWADDR of this to the output of the first command above

Substitute 'wlan0' for whatever name your device has

sumangsh 05-19-2013 12:25 AM

there is no such line with wlan0 in dmesg.i have attached dmesg and ifcfg-wlan0 file.Please check and suggest. Thanks in advance.
Most of ridiculous thing is when i am trying to enable or disable wireless from keyboard it is working on bluetooth connection.

Terminator3000 05-19-2013 03:58 AM

I cant see the attachment but if its not showing wlan0 or similar in either dmesg or ifcfg then probably drivers still not installed properly. ie system not detecting it. Try uninstall/reinstall drivers then run through previous again.

a. First you have to see that drivers installed so that wlan0 or similar shows in the

$ sudo ifconfig -a command

b.The HWADDR from dmesg has to be the same as the one in your ifcfg-wlan0 file, you will have to build this file manually, Centos 6 wireless runs through it.


All times are GMT -5. The time now is 06:35 PM.