Device name Dell Inspiron N4010
Fedora 35 latest update
PopOs and Windows 7 gave me 6 megabytes/s speed but fedora gives 100-200 kilobytes/s
Device name Dell Inspiron N4010
Fedora 35 latest update
PopOs and Windows 7 gave me 6 megabytes/s speed but fedora gives 100-200 kilobytes/s
… doing what?
What’s your network adapter?
doing anything even browsing internet is extremely slow
how do i check what network adapter I have (I’m using wifi)? dell’s website doesn’t give the exact name here is the official documentation https://downloads.dell.com/manuals/all-products/esuprt_laptop/esuprt_inspiron_laptop/inspiron-14r_setup%20guide_en-us.pdf
I think it must be one of these https://www.dell.com/support/home/en-in/product-support/product/inspiron-14r/drivers since they provide the drivers for these
from command line, execute:
lspci
or:
lspci | egrep -i --color 'network|ethernet|wireless|wi-fi'
or
sudo dnf -y install lshw
sudo lshw -class network
here is the output from lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation HM57 Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor Reserved (rev 02)
sorry for doing this, I’m a noob, but I think it should be
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01)
as written in line number 15
(post deleted by author)
I used the second command and this is the output
$ lspci | egrep -i --color 'network|ethernet|wireless|wi-fi'
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01)
I got it working!
I searched for the Broadcom whatever and found other people also had similar issue, so I figured it must be a non-free or something driver there was also a person asking in the ask fedora page how to download broadcom-wl driver so I downloaded that, did a reboot and now it works in full speed
sudo dnf install broadcom-wl
There you go. That was quite easy, wasn’t it?!
Please, next time when you paste output from the command line, paste is preformatted text
using the button </> from the little toolbar. That way it looks much nicer and can much more easily read. I have done it for you now, just to see how it should look like, feel free to edit the text and see what I did using backticks (`)