LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-13-2016, 02:34 AM   #1
prajwal.867
LQ Newbie
 
Registered: May 2016
Posts: 7

Rep: Reputation: Disabled
about wireless drivers


Hello All,
I am new to linux. Today i have installed LINUX OS in laptop.
I am unable to connect to internet. If i use LAN it is connecting automatically.So after connecting in LAN what is the steps to update wireless drivers....? Anybody can help me....?
 
Old 05-13-2016, 02:36 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
what kind of OS/hardware do you have?
 
Old 05-13-2016, 02:39 AM   #3
prajwal.867
LQ Newbie
 
Registered: May 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
I installed RHEL 6.0
Hardware DELL VOSTRO 2520 laptop.
I have searched for drivers in DELL Support web I could not found it.
 
Old 05-13-2016, 02:45 AM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
prajwal.867,

Welcome to LQ.

This may help:

https://www.linux.com/blog/how-enable-wireless-rhel-60

Broadcom wifi cards are notorious for being problematic with Linux, so much so, that one of our LQ members, frankbell, has posted this "sticky" on the subject:

http://www.linuxquestions.org/questi...ux-4175434970/

Please read and inwardly digest.

Last edited by beachboy2; 05-13-2016 at 02:52 AM.
 
Old 05-13-2016, 02:48 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
check here, probably you will get some useful hints:
http://askubuntu.com/questions/22763...pdate-to-12-10
http://askubuntu.com/questions/51222...u-14-04-update
 
Old 05-13-2016, 02:51 AM   #6
prajwal.867
LQ Newbie
 
Registered: May 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks for useful reply @beachboy2....and @pan64.
I will try that and get back sooon.
 
Old 05-13-2016, 04:13 AM   #7
prajwal.867
LQ Newbie
 
Registered: May 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hello,
I tried above links, I came to know that my driver is
Broadcom Corporation BCM4365 (rev 01).
I am searching in Broadcom website,Unable to find it.
Can anyone help me out with this....?
 
Old 05-13-2016, 04:23 AM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by prajwal.867 View Post
Can anyone help me out with this....?
Hello and welcome to the forum

Just to make sure, please open a terminal and post the results of these commands...

Code:
lspci -nnk | grep -i net -A2
Code:
iwconfig
Please omit nothing from the results.

Regards...

Last edited by ardvark71; 05-13-2016 at 04:25 AM. Reason: Correction.
 
Old 05-13-2016, 04:48 AM   #9
prajwal.867
LQ Newbie
 
Registered: May 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi ardvark71,
I got following display...

[root@praj Desktop]# lspci -nnk | grep -i net -A42

07:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:4365] (rev 01)

Subsystem: Dell Device [1028:0016]

09:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 07)

Subsystem: Dell Device [1028:0558]

Kernel driver in use: r8169

Kernel modules: r8169

[root@praj Desktop]# iwconfig

lo no wireless extensions.


Auto_eth0 no wireless extensions.


Thank you...
 
Old 05-13-2016, 05:02 AM   #10
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Which kernel version?
Code:
uname -r
Maybe the RHEL6 kernel is too old to support the 14e4:4365 chipset? This chipset is supported by the brcmfmac driver and firmware is required too.

https://wireless.wiki.kernel.org/en/...vers/brcm80211
 
Old 05-13-2016, 05:02 AM   #11
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Which kernel version?
Code:
uname -r
Maybe the RHEL6 kernel is too old to support the 14e4:4365 chipset? This chipset is supported by the brcmfmac driver and firmware is required too.

https://wireless.wiki.kernel.org/en/...vers/brcm80211
 
Old 05-13-2016, 05:14 AM   #12
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
The proprietary Broadcom driver may be an option for you, but I'm not familiar with using RHEL to advise in further detail

https://elrepo.org/tiki/wl-kmod
 
1 members found this post helpful.
Old 05-13-2016, 05:17 AM   #13
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi all...

According to this page and others I've seen, the chip in question is the BCM43142 and it requires the "wl" driver. I'm not sure if the brcmfmac driver is the same thing or provides the same module. If the correct driver can be found, I did find some installation instructions here, although some, if not all, of the links or dead.

The page supplied by ferrari above should resolve this problem.

@ferrari: Good find!

Regards...

Last edited by ardvark71; 05-13-2016 at 05:34 AM. Reason: Added comment/Changed information.
 
Old 05-13-2016, 05:19 AM   #14
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
probably this: https://forums.linuxmint.com/viewtopic.php?f=49&t=80757
 
Old 05-13-2016, 05:22 AM   #15
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by pan64 View Post
That's for the ethernet adapter, the OP is asking about the wireless.

Regards...

Last edited by ardvark71; 05-13-2016 at 05:25 AM. Reason: Added wordage.
 
  


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
Cant Find Drivers For My Dynex Wireless USB Adapter For Wireless Internet.... sent17inel Linux - Hardware 3 12-09-2017 04:04 AM
[SOLVED] Installing wireless drivers with Atheros AR9285 Wireless Network Adapter nine9nine Linux - Software 4 04-07-2017 08:27 AM
Wireless drivers, no windows drivers on machine Kitzelmcnickt Linux - Software 2 11-08-2008 11:35 PM
OpenSUSE 11: Wireless Drivers on Medion MD96015 Lappy; No supported drivers? Kbiscu1t Linux - Hardware 2 06-28-2008 11:14 PM
ATI 9600 drivers/ wireless drivers on a Dell 9100 running Fedora 7 slvdvl Linux - Laptop and Netbook 10 07-22-2007 04:11 AM

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

All times are GMT -5. The time now is 05:38 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