I wanted to know if it is possible to update Ubuntu from my the Windows side of my computer (I dual boot). The Ubuntu side is a WUBI install. The reason is I accidentally deleted the wireless driver for my Broadcom wireless card thinking I was replacing it. As I had no ethernet driver installed, I currently have no access to the internet from my Ubuntu side. I am relatively new to Linux so please don't be too hard on me haha. I just really want to upgrade to 12.10 so, hopefully, this problem can be resolved in the update. Thank you for your help in advance.
|
If you deleted the driver by uninstalling a package, and you know the name of the package, you can download and install the Then move the
if you deleted the driver by physically deleting some files, and you remember the names of the files, you can find which packages contain those files using "Search the contents of packages" form on that page. Additionally, the package you need may already be in the |
|||
|
|
|
YES and NO. There is no really simple way to find the right driver, download it (using windows), and then install it on your WUBI install. It can be done, but someone would need to step you through each step .. A simpler solution would be for you to use Windows to download the 12.10 ISO file, copy it to your WUBI install, and then create a boot USB (or DVD) using WUBI. Then install 12.10 alongside Windows. This would still leave your WUBI install, which could be removed later. |
|||
|
|
|
I think it would be better if you install 12.10 from scratch. To backup your current files you can access your wubi installation from an Ubuntu Live CD.
|
||||
|
|
/etc/modules/(version)/kernel/drivers/net/ethernet/broadcomor maybe from/etc/modules/(version)/kernel/drivers/net/wireless/b43. In this case you'll need to obtain the file and put it where it was before. – Sergey Dec 4 '12 at 3:00