So I just did a software update and now my computer doesn't seem to have wireless capabilities. I was wondering how I might go about solving this problem. I've rebooted several times, but my knowledge is rather limited. Any help would be appreciated.
We need more information about the wireless interface: sudo apt-get install hwinfo hwinfo --wlan Can you post this information, together with the output of: sudo lspci -kv
Well, since I'm stuck using my phone to post this, I can't take the best screen shots. This is from running the lspci -kv code.
And this is from the sudo apt-get install he info. If I'm entering these in wrong then dont be shy about telling me.
Seems like you have turn off the universe in your repositories. Have you been dabbling with the repositories? Code (Text): egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*
Ok, this is a bcm4313, and your output shows that the module is not loaded, most of the time because the module is not availabe (any longer) Normally: sudo apt-get install linux-headers-`uname -r` broadcom-sta-dkms Reboot afterwards Broadcom wireless network cards are sometimes a little bit difficult ... i'll hope this will help
So when I punched that code this is what I got. Again, I'm not sure if I'm entering there in wrong, so if I am, please let me know.
idd you'll need a connection before you can do this, and execute: sudo apt-get update && sudo apt-get upgrade maybe your apt-cache is not ok
Have you opportunity to connect your computer via your mobilephone? then you could update the system and see if the errors are corrected.
My problem is that the wireless card or driver isn't working properly, so I can't sync up to any wireless connections. And there seems to be some kind of issue with the wired connection as well. All in all the computer is kind of stranded right now.