View previous topic :: View next topic |
Author |
Message |
droozer n00b
Joined: 13 Mar 2010 Posts: 8
|
Posted: Wed Mar 17, 2010 1:26 pm Post subject: lspci could not be found |
|
|
lspci is in sys-apps/pciutils right? So I did: emerge sys-apps/pciutils and it installed... but still no lspci...
Any ideas?
Thanks! |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10727 Location: Somewhere over Atlanta, Georgia
|
Posted: Wed Mar 17, 2010 1:28 pm Post subject: |
|
|
Right! It's only available as root as it installs into /usr/sbin. Look for /usr/sbin/lspci and, if it's there, then look for path issues.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
droozer n00b
Joined: 13 Mar 2010 Posts: 8
|
Posted: Wed Mar 17, 2010 1:35 pm Post subject: |
|
|
ahhh... of course... I was logged in as a user using sudo... but this of course was not working! Thanks! |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10727 Location: Somewhere over Atlanta, Georgia
|
Posted: Wed Mar 17, 2010 2:11 pm Post subject: |
|
|
It should work with sudo. Could you try this command & let me know what your result is? Code: | ~ $ sudo bash -c 'echo $PATH' | My output is Code: | /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin | - John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
|