LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-23-2009, 06:42 PM   #1
AgentD
LQ Newbie
 
Registered: May 2008
Location: Hawaii
Distribution: Ubuntu, debian, xandros
Posts: 24

Rep: Reputation: 0
Upgraded ram to 2gb and debian only sees 1 still


I upgraded my ram to 2gb today but debian is only registering 1gb. Windows and the bios both recognize 2gb so the ram is not deffective. Is there a config setting i need to change? I'm new linux so please spell it out in detail.
 
Old 01-23-2009, 06:51 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
What indication do you have that linux only sees 1GB?
 
Old 01-23-2009, 07:35 PM   #3
AgentD
LQ Newbie
 
Registered: May 2008
Location: Hawaii
Distribution: Ubuntu, debian, xandros
Posts: 24

Original Poster
Rep: Reputation: 0
top says Mem: 906792k total

System Monitor says user memory: 157.8mb of 885.5mb

let me know if there is another output you prefer to use.
 
Old 01-23-2009, 07:58 PM   #4
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
What is the output of:
Code:
uname -a
cat /proc/meminfo | grep MemTotal
Copy/paste each command to the terminal, then copy/paste the answer back. Use the code tags for your data in the reply!
 
Old 01-23-2009, 09:07 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Is this an older version? Sarge maybe? In any case, 883MB or 885MB is usually an indication that you need a different kernel; the one that is HIGHMEM4G enabled. If you tell us which version of Debian you're using maybe someone can give you the help you need. For some reason, I'm thinking that the first kernel upgrade from Debian on a new Etch install fixes this.
 
Old 01-23-2009, 11:07 PM   #6
AgentD
LQ Newbie
 
Registered: May 2008
Location: Hawaii
Distribution: Ubuntu, debian, xandros
Posts: 24

Original Poster
Rep: Reputation: 0
debian:~# uname -a
Linux debian 2.6.18-6-486 #1 Fri Dec 12 16:18:30 UTC 2008 i686 GNU/Linux

debian:~# cat /proc/meminfo | grep MemTotal
MemTotal: 906792 kB

I'm running debian etch(4.0R3)
 
Old 01-23-2009, 11:20 PM   #7
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
I think you need the -686 instead of the -486 in the version to get the bigmem kernel. Bring up synaptic and see what you get when you search on "linux-image". In Lenny, it's linux-image-2.6.26-1-686-bigmem. I don't know what it is in Etch. You should really think about installing Lenny, BTW.
 
Old 01-23-2009, 11:32 PM   #8
AgentD
LQ Newbie
 
Registered: May 2008
Location: Hawaii
Distribution: Ubuntu, debian, xandros
Posts: 24

Original Poster
Rep: Reputation: 0
I found a new linux-image and will try that. As far as upgrading to lenny, where would I find the iso at? Is Lenny the new stable release or is it experimental?
 
Old 01-23-2009, 11:42 PM   #9
AgentD
LQ Newbie
 
Registered: May 2008
Location: Hawaii
Distribution: Ubuntu, debian, xandros
Posts: 24

Original Poster
Rep: Reputation: 0
I tried installing a new linux-image with synaptic but when I rebooted and ran uname i got the same output. Do I have to do something special to install a new kernel?
 
Old 01-24-2009, 12:03 AM   #10
AgentD
LQ Newbie
 
Registered: May 2008
Location: Hawaii
Distribution: Ubuntu, debian, xandros
Posts: 24

Original Poster
Rep: Reputation: 0
I reinstalled grub onto the MBR of my main drive and it listed the new image. I now have Linux debian 2.6.18-6-686 #1 SMP Fri Dec 12 16:48:28 UTC 2008 i686 GNU/Linux
installed. It's not the bigmem as I only have 2 gigs of ram and this one works fine. Thanks for the help!
 
Old 01-24-2009, 12:14 PM   #11
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
Originally Posted by AgentD View Post
I reinstalled grub onto the MBR of my main drive and it listed the new image. I now have Linux debian 2.6.18-6-686 #1 SMP Fri Dec 12 16:48:28 UTC 2008 i686 GNU/Linux
installed. It's not the bigmem as I only have 2 gigs of ram and this one works fine. Thanks for the help!
Glad we could help!

Lenny is not yet the "stable" Debian, but it will be soon. I've been using it for months, and it's a big improvement over Etch, IMO. The only thing of note (to me) that's missing at this point is "xwine" although "wine" is there.
 
Old 01-24-2009, 01:23 PM   #12
AgentD
LQ Newbie
 
Registered: May 2008
Location: Hawaii
Distribution: Ubuntu, debian, xandros
Posts: 24

Original Poster
Rep: Reputation: 0
a little off topic but I downloaded and installed lenny as a third boot on my machine (windows and etch are the other two) but I can't seem to install kde4. Any ideas where the packages are listed in synaptics using lenny? what should my sources.list look like? My current sources is as follows.

Code:
deb http://ftp.us.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.us.debian.org/debian/ lenny main non-free contrib

deb http://security.debian.org/ lenny/updates main non-free contrib
deb-src http://security.debian.org/ lenny/updates main non-free contrib
 
Old 01-24-2009, 01:29 PM   #13
mase
LQ Newbie
 
Registered: Jul 2008
Posts: 22

Rep: Reputation: 15
Look here:

http://kde4.debian.net/
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
x3100 GMA and >2GB RAM Viper Chief Linux - Hardware 0 08-04-2008 10:33 AM
Only 2GB our of 4GB RAM detected tamoneya Linux - Hardware 6 01-19-2008 10:15 PM
Debian 64 bit sees only 2GB RAM jay73 Debian 1 08-02-2007 07:27 PM
What if you had 2GB RAM and 4GB HD? AC97Conquerer General 21 03-28-2005 07:21 PM
process to use more than 2GB RAM simplyrahul Linux - General 12 10-27-2004 08:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:45 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