Wireless CentOS 6 Almost there
Hello All,
I am a newbb but learning a lot. I finally got CentOS 6 to see my wireless card. Problem is if I run Network Connections and go to wireless mode it is set to ad-hoc and I cant change it and if I go to change BSSID the apply buton becomes disabled.
Then I tried system-config-network and my wireless doesn't show there, just eth0. If I try to add a device a wireless option isn't there. Here is what it shows for connection info IP is not a 192.168.1.xxx. Any help would be appreciated. Here are the commands I used to help see what I have if you need more please advise.
Thanks
Connection Information:
interface 802.11 WiFi (wlan0)
hardware interface 68:7F:74:F0:29:64
speed unknown
driver is rt2800pci
security WPA/WPA2
IPv4
IP address 10.42.43.1
Broadcast address 10.42.43.255
subnet mask 255.255.255.0
== BEGIN lspci -v
07:05.0 Network controller: Ralink corp. RT2800 802.11n PCI
Subsystem: Linksys Device 0067
Flags: bus master, slow devsel, latency 32, IRQ 20
Memory at fe9f0000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 3
Kernel driver in use: rt2800pci
Kernel modules: rt2800pci
== END lspci -v
== BEGIN cat /etc/redhat-release
[root@centOS John]# cat /etc/redhat-release
CentOS release 6.3 (Final)
== END cat /etc/redhat-release
Kernel
== BEGIN uname -r
3.7.3-1.el6.elrepo.x86_64
== END uname -r
==BEGIN ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:25:22:52:8D:FE
inet addr:192.168.1.49 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::225:22ff:fe52:8dfe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7192 errors:0 dropped:0 overruns:0 frame:0
TX packets:6210 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5460786 (5.2 MiB) TX bytes:1355454 (1.2 MiB)
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:65536 Metric:1
RX packets:14 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:804 (804.0 b) TX bytes:804 (804.0 b)
wlan0 Link encap:Ethernet HWaddr 68:7F:74:F0:29:64
inet addr:10.42.43.1 Bcast:10.42.43.255 Mask:255.255.255.0
inet6 addr: fe80::6a7f:74ff:fef0:2964/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:59 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:9883 (9.6 KiB)
== END ifconfig -a
==BEGIN nmcli dev
DEVICE TYPE STATE
eth0 802-3-ethernet connected
wlan0 802-11-wireless connected
==END nmcli dev
==BEGIN route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
10.42.43.0 0.0.0.0 255.255.255.0 U 2 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
==END route -n