Intel Wireless Centrino N100 error in Txrate and Bitrate

Bug #1880325 reported by Leonardo Gilberto Muñoz Mendez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
linux-meta (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

In the last week install a Xubuntu 18.04 distro in the netbook of my brother this install all fine but the Intel Centrino Wireless N100 card doesnt work good because the Bitrate mark 24 and Txrate 14 all time the unique way to connect to the signal of router its put near this.

I search in the net in Google to resolve this conflict and fix this explain in the lines below the procedure to obtain this.

First this Issue affects this models of Intel Wireless:

Wi-Fi 6 products
Intel® Wi-Fi 6 AX200 (5.1)
Intel® Wi-Fi 6 AX201 (5.2)
802.11ac products
Intel® Wireless-AC 9462 (4.14)
Intel® Wireless-AC 9461 (4.14)
Intel® Wireless-AC 9260 (4.14)
Intel® Wireless-AC 9560 (4.14)
Intel® Wireless-AC 8265 (4.6)
Intel® Wireless-AC 3168 (4.6)
Intel® Wireless-AC 8260 (4.1)
Intel® Wireless-AC 3165 (4.1)
802.11n or 802.11ac products (SKU dependent)
Intel® Wireless 7265 (3.13)
Intel® Wireless 7260 (3.10)
Intel® Wireless 3160 (3.10)
802.11abgn products
Intel® Centrino® Advanced-N 6235 (3.2)
Intel® Centrino® Advanced-N 6230 (2.6.36)
Intel® Centrino® Advanced-N 6205 (2.6.35)
Intel® Centrino® Advance-N + WiMAX 6150 (2.6.30)
Intel® Centrino® Advanced-N + WiMAX 6250 (2.6.30)
Intel® Centrino® Ultimate-N 6300 (2.6.30)
Intel® Centrino® Advanced-N 6200 (2.6.30)
Intel® WiMAX/Wi-Fi Link 5350 (2.6.27)
Intel® Ultimate N Wi-Fi Link 5300 (2.6.27)
Intel® WiMAX/Wi-Fi Link 5150 (2.6.29)
Intel® Wi-Fi Link 5100 Series (2.6.27)
802.11bgn products
Intel® Centrino® Wireless-N 2230 (3.2)
Intel® Centrino® Wireless-N 2200 (3.2)
Intel® Centrino® Wireless-N 105 (3.2)
Intel® Centrino® Wireless-N 135 (3.2)
Intel® Centrino® Wireless-N 100 (2.6.37)
Intel® Centrino® Wireless-N 130 (2.6.37)
Intel® Centrino® Wireless-N 1030 (2.6.36)
Intel® Centrino® Wireless-N 1000 (2.6.30)

Second need to go to this page and download the firmware of the model affected:
https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi

Third decompress the tar in the download folder and us this command in the terminal:
cp iwlwifi-*.ucode /lib/firmware
Later reboot the machine and enter again

Four open a terminal windows and enter the following command:
sudo nano /etc/NetworkManager/NetworkManager.conf

put this line into the file
[device] wifi.scan-rand-mac-address=no

save and reboot the Network Manager or reboot the machine

Five open a terminal windows and enter the following command:
sudo nano /etc/network/interfaces

you see hte file equal this:

auto lo

iface lo inet loopback

auto eth0

iface eth0 inet dhcp

Substitute eth0 for the driver of your wireless card use in the terminal ifconfig to see

Restart Network Manager services or reboot the machine

Six edit DNS config file open the terminal and put the following command:

sudo nano/etc/resolv.conf

Add this lines to the file exactly:

# Google IPv4 nameservers

nameserver 8.8.8.8

nameserver 8.8.4.4
1
2
3
4
5
# Google IPv6 nameservers

nameserver 2001:4860:4860::8888

nameserver 2001:4860:4860::8844

save and close and restart the machine

Ready the Bug its fixed
---
ProblemType: Bug
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: i386
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC0: leonardo 1074 F.... pulseaudio
CurrentDesktop: XFCE
DistroRelease: Ubuntu 18.04
InstallationDate: Installed on 2020-05-25 (0 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release i386 (20180426)
MachineType: Intel Corporation Intel powered classmate PC
Package: linux-meta (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=c103aee1-118e-4dcd-88e2-e9871fdc8081 ro quiet splash vt.handoff=1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-20-generic N/A
 linux-backports-modules-4.15.0-20-generic N/A
 linux-firmware 1.173.18
Tags: bionic
Uname: Linux 4.15.0-20-generic i686
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 05/16/2011
dmi.bios.vendor: Phoenix
dmi.bios.version: BPPNV10A.86A.0015.2011.0516.1530
dmi.board.asset.tag: PTL Nanjing
dmi.board.name: Intel powered classmate PC
dmi.board.vendor: Intel Corporation
dmi.board.version: MP PV
dmi.chassis.type: 10
dmi.chassis.vendor: Intel
dmi.chassis.version: N/A
dmi.modalias: dmi:bvnPhoenix:bvrBPPNV10A.86A.0015.2011.0516.1530:bd05/16/2011:svnIntelCorporation:pnIntelpoweredclassmatePC:pvrBPPV:rvnIntelCorporation:rnIntelpoweredclassmatePC:rvrMPPV:cvnIntel:ct10:cvrN/A:
dmi.product.name: Intel powered classmate PC
dmi.product.version: BP PV
dmi.sys.vendor: Intel Corporation

Revision history for this message
Tom Reynolds (tomreyn) wrote :

Thanks for the bug report. I'm reassigning this to (the proper?) package - calibre is an e-book library manager.

affects: calibre → linux-meta (Ubuntu)
tags: added: bionic
Revision history for this message
Leonardo Gilberto Muñoz Mendez (leonardom1967) wrote :

Your Welcome other things I see in the Distro wrote

Revision history for this message
Erich Eickmeyer (eeickmeyer) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command only once, as it will automatically gather debugging information, in a terminal:
apport-collect 1880325

When reporting bugs in the future please use apport by using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs.

Changed in linux-meta (Ubuntu):
status: New → Incomplete
Revision history for this message
Leonardo Gilberto Muñoz Mendez (leonardom1967) wrote : AlsaInfo.txt

apport information

tags: added: apport-collected
description: updated
Revision history for this message
Leonardo Gilberto Muñoz Mendez (leonardom1967) wrote : CRDA.txt

apport information

Revision history for this message
Leonardo Gilberto Muñoz Mendez (leonardom1967) wrote : CurrentDmesg.txt

apport information

Revision history for this message
Leonardo Gilberto Muñoz Mendez (leonardom1967) wrote : IwConfig.txt

apport information

Revision history for this message
Leonardo Gilberto Muñoz Mendez (leonardom1967) wrote : Lspci.txt

apport information

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for linux-meta (Ubuntu) because there has been no activity for 60 days.]

Changed in linux-meta (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.