On Sun, 2005-11-27 at 19:04 -0800, Min Chen wrote: > Dave, > > Thanks for the info! I did "lspci -v" as root but got "-bash:lspci: > command not found". > I have Kernel 2.6.11-1.1369_FC4 on an i686. > > Thanks, > Min It looks like you just did su instead of su - (gives full path). I think you can just do /sbin/lspci -v as a regular user instead of changing to root. Rey Cruz