Linux was never designed for average users in the first place unlike windows & mac.if you can't put in the efforts because of bad luck with drivers/hardware/software then it is better to stick with windows.
i am on dual boot with windows 7, everytime i have to post on this page, i restart my laptop longin windows and post here, and agains restart and login on ubuntu, to try what you suggest
Also as the wifi net is not working on ubuntu, i have to use a awired connection, now my wifi router is setup on a very high place near my ceiling on the room, so when i have to try your suggettion, i connect to the wired connection holding my laptop on one hand and typing with another,
that is very irritating, and disturing and that type of things make people hate linux, which after so many years still have many problem
the fact is that windows works out of the box, but linux never works without any pain,
i love linux and i want it to success, but why problem always, why dont they design it for the general public
no one want to type long command, so no point of having terminal, but linux still has it,
any way i will give it a last try and see if it works or not
please help if anyone really know how to solve this porblem
- - - Updated - - -
ok some how i got it working now on my laptop and now i am posting it from ubuntu connected through wifi
here is the link to solution
*askubuntu.com/questions/55868/installing-broadcom-wireless-drivers
- Uninstall the bcmwl-kernel-source package by issuing the following command on a terminal:
sudo apt-get remove bcmwl-kernel-source
- make sure that the firmware-b43-installer and the b43-fwcutter packages are installed (of course you will need internet by others means):
sudo apt-get install firmware-b43-installer b43-fwcutter
- type into terminal:
cat /etc/modprobe.d/* | egrep 'bcm'
(you may want to copy this) and see if the term 'blacklist bcm43xx' is there
- if it is, type cd /etc/modprobe.d/ and then sudo gedit blacklist.conf
put a # in front of the line: blacklist bcm43xx
then save the file (I was getting error messages in the terminal about not being able to save, but it actually did save properly).
- reboot
i wil post a tutorial on this and hope admin will make it a sticky