LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-14-2010, 02:05 PM   #1
grouse_knoll
LQ Newbie
 
Registered: Feb 2007
Location: McCall, Idaho
Distribution: pupwin98
Posts: 10

Rep: Reputation: 0
Added Ram not recognized by Linux Puppy 0.51 on a Toshiba Laptop M35X


I am a newbie to Linux OS.
I have a Toshiba Laptop M35X that has 640Mb of ram. I added a 1Gb ram card. I boot Puppy via a live CD.
When I booted Puppy it indicated the same amount of ram (166Mb) as before the new 1Gb ram card was installed.
I used cat /proc/meminfo to get information on memory. It reports among other things:
MemTotal: 1521464 kB (~ The original 640Mb plus the new 1Gb)
MemFree: 577484 kB ?
I have looked through forums, but this problem was not addressed specifically. I did find out aboout /proc/meminfo, although under System/System Status and Config/Hard Info Hardware Information/Devices/Memory I get the same information.
Everything is working fine, but if I add programs I run the risk of running out of memory. I am also trying to figure out the discrepancy.

Your comment will add to my knowledge.
Juan
 
Old 12-14-2010, 02:09 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
What exactly is your problem? You stated yourself (and the output of cat /proc/meminfo proves that) that your RAM is recognized.
 
Old 12-14-2010, 03:27 PM   #3
grouse_knoll
LQ Newbie
 
Registered: Feb 2007
Location: McCall, Idaho
Distribution: pupwin98
Posts: 10

Original Poster
Rep: Reputation: 0
Thank you for your reply. I am sorry I was not clear in reporting the actual discrepancy.
In the puppy linux that I am loading the taskbar reports the amount of free RAM available. In my case the task bar is reporting 166Mb free when it should report that plus the RAM that I added.
I don't know what is the program that displays the free RAM, and how it is acquiring its information.
 
Old 12-14-2010, 03:30 PM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Perhaps some RAM is just cached (the taskbar is not reading it correctly). What's the output of 'free -m'?
 
Old 12-14-2010, 04:28 PM   #5
grouse_knoll
LQ Newbie
 
Registered: Feb 2007
Location: McCall, Idaho
Distribution: pupwin98
Posts: 10

Original Poster
Rep: Reputation: 0
From the System Info program free memory is reported as 342Mb. The program also reports "Buffers" at 360Mb, and "Cached" at 643Mb.
The task bar reports "114M free".
 
Old 12-14-2010, 04:32 PM   #6
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
That's why I don't trust GUI programs What's the output of 'free -m'?
 
Old 12-14-2010, 04:48 PM   #7
grouse_knoll
LQ Newbie
 
Registered: Feb 2007
Location: McCall, Idaho
Distribution: pupwin98
Posts: 10

Original Poster
Rep: Reputation: 0
I am sorry to appear dense, but how do I go about answering your question "output of free -m".
 
Old 12-14-2010, 04:51 PM   #8
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by grouse_knoll View Post
I am sorry to appear dense, but how do I go about answering your question "output of free -m".
I mean it's just to double check it because your first post indicates that your memory is correctly recognised by the system.

What you need to do is to open the command line interface and type 'free -m'
 
Old 12-14-2010, 04:52 PM   #9
grouse_knoll
LQ Newbie
 
Registered: Feb 2007
Location: McCall, Idaho
Distribution: pupwin98
Posts: 10

Original Poster
Rep: Reputation: 0
I found out. Just type free.
Mem: total 1521Mb Used: 1232Mb Fre 288Mb. Shared: 0 Buffers 379Mb
 
Old 12-14-2010, 04:53 PM   #10
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by grouse_knoll View Post
I found out. Just type free.
Mem: total 1521Mb Used: 1232Mb Fre 288Mb. Shared: 0 Buffers 379Mb
Can you post the whole output?
 
Old 12-14-2010, 05:00 PM   #11
grouse_knoll
LQ Newbie
 
Registered: Feb 2007
Location: McCall, Idaho
Distribution: pupwin98
Posts: 10

Original Poster
Rep: Reputation: 0
# free
total used free shared buffers
Mem: 1521464 1204528 316936 0 379896
Swap: 0 0 0
Total: 1521464 1204528 316936
#
 
Old 12-14-2010, 05:06 PM   #12
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
As you can see your RAM is recognised by your system. For some reason the panel you're talking about reads it in a wrong way.

PS. Try to post any output using CODE tags. It's much easier to read
Also 'free -m' also makes it easier to read as it displays the values in megabytes.

Here's some useful article about memory usage in linux:
http://www.linuxatemyram.com/
 
Old 12-14-2010, 05:25 PM   #13
grouse_knoll
LQ Newbie
 
Registered: Feb 2007
Location: McCall, Idaho
Distribution: pupwin98
Posts: 10

Original Poster
Rep: Reputation: 0
Thank you for your help.
In my terminal emulator the free -m command gives me the help message answer: "Displays the amount of free and used memory"
I did not know how to copy from the emulator to the message, or use CODE tags.
It seems like the used memory is one of the problems. It reports using 1.2GB. I don't know where the system is using all that memory.
I will look at your reference, and that may clarify the subject.
Thanks again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No video on Puppy Linux live CD with Toshiba Tecra 8000 laptop wb8erj Puppy 19 11-29-2008 05:21 PM
madwifi on a Toshiba M35X-S163 tvynr Linux - Wireless Networking 4 01-07-2007 02:12 PM
Sound Card on Toshiba Laptop not being recognized by Gentoo kingzog Linux - Hardware 2 06-25-2006 08:08 AM
How to change X resolution on Toshiba m35x s149? sbassi Linux - Laptop and Netbook 3 12-26-2004 11:44 AM
New RAM not recognized on Toshiba laptop 1speedjb Linux - Hardware 7 08-09-2004 08:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration