In my notebook, update my ubuntu to 11.04. After that my wireless network is down. Not work now! Have ubuntu a bug about network?

link|improve this question
1  
I'm willing to bet that Ubuntu does not have a glaring bug that prevents anyone from using a wireless network. I don't use the software, but I still know somehow that that would never get released. And there isn't anywhere close to enough information provided in your question to actually help you solve this problem. – Cody Gray Apr 30 '11 at 16:09
1  
We need to know what wireless chipset you use. Please update the your question with this info. You can find out by opening a terminal and doing: lspci -v | less and pressing space to page down. – boehj May 8 '11 at 16:37
feedback

migrated from stackoverflow.com Apr 30 '11 at 16:12

This question came from our site for professional and enthusiast programmers.

closed as too localized by Marco Ceppi Oct 24 '11 at 21:36

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

switch on your bluetooth and type sudo rfkill unblock wifi in terminal and enter your login password.Now wireless the network will be detected.

link|improve this answer
feedback