Re: pci scan

2003-01-26 Thread Hugh Saunders
On Sun, Jan 26, 2003 at 01:06:23PM +0700, Mouammer H. Rayes wrote: > kata Hugh Saunders > > On Sat, Jan 25, 2003 at 05:21:31AM -0500, Tom Allison wrote: > >> Is there some tool that you can use to autoscan your hardware? > > not sure what you mean by 'autoscan' but lspci [-vv] or cat /proc/pci > >

Re: pci scan

2003-01-26 Thread Tom Allison
David Z Maze wrote: Tom Allison <[EMAIL PROTECTED]> writes: Is there some tool that you can use to autoscan your hardware? For PCI specifically? /sbin/lspci should get you a listing of everything you have installed; there are a couple of packages that claim to do autoconfiguration of one sor

Re: pci scan

2003-01-25 Thread Christopher Nehren
> Just saw this on freshmeat: > http://freshmeat.net/releases/110642/ > About: lshw (Hardware Lister) is a small tool to provide detailed > informaton on the hardware configuration of the machine. It can report > exact memory configuration, firmware version, mainboard configuration, > CPU version

Re: pci scan

2003-01-25 Thread Ron Johnson
On Sat, 2003-01-25 at 04:21, Tom Allison wrote: > Is there some tool that you can use to autoscan your hardware? > > (I was testing out an install from gentoo and have to confess that > parts of the install were impressive. It's a rather raw > distribution, but it has it's features) Just saw t

Re: pci scan

2003-01-25 Thread Ron Johnson
's features) If you want to to a "pci scan", as your Subject suggests, how can you beat: # lspci -vv -- +---+ | Ron Johnson, Jr.mailto:[EMAIL PROTECTED] | | Jefferson, LA USA h

Re: pci scan

2003-01-25 Thread Hugh Saunders
On Sat, Jan 25, 2003 at 05:21:31AM -0500, Tom Allison wrote: > Is there some tool that you can use to autoscan your hardware? not sure what you mean by 'autoscan' but lspci [-vv] or cat /proc/pci will give you info about installed pci devices. hugh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: pci scan

2003-01-25 Thread David Z Maze
Tom Allison <[EMAIL PROTECTED]> writes: > Is there some tool that you can use to autoscan your hardware? For PCI specifically? /sbin/lspci should get you a listing of everything you have installed; there are a couple of packages that claim to do autoconfiguration of one sort or another but I've n

pci scan

2003-01-25 Thread Tom Allison
Is there some tool that you can use to autoscan your hardware? (I was testing out an install from gentoo and have to confess that parts of the install were impressive. It's a rather raw distribution, but it has it's features) -- Weinberg's First Law: Progress is only made on alternate Fridays.