* How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom xenlinux builds?
@ 2005-08-10 16:08 Marlon
2005-08-11 12:25 ` Subhabrata Bhattacharya
0 siblings, 1 reply; 3+ messages in thread
From: Marlon @ 2005-08-10 16:08 UTC (permalink / raw)
To: xen-devel, xen-users
Hi,
How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom
xenlinux builds?
I can't do a custom build of Xen to my hardware.
I already copy a custom .config to directory linux-2.6.11-xen0/ , but
when run "make ARCH=xen oldconfig"
the options to sata and sk98 drivers don't show up.
It's possible to custom the xen0 kernel before to do a "make world" ?
The directories above don't show up before to do a "make world":
drwxr-xr-x 19 marlon users 1464 2005-08-10 12:52 linux-2.6.11-xen0
drwxr-xr-x 7 marlon users 200 2005-08-03 20:57
linux-2.6.11-xen-sparse
drwxr-xr-x 19 marlon users 1464 2005-08-10 00:12 linux-2.6.11-xenU
drwxr-xr-x 18 marlon users 656 2005-08-09 23:54 pristine-linux-2.6.11
drwxr-xr-x 18 marlon users 688 2005-08-09 23:54 ref-linux-2.6.11
There is another way to do a custom build?
Instructions on the section 2.3.3 on Xen users' manual doesn't work for
my hardware.
Regards,
Marlon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom xenlinux builds?
2005-08-10 16:08 How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom xenlinux builds? Marlon
@ 2005-08-11 12:25 ` Subhabrata Bhattacharya
2005-08-11 15:37 ` Marlon
0 siblings, 1 reply; 3+ messages in thread
From: Subhabrata Bhattacharya @ 2005-08-11 12:25 UTC (permalink / raw)
To: Marlon; +Cc: xen-devel, xen-users
Hi,
Once you have done the make world, you would get the directories.Now
$cd linux-2.6.11-xen0
$make ARCH=xen menuconfig
and set your options there.
Mine worked this way.
~$ubh
On 8/10/05, Marlon <marlon@mrgnetwork.com.br> wrote:
> Hi,
>
> How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom
> xenlinux builds?
>
> I can't do a custom build of Xen to my hardware.
> I already copy a custom .config to directory linux-2.6.11-xen0/ , but
> when run "make ARCH=xen oldconfig"
> the options to sata and sk98 drivers don't show up.
>
> It's possible to custom the xen0 kernel before to do a "make world" ?
> The directories above don't show up before to do a "make world":
>
> drwxr-xr-x 19 marlon users 1464 2005-08-10 12:52 linux-2.6.11-xen0
> drwxr-xr-x 7 marlon users 200 2005-08-03 20:57
> linux-2.6.11-xen-sparse
> drwxr-xr-x 19 marlon users 1464 2005-08-10 00:12 linux-2.6.11-xenU
> drwxr-xr-x 18 marlon users 656 2005-08-09 23:54 pristine-linux-2.6.11
> drwxr-xr-x 18 marlon users 688 2005-08-09 23:54 ref-linux-2.6.11
>
> There is another way to do a custom build?
> Instructions on the section 2.3.3 on Xen users' manual doesn't work for
> my hardware.
>
> Regards,
>
> Marlon
>
>
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom xenlinux builds?
2005-08-11 12:25 ` Subhabrata Bhattacharya
@ 2005-08-11 15:37 ` Marlon
0 siblings, 0 replies; 3+ messages in thread
From: Marlon @ 2005-08-11 15:37 UTC (permalink / raw)
To: Subhabrata Bhattacharya; +Cc: xen-devel, xen-users
Hi,
That's the problem, when I run "make ARCH=xen menuconfig ", the
drivers that I need don't show up,
even select CONFIG_XEN_PHYSDEV_ACCESS=y .
Regards,
Marlon
Subhabrata Bhattacharya escreveu:
>Hi,
>
>Once you have done the make world, you would get the directories.Now
>
>$cd linux-2.6.11-xen0
>$make ARCH=xen menuconfig
>and set your options there.
>
>Mine worked this way.
>~$ubh
>
>On 8/10/05, Marlon <marlon@mrgnetwork.com.br> wrote:
>
>
>>Hi,
>>
>>How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom
>>xenlinux builds?
>>
>>I can't do a custom build of Xen to my hardware.
>>I already copy a custom .config to directory linux-2.6.11-xen0/ , but
>>when run "make ARCH=xen oldconfig"
>>the options to sata and sk98 drivers don't show up.
>>
>>It's possible to custom the xen0 kernel before to do a "make world" ?
>>The directories above don't show up before to do a "make world":
>>
>>drwxr-xr-x 19 marlon users 1464 2005-08-10 12:52 linux-2.6.11-xen0
>>drwxr-xr-x 7 marlon users 200 2005-08-03 20:57
>>linux-2.6.11-xen-sparse
>>drwxr-xr-x 19 marlon users 1464 2005-08-10 00:12 linux-2.6.11-xenU
>>drwxr-xr-x 18 marlon users 656 2005-08-09 23:54 pristine-linux-2.6.11
>>drwxr-xr-x 18 marlon users 688 2005-08-09 23:54 ref-linux-2.6.11
>>
>>There is another way to do a custom build?
>>Instructions on the section 2.3.3 on Xen users' manual doesn't work for
>>my hardware.
>>
>>Regards,
>>
>>Marlon
>>
>>
>>
>>
>>
>>_______________________________________________
>>Xen-users mailing list
>>Xen-users@lists.xensource.com
>>http://lists.xensource.com/xen-users
>>
>>
>>
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-11 15:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-10 16:08 How to setup CONFIG_SCSI_SATA_VIA=y and CONFIG_SK98LIN=y on a custom xenlinux builds? Marlon
2005-08-11 12:25 ` Subhabrata Bhattacharya
2005-08-11 15:37 ` Marlon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.