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) Dell Studio 1535 Wireless Issue

Nullified

Wed Oct 01, 2014 4:36:39 pm

Hi all, brand new Zorin 9 user, having a little trouble getting wireless going.
Computer is a Dell Studio 1535.

Repositories > Additional Drivers doesn't pull up anything, and I do not have a Windows driver CD.

lspci -nn | grep 0280
returns
Code:
Broadcom Corporation BCM 4312 802.11b/g LP-PHY [14e4:4315] (rev 01)

---
lsusb
returns
Code:
Bus 002 Device 004: ID 0c45:63fa Microdia
Bus 002 Device 005: ID 22b8:4372 Motorola PCS
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 005: ID 0a5c:2154 Broadcom Corp. BCM92046DG-CL1ROM Bluetooth 2.1 UHE Dongle
Bus 006 Device 004: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
Bus 006 Device 003: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 006 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
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 007: ID 413c:8158 Dell Computer Corp. Integrated Touchpad / Trackstick
Bus 003 Device 006: ID 413c:8157 Dell Computer Corp. Integrated Keyboard
Bus 003 Device 005: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

---
sudo lshw -c network
returns
Code:
*-network               
       description: Network controller
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0c:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:17 memory:f6cfc000-f6cfffff
  *-network
       description: Ethernet interface
       product: NetLink BCM5784M Gigabit Ethernet PCIe
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: 10
       serial: 00:21:70:7c:3e:1b
       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=sb v2.09 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:47 memory:f69f0000-f69fffff

---
sudo rfkill list all returns nothing.

Any help would be greatly appreciated.


madvinegar

Wed Oct 01, 2014 5:09:45 pm

Open terminal, plug an ethernet cable to get internet and run the following commands:

sudo apt-get install bcmwl-kernel-source
sudo modprobe -r wl
sudo modprobe wl

Wait 5-6 seconds and check if you pick up wireless networks.

Nullified

Wed Oct 01, 2014 8:49:42 pm

Edit: Got it to work, just like you said. Had forgotten to uncheck something in Synaptic package manager from a previous attempt.

The help is much appreciated, thanks for the quick response, madvinegar.

madvinegar

Thu Oct 02, 2014 5:21:58 am

Glad I helped. I will mark the topic as solved.