LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-17-2007, 10:11 AM   #1
jstars
Member
 
Registered: Jun 2005
Location: Edmonton, Canada
Distribution: SuSE 10
Posts: 51

Rep: Reputation: 15
Looking to linux for hardware troubleshooting


I have a computer with two network cards (one onboard and the other PCI). After shutting it down and turning it back on, I now I can't get the network cards to work. I ran the latest Knoppix Live CD (5.01) and no network interfaces are recognized. I also installed SuSE 10.2 and no network interfaces were recognized.

The network cards were recognized previously under Clarkconnect (CentOS). Is there anything else I can try with linux to confirm or deny that this is a hardware problem?
 
Old 07-17-2007, 10:29 AM   #2
marco18
Member
 
Registered: Jul 2007
Location: Argentina
Distribution: Ubuntu 13.04 , Debian Lenny 5.0.7
Posts: 223

Rep: Reputation: 21
mmm thats weird.. If the cards work in one OS then it shouldn't be a hardware problem. Try to configure them in SuSE with NEtworkManager. It worked well for me.
 
Old 07-17-2007, 11:00 AM   #3
manlydan
Member
 
Registered: Nov 2005
Location: Lake Charles, LA
Distribution: Arch Linux x86_64
Posts: 40

Rep: Reputation: 15
Could be that the kernel modules for the network cards aren't being loaded.
Do 'lsmod' to see if the proper modules are being loaded.

If not then do 'modprobe <modulename>' to try and load them. If it says module is not present then you'll need to add support for it in the kernel.

If you don't know which modules you need, then post the output of 'lspci' and I or someone else can try to help you.
 
Old 07-17-2007, 02:20 PM   #4
jstars
Member
 
Registered: Jun 2005
Location: Edmonton, Canada
Distribution: SuSE 10
Posts: 51

Original Poster
Rep: Reputation: 15
I checked lsmod and couldn't see anything related to network cards. I would like to post lscpi, but I have to save its contents to a USB flash drive and am having trouble mounting it. I plugged the USB drive in and the HD light flashed for a few seconds so I know that the system knows about it, however I do not know what device it is to mount it. How can I tell?
 
Old 07-17-2007, 03:01 PM   #5
manlydan
Member
 
Registered: Nov 2005
Location: Lake Charles, LA
Distribution: Arch Linux x86_64
Posts: 40

Rep: Reputation: 15
Do 'ls /dev/sd*'

It'll be one of those devices, e.g. /dev/sda1

Whether it is sda1, sdb1, sdc1, etc depends on your system setup, such as if you have other usb storage devices connected or if you have SCSI hard drives.
 
Old 07-17-2007, 04:21 PM   #6
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
If you know the name of the relevant driver(s), you could do modprobe [driver].
 
Old 07-17-2007, 08:11 PM   #7
jstars
Member
 
Registered: Jun 2005
Location: Edmonton, Canada
Distribution: SuSE 10
Posts: 51

Original Poster
Rep: Reputation: 15
Okay, I found my USB drive. It was /dev/sdb1

The following is the output of my lspci:
Code:
00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 0336
00:00.1 Host bridge: VIA Technologies, Inc.: Unknown device 1336
00:00.2 Host bridge: VIA Technologies, Inc.: Unknown device 2336
00:00.3 Host bridge: VIA Technologies, Inc.: Unknown device 3336
00:00.4 Host bridge: VIA Technologies, Inc.: Unknown device 4336
00:00.5 PIC: VIA Technologies, Inc.: Unknown device 5336
00:00.6 Host bridge: VIA Technologies, Inc.: Unknown device 6290
00:00.7 Host bridge: VIA Technologies, Inc.: Unknown device 7336
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800/K8T890 South]
00:02.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
00:03.0 PCI bridge: VIA Technologies, Inc. K8T890 PCI to PCI Bridge Controller
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: VIA Technologies, Inc.: Unknown device 3230 (rev 11)
I don't see anything regarding the motherboard's onboard LAN (eth0) and my add-on PCI network card (eth1)???
 
Old 07-18-2007, 08:07 AM   #8
manlydan
Member
 
Registered: Nov 2005
Location: Lake Charles, LA
Distribution: Arch Linux x86_64
Posts: 40

Rep: Reputation: 15
Out of curiosity, do you remember which kernel version you were using in Clarkconnect and which kernel version you're using now?

Also, are you in Suse or Knoppix?
 
Old 07-18-2007, 08:52 AM   #9
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
You are only showing an onboard video (as an unknown device, yet), and none of those VIA devices should be unknown.

Looks from here like you could have had a hardware failure.

From your wording, I infer that the network devices WERE recognized under CentOS, then they WERE NOT recognized under CentOS, then you installed SUSE and they were not recognized and they also are not recognized under Knoppix? Is that correct?

You might try doing a modprobe with the specific drivers. More than likely the Via onboard NIC needs the via-rhine driver (or a variant); might try just stuffing it in. It'll probably go even if some of the device startup reporting is down.

In any case, if my interpretation of events here is correct (it worked, then it didn't on the same OS), I'd bet you're looking at a new motherboard.

Personally, I steer clear of these all in one boards, and now you see one of the major reasons why. Give me slots, let me plug in cards to implement features. Also, let me change cards in slots to upgrade features or to fix problems.
 
Old 07-18-2007, 09:01 AM   #10
manlydan
Member
 
Registered: Nov 2005
Location: Lake Charles, LA
Distribution: Arch Linux x86_64
Posts: 40

Rep: Reputation: 15
Quote:
Originally Posted by jiml8
In any case, if my interpretation of events here is correct (it worked, then it didn't on the same OS), I'd bet you're looking at a new motherboard.
If this is the case then I agree.
I just don't want to come to a conclusion without knowing as much as I can about the situation as I have seen quite a few strange things happen when working on machines.
 
Old 07-18-2007, 09:55 AM   #11
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by manlydan
If this is the case then I agree.
I just don't want to come to a conclusion without knowing as much as I can about the situation as I have seen quite a few strange things happen when working on machines.
Absolutely. Hence my caveats.
 
Old 07-18-2007, 03:02 PM   #12
jstars
Member
 
Registered: Jun 2005
Location: Edmonton, Canada
Distribution: SuSE 10
Posts: 51

Original Poster
Rep: Reputation: 15
Gentlemen, you are correct. Thanks for your help. It worked under Clarkconnect (CentOS variant) then one day stopped working. No network cards were detected subsequently with a new install of Clarkconnect, SusE 10.2 and running Knoppix 5.01 (as a live CD). Ergo, I suspected a hardware failure. Today I took it into the computer store where I bought the motherboard and processor. When I turned the machine on and the tech people saw linux, their eyes glazed over and I got the "Gee .... linux.... we only support Windows" routine. Okay fine, just test the mb and network cards then. I'm sure that they will say the motherboard (which was an Asus M2V-TVM) will need to be replaced.

Edit ---> BTW, if the motherboard needs to be replaced, can anyone suggest a better mb for linux suitable for a AMD Sempron processor?

Last edited by jstars; 07-18-2007 at 03:04 PM.
 
Old 07-18-2007, 03:44 PM   #13
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Asus makes a fine board, and presuming your board has failed the symptoms say it has had a silicon failure (not a filter cap, resistor, or power supply related failure).

Silicon failure almost certainly means one of two things: thermal problems or power spike. Third possibility is abuse: incorrect voltage settings, or improper overclocking - some such.

Power spike *could* mean faulty power supply, but it could also mean your input surge suppression is insufficient.

If yours is a cheap no-name power supply, without lots of acceptance stickers from lots of ratings organizations (such as underwriter's labs backward R symbol) then when you replace the mobo you should also ditch the PS.

If the system is connected to a power system that is unreliable, then you should at a minimum replace the surge protector and you should give some thought to purchasing an uninterruptable power supply. If your electrical system is old enough that it is ungrounded, then you really need to provide a good ground connection for your 'puter.

Of course, if you have thermal problems, you need to solve them.

Probably the failure is in the southbridge chip. On some systems that chip gets hot and not all boards put heatsinks on them.

Losing hardware because of any kind of environmental problem is a baaad thing. Don't just change the mobo; correct ANY deficiencies that might have been responsible for its death.

JMHO, of course.

Last edited by jiml8; 07-18-2007 at 03:51 PM.
 
Old 07-18-2007, 10:22 PM   #14
jstars
Member
 
Registered: Jun 2005
Location: Edmonton, Canada
Distribution: SuSE 10
Posts: 51

Original Poster
Rep: Reputation: 15
Thanks for the good info. The power supply should be sufficient as it was part of an Antec NSK1300 micro ATX case. Heat will be one thing I'll look at though, especially in the small case.
 
Old 07-19-2007, 12:28 AM   #15
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Much as I like Antec cases (my workstation resides in an Antec P-182), I have to say that I know that particular case to run hot. Also, that particular mobo seems to cram the components in.

I think it is a bad idea to try to shoehorn a high performance system (and a 64 bit system IS a high performance system) into a tiny case. Thermal management becomes a very serious issue in that event.

I used to do that sort of thing, designing for the military, and let me tell you that we had some really serious issues getting the heat out of avionics boxes that were stuffed full of electronics.

I would suggest that you get a bigger box and make sure the cooling capability is substantial.
 
  


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
LXer: Troubleshooting Linux Audio, Part 1 LXer Syndicated Linux News 0 06-30-2007 02:31 PM
internet troubleshooting? - linux newbie Tijana Linux - Wireless Networking 15 05-01-2007 01:47 PM
Linux boot troubleshooting (Xubuntu) Domino2020 Linux - Hardware 1 12-23-2006 08:16 AM
Reh Hat Linux 9 Installation troubleshooting. aabappu Linux - Newbie 1 10-12-2005 06:11 AM
Troubleshooting tips (and a useful hardware kludge) for CD audio problems Jane Delawney LinuxQuestions.org Member Success Stories 3 03-31-2003 06:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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