LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux stopped connecting wirelessly (https://www.linuxquestions.org/questions/linux-newbie-8/linux-stopped-connecting-wirelessly-4175440584/)

hipqy 12-08-2012 09:34 AM

Linux stopped connecting wirelessly
 
Just recently installed UBUNTU 12.? (the newest to date), and was loving it. Randomly it stopped connecting to my home network. It completely stopped searching for wireless networks in general. I don't think its my wireless drives or whatever, as it connected fine before. I tried a terminal command, and it asks me to type my pw in, but it doesn't register the typing. I have tried just typing it and hitting enter but it says incorrect pw or whatever. Please help, I do not want to switch back ti windows. I am not dual booted. And his happened after attempting to install java. Which is a total pain -.-
Peace and love, ~hipqy

markush 12-08-2012 09:50 AM

Quote:

Originally Posted by hipqy (Post 4845186)
... I tried a terminal command, and it asks me to type my pw in, but it doesn't register the typing...

there are no characters shown when you type a password in the terminal.
Quote:

I have tried just typing it and hitting enter but it says incorrect pw or whatever...
When using sudo you're asked for your userpassword, when executing a command as root, you're probably asked for the root password, it would be good if you knew which command you've typed in.
Quote:

Please help, I do not want to switch back ti windows. I am not dual booted. And his happened after attempting to install java. Which is a total pain -.-
Peace and love, ~hipqy
I don't think that installing Java has something to do with your wifi.

Please post the output of
Code:

lspci -k | grep -iA3 net
and if this shows nothing (or no information about your wireless adapter, please execute
Code:

/sbin/lspci -k
and post here the three lines about your wifi adapter.

Also please post the output of
Code:

sudo iwconfig
and
Code:

ifconfig
Markus

hipqy 12-08-2012 10:01 AM

Thanks for the speedy response! Unfortunately I just arrived at work. I will post back at around 6a eastern.

hipqy 12-08-2012 04:14 PM

00:1f.3 smbus: intel corporation 6 series/c200 series chipset family smbus controller (rev 05) subsystem:dell device 0504 kernel modules: i2c-i801 5:00.0 ethernet controller: realtek semiconductor co., ltd. Rtl8101e/rtl8102e pci express fast ethernet controller (rev05) subsystem :dell device 0504 kernel driver in use: r8169 kernel module: r8169 9:00.0 network controller:Broadcam corporation bcm4313 802.11b/g/n wireless LAN controller (rev01) subsystem :dell device 0012 kernel modules:bcma

Sorry the format isnt exact , im using my cell phone.

markush 12-08-2012 04:19 PM

Well, Broadcom adapters often have unstable drivers. Better to look for the output of the other commands.

Markus

frankbell 12-08-2012 07:56 PM

I'm just one guy, but I have three Linux computers with Broadcom chips. I've not found them unstable, once I got them working.

Linux Wireless dot org has a long article on Broadcom's B43 series, which includes a number of diagnostic commands you can use to investigate this:

http://linuxwireless.org/en/users/Drivers/b43

hipqy 12-08-2012 08:51 PM

sudo iwconfig
eth0 no wireless extensions
lo no wireless extentions


ifconfig
Eth0 link encap:ethernet HWaddr 24:b6:fd:25:1a:23
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 dropped:0 overruns:0 frame:0
TX packets:0 dropped:0 overruns:0 carrier:0
collisions:0 Txqeuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 B)

lo Link encap:Local loopback
inet adr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 scope:host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8976 errors:0 dropped:0 overruns:0 frame:0
TX packets:8976 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Txqeuelen:0
RX bytes:735520(735.5 kb) TX bytes:735520(735.5 kb)


All times are GMT -5. The time now is 09:07 AM.