|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] (SOLVED) How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_
Gerhard,
So my problem here with an 2.4 kernel and a 8139 realltek network
card, which ist not supported in the original kernel. So I did 'find .
-exec grep -H 8139 {} \; at the root of the xen-source and found a
config file, which I edited. After that I did 'make world' and it run
well.
Gerhard
Great tip!!!
This command (find . -exec grep -H SATA_VIA {} \; ) solve the problem.
The default config file for 2.6 kernels is
"/xen-2.0/linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig",
this is not documented on Xen Users' Manual, section 2.3.3.
Thanks,
Marlon
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|