[SOLVED] WiFi issue on satellite p745

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
Lili
Level 1
Level 1
Posts: 3
Joined: Tue Mar 23, 2021 5:58 pm

[SOLVED] WiFi issue on satellite p745

Post by Lili »

Hello, this is written from a translator so I really hope you can understand.


Since installing linux mint 20.1, it has caused me trouble connecting the WiFi, directly does not XDDD And it's already a little annoying to have to use ethernet (I don't know how to type). ( I'm a rookie, very rookie x(

This pc is pretty bad so to speak, it's a satellite p745.

Here are the specifications, I don't know how to do this right.

Code: Select all

genesis@genesis-Satellite-P745:~$ inxi -Fxznr
System:
  Kernel: 5.4.0-58-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
  Desktop: Cinnamon 4.8.5 Distro: Linux Mint 20.1 Ulyssa 
  base: Ubuntu 20.04 focal 
Machine:
  Type: Laptop System: TOSHIBA product: Satellite P745 v: PSMQ1U-04503F 
  serial: <filter> 
  Mobo: TOSHIBA model: POQAA v: 1.00 serial: <filter> BIOS: TOSHIBA v: 1.90 
  date: 12/14/2011 
Battery:
  ID-1: BAT1 charge: 19.9 Wh condition: 38.0/47.5 Wh (80%) 
  model: COMPAL PABAS0241231 status: Charging 
CPU:
  Topology: Dual Core model: Intel Core i3-2350M bits: 64 type: MT MCP 
  arch: Sandy Bridge rev: 7 L2 cache: 3072 KiB 
  flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 18358 
  Speed: 798 MHz min/max: 800/2300 MHz Core speeds (MHz): 1: 798 2: 798 
  3: 798 4: 798 
Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics 
  vendor: Toshiba driver: i915 v: kernel bus ID: 00:02.0 
  Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: fbdev,vesa 
  resolution: 1366x768~60Hz 
  OpenGL: renderer: Mesa DRI Intel HD Graphics 3000 (SNB GT2) 
  v: 3.3 Mesa 20.0.8 direct render: Yes 
Audio:
  Device-1: Intel 6 Series/C200 Series Family High Definition Audio 
  vendor: Toshiba driver: snd_hda_intel v: kernel bus ID: 00:1b.0 
  Sound Server: ALSA v: k5.4.0-58-generic 
Network:
  Device-1: Realtek RTL810xE PCI Express Fast Ethernet vendor: Toshiba 
  driver: r8169 v: kernel port: e000 bus ID: 02:00.0 
  IF: enp2s0 state: down mac: <filter> 
  Device-2: Intel Centrino Wireless-N 1000 [Condor Peak] driver: iwlwifi 
  v: kernel port: e000 bus ID: 03:00.0 
  IF: wlp3s0 state: down mac: <filter> 
Drives:
  Local Storage: total: 698.64 GiB used: 8.92 GiB (1.3%) 
  ID-1: /dev/sda vendor: Hitachi model: HTS547575A9E384 size: 698.64 GiB 
  temp: 38 C 
Partition:
  ID-1: / size: 686.18 GiB used: 8.92 GiB (1.3%) fs: ext4 dev: /dev/sda5 
Sensors:
  System Temperatures: cpu: 54.0 C mobo: N/A 
  Fan Speeds (RPM): N/A 
Repos:
  No active apt repos in: /etc/apt/sources.list 
  Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 
  1: deb http://packages.linuxmint.com ulyssa main upstream import backport #id:linuxmint_main
  2: deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
  3: deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
  4: deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
  5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
  6: deb http://archive.canonical.com/ubuntu/ focal partner
Info:
  Processes: 191 Uptime: 36m Memory: 1.78 GiB used: 778.2 MiB (42.6%) 
  Init: systemd runlevel: 5 Compilers: gcc: 9.3.0 Shell: bash v: 5.0.17 
  inxi: 3.0.38 
genesis@genesis-Satellite-P745:~$ iwconfig
wlp3s0    IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          
enp2s0    no wireless extensions.

lo        no wireless extensions.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
hglee
Level 6
Level 6
Posts: 1422
Joined: Fri Jun 22, 2018 4:31 pm

Re: WiFi issue on satellite p745

Post by hglee »

Lili wrote:Since installing linux mint 20.1, it has caused me trouble connecting the WiFi


Open a Terminal (Ctrl-Alt-T), to copy-and-paste the following command, then tap Enter...

Code: Select all

{ lsusb;lspci;{ iwconfig;lshw -C network;} 2>/dev/null;rfkill;mokutil --sb-stat; }|nc termbin.com 9999

After a brief pause, a termbin.com URL will appear in the Terminal.

Copy and paste that URL into a reply here.


Linux Mint 21 Vanessa, MATE 1.26.0, kernel 5.15.0*, Dell 2-in-1
AMD Ryzen 7 5825U / Barcelo iGPU - 14" WUXGA Touchscreen
MediaTek MT7921 WiFi-6 BT-5.2; 32GB DDR4@3200MHz; XPG 2TB-NVMe
Lili
Level 1
Level 1
Posts: 3
Joined: Tue Mar 23, 2021 5:58 pm

Re: WiFi issue on satellite p745

Post by Lili »

Here it is

shttps://termbin.com/5gqu
User avatar
hglee
Level 6
Level 6
Posts: 1422
Joined: Fri Jun 22, 2018 4:31 pm

Re: WiFi issue on satellite p745

Post by hglee »

Lili wrote: Tue Mar 23, 2021 8:00 pm Here it is
https://termbin.com/5gqu


This will download and install a different driver for your wifi:


On your p745, open a Terminal (Ctrl-Alt-T), then copy-and-paste each of the following four commands, one by one...

Code: Select all

wget https://github.com/cernekee/linux-firmware/raw/master/iwlwifi-1000-3.ucode
sudo mv iwlwifi-1000-3.ucode /lib/firmware/ && cd /lib/firmware
sudo mv iwlwifi-1000-5.ucode iwlwifi-1000-5.ucode-"$(date +%Y%m%d-%H%M%S)"
sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

Reboot your laptop.

Is the wifi OK now?



Linux Mint 21 Vanessa, MATE 1.26.0, kernel 5.15.0*, Dell 2-in-1
AMD Ryzen 7 5825U / Barcelo iGPU - 14" WUXGA Touchscreen
MediaTek MT7921 WiFi-6 BT-5.2; 32GB DDR4@3200MHz; XPG 2TB-NVMe
Lili
Level 1
Level 1
Posts: 3
Joined: Tue Mar 23, 2021 5:58 pm

Re: WiFi issue on satellite p745

Post by Lili »

Yes, it's settled, great man
THANK YOU <3
Locked

Return to “Networking”