Page 1 of 1

Sound scheme and memory problem.

Posted: Thu Feb 14, 2013 2:45 pm
by caz
Couple of problems I've got here so hopefully this is the right place to ask.
First off although sounds work on my system - log in, CDs, anything on Youtube that kind of stuff - the system sounds will not work. There is a sound scheme installed but no way to assign sounds to a particular event. It also makes no difference if I change the sound scheme, there's about five or six different ones installed, the sound events will still not work. I've had a look around but for the life of me can't locate the problem so any advice on this will be great.

Second problem. I'm running a dual boot, Mint 14 and Windows Vista and have 4GBs of RAM installed. Vista sees the 4GB but Mint says that there is only 3GB. Anyone got any ideas as to what the problems is here?

Cheers.

Re: Sound scheme and memory problem.

Posted: Fri Feb 15, 2013 9:37 am
by nomko
caz wrote:Second problem. I'm running a dual boot, Mint 14 and Windows Vista and have 4GBs of RAM installed. Vista sees the 4GB but Mint says that there is only 3GB. Anyone got any ideas as to what the problems is here?
Yes, is your CPU a 32-bit CPU? Then is can be right that Mint only "sees" 3 gig, it cannot address more than 4 gig memory. You need to install the PAE kernel. With the PAE kernel you break the 4 gig barrier. : http://forum.linuxmint.com/viewtopic.ph ... el#p684118

Re: Sound scheme and memory problem.

Posted: Fri Feb 15, 2013 2:25 pm
by caz
Thanks for the reply, nomko. I installed PAE as suggested but Mint still registers that there is only 3GBs installed. I tried a shut down and reboot to see if that would make a difference but there was no change.
I am running a 32 bit cpu, it's a PentuIm(R) D CPU 3GHZ, and I'm getting the info about the RAM from the system monitor. Not sure if there's another way to check just to be sure?

Re: Sound scheme and memory problem.

Posted: Fri Feb 15, 2013 3:30 pm
by nomko
Where do you get that info from? Can you make a screenshot of it and place it here?

Re: Sound scheme and memory problem.

Posted: Fri Feb 15, 2013 3:31 pm
by nunol
Mint 14 already uses the pae kernel by default, no need to install.

There are many ways to check the amount of RAM on your system, you can use

Code: Select all

grep MemTotal /proc/meminfo
or

Code: Select all

sudo lshw -short
or

Code: Select all

inxi -I
etc.

If you have a graphic card with shared RAM you will have less RAM available for the linux kernel to report.

Also, some BIOS can't use all the installed RAM. When your computer was new 4GB of RAM was rare and probably wasn't tested properly if at all with that motherboard, this could be your problem. Check if a newer BIOS is available.

To avoid "problems" like this, some Windows know report the installed RAM (4GB) and not the RAM it can actually use (3GB).

Re: Sound scheme and memory problem.

Posted: Sat Feb 16, 2013 2:36 pm
by caz
Image

Image

Thanks for the replies, guys. There's a couple of screen shots here, one from Vista and one from Mint. I noticed in the vista one that although it says there are 4GBs of memory installed it says that the total physical memory is 3GBs. I guess this is why Mint says there's only 3gig, not sure on this point though as I don't know enough about the memory side of things, and how it operates, to be sure.
I did check for an update to the bios but can't find anything, even on the Packard Bell website. My bios is a Phoenix technologies Si671V14 in case anyone knows where I can find an update for it.

Re: Sound scheme and memory problem.

Posted: Sat Feb 16, 2013 2:51 pm
by nunol
Yes, Windows and Mint both only use 3.0GB...