<br>
Many thanks. My experience: <br>
<br>
$ who am i <br>
jim<br>
$ lspci <br>
Command not found <br>
$ : # <bad_word> <br>
$ PATH=$PATH:/sbin:/usr/sbin<br>
$ lspci <br>
.......it works.........nothing useful.....<br>
$ lsmod <br>
.......it works........nothing useful.....<br>
$ dmesg | tail -60 <br>
......there's the ipw2200 stuff.....failed..... <br>
<br>
<br><div><span class="gmail_quote">On 6/22/06, <b class="gmail_sendername">Rick Moen</b> <<a href="mailto:rick@linuxmafia.com">rick@linuxmafia.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Quoting John Lowry (<a href="mailto:johnlowry@gmail.com">johnlowry@gmail.com</a>):<br><br>> Two things that I can think of offhand to figure it out. Both of these<br>> need to done as root, I think.<br><br>Happily, no.
<br><br> $ whoami<br> rick<br> $ lsmod<br> Module Size Used
by Not tainted<br> e100
50036 1<br> uhci
25724 0 (unused)<br> usbcore 62892
1 [uhci]<br> ext2
49548 4 (autoclean)<br> rtc
6440 0 (autoclean)<br> ext3
81068 4 (autoclean)<br> jbd 42468
4 (autoclean) [ext3]<br> sd_mod
11756 20 (autoclean)<br> sym53c8xx_2 69664 10 (autoclean)<br> scsi_mod
95140 2 (autoclean) [sd_mod sym53c8xx_2]<br> unix
14960 23 (autoclean)<br> $ lspci<br> 0000:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03)<br> 0000:00:0d.0 SCSI storage controller: LSI Logic / Symbios Logic 53c875 (rev 37)
<br> 0000:00:0d.1 SCSI storage controller: LSI Logic / Symbios Logic 53c875 (rev 37)<br> 0000:00:0f.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 05)<br> 0000:00:10.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 08)
<br> 0000:00:12.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)<br> 0000:00:12.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)<br> 0000:00:12.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
<br> 0000:00:12.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)<br> 0000:00:14.0 VGA compatible controller: Cirrus Logic GD 5480 (rev 23)<br> $<br><br>> lspci<br>> This will give you a printout off all the devices you have.
<br><br>Well, all _PCI_ devices (including mini-PCI ones). ;-> It's nothing<br>more or less than the result of asking the PCI controller chip "What'cha<br>got?" In olden days, you'd also run pnpdump (for ISA Plug and Play
<br>devices -- which of course would not register non-PNP stuff). These<br>days, you also query lsusb, if you want to get somewhat close to "all<br>devices".<br><br>Skim-reading "dmesg | more" is also often useful.
<br><br><br><br>_______________________________________________<br>sf-lug mailing list<br><a href="mailto:sf-lug@linuxmafia.com">sf-lug@linuxmafia.com</a><br><a href="http://linuxmafia.com/mailman/listinfo/sf-lug">http://linuxmafia.com/mailman/listinfo/sf-lug
</a><br></blockquote></div><br>