Ubuntu Crashes

BravoDrie

Well-Known Member
Joined
May 27, 2008
Messages
355
Hi,

I am pretty new to linux/ubuntu so please have mercy....

I installed Ubuntu 10.04 on a relative old laptob... one of the centrino single core no HT cpu's 1GB ram... ATI mobility etc.

It runs very well, however if I leave it on overnight it crashes to such a state where the I have to hard reset the laptop. I don't even know where to start to look for the problem.

I have played music and videos installed stuff removed stuff, even got a virtual box running win 7 (slow as hell, but still), basically stuffed around alot for hours and hours without any hic ups, it is just when it is in idle for a long time (and me not looking) that it seems to crash.

I have disabled the screen saver, set the power management to never shut down or sleep in AC or battery mode.

Any ideas?

Thanks
 
K

kingrob

Guest
Think it might be faulty hardware.....RAM comes to mind quickly, but could also be your motherboard or CPU that wants to retire.
 

hawker

Honorary Master
Joined
Sep 22, 2006
Messages
11,461
Are you fully updated?

Try:

Code:
dmesg | tail

Once you are back on your Ubuntu right after a crash.
 

newklear

Expert Member
Joined
Apr 15, 2008
Messages
1,458
Lol Spot on kingrob

BravoDrie as kingrob has said it could be quiet a few things, to rule out RAM or Swap issues do a "sudo swapon -s" and "free -mot" in terminal and paste the results please.

What about any specific information, how does it crash ? Is it just dead and unresponsive or does the laptop shut off ? Are there any steps that happen during the crash ?

Is Laptop mode enabled ? Type "cat /proc/sys/vm/laptop_mode" in terminal, 0 == disabled, 1 == enabled.

Check logs for errors ?, what the results of "dmesg" and "lspci -k" in terminal

Other than that from what you have mentioned so far, it could be one of many other reasons too so would be a matter of elimination. Hope you can post more details and good luck.
 

BravoDrie

Well-Known Member
Joined
May 27, 2008
Messages
355
thanks for all the help.... here is what all the command returned.

ben@ben-linux:~$ dmesg | tail
[ 85.671658] eth0: setting half-duplex.
[ 85.677808] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 86.118230] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 86.118236] vboxdrv: Successfully done.
[ 86.118238] vboxdrv: Found 1 processor cores.
[ 86.119765] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 86.119769] vboxdrv: Successfully loaded version 3.1.6_OSE (interface 0x00100001).
[ 95.848028] eth1: no IPv6 routers present
[ 562.261980] lib80211_crypt: registered algorithm 'TKIP'
[ 2270.764601] spurious 8259A interrupt: IRQ7.


ben@ben-linux:~$ sudo swapon -s
Filename Type Size Used Priority
/dev/sda5 partition 4519928 0 -1
ben@ben-linux:~$ sudo free -mot
total used free shared buffers cached
Mem: 1507 631 875 0 51 348
Swap: 4413 0 4413
Total: 5921 631 5289


ben@ben-linux:~$ cat /proc/sys/vm/laptop_mode
0


ben@ben-linux:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 21)
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 21)
Kernel modules: shpchp
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
Kernel modules: iTCO_wdt, intel-rng
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
Kernel modules: i2c-i801
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
Kernel driver in use: Intel ICH
Kernel modules: snd-intel8x0
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
Kernel modules: snd-intel8x0m
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
Kernel driver in use: radeon
Kernel modules: radeonfb, radeon
02:00.0 CardBus bridge: Texas Instruments PCI7420 CardBus Controller
Kernel driver in use: yenta_cardbus
Kernel modules: yenta_socket
02:00.2 FireWire (IEEE 1394): Texas Instruments PCI7x20 1394a-2000 OHCI Two-Port PHY/Link-Layer Controller
Kernel driver in use: ohci1394
Kernel modules: firewire-ohci, ohci1394
02:00.3 Mass storage controller: Texas Instruments PCI7420/7620 Combo CardBus, 1394a-2000 OHCI and SD/MS-Pro Controller
Kernel driver in use: tifm_7xx1
Kernel modules: tifm_7xx1
02:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
Kernel driver in use: ipw2200
Kernel modules: ipw2200
02:06.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
Kernel driver in use: 3c59x
Kernel modules: 3c59x


so it seems its not in laptop mode how do i set it?
 

BravoDrie

Well-Known Member
Joined
May 27, 2008
Messages
355
oh yeah, one of the crashes the CAPS light was flashing steady with the screen blank and the power light was on... if I recall correctly/
 
Top