This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

(SOLVED) missing wifi

fabian 2015

Sun Mar 15, 2015 7:55:22 am

I am new to Zorin OS 9 and so far it is the best OS I have used. Computer is Dell Latitude E6400 with the same wireless card and chipset as in this thread. The computer has been upgraded with SSD and 8GEG RAM.
Only one thing, like madviegar in the post last year. I could not get my laptop to see my wireless card / connections. I followed the instructions posted and after entering the commands in terminal mode, up poped the wireless networks in my area. I was able to log into my wireless, type in the password and it worked. I removed the ethernet wired connection and it still worked. Great!

Then I shut down my computer and when I rebooted, the wireless was gone. I plugged the ethernet cable in, and it reconneccted to the network through the cable. But the wireless was gone. I opened terminal mode again, retyped the commands and the wireless was working again.

I tried restarting the computer the cable connected (wireless gone) reentered the commands again, it worked again.

But every time I restart the computer, with or without the cable, the wireless is gone until I reenter the commands.

Why, and what can I do to keep it configured to let the wireless always work.

Thanks

Joe

Wolfman

Sun Mar 15, 2015 1:02:48 pm

Hi,

did you add the network in the network manager and save it?:

http://www.pcworld.com/article/2455972/ ... linux.html

It might also be a bug?:

https://bugs.launchpad.net/ubuntu/+sour ... ug/1354924

You might want to wait for Madvinegar to pop along with more advice as I split this post from a thread you posted in, see also:

viewtopic.php?f=5&t=7393

viewtopic.php?f=4&t=7801&p=37692&hilit=wifi+missing#p37692

madvinegar

Mon Mar 16, 2015 8:02:22 am

Type the commands again to get wifi working and then post back here results of the two following commands:

lspci -nnk | grep -iA2 net
sudo lshw -c network

I will then tell you what to do to get the wifi to start automatically.

fabian 2015

Mon Mar 16, 2015 5:08:00 pm

madvinegar wrote:Type the commands again to get wifi working and then post back here results of the two following commands:

lspci -nnk | grep -iA2 net
sudo lshw -c network

I will then tell you what to do to get the wifi to start automatically.


madvinegar, thank you for your help. Joe

The wireless networks were visible, then I rebooted and they were gone, except when I selected edit the connection, my wireless connection was listed.

this is what happened when I entered the commands;

joe@joe-Latitude-E6400:~$ lspci -nnk | grep -iA2 net
00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM Gigabit Network Connection [8086:10f5] (rev 03)
Subsystem: Dell Device [1028:0233]
Kernel driver in use: e1000e
--
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]
Kernel driver in use: wl
joe@joe-Latitude-E6400:~$ sudo lshw -c network
[sudo] password for joe:
*-network
description: Ethernet interface
product: 82567LM Gigabit Network Connection
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eth0
version: 03
serial: 00:21:70:d8:6c:d9
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=1.7-7 ip=10.2.12.10 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:44 memory:f6ae0000-f6afffff memory:f6adb000-f6adbfff ioport:efe0(size=32)
*-network
description: Wireless interface
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:0c:00.0
logical name: wlan0
version: 01
serial: 00:22:5f:61:c3:42
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.248 (r487574) latency=0 multicast=yes wireless=IEEE 802.11abg
resources: irq:17 memory:f69fc000-f69fffff
joe@joe-Latitude-E6400:~$

fabian 2015

Mon Mar 16, 2015 7:59:53 pm

one more thing. as the wireless was connected (with the Ethernet still plugged in) I turned the hardware switch for the wireless off, waited a fer seconds and turned it back on. This time when I tried to look at the connections, the connection icon would not expand. I pulled the cable off and confirmed that the wireless was not connected. Plugged the cable back in the wireless did not connect. I went into terminal mode, re entered the script, but the wireless would not connect, and the connection icon would not expand.
only after rebooting and reentering the script could I get the wireless to work.
Joe

madvinegar

Mon Mar 16, 2015 9:03:40 pm

Open terminal and run the following command:

echo 'wl' | sudo tee -a /etc/modules

Unplug the ethernet cable and reboot.

fabian 2015

Tue Mar 17, 2015 1:04:48 am

Thank you very much madvinegar!
Worked perfectly!

Joe

madvinegar

Tue Mar 17, 2015 6:41:00 am

Glad I helped my friend.