Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

lspci not working

Got problems with your B2 or B3? Share and get helped!
Post Reply
bjozac
Posts: 3
Joined: 15 Oct 2013, 03:49

lspci not working

Post by bjozac »

Hi,

I'm a new bubba b3 owner and i can not get lspci to work.
I did
apt-get install pciutils
How ever the pci file is non existing
root@b3:/# cat /proc/pci
cat: /proc/pci: No such file or directory

The part i need to find is 'eSATA host controller chipset ', but would be interested in solving the lspci issue to.
Gordon
Posts: 1470
Joined: 10 Aug 2011, 03:18

Re: lspci not working

Post by Gordon »

Wrong path :wink:

The correct file is /proc/bus/pci/devices. However you should just run lspci to display human readable information from the file. You won't find the eSata host controller in there btw, because this is part of the Marvell SoC that is the heart of the B3.
bjozac
Posts: 3
Joined: 15 Oct 2013, 03:49

Re: lspci not working

Post by bjozac »

My output is still empty;
root@b3:/home# cat /proc/bus/pci/devices
root@b3:/home#


And do we happen to know the 'eSata host controller' of the bubba b3?
johannes
Posts: 1470
Joined: 31 Dec 2006, 07:12
Location: Sweden
Contact:

Re: lspci not working

Post by johannes »

Yes, there should not be any pci devices unless you have a wifi equipped b3:

Code: Select all

root@b3-media:/home/johannes# lspci
00:00.0 Memory controller: Marvell Technology Group Ltd. 88F6281 [Kirkwood] ARM SoC (rev 03)
00:01.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
The SATA controller (which is part of the SoC as gordon points out) is documented in the SoC datasheet:
http://www.marvell.com/embedded-process ... Source.pdf
(there are other documents as well, search the marvell site for 88F6281).

Purely out of curiousity, what are you planning?
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
bjozac
Posts: 3
Joined: 15 Oct 2013, 03:49

Re: lspci not working

Post by bjozac »

I browsed for compatible esata extenders in this forum and it was quite limited and i want a "single tower" hence i do not want to use the external one which is proven to work.
I order from UK an integrated port multiplier from same manufacturer whom did not promise it would work even tough there external one did so he wanted to know exactly which esata controller i was using.
Post Reply