Re: [gem5-dev] PCIe device in DVFS enabled kernel

2015-03-06 Thread Mohammad Alian via gem5-dev
Well, I found the solution, just to share with others: You should set the following flags in the kernel .config file and recompile the kernel: *CONFIG_NET_VENDOR_INTEL=yCONFIG_E100=yCONFIG_E1000=yCONFIG_E1000E=y* --Mohammad On Fri, Mar 6, 2015 at 6:41 PM, Mohammad Alian wrote: > Hi all,

[gem5-dev] PCIe device in DVFS enabled kernel

2015-03-06 Thread Mohammad Alian via gem5-dev
Hi all, How should I enable PCIe devices (Ethernet) in the DVFS enabled kernel? This is what I get when I try to bring up eth0 after I boot linux with DVFS enabled kernel: *#ifconfig eth0 upSIOCSIFADDR: No such deviceeth0: ERROR while getting interface flags: No such device* This is also the