LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-04-2015, 01:27 PM   #1
slrosenblum
LQ Newbie
 
Registered: Jan 2015
Posts: 13

Rep: Reputation: Disabled
Neither mouse nor keyboard wakes up my computer


Hi,

Xubuntu on an old Mac Mini.
I don't know how to do much so please give basic instructions.

I use my power button to put the computer to sleep. Only the power button wakes it up again. It used to wake if I jiggled my mouse or pressed any key.

Is there something I can do so the mouse or keyboard will wake it up?
 
Old 02-04-2015, 01:32 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
post from terminal

Code:
free
Code:
 sudo parted -l
Code:
uname -a
To help others help you.
 
Old 02-04-2015, 01:49 PM   #3
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
For some of these cases, there is a setting in BIOS for waking up system from sleep with keyboard or mouse. That might have changed. Check BIOS.
 
Old 02-04-2015, 02:53 PM   #4
slrosenblum
LQ Newbie
 
Registered: Jan 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
No change

Code:
free
Code:
 sudo parted -l
Code:
uname -a
This didn't change the situation.

I don't know what is BIOS?
 
Old 02-04-2015, 03:04 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
No change
OK.

You misunderstood me. You were to post the ouputs given from the commands I suggested so members could see how much ram you have.
What distro you are running.
Whether or not your /swap partition is big enough/can handle sleep.

eg

Code:
$ free
             total       used       free     shared    buffers     cached
Mem:       5137276     928108    4209168      68348      50796     473032
-/+ buffers/cache:     404280    4732996
Swap:            0          0          0
My bad as usual. Sorry,

Quote:
I don't know what is BIOS?
Google should answer that for you if you use the model number and make of your apple computer.

Last edited by rokytnji; 02-04-2015 at 03:07 PM.
 
Old 02-04-2015, 03:08 PM   #6
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Quote:
Originally Posted by slrosenblum View Post
I don't know what is BIOS?
BIOS is the program that boots your system at startup from power before BIOS loads bootloader like grub.

You usually enter it with pressing some keys; that depends on system.

The usual keys are Del, F2, CTRL, CTRL+F2. The key is shown in some bootup screens. Or refer your service manual.

Be careful while altering BIOS Settings though.
 
Old 02-04-2015, 05:03 PM   #7
slrosenblum
LQ Newbie
 
Registered: Jan 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
There is so much to learn!
Sorry, I know pretty much not anything.

How do I make the terminal outputs show up here?
 
Old 02-04-2015, 06:33 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Quote:
There is so much to learn
Yes. Just like when I learned Spanish. Nothing worth having comes easy.

Here is

Quote:
How do I make the terminal outputs show up here?
more to learn I guess. The nice thing about learning. Once you know. No one can take it from you.

http://www.linuxquestions.org/linux/...xQuestions_org

I found the above link clicking on the the Tutorials link on the top blue bar of this forum site.
 
Old 02-05-2015, 06:02 AM   #9
slrosenblum
LQ Newbie
 
Registered: Jan 2015
Posts: 13

Original Poster
Rep: Reputation: Disabled
Code is here

Code:
free
             total       used       free     shared    buffers     cached
Mem:        993392     901436      91956     116192      55272     267612
-/+ buffers/cache:     578552     414840
Swap:      1013756      40712     973044
Code:
sudo parted -l
Model: ATA FUJITSU MHV2060B (scsi)
Disk /dev/sda: 60.0GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system     Name  Flags
 1      1049kB  2097kB  1049kB                        bios_grub
 2      2097kB  59.0GB  59.0GB  ext4
 3      59.0GB  60.0GB  1038MB  linux-swap(v1)
Code:
uname -a
Macmini 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:37:48 UTC 2015 i686 i686 i686 GNU/Linux
Aha!
 
Old 02-05-2015, 10:20 AM   #10
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Ok. Now we know you are running a current edition of ubuntu (2015) ON A 60 gig hard drive with a 1 gig /swap partition

and to teach you how to read the free command you posted. I give you this

http://thoughtsbyclayg.blogspot.com/...ux-ubuntu.html

Sleep and things like that are related to ram and how much is used and how big a /swap partition is because the operating system loads into ram plus /swap to restart. Newer Ubuntu uses more ram to operate because of Unity desktop or what
ever desktop you are using. So more ram space is required to bring it out of sleep.

1 gig of /swap is pretty small. But Free shows 993392 total which is more ram than I posted in my free readout and my Dell has 5 gig of ram. Not owning Mac gear and being hip on how they operate.

I am afraid I am not going to be much help here. You look to have enough ram to do what you want. /swap is kinda skimpy but
10 gig of physical ram sticks should be plenty for sleep to work.
So sorry, Some Ubuntu Mac Mini user will have to pick up the ball and run with it from here.

Good Luck, Rok
 
  


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
mouse and keyboard USB symulators? Drive 1 computer from another coputer? MrUmunhum Linux - Hardware 1 12-03-2014 08:28 PM
[SOLVED] Computer without keyboard, mouse and monitor? xeon123 Linux - Newbie 9 02-14-2012 04:16 PM
Computer boots, but no mouse or keyboard Entwicklung Linux - Hardware 6 06-01-2010 07:02 PM
Computer without mouse or keyboard Klas Linux - Hardware 3 04-10-2005 09:44 AM
USB keyboard and mouse through serial port (old computer) meiqur Linux - Hardware 9 01-22-2005 06:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:47 AM.

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