LinuxQuestions.org
Help answer threads with 0 replies.
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-07-2012, 07:51 PM   #16
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15

Quote:
Originally Posted by chrism01 View Post
The card should show up in the HW lists eg
Code:
cat /var/log/boot.log
cat /var/log/dmesg

lshw
lspci
Thanks

Code:
root@ubuntu-desktop:~# lspci
00:00.0 Host bridge: ATI Technologies Inc Radeon Xpress 200 Host Bridge (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 13)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200]
02:01.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
02:02.0 Communication controller: Conexant Systems, Inc. HSF 56k Data/Fax Modem
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
root@ubuntu-desktop:~#
 
Old 02-07-2012, 07:57 PM   #17
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15
And from lshw -X

Code:
product: RC410 [Radeon Xpress 200] [1002:5A61]
vendor: ATI Technologies Inc [1002]
 
Old 02-08-2012, 12:07 PM   #18
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
I guessed right, you have ATI graphic card. Now I'm not sure but I think the problem is due to your graphic card, it could be.
For this I would suggest you to re-install your OS.

Last edited by Satyaveer Arya; 02-08-2012 at 12:10 PM.
 
Old 02-08-2012, 02:01 PM   #19
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by Satyaveer Arya View Post
I guessed right, you have ATI graphic card. Now I'm not sure but I think the problem is due to your graphic card, it could be.
For this I would suggest you to re-install your OS.
Really??? I've had this same hardware configuration with Ubuntu for at least 3 years. The panic's only started a week or two ago. Do I have no other options????
 
Old 02-08-2012, 02:32 PM   #20
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
While your video card might be the source of the problem, I see no reason to come to that conclusion. Your video card drivers are clearly having a problem reading the EDID from the monitor but that shouldn't, under normal circumstances, cause your computer to completely panic.

First thing I'd do is grab a liveCD with memtest and check your memory.

Adam
 
Old 02-08-2012, 04:53 PM   #21
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
While your video card might be the source of the problem, I see no reason to come to that conclusion. Your video card drivers are clearly having a problem reading the EDID from the monitor but that shouldn't, under normal circumstances, cause your computer to completely panic.

First thing I'd do is grab a liveCD with memtest and check your memory.

Adam
Thanks, Adam.

I ran a memtest (from the boot menu) a couple of months ago, but I ran another just now. No errors.
 
Old 02-08-2012, 05:00 PM   #22
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Did you let it run multiple passes? You could try running off a livecd from another distribution for a day and see if you get the same panics.
 
Old 02-08-2012, 05:25 PM   #23
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
Did you let it run multiple passes? You could try running off a livecd from another distribution for a day and see if you get the same panics.
No, I just did a single pass. I can let it run overnight tonight. I don't get running from a different distro, though. A memtest is a memtest. Why would a different distro do anything different?

Thanks for your suggestions
 
Old 02-08-2012, 05:44 PM   #24
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Running it on another distribution would let you know if it's a problem specific to a version of software from your current distribution. The kernel should never panic (though, of course, if hardware failure is involved, there may not be anything else the kernel can do) so it would be interesting to see if another version of the kernel does the same thing.

Adam
 
1 members found this post helpful.
Old 02-08-2012, 06:42 PM   #25
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15
OK. I'll run a memtest from my own distro tonight. Tomorrow night I'll run a memtest from a different distro live CD.

Thanks again
 
Old 02-08-2012, 06:51 PM   #26
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I didn't mean to run memtest from a different liveCD. I meant to actually run another distribution, day-to-day use, from a livecd for a while.

Adam
 
Old 02-08-2012, 09:05 PM   #27
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by adamk75 View Post
I didn't mean to run memtest from a different liveCD. I meant to actually run another distribution, day-to-day use, from a livecd for a while.

Adam
Oh. OK. I've been meaning to move to Mint, so maybe I'll do it that way.

Last edited by WantLinuxHelp; 02-09-2012 at 12:25 AM.
 
Old 02-09-2012, 12:18 PM   #28
WantLinuxHelp
Member
 
Registered: Jan 2009
Posts: 68

Original Poster
Blog Entries: 1

Rep: Reputation: 15
14 passes of memtest ran last night. No errors.
 
  


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
Logging in file iptables log only, not other system info sloun Linux - Newbie 1 10-25-2011 04:00 AM
Logging a Kernel Panic Event - Problem writing the log in panic situation lucasct Linux - Embedded & Single-board computer 5 09-08-2011 01:44 PM
System crash, doesn't save info to kern.log wybourn Linux - General 2 07-26-2010 03:37 AM
getting cpu info, system info thru system calls naveenisback Programming 7 06-11-2010 02:06 PM
On Kernel Panic system hangs, how to get crash info? verixnbi Red Hat 1 03-07-2009 11:25 PM

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

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