* xen-pciback.hide bug report: parse error in current xen-4.1-stable.hg @ 2012-05-12 2:16 Mark 2012-05-12 7:20 ` Sander Eikelenboom 0 siblings, 1 reply; 4+ messages in thread From: Mark @ 2012-05-12 2:16 UTC (permalink / raw) To: xen-devel Hello everyone, Said Xen version running on kernel 3.3.4 x86_64. I had put in Grub's "module /vmlinuz.gz" line: xen_pciback.hide=(02:10.0)(02:10.2)(etc.) This yields an error in dmesg: xen_pciback: Unknown parameter `2)' I tried all sorts of variations: quoting the pci devices, prefixing the devices with an extra 0000:, putting the thing somewhere else. But the error keeps returning. I am working around this by having added the hide option in a modules.conf entry. For further contact please be aware I am not receiving xen-devel emails, so please include me in CC's when more info is required. Thank you, Mark ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xen-pciback.hide bug report: parse error in current xen-4.1-stable.hg 2012-05-12 2:16 xen-pciback.hide bug report: parse error in current xen-4.1-stable.hg Mark @ 2012-05-12 7:20 ` Sander Eikelenboom 2012-05-13 8:56 ` Pasi Kärkkäinen [not found] ` <20120512125506.4a4a927c@internecto.net> 0 siblings, 2 replies; 4+ messages in thread From: Sander Eikelenboom @ 2012-05-12 7:20 UTC (permalink / raw) To: Mark; +Cc: xen-devel Hello Mark, Saturday, May 12, 2012, 4:16:45 AM, you wrote: > Hello everyone, > Said Xen version running on kernel 3.3.4 x86_64. > I had put in Grub's "module /vmlinuz.gz" line: > xen_pciback.hide=(02:10.0)(02:10.2)(etc.) Should be xen-pciback.hide (not a underscore) -- Sander > This yields an error in dmesg: > xen_pciback: Unknown parameter `2)' > I tried all sorts of variations: quoting the pci devices, prefixing > the devices with an extra 0000:, putting the thing somewhere else. But > the error keeps returning. > I am working around this by having added the hide option in a > modules.conf entry. > For further contact please be aware I am not receiving xen-devel > emails, so please include me in CC's when more info is required. > Thank you, > Mark -- Best regards, Sander mailto:linux@eikelenboom.it ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: xen-pciback.hide bug report: parse error in current xen-4.1-stable.hg 2012-05-12 7:20 ` Sander Eikelenboom @ 2012-05-13 8:56 ` Pasi Kärkkäinen [not found] ` <20120512125506.4a4a927c@internecto.net> 1 sibling, 0 replies; 4+ messages in thread From: Pasi Kärkkäinen @ 2012-05-13 8:56 UTC (permalink / raw) To: Sander Eikelenboom; +Cc: Mark, xen-devel On Sat, May 12, 2012 at 09:20:04AM +0200, Sander Eikelenboom wrote: > Hello Mark, > > Saturday, May 12, 2012, 4:16:45 AM, you wrote: > > > Hello everyone, > > > Said Xen version running on kernel 3.3.4 x86_64. > > > I had put in Grub's "module /vmlinuz.gz" line: > > > xen_pciback.hide=(02:10.0)(02:10.2)(etc.) > > Should be xen-pciback.hide (not a underscore) > Yep. Also the subject is misleading because this is a *Linux* dom0 kernel configuration issue, not xen-4.1-testing.hg issue. -- Pasi > -- > Sander > > > > This yields an error in dmesg: > > > xen_pciback: Unknown parameter `2)' > > > I tried all sorts of variations: quoting the pci devices, prefixing > > the devices with an extra 0000:, putting the thing somewhere else. But > > the error keeps returning. > > > I am working around this by having added the hide option in a > > modules.conf entry. > > > For further contact please be aware I am not receiving xen-devel > > emails, so please include me in CC's when more info is required. > > > Thank you, > > Mark > > > > > > -- > Best regards, > Sander mailto:linux@eikelenboom.it > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20120512125506.4a4a927c@internecto.net>]
* Re: xen-pciback.hide bug report: parse error in current xen-4.1-stable.hg [not found] ` <20120512125506.4a4a927c@internecto.net> @ 2012-05-13 10:18 ` Sander Eikelenboom 0 siblings, 0 replies; 4+ messages in thread From: Sander Eikelenboom @ 2012-05-13 10:18 UTC (permalink / raw) To: Internecto List Subscriber; +Cc: xen-devel Hello Internecto, Saturday, May 12, 2012, 12:55:06 PM, you wrote: > On Sat, 12 May 2012 09:20:04 +0200 > Sander Eikelenboom <linux@eikelenboom.it> wrote: >> Hello Mark, > Hi Sander, >> >> Saturday, May 12, 2012, 4:16:45 AM, you wrote: >> >> > Hello everyone, >> >> > Said Xen version running on kernel 3.3.4 x86_64. >> >> > I had put in Grub's "module /vmlinuz.gz" line: >> >> > xen_pciback.hide=(02:10.0)(02:10.2)(etc.) >> >> Should be xen-pciback.hide (not a underscore) > Thanks for the suggestion, but unfortunately this makes no difference... > I still get the same error. Also, I think both are allowed, the actual > name of the module is xen_pciback and I think kmod considers both - and > _ to be equally valid.. You have compiled xen-pciback as a module, perhaps you could try to compile it in the kernel to rule out problems with module loading ? It works for me (tm), could you also give the complete grub lines ? -- Sander > Mark -- Best regards, Sander mailto:linux@eikelenboom.it ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-13 10:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 2:16 xen-pciback.hide bug report: parse error in current xen-4.1-stable.hg Mark
2012-05-12 7:20 ` Sander Eikelenboom
2012-05-13 8:56 ` Pasi Kärkkäinen
[not found] ` <20120512125506.4a4a927c@internecto.net>
2012-05-13 10:18 ` Sander Eikelenboom
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.