Re: get hardware info through lspci

2009-06-04 Thread Kelly Clowers
On Thu, Jun 4, 2009 at 03:15, Michael Casey wrote: > I've recently read: > > Linux Find Out If PCI Hardware Supported or Not In The Current Running > Kernel > > So, if I: > > grep 27d8 /lib/modules/$(uname -r)/modules.pcimap > > and see this: > > snd-hda-intel    0x8086 0x27d8 0xff

get hardware info through lspci

2009-06-04 Thread Michael Casey
I've recently read: Linux Find Out If PCI Hardware Supported or Not In The Current Running Kernel So, if I: grep 27d8 /lib/modules/$(uname -r)/modules.pcimap and see this: snd-hda-intel0x8086 0x27d8 0

Re: How to get hardware info

2008-01-14 Thread joseph lockhart
--- abdelkader belahcene <[EMAIL PROTECTED]> wrote: > Hi, > I want to know the name of my network card, it is > detected by the > system, I just want name of the driver used and > other info? > > Is there a program which gives the info of hardware? > ( included network card) > thanks bela > har

Re: How to get hardware info

2008-01-14 Thread Douglas A. Tutty
On Mon, Jan 14, 2008 at 08:33:25AM +0100, abdelkader belahcene wrote: > I want to know the name of my network card, it is detected by the > system, I just want name of the driver used and other info? > > Is there a program which gives the info of hardware? ( included network card) > thanks bela d

Re: How to get hardware info

2008-01-14 Thread Tobias Nissen
Hi abdelkader! abdelkader belahcene wrote: > lspci gives > 03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 > Gigabit Ethernet PCI Express (rev 01) > don't not the name of module > lshw is not installed, is it an alone package or belongs to a more > complete one. thanks `aptitu

re:How to get hardware info

2008-01-14 Thread abdelkader belahcene
Thank you for answer lspci gives 03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01) don't not the name of module lshw is not installed, is it an alone package or belongs to a more complete one. thanks bela -- To UNSUBSCRIBE, email to [EMAIL

Re: How to get hardware info

2008-01-13 Thread David
abdelkader belahcene wrote: Hi, I want to know the name of my network card, it is detected by the system, I just want name of the driver used and other info? Is there a program which gives the info of hardware? ( included network card) thanks bela Lshw ...if you have it installed. lspci and

How to get hardware info

2008-01-13 Thread abdelkader belahcene
Hi, I want to know the name of my network card, it is detected by the system, I just want name of the driver used and other info? Is there a program which gives the info of hardware? ( included network card) thanks bela -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscri

Re: hardware info

2007-09-02 Thread Hugo Vanwoerkom
Hugo Vanwoerkom wrote: Hi, I thought I saw a reference to a tool that prints system hardware info in html format with the --html option. Now I can't find it. Anybody know? Hugo Thanks guys!!! lshw it is. I record everything I do and... this slipped through the cracks :-( Hugo

Re: hardware info

2007-09-02 Thread Justin Piszcz
prints system hardware info in html format with the --html option. lshw can output hw details to html. I've not used it myself, but it shows up in the Debian repositories. There's also hwinfo, but I don't know whether than can do html. -- Regards _ / ) "

Re: hardware info

2007-09-02 Thread Brad Rogers
On Sun, 02 Sep 2007 08:18:09 -0500 Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: Hello Hugo, > I thought I saw a reference to a tool that prints system hardware > info in html format with the --html option. lshw can output hw details to html. I've not used it myself, but it shows

Re: hardware info

2007-09-02 Thread Mathias Brodala
Hi Hugo. Hugo Vanwoerkom, 02.09.2007 15:18: > I thought I saw a reference to a tool that prints system hardware info > in html format with the --html option. > > Now I can't find it. Do you mean "lshw"? Regards, Mathias -- debian/rules signature.asc Description: OpenPGP digital signature

hardware info

2007-09-02 Thread Hugo Vanwoerkom
Hi, I thought I saw a reference to a tool that prints system hardware info in html format with the --html option. Now I can't find it. Anybody know? Hugo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: hardware info commands

2006-09-17 Thread Andrei Popescu
"Fred J." <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED]:~$ hdparm -I /dev/hda > hda hda1 > [EMAIL PROTECTED]:~$ hdparm -I /dev/hda > bash: hdparm: command not found > [EMAIL PROTECTED]:~$ hdparm -I > bash: hdparm: command not found > [EMAIL PROTECTED]:~$ You must be root. And yo

Re: hardware info commands

2006-09-17 Thread H.S.
Fred J. wrote: [EMAIL PROTECTED]:~$ hdparm -I /dev/hda hda hda1 [EMAIL PROTECTED]:~$ hdparm -I /dev/hda bash: hdparm: command not found [EMAIL PROTECTED]:~$ hdparm -I bash: hdparm: command not found [EMAIL PROTECTED]:~$ Are you trying this as root? ->HS -- To UNSUBSCRIBE, ema

Re: hardware info commands

2006-09-17 Thread Fred J.
Sjoerd Hardeman <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Tryhdparm -I Sjoerd[EMAIL PROTECTED]:~$ sudo apt-get install hdparmPassword:Reading package lists... DoneBuilding dependency tree... DoneSuggested packages:  apmdThe following NEW packages will be installed  hdpa

Re: hardware info commands

2006-09-17 Thread Sjoerd Hardeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try hdparm -I Sjoerd Andrei Popescu wrote: > "Fred J." <[EMAIL PROTECTED]> wrote: > >> Hi >> >> I am after the command which shows info about my hard drives >> $df >> is not doing it, I need more specifics because I am recompiling a kernel. I >

Re: hardware info commands

2006-09-17 Thread Mathias Brodala
Hello Fred. > I am after the command which shows info about my hard drives $df is not doing > it, I need more specifics because I am recompiling a kernel. The „lshw“ command gives you some information about your drives. Regards, Mathias -- debian/rules signature.asc Description: OpenPGP di

Re: hardware info commands

2006-09-17 Thread Andrei Popescu
"Fred J." <[EMAIL PROTECTED]> wrote: > Hi > > I am after the command which shows info about my hard drives > $df > is not doing it, I need more specifics because I am recompiling a kernel. I > was looking around at /proc/... but could not figure it out. > > i.e. > show pci info > $lspci > sho

hardware info commands

2006-09-17 Thread Fred J.
HiI am after the command which shows info about my hard drives $df is not doing it, I need more specifics because I am recompiling a kernel. I was looking around at /proc/... but could not figure it out.i.e.show pci info$lspcishow cpu info$cat /proc/cpuinfothanks Do you Yahoo!? Get on board. Yo