LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-09-2012, 07:42 AM   #1
strakh
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Rep: Reputation: Disabled
Unhappy WiFi not enabled on Redhat Enterprise Linux 6


Hey everyone!
I recently installed RHEL 6.0 on my machine and unfortunately I can't enable WiFi..
I read many threads and forums but couldn't manage to make it work
Can anyone please help??
I tried some commands to check if the driver is installed:

[root@demo bin]# lspci -nn | grep 0280
03:00.0 Network controller [0280]: Broadcom Corporation BCM43227 802.11b/g/n [14e4:4358]


I would really appreciate any help!!

Last edited by strakh; 07-09-2012 at 07:43 AM.
 
Old 07-10-2012, 12:24 AM   #2
access2nitan
Member
 
Registered: Jul 2012
Posts: 44

Rep: Reputation: Disabled
you need to install the wireless_tool package after that type some following command.
# lspci |grep -i wireless
#ifconfig -a this command will so use the wireless Lan card.
Now configure it properly..
after configuring this,you have to run a scripts.
Open this file.
#vim /etc/networks/interface
auto wlan0
iface wlan0 net dhcp
wpa-ssid YOUR-SSID-HERE
wpa-psk YOUR-SSID-PASSWORD-HERE

now save and close this file and run some more command.
# ifup wlan0
# ifconfig wlan0
#ping router-ip-here
#ping google.com
now restart network service #service network restart..
END
i hope it will work...
 
Old 07-10-2012, 01:24 AM   #3
strakh
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
So i downloaded wireless-tools-29-5.1.1.el6.i686.rpm like you said
and whenever i try to install it:
[root@demo /]# yum install wireless-tools
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
ULN support will be disabled.
Setting up Install Process
Nothing to do

I'm really sorry to disturb you! I am new to this stuff and I really need help!
Thanks again
 
Old 07-10-2012, 02:19 AM   #4
access2nitan
Member
 
Registered: Jul 2012
Posts: 44

Rep: Reputation: Disabled
i have just checked you message.and the yum isn't configure in your laptop/computer,thats the reason you are unable to install the wireless_tool package...
So firstly configure yum in your pc or install the particular package through CD/DVD...

Or you can take some help through this Link:-
visit on this link...

http://ansil4linux.blogspot.in/2011/...-in-rhel6.html..
 
Old 07-10-2012, 03:03 AM   #5
strakh
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
isn't there another solution than YUM can't I install the package using another command because i'm getting errors while trying to configure YUM!
 
Old 07-18-2012, 02:20 AM   #6
access2nitan
Member
 
Registered: Jul 2012
Posts: 44

Rep: Reputation: Disabled
visit on this site and follow the easy steps that how to configure YUM on red hat Linux 6

http://pnaplinux.blogspot.in/2012/01...in-rhel-6.html
 
Old 07-18-2012, 04:41 AM   #7
strakh
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
I really appreciate your help access2nitan..Here's what happening with me:
I'm trying to follow the steps provided in the link you sent me.
Whenever I try to install any of the following rpms, here's what i get:
for the createrepo:
I tried installing deltarpm, python-deltarpm but i get:
Missing Dependency: librpmio.so.1() (64 bit) is needed by package deltarpm- 3.5-0.5 20090913git.e16.x86_64
For the vsftpd i get:
Missing Dependency: libssl.so.10() (64 bit) is needed by package vsftpd- 2.2.2-6 e16.x86_64

Everytime I try to do something on this linux machine i get blocked

I would really appreciate any suggestions
Thanks again
 
Old 07-18-2012, 04:59 AM   #8
rmugunthan
Member
 
Registered: Jan 2009
Location: Coimbatore, India
Distribution: rhel
Posts: 49

Rep: Reputation: 3
To install deltarpm, you need to install "rpm-libs" package as the dependency.

Also to install vsftpd, you need to install "openssl" package.

Once you completed with your yum configuration, you can install other packages without the dependencies problem.
 
Old 07-18-2012, 09:39 AM   #9
strakh
LQ Newbie
 
Registered: Jul 2012
Posts: 5

Original Poster
Rep: Reputation: Disabled
for the rpm-libs here's what i get:
Missing Dependency: libpopt.so.0 (LIBPOPT_0)(64bit) is needed by package rpm-libs-4.8.0-12.el6.x86_64)
Missing Dependency: rpm-libs = 4.4.2.3.27.0.1.el5 is needed by package rpm-devel-4.4.2.3.27.0.1.el5.i386 (installed)
Missing Dependency: librpmd -4.4.so()(64bit)is needed by package rpm-build-4.4.2.3.27.0.1.x86_64 (installed)
.
.
.
.
and for the openssl here's what i get:
Missing Dependency: libssl.so.6()(64bit) is needed by package php-5.1.6-32.el5.x86_64 (installed)
Missing Dependency: libcrypto.so.6()(64bit) is needed by package postgresql-libs-8.1.23-1.el5_7.3.x86_64 (installed)
.
.
.

Helpppppp!!!!!!!!!!!!! Please!
 
Old 07-18-2012, 10:07 AM   #10
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
If you don't have a support contract with Redhat you won't have access to their repositories for application installation or upgrade. Hence:
Quote:
This system is not registered with ULN.
ULN support will be disabled.
Setting up Install Process
Nothing to do


Play Bonny!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MPP Enabled - Redhat Enterprise 5.2 stevemassey Red Hat 2 11-25-2008 06:40 AM
RedHat Enterprise Linux 5.0 and SUSE Linux Enterprise Server 10 available in French?? FrenchQAtestengineer Linux - Newbie 1 02-21-2008 11:26 AM
LXer: Tiny WiFi-enabled Linux box boots in 1.1 seconds LXer Syndicated Linux News 0 10-11-2006 12:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration