|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hardware Info
How can i remotely determine what hardware is installed on my FreeBSD 5.3 system?
|
|
#2
|
||||
|
||||
|
If you have shell access (such as through SSH or the like) you could try running
Code:
# lspci # lshw
__________________
~~ Peter ~~ ( My Blog: It's exactly like normal nerdiness, but completely different. ) :: ( Supporter of the EFF & FSF ) :: ( I'm a GNU/Linux addict and Free Software Advocate. ) :: ( How to Ask Questions the Smart Way ) :: ( The Fedora Project, sponsored by Red Hat ) :: ( GNOME: The Free Software Desktop Project ) :: ( GnuPG Public Key ) |
|
#3
|
|||
|
|||
|
I usually just run dmesg and sift throught the snapshot of the system message buffer shortly after the system mounts the filesystems at startup. It gives you a pretty good account of your system configuration.
Code:
> dmesg > dmesg | less > dmesg | grep keyword -Steven "You ride a horse rather less well than another horse would." -Edmund BlackAdder Last edited by stevengs : February 23rd, 2005 at 08:05 PM. |
|
#4
|
||||
|
||||
|
If your machine is on for a long time, then the dmesg might get overwritten by some other stuff. However, there is a copy that is stored elsewhere. You can see it by typing:
less /var/run/dmesg.boot
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#5
|
|||
|
|||
|
Quote:
Smarty pants! ![]() you know... I was considering adding that little tidbit. Torn between "simple and concise" and "thoroughness"... once again I assumed too much. ![]() Next time I will just be lazy and point to the manpage, since it is all there... -Steven Last edited by stevengs : February 24th, 2005 at 02:47 PM. |
|
#6
|
|||
|
|||
|
Quote:
Are those utilities even in ports? make search {name || key} didn't come up with anything. I wouldn't mind having them on my bsd box if I knew what package to install. |
|
#7
|
||||
|
||||
|
Quote:
`lspci` should be part of the sysutils/pciutils port. I'm not sure about lshw. Perhaps that one is specific to GNU/Linux... |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > Hardware Info |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|