No network data on Mint

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Cooyal

No network data on Mint

Post by Cooyal »

I have read in this forum of a number of people having issues connecting to wifi on Mint - but they all seem to be different to mine. When I type: inxi -Fxz, and scroll through the list, for Network it says “No device data found”. How can I solve this? Am new to Linux - would appreciate help. Thanks 😊
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
trytip
Level 14
Level 14
Posts: 5366
Joined: Tue Jul 05, 2016 1:20 pm

Re: No network data on Mint

Post by trytip »

we would also like to look at that inxi -Fxz output
Image
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: No network data on Mint

Post by JeremyB »

See the wireless script link in my signature and post results
Cooyal

Re: No network data on Mint

Post by Cooyal »

Code: Select all

oswald@oswald-L14HTCPW:~$ inxi -Fxz
System:
  Host: oswald-L14HTCPW Kernel: 4.15.0-20-generic x86_64 bits: 64 
  compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.8 
  Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic 
Machine:
  Type: Laptop System: Protempo product: L14HTCPW v: 1 serial: <filter> 
  Mobo: Protempo model: L14HTCPW v: 1.0 serial: <filter> 
  UEFI: American Megatrends v: 8.17 date: 06/02/2018 
Battery:
  ID-1: axp288_fuel_gauge charge: N/A condition: N/A model: N/A 
  status: Discharging 
CPU:
  Topology: Quad Core model: Intel Atom x5-Z8350 bits: 64 type: MCP 
  arch: Airmont rev: 4 L2 cache: 1024 KiB 
  flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 11520 
  Speed: 480 MHz min/max: 480/1920 MHz Core speeds (MHz): 1: 480 2: 480 
  3: 480 4: 480 
Graphics:
  Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series 
  PCI Configuration Registers 
  driver: i915 v: kernel bus ID: 00:02.0 
  Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa 
  resolution: 1366x768~60Hz 
  OpenGL: renderer: Mesa DRI Intel HD Graphics (Cherrytrail) 
  v: 4.5 Mesa 18.0.5 direct render: Yes 
Audio:
  Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series 
  Imaging Unit 
  driver: N/A bus ID: 00:03.0 
  Sound Server: ALSA v: k4.15.0-20-generic 
Network:
  Message: No Device data found. 
Drives:
  Local Storage: total: 28.91 GiB used: 6.88 GiB (23.8%) 
  ID-1: /dev/mmcblk0 model: NCard size: 28.91 GiB 
Partition:
  ID-1: / size: 27.83 GiB used: 6.88 GiB (24.7%) fs: ext4 
  dev: /dev/mmcblk0p2 
Sensors:
  System Temperatures: cpu: 41.0 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 197 Uptime: 2m Memory: 3.78 GiB used: 567.9 MiB (14.7%) 
  Init: systemd runlevel: 5 Compilers: gcc: 7.3.0 Shell: bash v: 4.4.19 
  inxi: 3.0.27 
oswald@oswald-L14HTCPW:~$
Cooyal

Re: No network data on Mint

Post by Cooyal »

Code: Select all

oswald@oswald-L14HTCPW:~$ wget -N -t -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
wget: --tries: Invalid number ‘-T’.
oswald@oswald-L14HTCPW:~$ cat wireless-info.txt | nc termbin.com 9999
cat: wireless-info.txt: No such file or directory
nc: getaddrinfo for host "termbin.com" port 9999: Name or service not known
oswald@oswald-L14HTCPW:~$
Cooyal

Re: No network data on Mint

Post by Cooyal »

Thank you for taking the time to look at this for me
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: No network data on Mint

Post by JeremyB »

Copy the commands exactly

Code: Select all

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
cat wireless-info.txt | nc termbin.com 9999
Your first attempt missed the 5 after -t
Cooyal

Re: No network data on Mint

Post by Cooyal »

Code: Select all

oswald@oswald-L14HTCPW:~$ wget -N -t 5 -T 10 https://github.com/UbuntuForumForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-infocat wireless-info.txt | nc termbin.com 9999
--2019-01-20 08:20:40--  https://github.com/UbuntuForumForums/wireless-info/raw/master/wireless-info
Resolving github.com (github.com)... failed: Name or service not known.
wget: unable to resolve host address ‘github.com’
oswald@oswald-L14HTCPW:~$
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: No network data on Mint

Post by JeremyB »

Post results for

Code: Select all

lsmod | grep cfg
Cooyal

Re: No network data on Mint

Post by Cooyal »

Code: Select all

oswald@oswald-L14HTCPW:~$ lsmod | grep cfg
cfg80211              622592  1 brcmfmac
oswald@oswald-L14HTCPW:~$
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: No network data on Mint

Post by JeremyB »

Ok now results for

Code: Select all

dmesg | grep brcm; ls /sys/firmware/efi/efivars | grep nvram
Cooyal

Re: No network data on Mint

Post by Cooyal »

Code: Select all

oswald@oswald-L14HTCPW:~$ dmesg | grep brcm; ls /sys/firmware/efi/efivars | grep nvram
[    8.024839] bluetooth hci0: Direct firmware load for brcm/BCM4345C0.hcd failed with error -2
[    8.024850] Bluetooth: hci0: BCM: Patch brcm/BCM4345C0.hcd not found
[    8.464367] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
[    8.465513] usbcore: registered new interface driver brcmfmac
[    8.518337] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.txt failed with error -2
[   11.472203] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[   12.482289] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
oswald@oswald-L14HTCPW:~$
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: No network data on Mint

Post by JeremyB »

See if my answer at https://askubuntu.com/a/1009384/300665 works
Cooyal

Re: No network data on Mint

Post by Cooyal »

oswald@oswald-L14HTCPW:~$ sudo cp /sys/firmware/efi/efivars/nvram-74b00bd9-805a-4d61-b51f-43268123d113 /lib/firmware/brcm/brcmfmac43455-sdio.txt
[sudo] password for oswald:
cp: cannot stat '/sys/firmware/efi/efivars/nvram-74b00bd9-805a-4d61-b51f-43268123d113': No such file or directory
oswald@oswald-L14HTCPW:~$ wget https://github.com/khadas/android_hardw ... c_wifi/raw b6709758755568e4a0ff6e80993be0fc64c77fb9/bcm_ampak/config/6255/nvram.txt
--2019-01-20 10:34:49-- https://github.com/khadas/android_hardw ... c_wifi/raw
Resolving github.com (github.com)... failed: Name or service not known.
wget: unable to resolve host address ‘github.com’
--2019-01-20 10:34:49-- http://b6709758755568e4a0ff6e80993be0fc ... /nvram.txt
Resolving b6709758755568e4a0ff6e80993be0fc64c77fb9 (b6709758755568e4a0ff6e80993be0fc64c77fb9)... failed: Name or service not known.
wget: unable to resolve host address ‘b6709758755568e4a0ff6e80993be0fc64c77fb9’
oswald@oswald-L14HTCPW:~$ sudo cp nvram.txt /lib/firmware/brcm/brcmfmac43455-sdio.txt
Locked

Return to “Networking”