Wifi keeps dropping out in evening [Solved]
- SpidermansLegs
- Posts: 42
- Joined: Sat Nov 11, 2023 5:03 am
Re: Wifi keeps dropping out in evening
Ah right thank you. Got it.
Would there be any benefit in updating his RAM too? He did buy a DDR3 one to add but the computer didn't seem to pick it up.
The one he added was Integral RAM 4GB DDR3 1600MHz Desktop PC Memory
Would there be any benefit in updating his RAM too? He did buy a DDR3 one to add but the computer didn't seem to pick it up.
The one he added was Integral RAM 4GB DDR3 1600MHz Desktop PC Memory
- linexer2016
- Posts: 733
- Joined: Thu Dec 15, 2016 8:15 pm
Re: Wifi keeps dropping out in evening
Adding compatible memory never goes astray in terms of being useful. Of course, it does depend on your computing needs - no point in having a surfeit of RAM if you do little more than some basic browsing and word processing in which case 8Gb of RAM should be quite adequate. Check out crucial.com for they along with similar providers of RAM modules have a RAM compatibility checker which helps ensure you buy the RAM that is suited to your PC.
- SpidermansLegs
- Posts: 42
- Joined: Sat Nov 11, 2023 5:03 am
Re: Wifi keeps dropping out in evening
I checked crucial.com but it wants to know the manufacturer of the computer.
It was custom built and with a lot of digging I found the invoice from 2017
This is what it says:
CAS2569 1 CiT Phaser Midi Tower Black Case
MBD1328 1 Gigabyte F2A78M-HD2 AMD Socket FM2+ Motherboard
CAB8001 1 Mains Power Cable
CDR0150 1 CCL Choice DVD Writer Optical Drive
CPU0288 1 AMD A6 7400K 3.5GHz Dual Core (Socket FM2+) CPU
RAM1635 1 CCL Choice 4GB (1x 4GB) 1600MHz DDR3 RAM
HDD2762 1 Seagate BarraCuda 2TB SATA III 3.5" Hard Drive
NET2445 1 Edimax EW-7612PIn V2 OEM 300Mbps PCI Express WiFi
It was custom built and with a lot of digging I found the invoice from 2017
This is what it says:
CAS2569 1 CiT Phaser Midi Tower Black Case
MBD1328 1 Gigabyte F2A78M-HD2 AMD Socket FM2+ Motherboard
CAB8001 1 Mains Power Cable
CDR0150 1 CCL Choice DVD Writer Optical Drive
CPU0288 1 AMD A6 7400K 3.5GHz Dual Core (Socket FM2+) CPU
RAM1635 1 CCL Choice 4GB (1x 4GB) 1600MHz DDR3 RAM
HDD2762 1 Seagate BarraCuda 2TB SATA III 3.5" Hard Drive
NET2445 1 Edimax EW-7612PIn V2 OEM 300Mbps PCI Express WiFi
- SpidermansLegs
- Posts: 42
- Joined: Sat Nov 11, 2023 5:03 am
Re: Wifi keeps dropping out in evening
Anyway, I understand if you don't want to help with this as I feel I am asking an awful lot and you've already helped with the wifi issue which I'm really grateful for :)
- linexer2016
- Posts: 733
- Joined: Thu Dec 15, 2016 8:15 pm
Re: Wifi keeps dropping out in evening
No worries Spider. Looking at your custom built specs. I'd suggest you enter MBD1328 Gigabyte F2A78M-HD2 AMD Socket FM2+ (the motherboard) for it's the motherboard that the RAM fits onto and inputting that should IMO, yield the compatible memory you may be after. You could as well search for RAM1635 part number. Good luck.
Re: Wifi keeps dropping out in evening
@SpidermansLegs
from here:
https://www.gigabyte.com/Motherboard/GA ... v-30/sp#sp
Theses are the supported memory types for the desktop's motherboard:
from here:
https://www.gigabyte.com/Motherboard/GA ... v-30/sp#sp
Theses are the supported memory types for the desktop's motherboard:
Edited to add that since you already have DDR3 1600 installed, any future ram should also be that speed.Support for DDR3 2400(OC)/2133/1866/1600/1333 MHz memory modules
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
- SpidermansLegs
- Posts: 42
- Joined: Sat Nov 11, 2023 5:03 am
Re: Wifi keeps dropping out in evening
Thank you all. You have been so helpful :-)
We have bought the wifi adapter suggested from amazon. We'll be looking into the RAM too based on your suggestions :-)
We have bought the wifi adapter suggested from amazon. We'll be looking into the RAM too based on your suggestions :-)
- SpidermansLegs
- Posts: 42
- Joined: Sat Nov 11, 2023 5:03 am
Re: Wifi keeps dropping out in evening
It's funny that the new one we added was ddr3 1600 but the machine did not recognise it.
j2mcgreg wrote: Mon Nov 13, 2023 6:31 am @SpidermansLegs
from here:
https://www.gigabyte.com/Motherboard/GA ... v-30/sp#sp
Theses are the supported memory types for the desktop's motherboard:Edited to add that since you already have DDR3 1600 installed, any future ram should also be that speed.Support for DDR3 2400(OC)/2133/1866/1600/1333 MHz memory modules
Re: Wifi keeps dropping out in evening
In the meantime:
/ ... used: ... (90.7%) ... dev: /dev/sda1
Make some cleaning as soon as possible. Otherwise someday it'll make a surprise and won't let him even login (then you won't know what happened suddenly and ask :) )
"Disk Usage Analyzer" from menu will be helpful, you can move some big sized files to somewhere else. Also "MX Cleaner" from menu may be helpful...
Just btw. you can use "zram" (like I do): https://mxlinux.org/wiki/other/zram/
This will do it at one go on MX-19:
Reboot
/ ... used: ... (90.7%) ... dev: /dev/sda1
Make some cleaning as soon as possible. Otherwise someday it'll make a surprise and won't let him even login (then you won't know what happened suddenly and ask :) )
"Disk Usage Analyzer" from menu will be helpful, you can move some big sized files to somewhere else. Also "MX Cleaner" from menu may be helpful...
Just btw. you can use "zram" (like I do): https://mxlinux.org/wiki/other/zram/
This will do it at one go on MX-19:
Code: Select all
sudo cp /usr/local/bin/zram /etc/init.d ; sudo update-rc.d zram defaults
Re: Wifi keeps dropping out in evening
SpidermansLegs wrote: Mon Nov 13, 2023 8:20 am It's funny that the new one we added was ddr3 1600 but the machine did not recognise it.
j2mcgreg wrote: Mon Nov 13, 2023 6:31 am @SpidermansLegs
from here:
https://www.gigabyte.com/Motherboard/GA ... v-30/sp#sp
Theses are the supported memory types for the desktop's motherboard:Edited to add that since you already have DDR3 1600 installed, any future ram should also be that speed.Support for DDR3 2400(OC)/2133/1866/1600/1333 MHz memory modules
Here's the supported list of RAM for that motherboard. (click on download and scroll to the 1600 section)
https://www.gigabyte.com/Motherboard/GA ... upport-doc
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.