Which command to run which will auto detect all hardwares present in the system ? OS : CentOS Running Asterisk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/5e064cf8/attachment.htm
On Mon, Jan 26, 2009 at 05:24:03PM +0530, David @ULC wrote:> Which command to run which will auto detect all hardwares present in the > system ? > OS : CentOS > Running AsteriskHardware of what type? For Zaptel/DAHDI: zapconf / dahdi_genconf . -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Tzafrir Cohen schrieb:> On Mon, Jan 26, 2009 at 05:24:03PM +0530, David @ULC wrote: >> Which command to run which will auto detect all hardwares present in the >> system ?> Hardware of what type?The OP clearly said *all* hardware. :-) Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 --
lspci ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev 03) 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03) 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controller (rev 02) 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02) 03:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller 04:03.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11) 04:05.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70) but *service network restart RETURNS me* **>>* Shutting down interface eth0: [ OK ]*>>* Shutting down loopback interface: [ OK ]*>>* Bringing up loopback interface: [ OK ]*>>* Bringing up interface eth0: [ OK ]*>>* Bringing up interface eth1: skge device eth1 does not seem to be present,*>>* delaying initialization.*>>* [FAILED]* On Mon, Jan 26, 2009 at 5:24 PM, David @ULC <ucoms2001 at gmail.com> wrote:> > Which command to run which will auto detect all hardwares present in the > system ? > OS : CentOS > Running Asterisk > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/714069fc/attachment.htm
you have asked several questions that have little or nothing to do with asterisk. Perhaps you should purchase some consulting time from a linux admin, join your local Linux Users Group, or at least ask your questions in a newbies forum for the version of linux you have chosen... If you insist on doing this yourself, recognize that you will get back only what you're willing to put in. Please consider going to a good public library and reading a general guide to getting started with linux. If your local public library doesn't have these titles, ask about interlibrary loans with the librarian on duty. I recommend O'Reilly books, specifically: http://oreilly.com/catalog/9780596100292/ When you have a better understanding of unix and linux, I recommend you browse through the O'Reilly guide to Asterisk, referred to by me as the starfish book: http://oreilly.com/catalog/9780596510480/index.html Now regarding hardware, various linux distributions handle this differently. CentOS and other flavors of linux generally support the command: /sbin/lspci you will need to become root, and type "lspci" and this will list much of the hardware in your system, but it won't list USB devices and some other peripherals like printers. If you're coming from the Windows world, there's no such thing as "Control Panel's hardware list". If this is for a business and you're working on a short deadline, you're going to find this process very frustrating and you should hire somebody yesterday rather than trying to aggregate the years of linux knowledge, as well as asterisk-specific know-how that people like me have accumulated. If you want the "easy way out" and know how to click things, you may find joy with projects including: webmin FreePBX However, webmin only gets you most of the way to administering your linux machine, and FreePBX will get you started with asterisk but will give you just enough rope to hang yourself once you try to do something custom and complicated. If you need to write very custom, business-critical apps, you need a consultant or a lot of patience to bring yourself up-to-speed. Why did you pick CentOS? CentOS is not a good place for a new linux user to start. I'm not convinced you made an informed decision, and I'm thinking you should start over again with Ubuntu, which is more user-friendly for a beginner, and has several Ubuntu-specific getting started manuals at any self-respecting big-box book seller, like B&N and Borders. Ubuntu also has excellent forums for new linux users. Good luck, and welcome back when you have enough of a handle on your linux administration to move on to configuring asterisk. On Mon, Jan 26, 2009 at 6:54 AM, David @ULC <ucoms2001 at gmail.com> wrote:> > Which command to run which will auto detect all hardwares present in the > system ? > OS : CentOS > Running Asterisk > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Probably not much use to you in this instance, but its always nice to know that lspci -v prints the kernel driver in use and kernel modules. e.g. 10:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02) Subsystem: Hewlett-Packard Company Device 30c2 Flags: bus master, fast devsel, latency 0, IRQ 220 Memory at d0000000 (64-bit, non-prefetchable) [size=64K] Expansion ROM at <ignored> [disabled] Capabilities: <access denied> Kernel driver in use: tg3 Kernel modules: tg3 Bails David @ULC wrote:> lspci > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev > 03) > 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express > Integrated Graphics Controller (rev 03) > 00:02.1 Display controller: Intel Corporation 82G35 Express Integrated > Graphics Controller (rev 03) > 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network > Connection (rev 02) > 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Contoller #4 (rev 02) > 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #5 (rev 02) > 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI > Controller #2 (rev 02) > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > Controller (rev 02) > 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > 1 (rev 02) > 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > 2 (rev 02) > 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > 3 (rev 02) > 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #1 (rev 02) > 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #2 (rev 02) > 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #3 (rev 02) > 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI > Controller #1 (rev 02) > 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) > 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface > Controller (rev 02) > 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA > IDE Controller (rev 02) > 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev > 02) > 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA > IDE Controller (rev 02) > 03:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller > 04:03.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet > Adapter (rev 11) (rev 11) > 04:05.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70) > > > but > > *service network restart RETURNS me* > > **>>* Shutting down interface eth0: [ OK ]*>>* Shutting down loopback > interface: [ OK ]*>>* Bringing up loopback interface: [ OK ]*>>* > Bringing up interface eth0: [ OK ]*>>* Bringing up interface eth1: > skge device eth1 does not seem to be present,*>>* delaying > initialization.*>>* [FAILED]* > > > > > On Mon, Jan 26, 2009 at 5:24 PM, David @ULC <ucoms2001 at gmail.com> wrote: > >> Which command to run which will auto detect all hardwares present in the >> system ? >> OS : CentOS >> Running Asterisk >> >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
lspci -v RETURNS me : _______________________________ 00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev 03) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, fast devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Gr aphics Controller (rev 03) (prog-if 00 [VGA]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, fast devsel, latency 0, IRQ 11 Memory at e0200000 (32-bit, non-prefetchable) [size=1M] Memory at d0000000 (64-bit, prefetchable) [size=256M] I/O ports at 3440 [size=8] Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 Enable - Capabilities: [d0] Power Management version 2 00:02.1 Display controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, fast devsel, latency 0 Memory at e0100000 (32-bit, non-prefetchable) [size=1M] Capabilities: [d0] Power Management version 2 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connectio n (rev 02) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, fast devsel, latency 0, IRQ 9 Memory at e0300000 (32-bit, non-prefetchable) [size=128K] Memory at e0324000 (32-bit, non-prefetchable) [size=4K] I/O ports at 30c0 [size=32] Capabilities: [c8] Power Management version 2 Capabilities: [d0] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable - 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contolle r #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0, IRQ 177 I/O ports at 30a0 [size=32] 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #5 (rev 02) (prog-if 00 [UHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0, IRQ 225 I/O ports at 3080 [size=32] 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Control ler #2 (rev 02) (prog-if 20 [EHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0, IRQ 185 Memory at e0325400 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, fast devsel, latency 0, IRQ 58 Memory at e0320000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable - Capabilities: [70] Express Unknown type IRQ 0 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (r ev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable + Capabilities: [90] #0d [0000] Capabilities: [a0] Power Management version 2 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (r ev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable + Capabilities: [90] #0d [0000] Capabilities: [a0] Power Management version 2 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (r ev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 00002000-00002fff Prefetchable memory behind bridge: 00000000e0400000-00000000e0400000 Capabilities: [40] Express Root Port (Slot+) IRQ 0 Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable + Capabilities: [90] #0d [0000] Capabilities: [a0] Power Management version 2 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0, IRQ 233 I/O ports at 3060 [size=32] 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #2 (rev 02) (prog-if 00 [UHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0, IRQ 50 I/O ports at 3040 [size=32] 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #3 (rev 02) (prog-if 00 [UHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0, IRQ 185 I/O ports at 3020 [size=32] 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Control ler #1 (rev 02) (prog-if 20 [EHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0, IRQ 233 Memory at e0325000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Capabilities: [58] Debug port 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) (prog-if 01 [Sub tractive decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=04, subordinate=04, sec-latency=32 I/O behind bridge: 00001000-00001fff Memory behind bridge: e0000000-e00fffff Prefetchable memory behind bridge: 00000000e0500000-00000000e0500000 Capabilities: [50] #0d [0000] 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface Controll er (rev 02) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, medium devsel, latency 0 Capabilities: [e0] Vendor Specific Information 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Co ntroller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 50 I/O ports at 3438 [size=8] I/O ports at 3454 [size=4] I/O ports at 3430 [size=8] I/O ports at 3450 [size=4] I/O ports at 3410 [size=16] I/O ports at 3400 [size=16] Capabilities: [70] Power Management version 3 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) Subsystem: Intel Corporation Unknown device d701 Flags: medium devsel, IRQ 225 Memory at e0325800 (32-bit, non-prefetchable) [size=256] I/O ports at 3000 [size=32] 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Co ntroller (rev 02) (prog-if 85 [Master SecO PriO]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 50 I/O ports at 3428 [size=8] I/O ports at 344c [size=4] I/O ports at 3420 [size=8] I/O ports at 3448 [size=4] I/O ports at 30f0 [size=16] I/O ports at 30e0 [size=16] Capabilities: [70] Power Management version 3 03:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller (prog-if 85 [Master SecO PriO]) Subsystem: JMicron Technologies, Inc. JMB368 IDE controller Flags: bus master, fast devsel, latency 0, IRQ 185 I/O ports at 2018 [size=8] I/O ports at 2024 [size=4] I/O ports at 2010 [size=8] I/O ports at 2020 [size=4] I/O ports at 2000 [size=16] Expansion ROM at e0400000 [disabled] [size=64K] Capabilities: [68] Power Management version 2 Capabilities: [50] Express Legacy Endpoint IRQ 1 Capabilities: [70] Message Signalled Interrupts: 64bit- Queue=0/0 Enable - 04:03.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11) Subsystem: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) Flags: bus master, fast Back2Back, 66MHz, medium devsel, latency 32, IRQ 169 Memory at e0000000 (32-bit, non-prefetchable) [size=16K] I/O ports at 1000 [size=256] Expansion ROM at e0500000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data 04:05.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70) (prog-if 10 [OHCI]) Subsystem: Intel Corporation Unknown device d701 Flags: bus master, fast Back2Back, medium devsel, latency 32, IRQ 9 Memory at e0004000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 On Mon, Jan 26, 2009 at 6:46 PM, David @ULC <ucoms2001 at gmail.com> wrote:> > lspci > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev > 03) > 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express > Integrated Graphics Controller (rev 03) > 00:02.1 Display controller: Intel Corporation 82G35 Express Integrated > Graphics Controller (rev 03) > 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network > Connection (rev 02) > 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Contoller #4 (rev 02) > 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #5 (rev 02) > 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI > Controller #2 (rev 02) > 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio > Controller (rev 02) > 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > 1 (rev 02) > 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > 2 (rev 02) > 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port > 3 (rev 02) > 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #1 (rev 02) > 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #2 (rev 02) > 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI > Controller #3 (rev 02) > 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI > Controller #1 (rev 02) > 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) > 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface > Controller (rev 02) > 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA > IDE Controller (rev 02) > 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev > 02) > 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA > IDE Controller (rev 02) > 03:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller > 04:03.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet > Adapter (rev 11) (rev 11) > 04:05.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70) > > > but > > *service network restart RETURNS me* > > **>>* Shutting down interface eth0: [ OK ]*>>* Shutting down loopback interface: [ OK ]*>>* Bringing up loopback interface: [ OK ]*>>* Bringing up interface eth0: [ OK ]*>>* Bringing up interface eth1: skge device eth1 does not seem to be present,*>>* delaying initialization.*>>* [FAILED]* > > > > > On Mon, Jan 26, 2009 at 5:24 PM, David @ULC <ucoms2001 at gmail.com> wrote: > >> >> Which command to run which will auto detect all hardwares present in the >> system ? >> OS : CentOS >> Running Asterisk >> >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090126/1fda11a0/attachment.htm
Just to reply to myself and top post in the process. Its seems this is not the case on CentOS systems my earlier post was the part of the output from a box running Debian Lenny. lspci -v on a CentOS-5.1 box shows neither Kernel driver in use or Kernel modules. Bails bails wrote:> Probably not much use to you in this instance, but its always nice to > know that lspci -v prints the kernel driver in use and kernel modules. > > e.g. > > 10:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M > Gigabit Ethernet PCI Express (rev 02) > Subsystem: Hewlett-Packard Company Device 30c2 > Flags: bus master, fast devsel, latency 0, IRQ 220 > Memory at d0000000 (64-bit, non-prefetchable) [size=64K] > Expansion ROM at <ignored> [disabled] > Capabilities: <access denied> > Kernel driver in use: tg3 > Kernel modules: tg3 > > Bails > > David @ULC wrote: >> lspci >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> 00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev >> 03) >> 00:02.0 VGA compatible controller: Intel Corporation 82G35 Express >> Integrated Graphics Controller (rev 03) >> 00:02.1 Display controller: Intel Corporation 82G35 Express Integrated >> Graphics Controller (rev 03) >> 00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network >> Connection (rev 02) >> 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI >> Contoller #4 (rev 02) >> 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI >> Controller #5 (rev 02) >> 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI >> Controller #2 (rev 02) >> 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio >> Controller (rev 02) >> 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port >> 1 (rev 02) >> 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port >> 2 (rev 02) >> 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port >> 3 (rev 02) >> 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI >> Controller #1 (rev 02) >> 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI >> Controller #2 (rev 02) >> 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI >> Controller #3 (rev 02) >> 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI >> Controller #1 (rev 02) >> 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) >> 00:1f.0 ISA bridge: Intel Corporation 82801HB/HR (ICH8/R) LPC Interface >> Controller (rev 02) >> 00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA >> IDE Controller (rev 02) >> 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev >> 02) >> 00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA >> IDE Controller (rev 02) >> 03:00.0 IDE interface: JMicron Technologies, Inc. JMB368 IDE controller >> 04:03.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet >> Adapter (rev 11) (rev 11) >> 04:05.0 FireWire (IEEE 1394): Agere Systems FW323 (rev 70) >> >> >> but >> >> *service network restart RETURNS me* >> >> **>>* Shutting down interface eth0: [ OK ]*>>* Shutting down loopback >> interface: [ OK ]*>>* Bringing up loopback interface: [ OK ]*>>* >> Bringing up interface eth0: [ OK ]*>>* Bringing up interface eth1: >> skge device eth1 does not seem to be present,*>>* delaying >> initialization.*>>* [FAILED]* >> >> >> >> >> On Mon, Jan 26, 2009 at 5:24 PM, David @ULC <ucoms2001 at gmail.com> wrote: >> >>> Which command to run which will auto detect all hardwares present in the >>> system ? >>> OS : CentOS >>> Running Asterisk >>> >>> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users > >-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Maybe Matching Threads
- Very slow disk performance on CentOS 4.5
- suspend/resume system crash
- PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
- PCI: Not using MMCONFIG, leave system completely hung while booting Xen 3.4.1
- How to remove the wrong wireless firmware module