[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-03-06 Thread netslayer
Hardy Alpha 5 (fresh install cd + online update) + xen + fglrx fails with the 
same errors above. sources 2.6.24 xen
I re installed with Gutsy (fresh install cd) + xen + fglrx and I get the same..

** shrugs..

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-02-28 Thread Timo Aaltonen
Hardy now has fglrx enabled for xen, please test.

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: Confirmed = Incomplete

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-02-15 Thread Timo Aaltonen
** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
Sourcepackagename: linux-restricted-modules-2.6.22 = 
linux-restricted-modules-2.6.24

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Importance: Undecided = Medium

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-02-08 Thread Omar Benhamid
Hi all, I found a problem with xenified kernel source in 
arch/i386/mm/hypervisor.c and arch/x86_64/kernel/smp-xen.c : 
xen_l1_entry_update and flush_tlb_page are not exported to kernel symbol table. 
I exported the symbols  and the module loads (well causing some trouble on my 
machine ...). 
Sorry i'm not very familiar with debian bulid system to give the right things 
but here is the diff I applied to debian/build/custom-source-xen in linux 
kernel source :

diff -urN custom-source-xen/arch/i386/mm/hypervisor.c 
custom-source-xen.modified/arch/i386/mm/hypervisor.c 
--- custom-source-xen/arch/i386/mm/hypervisor.c 2008-02-08 17:27:50.0 
+
+++ custom-source-xen.modified/arch/i386/mm/hypervisor.c2008-02-08 
13:18:35.0 +
@@ -51,6 +51,7 @@
u.val = __pte_val(val);
BUG_ON(HYPERVISOR_mmu_update(u, 1, NULL, DOMID_SELF)  0);
 }
+EXPORT_SYMBOL(xen_l1_entry_update);
 
 void xen_l2_entry_update(pmd_t *ptr, pmd_t val)
 {
 diff -urN custom-source-xen/arch/x86_64/kernel/smp-xen.c 
custom-source-xen.modified/arch/x86_64/kernel/smp-xen.c 
--- custom-source-xen/arch/x86_64/kernel/smp-xen.c  2008-02-08 
17:27:50.0 +
+++ custom-source-xen.modified/arch/x86_64/kernel/smp-xen.c 2008-02-08 
16:43:43.0 +
@@ -293,10 +293,16 @@
 { return; }
 void flush_tlb_current_task(void)
 { xen_tlb_flush_mask(current-mm-cpu_vm_mask); }
+EXPORT_SYMBOL(flush_tlb_current_task);
+
 void flush_tlb_mm (struct mm_struct * mm)
 { xen_tlb_flush_mask(mm-cpu_vm_mask); }
+EXPORT_SYMBOL(flush_tlb_mm);
+
 void flush_tlb_page(struct vm_area_struct * vma, unsigned long va)
 { xen_invlpg_mask(vma-vm_mm-cpu_vm_mask, va); }
+EXPORT_SYMBOL(flush_tlb_page);
+
 void flush_tlb_all(void)
 { xen_tlb_flush_all(); }
 #endif /* Xen */

Regards

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Johnathon
Hello,
Can someone who has this issue please run the following commands, and attach 
them to the bug report?
* uname -a  uname-a.log
*  cat /proc/version_signature  version.log
*  dmesg  dmesg.log
*  sudo lspci -vvnn  lspci-vvnn.log
Thanks


** Changed in: linux-restricted-modules-2.6.22 (Ubuntu)
 Assignee: (unassigned) = Johnathon (kirrus)
   Status: New = Incomplete

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Martin
Hi Jonathon,

here you go.

Cheers, Martin

** Attachment added: log.tgz
   http://launchpadlibrarian.net/11683096/log.tgz

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Johnathon
Thanks for the report, and thanks for the files Martin.

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Johnathon
Confirming (multiple reporters), assigning to Kernel Team (lots of
kernel messages in the comments). This is the end of what I can do for
you, just need to wait for the kernel team.

** Changed in: linux-restricted-modules-2.6.22 (Ubuntu)
 Assignee: Johnathon (kirrus) = Ubuntu Kernel Team (ubuntu-kernel-team)
   Status: Incomplete = Confirmed

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Johnathon

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/11685163/dmesg.log

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Johnathon

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/11685161/lspci-vvnn.log

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Johnathon

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/11685159/uname-a.log

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-31 Thread Johnathon

** Attachment added: version.log
   http://launchpadlibrarian.net/11685143/version.log

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-18 Thread Matt W.
Unfortunately, some cards (such as the Mobility X1300) don't work under
the older ati or radeon drivers, but instead fall back to vesa, so it's
basically fglrx or nothing.

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-08 Thread Marc Quinton
same problem with GeForce 7300 SE card.

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2008-01-08 Thread Marc Quinton
to avoid this problem, don't use restricted card driver : go to System /
Admin / Restricted drivers and suppress non open-source driver. In other
word, avoid gglrx and nvidia in /etc/X11/xorg.conf ; prefer nv and ati.

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151327] Re: [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

2007-11-08 Thread Johnathon
Bug #157298 is duplicate of this report.

** Summary changed:

- [Gutsy] fglrx driver doesn't load with linux-image-2.6.22-14-xen
+ [Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen

-- 
[Gutsy] binary graphics drivers don't load with linux-image-2.6.22-14-xen
https://bugs.launchpad.net/bugs/151327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs