Re: hardware list in a machine

2009-03-11 Thread Polytropon
On Tue, 10 Mar 2009 10:24:24 +, Ricardo Jesus ricardo.meb.je...@gmail.com 
wrote:
 Polytropon I can't seem to find usbconf.
 
 % usbconf
 usbconf: Command not found.
 % whereis usbconf
 usbconf:
 
 Is it a third party application?

My mistake, sorry. Of course it's usbdevs, a tool that comes
with the OS.

% which usbdevs
/usr/sbin/usbdevs

Its manpage offers various options how to show the attached
USB devices, as well as the USB controller's / hub' capabilities.
The most common use is usbdevs -vd to obtain the most
important informations.

-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: hardware list in a machine

2009-03-11 Thread Masoom Shaikh
devinfo -v

On Tue, Mar 10, 2009 at 12:29 AM, gahn ipfr...@yahoo.com wrote:


 Hi all:

 How could I find out the list of hardware in my machine? I used dmesg and
 var/run/dmesg.boot, it didn't seem to help that much as I expected.

 which file lists all of hardware in the machine?

 Thanks.







 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: hardware list in a machine

2009-03-10 Thread Ricardo Jesus

Josh Carroll wrote:

On Mon, Mar 9, 2009 at 2:59 PM, gahn ipfr...@yahoo.com wrote:

Hi all:

How could I find out the list of hardware in my machine? I used dmesg and 
var/run/dmesg.boot, it didn't seem to help that much as I expected.

which file lists all of hardware in the machine?

Thanks.


Give the sysutils/dmidecode port a shot.

Josh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



% pciconf -lv
man pciconf for further details.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: hardware list in a machine

2009-03-10 Thread Polytropon
On Tue, 10 Mar 2009 10:07:51 +, Ricardo Jesus ricardo.meb.je...@gmail.com 
wrote:
 % pciconf -lv
 man pciconf for further details.

Additionally: usbconf to list USB devices, and camcontrol
to list SCSI devices, as well as atacontrol for ATA devices.

And finally, dmesg. :-)



Note that these are *system tools*. In order to obtain more
information, it may be required to install some tools from
the Ports Collection.


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: hardware list in a machine

2009-03-10 Thread Ricardo Jesus

Polytropon wrote:

On Tue, 10 Mar 2009 10:07:51 +, Ricardo Jesus ricardo.meb.je...@gmail.com 
wrote:

% pciconf -lv
man pciconf for further details.


Additionally: usbconf to list USB devices, and camcontrol
to list SCSI devices, as well as atacontrol for ATA devices.

And finally, dmesg. :-)



Note that these are *system tools*. In order to obtain more
information, it may be required to install some tools from
the Ports Collection.



Polytropon I can't seem to find usbconf.

% usbconf
usbconf: Command not found.
% whereis usbconf
usbconf:

Is it a third party application?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: hardware list in a machine

2009-03-10 Thread Jerry
On Tue, 10 Mar 2009 10:07:51 +
Ricardo Jesus ricardo.meb.je...@gmail.com wrote:

Josh Carroll wrote:
 On Mon, Mar 9, 2009 at 2:59 PM, gahn ipfr...@yahoo.com wrote:
 Hi all:

 How could I find out the list of hardware in my machine? I used
 dmesg and var/run/dmesg.boot, it didn't seem to help that much
 as I expected.

 which file lists all of hardware in the machine?

 Thanks.
 
 Give the sysutils/dmidecode port a shot.
 
 Josh

% pciconf -lv
man pciconf for further details.

This may not be a popular suggestion; however, the only method that I
have ever found to be 100% accurate, other than opening the machine
up an inspecting it, is to query the manufacturer. Dell is pretty good
about this, as is HP. I am not too sure about others. Of course, if you
have added/changed HW after obtaining the machine, you would have to
factor that into any information obtained from the manufacturer.

-- 
Jerry
ges...@yahoo.com

OCEAN:
A body of water occupying about two-thirds
of a world made for man -- who has no gills.


signature.asc
Description: PGP signature


Re: hardware list in a machine

2009-03-10 Thread Anders Troback
Den Tue, 10 Mar 2009 10:24:24 +
skrev Ricardo Jesus ricardo.meb.je...@gmail.com:

 Polytropon wrote:
  On Tue, 10 Mar 2009 10:07:51 +, Ricardo Jesus
  ricardo.meb.je...@gmail.com wrote:
  % pciconf -lv
  man pciconf for further details.
  
  Additionally: usbconf to list USB devices, and camcontrol
  to list SCSI devices, as well as atacontrol for ATA devices.
  
  And finally, dmesg. :-)
  
  
  
  Note that these are *system tools*. In order to obtain more
  information, it may be required to install some tools from
  the Ports Collection.
  
  
 Polytropon I can't seem to find usbconf.
 
 % usbconf
 usbconf: Command not found.
 % whereis usbconf
 usbconf:
 
 Is it a third party application?
 

Try usbdevs instead!

\\troback

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


hardware list in a machine

2009-03-09 Thread gahn

Hi all:

How could I find out the list of hardware in my machine? I used dmesg and 
var/run/dmesg.boot, it didn't seem to help that much as I expected.

which file lists all of hardware in the machine?

Thanks.






  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: hardware list in a machine

2009-03-09 Thread Josh Carroll
On Mon, Mar 9, 2009 at 2:59 PM, gahn ipfr...@yahoo.com wrote:

 Hi all:

 How could I find out the list of hardware in my machine? I used dmesg and 
 var/run/dmesg.boot, it didn't seem to help that much as I expected.

 which file lists all of hardware in the machine?

 Thanks.

Give the sysutils/dmidecode port a shot.

Josh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org