LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   about wireless drivers (https://www.linuxquestions.org/questions/linux-newbie-8/about-wireless-drivers-4175579690/)

prajwal.867 05-13-2016 02:34 AM

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....?

pan64 05-13-2016 02:36 AM

what kind of OS/hardware do you have?

prajwal.867 05-13-2016 02:39 AM

I installed RHEL 6.0
Hardware DELL VOSTRO 2520 laptop.
I have searched for drivers in DELL Support web I could not found it.

beachboy2 05-13-2016 02:45 AM

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.

pan64 05-13-2016 02:48 AM

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

prajwal.867 05-13-2016 02:51 AM

Thanks for useful reply @beachboy2....and @pan64.
I will try that and get back sooon.

prajwal.867 05-13-2016 04:13 AM

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....?

ardvark71 05-13-2016 04:23 AM

Quote:

Originally Posted by prajwal.867 (Post 5544900)
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...

prajwal.867 05-13-2016 04:48 AM

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...

ferrari 05-13-2016 05:02 AM

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

ferrari 05-13-2016 05:02 AM

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

ferrari 05-13-2016 05:14 AM

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

ardvark71 05-13-2016 05:17 AM

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...

pan64 05-13-2016 05:19 AM

probably this: https://forums.linuxmint.com/viewtopic.php?f=49&t=80757

ardvark71 05-13-2016 05:22 AM

Quote:

Originally Posted by pan64 (Post 5544921)

That's for the ethernet adapter, the OP is asking about the wireless. ;)

Regards...


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