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.

zorin os9 on dell latitude d630 - can't use Wi-Fi

cjtan

Sun Aug 03, 2014 4:29:23 am

Need help. I don't know my way around pc. Here are the details of my laptop:

Only zorin os 9 is installed
Amount of available Memory (RAM) - 2 gig
Hard Drive partitioning - only 1 partition

Graphics card make and model, or Graphics chipset in respect of Notebooks - not sure

wireless Dongle or PCI Card, or Wireless chipset check below

Whether you ran Zorin Live first to check it worked before installing - I'm making a backup laptop. Just installed straight

___

Here's what I did. I need Wi-Fi to do work and download stuff. N I need to switch to this machine fast.

~$ lspci -nn | grep 0280
0c:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)

:~$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 003: ID 0b97:7772 O2 Micro, Inc. OZ776 CCID Smartcard Reader
Bus 007 Device 002: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

:~$ sudo lshw -c network
*-network DISABLED
description: Wireless interface
product: PRO/Wireless 3945ABG [Golan] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0c:00.0
logical name: wlan0
version: 02
serial: 00:1c:bf:4b:be:4c
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwl3945 driverversion=3.13.0-30-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11abg
resources: irq:45 memory:f6cff000-f6cfffff
*-network DISABLED
description: Ethernet interface
product: NetXtreme BCM5755M Gigabit Ethernet PCI Express
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:09:00.0
logical name: eth0
version: 02
serial: 00:21:70:a8:99:ce
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.134 firmware=5755m-v3.29 latency=0 link=no multicast=yes port=twisted pair
resources: irq:17 memory:f6bf0000-f6bfffff

~$ sudo rfkill list all
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

Swarfendor437

Sun Aug 03, 2014 10:40:34 am

Just until madvinegar sorts you out can you report what:

Code:
sudo ifconfig -a
comes back with.

Please DON'T post the output as this will reveal your MAC Codes - do you get 'eth0' and 'eth1' or 'eth0 and 'wlan0' or 'lo'?

madvinegar

Sun Aug 03, 2014 11:13:58 am

There is a soft block in the bluetooth. Sometimes the BT and wireless are inter-connected so this may cause the problem.

What happens if yiu run the below commands:

sudo rfkill unblock all
sudo modprobe iwl3945

cjtan

Sun Aug 03, 2014 1:07:33 pm

Hi madvinegar,

for:

sudo rfkill unblock all
sudo modprobe iwl3945

there's no result.

cjtan

Sun Aug 03, 2014 1:10:00 pm

Hi Swarfendor437,

I got:


eth0

lo

wlan0

cjtan

Sun Aug 03, 2014 1:11:36 pm

Hi madvinegar,

After I run the codes, do I need to type some code to check something? or does it just pop up?

madvinegar

Sun Aug 03, 2014 4:42:26 pm

Plug an ethernet cable to get internet, open terminal and run the following command

sudo apt-get install --reinstall linux-firmware

Wait 5-6 seconds and check if you can pick wireless networks. A reboot may be required.

The firmware for your card is already installed in the kernel. I don't know why it has not enabled your wireless but this is why we try to re-install it and see if it will "wake up" your wireless card.

cjtan

Sun Aug 03, 2014 6:05:18 pm

Problem is, I only have 4g connection via my phone.

I tried to tether via usb cable using an old iPhone 3 but it didn't auto connect.

It's there anyway around it?

cjtan

Sun Aug 03, 2014 6:15:44 pm

Tried using another phone to tether via usb. Manage to access Firefox.

I typed the command but got this message:

~$ sudo apt-get install --reinstall linux-firmware
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of linux-firmware is not possible, it cannot be downloaded.
The following package was automatically installed and is no longer required:
localechooser-data
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

madvinegar

Tue Aug 05, 2014 7:57:39 am

you need to find some proper internet connection to download the package.

cjtan

Thu Aug 07, 2014 3:20:47 am

Hi, I've manage to get cable internet and typed the codes. Now I have Wi-Fi but sometimes it doesn't detect when I relogin.
It's it normal?

madvinegar

Thu Aug 07, 2014 7:23:19 am

It should reconnect automatically after relogin or restart.

If not, run the following command in terminal:

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

Then restart or relogin to see if all is working ok.