LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-25-2002, 09:42 AM   #1
OrganicX
Member
 
Registered: Aug 2002
Posts: 105

Rep: Reputation: 15
Question Finding Hardware


I was wondering where I could find the names of certain pieces of hardware on my computer without opening the computer itself. In other words, what would be the Linux equivalent to Device Manager on Windows? I'm running Red Hat 7.3. I would like to use the console rather than the GUI (Gnome).

Thanks
 
Old 10-25-2002, 09:47 AM   #2
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
Browse the /proc filesystem. less the files in it and you will find many interesting things. For example:
less /proc/pci
gives you a listing of all pci devices conected.
HTH
 
Old 10-25-2002, 10:01 AM   #3
OrganicX
Member
 
Registered: Aug 2002
Posts: 105

Original Poster
Rep: Reputation: 15
I searched thr proc directory before but never found any hardware names.
 
Old 10-27-2002, 05:56 PM   #4
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Did you simply list the files in that directory, or did you cat the files? When I cat /proc/pci, as given in the above post, I get:
Code:
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 3).
      Master Capable.  Latency=8.
      Prefetchable 32 bit memory at 0xd0000000 [0xd7ffffff].
  Bus  0, device   1, function  0:
    PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP] (rev 0).
      Master Capable.  No bursts.  Min Gnt=12.
  Bus  0, device   7, function  0:
    ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 64).
  Bus  0, device   7, function  1:
    IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 6).
      Master Capable.  Latency=32.
      I/O at 0xc000 [0xc00f].
  Bus  0, device   7, function  2:
    USB Controller: VIA Technologies, Inc. UHCI USB (rev 22).
      IRQ 10.
      Master Capable.  Latency=32.
      I/O at 0xc400 [0xc41f].
  Bus  0, device   7, function  3:
    USB Controller: VIA Technologies, Inc. UHCI USB (#2) (rev 22).
      IRQ 10.
      Master Capable.  Latency=32.
      I/O at 0xc800 [0xc81f].
  Bus  0, device   7, function  4:
    Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 64).
      IRQ 11.
  Bus  0, device   9, function  0:
    Unknown mass storage controller: Promise Technology, Inc. 20268 (rev 1).
      IRQ 11.
      Master Capable.  Latency=32.  Min Gnt=4.Max Lat=18.
      I/O at 0xcc00 [0xcc07].
      I/O at 0xd000 [0xd003].
      I/O at 0xd400 [0xd407].
      I/O at 0xd800 [0xd803].
      I/O at 0xdc00 [0xdc0f].
      Non-prefetchable 32 bit memory at 0xe3000000 [0xe3003fff].
  Bus  0, device  11, function  0:
    Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C (rev 16).
      IRQ 10.
      Master Capable.  Latency=32.  Min Gnt=32.Max Lat=64.
      I/O at 0xe000 [0xe0ff].
      Non-prefetchable 32 bit memory at 0xe3004000 [0xe30040ff].
  Bus  0, device  15, function  0:
    Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 8).
      IRQ 9.
      Master Capable.  Latency=32.  Min Gnt=2.Max Lat=20.
      I/O at 0xe400 [0xe41f].
  Bus  0, device  15, function  1:
    Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 8).
      Master Capable.  Latency=32.
      I/O at 0xe800 [0xe807].
  Bus  1, device   0, function  0:
    VGA compatible controller: nVidia Corporation NV11 (GeForce2 MX) (rev 178).
      IRQ 5.
      Master Capable.  Latency=248.  Min Gnt=5.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xe0000000 [0xe0ffffff].
      Prefetchable 32 bit memory at 0xd8000000 [0xdfffffff].
Which should be enough to tell what hardware I have in my system.
 
Old 10-27-2002, 06:14 PM   #5
born4linux
Senior Member
 
Registered: Sep 2002
Location: Philippines
Distribution: Slackware, RHEL&variants, AIX, SuSE
Posts: 1,127

Rep: Reputation: 49
also, try these:

dmesg | less

less /etc/sysconfig/hwconf

in most cases, the hardware entries that you'll find are not the ones that you should see on the hardware itself but rather the chipset these devices are built.
 
Old 10-27-2002, 09:14 PM   #6
OrganicX
Member
 
Registered: Aug 2002
Posts: 105

Original Poster
Rep: Reputation: 15
cool, thanks!
 
Old 10-27-2002, 09:15 PM   #7
OrganicX
Member
 
Registered: Aug 2002
Posts: 105

Original Poster
Rep: Reputation: 15
I dont know why i didnt see that before but thats what im looking for thanks guys
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding out about my hardware support Saith Linux - Hardware 1 08-25-2005 11:03 PM
Finding my /dev/hardware binarybob0001 Linux - Newbie 12 07-04-2005 04:41 PM
Finding TV-out hardware mjvdvlugt Linux - Hardware 4 09-03-2004 03:59 AM
Finding all my hardware Mega Man X Linux - Hardware 2 01-14-2004 02:53 AM
Finding new hardware! akasantos Fedora 1 11-15-2003 10:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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