All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: xen + debian packages + megaraid driver
@ 2005-03-08  4:00 Patrick Paul
  0 siblings, 0 replies; 7+ messages in thread
From: Patrick Paul @ 2005-03-08  4:00 UTC (permalink / raw)
  To: xen-devel

I second that.  I noticed PCI was off by default on a build I was 
working with a couple of weeks back right after the first FUDCON.  Weird 
that kernels on x86 would ever have defaults of no-PCI.  Official 
feature request perhaps?


 >Sigh. Many apologies to all who spent time helping me with this. For
 >whatever reason, under Bus Option, PCI had been turned off. An odd
 >default, imo, but there you go.

 >Thank you, everyone. Am looking forward to finally working with this
 >cool tech  :)
 >
 >-michal urbanski
-- 
Patrick Paul
Systems Administrator
BioMicro Center, MIT 68-371
617-452-2951
patpaul@mit.edu


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: xen + debian packages + megaraid driver
@ 2005-03-07 22:22 Ian Pratt
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Pratt @ 2005-03-07 22:22 UTC (permalink / raw)
  To: michal urbanski, xen-devel; +Cc: ian.pratt

 
> I'm trying to make a domain0 2.6.10 kernel for a Dell SMP box, and as
> such I need to have the megaraid driver compiled in. I found some
> semi-official looking debian [1]packages for xen 2.0.4, and 
> this is the
> process I followed:
> 
> 1) installed fresh kernel sources for 2.6.10
> 2) instaled those debian packages for xen
> 3) ran /usr/src/kernel-patches/i386/apply/xen to patch vanilla sources
> 4) did "make ARCH=xen menuconfig" at source toplevel to 
> configure kernel
> 
> now, at this stage, I was unable to select the driver I wanted from
> device drivers->scsi device support->scsi lowlevel drivers. Normally,
> this is where one finds the megaraid driver, but after 
> applying the xen
> patches, almost no lowlevel scsi drivers are available 
> (nothing, except
> for "Serial ATA Support" and "SCSI Debugging Host Simulator".

Not sure what's going on here, but I just checked our xen-2.0-testing
tree and all the low level drivers are available on the config menu
(including both the nexgen and legacy megaraid drivers). Maybe this is
specific to the debian patch.

Ian


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: xen + debian packages + megaraid driver
@ 2005-03-07 20:32 Tom Hibbert
  2005-03-07 21:24 ` michal urbanski
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Hibbert @ 2005-03-07 20:32 UTC (permalink / raw)
  To: michal urbanski, xen-devel



>My problem is that I'm unable to compile in support for a megaraid
device into my domain0 kernel. >What follows is the detailed description
of my problem:


>I'm trying to make a domain0 2.6.10 kernel for a Dell SMP box, and as
such I need to have the megaraid driver compiled in. I found some
semi-official looking debian [1]packages for xen 2.0.4, and this is the
process I followed:

>1) installed fresh kernel sources for 2.6.10
>2) instaled those debian packages for xen
>3) ran /usr/src/kernel-patches/i386/apply/xen to patch vanilla sources
>4) did "make ARCH=xen menuconfig" at source toplevel to configure
kernel

>now, at this stage, I was unable to select the driver I wanted from
device drivers->scsi device >support->scsi lowlevel drivers. Normally,
this is where one finds the megaraid driver, but after >applying the xen
patches, almost no lowlevel scsi drivers are available (nothing, except
for "Serial >ATA Support" and "SCSI Debugging Host Simulator".

>Now, is my problem a faulty kernel patch, or do I have to do something
else to get the megaraid >driver compiled in? The kernel that I have
been able to build boots fine, except for not being to >find my root
dir, due to it being on that raid device.

Sounds like you havent enabled Priviliged Operation (Domain 0) under the
XEN options in menuconfig. Also choose "Physical device access".

Hope this helps

Tom


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread
* xen + debian packages + megaraid driver
@ 2005-03-07 16:17 michal urbanski
  0 siblings, 0 replies; 7+ messages in thread
From: michal urbanski @ 2005-03-07 16:17 UTC (permalink / raw)
  To: xen-devel

Hello all,

My problem is that I'm unable to compile in support for a megaraid
device into my domain0 kernel. What follows is the detailed description
of my problem:


I'm trying to make a domain0 2.6.10 kernel for a Dell SMP box, and as
such I need to have the megaraid driver compiled in. I found some
semi-official looking debian [1]packages for xen 2.0.4, and this is the
process I followed:

1) installed fresh kernel sources for 2.6.10
2) instaled those debian packages for xen
3) ran /usr/src/kernel-patches/i386/apply/xen to patch vanilla sources
4) did "make ARCH=xen menuconfig" at source toplevel to configure kernel

now, at this stage, I was unable to select the driver I wanted from
device drivers->scsi device support->scsi lowlevel drivers. Normally,
this is where one finds the megaraid driver, but after applying the xen
patches, almost no lowlevel scsi drivers are available (nothing, except
for "Serial ATA Support" and "SCSI Debugging Host Simulator".

Now, is my problem a faulty kernel patch, or do I have to do something
else to get the megaraid driver compiled in? The kernel that I have been
able to build boots fine, except for not being to find my root dir, due
to it being on that raid device.

Here's the snippet from my /boot/grub/menu.lst just in case this is the
problem:

title           Xen 2.0
root            (hd0,0)
kernel          (hd0,0)/boot/xen.gz dom0_mem=131072 noreboot
module          (hd0,0)/boot/vmlinuz-2.6.10-xen0.3 root=/dev/sda3 ro
console=tty0

Thanks for any help that you are able to provide. Also, if this not the
appropriate place for this question, please let me know. I looked for a
xen-user list, but either a) it doesn't exist or b) is highly hidden
from riffraff such as myself :)

-michal urbanski

[1] http://people.debian.org/~doogie/packages/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-03-08  4:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-08  4:00 xen + debian packages + megaraid driver Patrick Paul
  -- strict thread matches above, loose matches on Subject: below --
2005-03-07 22:22 Ian Pratt
2005-03-07 20:32 Tom Hibbert
2005-03-07 21:24 ` michal urbanski
2005-03-07 22:01   ` michal urbanski
2005-03-07 23:10     ` michal urbanski
2005-03-07 16:17 michal urbanski

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.