how to get wireless back on a xen pv-ops dom0 setup on lucid 64 bit
Tapas Mishra
mightydreams at gmail.com
Mon Feb 28 20:24:16 UTC 2011
I was trying to set up Xen-4.0.1 on my 64 bit non VT machine.
http://wiki.xensource.com/xenwiki/XenParavirtOps
After I had compiled Xen-4.0.1 successfully (here success refers to no
error during compile)
I did
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen
cd linux-2.6-xen
cp /boot/config-2.6.32-24-generic /usr/src/linux-2.6-xen/.config
make menuconfig
make modules_install install
update-initramfs -c -k 2.6.32.27
Then change my grug.cfg to look as follows
menuentry 'Ubuntu, with Xen and Linux 2.6.32.27' --class ubuntu
--class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,8)'
search --no-floppy --fs-uuid --set 6061f210-470f-401d-a29e-3c631fc04af4
multiboot (hd0,8)/boot/xen.gz
module /boot/vmlinuz-2.6.32.27
root=UUID=6061f210-470f-401d-a29e-3c631fc04af4 ro quiet splash
module /boot/initrd.img-2.6.32.27
}
and I was able to boot into this new Xen setup but what I observed was
after I booted my wifi stopped working.
PCI Id of wifi device 14e4:4315
Each time I try to install Broadcom STA driver(that is what was
working in non xen part wl.ko ) from my LAN (which is working) from
Ubuntu 10.04 (64 bit) gui
System->Administration-->Hard Ware Drivers-->Broad Com STA driver I
get a failure message which says me to check
/var/log/jockey.log
and here is the jockey.log
http://pastebin.com/VBTLGw42
I had done
update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20
to have xend as service
I am not able to understand as how can I proceed
for the wireless part here.
Let me know if some one has any idea.
More information about the ubuntu-users
mailing list