Re: Higher power consumption in Debian than in Ubuntu - ASPM disabled instead of enabled for 2 modules (lspci), but why?

2022-12-21 Thread B.M.
On Mittwoch, 21. Dezember 2022 18:37:20 CET you wrote: > Dear all, > > Comparing power consumption with powertop for a brand new Dell laptop I > found out that Debian is consuming about 6 Watts while Ubuntu is consuming > 3 Watts (idle). Comparing configs I just found out that ls

Higher power consumption in Debian than in Ubuntu - ASPM disabled instead of enabled for 2 modules (lspci), but why?

2022-12-21 Thread B.M.
Dear all, Comparing power consumption with powertop for a brand new Dell laptop I found out that Debian is consuming about 6 Watts while Ubuntu is consuming 3 Watts (idle). Comparing configs I just found out that lspci -vv reports ASPM enabled 6 x for Ubuntu and 4 x for Debian. The differences

Re: Lspci

2019-03-27 Thread Joe B
I figured it out Buster detects my firmware automatically like WiFi. I did sudo apt update && sudo apt upgrade then apt install pciutils then I found lspci Thanks On Tue, Mar 26, 2019 at 8:59 PM Nicholas Geovanis wrote: > It's just a guess, but are you sure that your

Re: Lspci

2019-03-26 Thread Kent West
On Tue, Mar 26, 2019 at 6:06 PM Joe B wrote: > Hello > > I just downloaded the iso for Buster and im running it in a virtualbox. I > purposely disabled networking so I can learn how to find the firmware and > learn how to load it/use it > > I tried to run lscpi or even lsp

Lspci

2019-03-26 Thread Joe B
Hello I just downloaded the iso for Buster and im running it in a virtualbox. I purposely disabled networking so I can learn how to find the firmware and learn how to load it/use it I tried to run lscpi or even lspci -vv same thing but the command is not found. I looked at https

Re: How and where lspci utility gathers information about hardware components?

2013-10-27 Thread Stan Hoeppner
On 10/27/2013 1:18 PM, Martin T wrote: > lspci utility shows information regarding devices on various buses like PCI > or PCI Express. For example on IBM ThinkPad T42 laptop: [snip] > Am I correct that lspci uses SMBus which is present both on PCI and PCI > Express? In addition,

How and where lspci utility gathers information about hardware components?

2013-10-27 Thread Martin T
Hi, lspci utility shows information regarding devices on various buses like PCI or PCI Express. For example on IBM ThinkPad T42 laptop: T42 ~ # lspci 00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03) 00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP

Re: LSPCI shows network card, but the card refuses to come up

2012-03-26 Thread Camaleón
On Mon, 26 Mar 2012 16:27:50 +0300, Andrei POPESCU wrote: > On Mi, 21 mar 12, 15:14:14, Camaleón wrote: >> >> Nah, yours is too verbose for this matter ;-). Indeed, the extra >> information (-v) can be omited as we just wanted to know what card it >> was. > > In which case -nn is very useful. T

Re: LSPCI shows network card, but the card refuses to come up

2012-03-26 Thread Andrei POPESCU
On Mi, 21 mar 12, 15:14:14, Camaleón wrote: > > Nah, yours is too verbose for this matter ;-). Indeed, the extra information > (-v) can be omited as we just wanted to know what card it was. In which case -nn is very useful. Kind regards, Andrei -- Offtopic discussions among Debian users and de

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Camaleón
On Tue, 20 Mar 2012 18:37:09 -0600, Bob Proulx wrote: > Camaleón wrote: >> Bijoy Lobo wrote: >> > I have 2 cards on my system. I had no errors while Expert Install of >> > Debian netinstall. even lspci shows me 2 ethernet controllers, >> > However I cannot br

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Alberto Fuentes
On 21/03/12 11:49, Bob Proulx wrote: But why did you stop at five lines? Aren't most network devices going to print more lines than that? And it misses the "kernel driver in use" line which is useful information. I see, in my case, 5 was enough to show everything :) Can't leave off the '-A

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Bob Proulx
Alberto Fuentes wrote: > for the shake of completesness I commend your thoroughness. But... > lspci -v | grep -A5 -i eth But why did you stop at five lines? Aren't most network devices going to print more lines than that? And it misses the "kernel driver in use"

Re: LSPCI shows network card, but the card refuses to come up

2012-03-21 Thread Alberto Fuentes
On 21/03/12 01:37, Bob Proulx wrote: Ahem... 'lspci | grep -i eth' is good but 'lspci -v' is paragraph formatted and so finding that with grep is more trouble. You need a "paragraph grep" of which there are many different programs and techniques. Perl is always a

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bijoy Lobo
y system. I had no errors while Expert Install of > > > Debian netinstall. even lspci shows me 2 ethernet controllers, However > I > > > cannot bring the 2nd interface up. > > > > Show us the output of these two commands: > > > > lspci -v | grep -i eth

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bob Proulx
Camaleón wrote: > Bijoy Lobo wrote: > > I have 2 cards on my system. I had no errors while Expert Install of > > Debian netinstall. even lspci shows me 2 ethernet controllers, However I > > cannot bring the 2nd interface up. > > Show us the output of these two comman

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Camaleón
On Tue, 20 Mar 2012 19:11:39 +0530, Bijoy Lobo wrote: > I have 2 cards on my system. I had no errors while Expert Install of > Debian netinstall. even lspci shows me 2 ethernet controllers, However I > cannot bring the 2nd interface up. Show us the output of these two commands: lspci

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread The_Ace
On Tue, Mar 20, 2012 at 7:11 PM, Bijoy Lobo wrote: > > Hello all > > I have 2 cards on my system. I had no errors while Expert Install of > Debian netinstall. even lspci shows me 2 ethernet controllers, However I > cannot bring the 2nd interface up. > > ifconfig eth1 te

LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bijoy Lobo
Hello all I have 2 cards on my system. I had no errors while Expert Install of Debian netinstall. even lspci shows me 2 ethernet controllers, However I cannot bring the 2nd interface up. ifconfig eth1 tells me no such interface ifconfig -a show me only eth0 and lo -- Thanks and Regards Bijoy

Re: pci express wireless card doesn't show up in lspci

2010-12-31 Thread briand
On Fri, 31 Dec 2010 20:57:13 +0100 Klistvud wrote: > Dne, 31. 12. 2010 20:19:14 je bri...@aracnet.com napisal(a): > > Hi all, > > > > the card is an Intel 3945ABG. > > > > not seeing it in the lspci listing. > > > > the PCI express port IS showi

Re: pci express wireless card doesn't show up in lspci

2010-12-31 Thread Klistvud
Dne, 31. 12. 2010 20:19:14 je bri...@aracnet.com napisal(a): Hi all, the card is an Intel 3945ABG. not seeing it in the lspci listing. the PCI express port IS showing up. The card could be bad, but it seems extremely unlikely as it's brand new. MB is an Intel Atom D945GSEJT. I haven&#

Re: pci express wireless card doesn't show up in lspci

2010-12-31 Thread briand
On Fri, 31 Dec 2010 19:37:55 + (UTC) Camaleón wrote: > On Fri, 31 Dec 2010 11:19:14 -0800, briand wrote: > > > Hi all, > > > > the card is an Intel 3945ABG. > > > > not seeing it in the lspci listing. > > (...) > > Just in case, put

Re: pci express wireless card doesn't show up in lspci

2010-12-31 Thread Camaleón
On Fri, 31 Dec 2010 11:19:14 -0800, briand wrote: > Hi all, > > the card is an Intel 3945ABG. > > not seeing it in the lspci listing. (...) Just in case, put the output of "lspci -nn | grep -i network" and "dmesg | grep -i network". Also: http:/

pci express wireless card doesn't show up in lspci

2010-12-31 Thread briand
Hi all, the card is an Intel 3945ABG. not seeing it in the lspci listing. the PCI express port IS showing up. The card could be bad, but it seems extremely unlikely as it's brand new. MB is an Intel Atom D945GSEJT. I haven't done anything with PCI express card before, just want to

Re: get hardware info through lspci

2009-06-04 Thread Kelly Clowers
is supported? > - sorry for asking this: but is there a "devmgmt.msc" (windows..) "like" > software, solution under Linux, where can I see that is my pc's hardwares > recognized correctly? You don't need to do all that roundabout nonsense. Just use lspci -v and lo

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: lspci -- all devices recognized

2005-07-12 Thread Jochen Schulz
Benjamin Sher: > > My thanks to everyone. lspci detected all of my devices correctly, > including my Nvidia video card and my SoundBlaster 5.1 sound > card. Thanks so much. Note that the output of lspci does not give you any information on whether the device is actually working or

lspci -- all devices recognized

2005-07-12 Thread Benjamin Sher
Dear friends: My thanks to everyone. lspci detected all of my devices correctly, including my Nvidia video card and my SoundBlaster 5.1 sound card. Thanks so much. Benjamin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: lspci and /sys

2004-12-06 Thread CW Harris
ge-box (dist-upgraded from Woody a few months > back). Anyhoo, anytime I use lspci I get the following error: pcilib: > Cannot open /sys/bus/pci/devices > > Also, when the PHP-script "PHPsysinfo" runs it generates the same error > in the Apache Error-log, as well as ta

Re: /sys and lspci

2004-12-05 Thread John L Fjellstad
Check that you have the correct version of initscripts. My version is 2.86-5. mountvirtfs in /etc/init.d should have mounted /sys at bootup. Make sure you are actually running 2.6 (uname -r) -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custodes -- To UNSU

Re: /sys and lspci

2004-12-05 Thread Kevin Mark
ge-box (dist-upgraded from Woody a few months > back). Anyhoo, anytime I use lspci I get the following error: pcilib: > Cannot open /sys/bus/pci/devices > > Also, when the PHP-script "PHPsysinfo" runs it generates the same error > in the Apache Error-log, as well as ta

/sys and lspci

2004-12-04 Thread Petter Senften
Hello! I'm new to this list, but after googling for a few hours after a fix to my problem it seems I have no other option than to try to get some attention here :) My server is a Debian Sarge-box (dist-upgraded from Woody a few months back). Anyhoo, anytime I use lspci I get the foll

Re: lspci and /sys

2004-12-04 Thread Ron Johnson
dist-upgraded from Woody a few months > back). Anyhoo, anytime I use lspci I get the following error: pcilib: > Cannot open /sys/bus/pci/devices > > Also, when the PHP-script "PHPsysinfo" runs it generates the same error > in the Apache Error-log, as well as taking f

lspci and /sys

2004-12-04 Thread Petter Senften
Hello! I'm new to this list, but after googling for a few hours after a fix to my problem it seems I have no other option than to try to get some attention here :) My server is a Debian Sarge-box (dist-upgraded from Woody a few months back). Anyhoo, anytime I use lspci I get the foll

lspci -v AND scanpci -v output on Sony Vaio PCG-R505EL, Graphics card? Cdrom?

2002-09-24 Thread Walter Tautz
- Subject: lspci from lifetime2 00:00.0 Host bridge: Intel Corp.: Unknown device 3575 (rev 04) Subsystem: Sony Corporation: Unknown device 8100 Flags: bus master, fast devsel, latency 0 Memory at (32-bit, prefetchable) Capabilities: [40] #09 [2105] 00:02.0 VGA

lspci fails

2002-09-04 Thread martin f krafft
this is on a fresh system. any clues on how to fix it: cloud:~# lspci pcilib: Cannot open /proc/bus/pci/06/00.0 lspci: Unable to read 64 bytes of configuration space. i tried searching google.com, but couldn't find an answer... much appreciated! -- martin; (greetings

Re: winmodem on laptop, can it work? (lspci -vv output)

2001-12-18 Thread Noah Meyerhans
On Tue, Dec 18, 2001 at 11:11:57AM -0500, Walter Tautz wrote: > > 00:03.0 Communication controller: Lucent Microelectronics WinModem 56k (rev > 01) Probably. Check www.linmodems.org. I set up a Lucent winmodem on a Thinkpad a while back and it worked flawlessly the first time. The instruction

winmodem on laptop, can it work? (lspci -vv output)

2001-12-18 Thread Walter Tautz
00:03.0 Communication controller: Lucent Microelectronics WinModem 56k (rev 01) Subsystem: IBM: Unknown device 018c Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-

Re: Kernel 2.4.13 has no /dev files or info with lspci

2001-10-24 Thread Hanasaki JiJi
The Problem with /dev was that somehow devfs crawled into tthe kernel.  I swear I didn't to it :) - Took it out and the devices are in fine now.  Thanks, Debian User Jean-Baptiste Note wrote: On Wed, Oct 24, 2001 at 12:18:43PM -0500, Hanasaki JiJi wrote: lspci only gives the board nu

Re: Kernel 2.4.13 has no /dev files or info with lspci

2001-10-24 Thread Viktor Rosenfeld
Hi Hanasaki, Hanasaki JiJi wrote: > lspci only gives the board numbers. no descriptions show up Can't help you on that. I'm still compiling 2.4.13 and won't install until tomorrow. > /dev does not have my hdaxx partitions thus i cannot mount them Do you use devfs?

Re: Kernel 2.4.13 has no /dev files or info with lspci

2001-10-24 Thread Debian User Jean-Baptiste Note
On Wed, Oct 24, 2001 at 12:18:43PM -0500, Hanasaki JiJi wrote: > lspci only gives the board numbers. no descriptions show up > OK, i think this is because you don't have PCI device name database compiled into the kernel. Try to add it. This is in General Setup section. > /dev do

Kernel 2.4.13 has no /dev files or info with lspci

2001-10-24 Thread Hanasaki JiJi
lspci only gives the board numbers. no descriptions show up /dev does not have my hdaxx partitions thus i cannot mount them any help would be appreciated. Thanks

Re: sound device only available to root?? (message from lspci -v)

2001-02-27 Thread W. Paul Mills
If you run lspci -v as root, the Capabilities will be listed. This has nothing to do with your problem. Walter Tautz <[EMAIL PROTECTED]> wrote: : lspci -v : 00:12.0 Multimedia audio controller: Ensoniq: Unknown device 5880 (rev 02) : Subsystem: Ensoniq: Unknown devic

Re: sound device only available to root?? (message from lspci -v)

2001-02-27 Thread Romain Lerallut
e that the master volume might default to 0, so try aumix to set the volume... Good Luck, Romain On Tue, 27 Feb 2001, Walter Tautz wrote: > lspci -v > > > 00:12.0 Multimedia audio controller: Ensoniq: Unknown device 5880 (rev 02) > Subsystem: Ensoniq: Unknown device 2003 &g

sound device only available to root?? (message from lspci -v)

2001-02-27 Thread Walter Tautz
lspci -v 00:12.0 Multimedia audio controller: Ensoniq: Unknown device 5880 (rev 02) Subsystem: Ensoniq: Unknown device 2003 Flags: bus master, slow devsel, latency 32, IRQ 10 I/O ports at ff00 Capabilities: This would seem to account for the fact that sound

Re: missing "lspci"

2000-06-22 Thread Gregory Guthrie
Thanks, still trying to get lspci installed; I looked again, and I did install it, but, .. dpkg reports a status of: install ok not-installed and then locate doesn't (of course) find it on the system. I re-ran (several times dselect, and it didn't complain, but didn

Re: NIC problem w/ de4x5 for DLINK PCI, missing "lspci"

2000-06-22 Thread Gregory Guthrie
Thanks, I do have it installed, but at boot still reports not found, and a locate does not find it. I am running Debian 2.1r4, but it reports 2.0.36, so perhaps I need a newer kernel? [how to get it?] I am surprised that if lspci is needed at boot, the kernel (or system) does not have it

NIC problem w/ de4x5 for DLINK PCI, missing "lspci"

2000-06-21 Thread Gregory Guthrie
I want to use a DLINK DFE530CT pci ethernet card, and some references say it uses the de4x5, or tulip drivers, but when I try to use them, I get "init_module: device or resource busy" I also get prior to that, when starting to load modules, and evaluation module dependencies,

Re: soundcard config and lspci etc

1999-09-24 Thread Colin Marquardt
* John <[EMAIL PROTECTED]> writes: > Am trying to configure sound on Debian 2.1. Although a newbie have done > so successfully with SuSE and anticipated no great problem. However, > using /sbin/pnpdump -c > /etc/isapnp.conf gives quote lspci not found, > so PCI resource

soundcard config and lspci etc

1999-09-24 Thread John
Am trying to configure sound on Debian 2.1. Although a newbie have done so successfully with SuSE and anticipated no great problem. However, using /sbin/pnpdump -c > /etc/isapnp.conf gives quote lspci not found, so PCI resource conflict not checked unquote. According to 'man pnpdump'

Re: Init takes long time and what is lspci?

1999-08-02 Thread Stephen Pitts
On Sun, Aug 01, 1999 at 02:31:15PM +0200, Jonas Steverud wrote: > > Debian Potato. > > When I boot, init prints out "INIT 2.74" (?) and then it stops for > 10-20 seconds and then continues with "NET4: Unix domain sockets 1.0 > for Linux NET4.0." which takes another 5-10 seconds. Anyone who knows

Re: Init takes long time and what is lspci?

1999-08-01 Thread Robert Vollmert
On Sun, Aug 01, 1999 at 02:31:15PM +0200, Jonas Steverud wrote: > When I boot, init prints out "INIT 2.74" (?) and then it stops for > 10-20 seconds and then continues with "NET4: Unix domain sockets 1.0 > for Linux NET4.0." which takes another 5-10 seconds. Anyone who knows > why this happens? Is

Re: Init takes long time and what is lspci?

1999-08-01 Thread Jor-el
-BEGIN PGP SIGNED MESSAGE- Jonas, 'lspci' is not needed and will not work on the 2.0.x kernels. They need a file in the /proc heirarchy which was introduced in the 2.2.x kernels. Cant answer your INIT question. Regards, Jor-el Human cardiac catheteri

Re: lspci -- can't find.

1999-03-30 Thread Gary L. Hennigan
sapnp I get the same error. What is lspci? Where do I get it? Install the pciutils package in the admin section of slink. That will get rid of the message. Gary

lspci -- can't find.

1999-03-30 Thread Person, Roderick
I have kernel 2.2.3 installed. I on boot when the sound module is loaded I get the error lspci:can't find I forget the rest (i'm at work), but when I try to initalize the sound card with isapnp I get the same error. What is lspci? Where do I get it? Thanks Rod.