Results 1 to 8 of 8
Hello All,
I am a Newbb to Linux and to CentOS 6 I have been working hard at figuring this out.
My PC:
AMD Phenom(tm) II X4 970 Processor (4 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-20-2013 #1Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
CentOS 6 can't see or set up wireless card
Hello All,
I am a Newbb to Linux and to CentOS 6 I have been working hard at figuring this out.
My PC:
AMD Phenom(tm) II X4 970 Processor (4 cpu cores) (version 2.20.00)
64 bit 3.5 ghz
4 gigs ram
What does work so far:
Installed CentOS 6 with raid 5 on 3 HDD's
Boot up automatically to gnome GUI
Installed ETH0 ethernet and it works
Problem:
wireless card not detected "I think"
So far I have tried from google searches:
First, you set up the ELRepo repository by running (as root):
== BEGIN rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
== END rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
== BEGIN -Uvh http://elrepo.org/elrepo-release-6-4...epo.noarch.rpm
rpm -Uvh http://elrepo.org/elrepo-release-6-4...epo.noarch.rpm
== END -Uvh http://elrepo.org/elrepo-release-6-4...epo.noarch.rpm
Then you install kernel-ml by running (as root):
== BEGIN yum --enablerepo=elrepo-kernel install kernel-ml
yum --enablerepo=elrepo-kernel install kernel-ml
Installed:01/20/2013 trying this for my wireless nic
kernel-ml.x86_64 0:3.7.3-1.el6.elrepo
== END yum --enablerepo=elrepo-kernel install kernel-ml
Reboot the machine. When you get the grub menu, select the newly installed kernel.
It must be at the top of the list and has elrepo in the name.
Boot it and see if your USB wireless now works.
== BEGIN cat /etc/redhat-release
[root@centOS John]# cat /etc/redhat-release
CentOS release 6.3 (Final)
== END cat /etc/redhat-release
I have tried different kernels current one is
== BEGIN uname -rmi
[root@centOS John]# uname -rmi
3.7.3-1.el6.elrepo.x86_64 x86_64 x86_64
== END uname -rmi
== BEGIN rpm -q kernel
[root@centOS John]# rpm -q kernel
kernel-2.6.32-220.el6.x86_64
kernel-2.6.32-279.19.1.el6.x86_64
== END rpm -q kernel
More Stuff:
== BEGIN ifconfig -a
[root@centOS John]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:25:22:52:8D:FE
inet addr:192.168.1.8 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:4615 errors:0 dropped:0 overruns:0 frame:0
TX packets:2387 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1917385 (1.8 MiB) TX bytes:388681 (379.5 KiB)
Interrupt:69 Base address:0x2000
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:14 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
== END ifconfig -a
== BEGIN lspci
[root@centOS John]# lspci
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
06:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Cypress [Radeon HD 5800 Series]
06:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI Cypress HDMI Audio [Radeon HD 5800 Series]
07:05.0 Network controller: Ralink corp. RT2800 802.11n PCI
== END lspci
== BEGIN lspci | grep -i net
[root@centOS /]# lspci | grep -i net
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
07:05.0 Network controller: Ralink corp. RT2800 802.11n PCI
== END lspci | grep -i net
Do I need a more friendly wireless card?
Should this be this difficult?
Am I missing something?
Please advise
Thanks
- 01-20-2013 #2
Can you give us the output of
Code:lsmod
Code:dmesg |grep -i firmware
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 01-20-2013 #3Just Joined!
- Join Date
- Dec 2012
- Posts
- 30
I had the same problem when I first installed Fedora several months ago. I had to change the network manager that is used by the desktop. WICD wouldn't work for me, and neither would an app called "network" (IIRC). I finally got it to work with NetworkManager. I also had to make sure that only one of those were installed.
- 01-21-2013 #4Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
==begin dmesg | grep -i firmware
platform radeon_cp.0: firmware: requesting radeon/CYPRESS_pfp.bin
platform radeon_cp.0: firmware: requesting radeon/CYPRESS_me.bin
platform radeon_cp.0: firmware: requesting radeon/CYPRESS_rlc.bin
platform microcode: firmware: requesting amd-ucode/microcode_amd.bin
r8169 0000:05:00.0: firmware: requesting rtl_nic/rtl8168e-1.fw
==end dmesg | grep -i firmware
- 01-21-2013 #5
I think you need to download a firmware blob but the name might be different on your system. On the Gentoo repos it's called rt2860-firmware. Do a search in your repo and see if you can find a similar package name.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 01-21-2013 #6Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
- 01-22-2013 #7
Try this link.
https://www.centos.org/modules/newbb...30192&forum=40
Where did you find this part?
Then you install kernel-ml by running (as root):
== BEGIN yum --enablerepo=elrepo-kernel install kernel-ml
yum --enablerepo=elrepo-kernel install kernel-ml
Installed:01/20/2013 trying this for my wireless nic
kernel-ml.x86_64 0:3.7.3-1.el6.elrepo
== END yum --enablerepo=elrepo-kernel install kernel-ml
Reboot the machine. When you get the grub menu, select the newly installed kernel.
It must be at the top of the list and has elrepo in the name.
Boot it and see if your USB wireless now works.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 01-22-2013 #8Just Joined!
- Join Date
- Jan 2013
- Posts
- 33
found it here
https://www.centos.org/modules/newbb...topic_id=39429


Reply With Quote

