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] wired internet

timfitz

Tue Jun 03, 2014 1:33:15 pm

Hi I'm new to Zorn but have used Various linux OS for 10 years Yesterday I downloaded Zorn with a wired connection . After setting Zorn up and doing all the updates I started using a wireless connection. Now I cant use the wired connection. It shows nothing. I have tried a couple of different cat5 cables and know they work. Perhaps I need to start my network card? However I don't know how. My internal wireless card doesn't work either (BCM4311) so I'm using a mini usb adapter. How can I get these both working? Mu laptop is Dell inspiron 1501
Any help would be appreciated
Thanks

madvinegar

Tue Jun 03, 2014 1:56:02 pm

Can you please post back the results of the following terminal commands?

lspci -nnk | grep -iA3 net
sudo rfkill list all

timfitz

Tue Jun 03, 2014 3:56:06 pm

Thanks for responding Here is what came up;

jeff@jeff:~$ lspci -nnk | grep -iA3 net
05:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11a/b/g [14e4:4312] (rev 01)
Subsystem: Dell Wireless 1490 Dual Band WLAN Mini-Card [1028:0007]
Kernel driver in use: wl
08:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
Subsystem: Dell Device [1028:01f5]
08:01.0 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 19)
Subsystem: Dell Device [1028:01f5]
jeff@jeff:~$
: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
jeff@jeff:~$

madvinegar

Tue Jun 03, 2014 5:46:48 pm

Ok.
Lets try this.
Open terminal and post the following command:

sudo apt-get remove --purge bcmwl-kernel-source

Then from another computer that has internet, download from here the b43 drivers that will hopefully make your card work:
https://www.dropbox.com/s/n2tjz9jnj9xw5xb/b43.tar.gz
(I have uploaded it onto my ubuntu one account).
A file called b43.tar.gz will be downloaded.
As soon as it is downloaded, copy same on a data USB stick.
Then boot to your pc with Zorin OS.
Plug the data USB stick and paste the b43.tar.gz firmware file you downloaded into your home folder.
Right click on it and select "extract here". A new file will be created named "b43".
Open terminal (ctrl+alt+T) and write the following commands, the one after the other, pressing <enter> after each one:

sudo mkdir /lib/firmware/b43
sudo cp /home/$USER/b43/* /lib/firmware/b43
sudo modprobe -r b43
sudo modprobe b43

Wait 5-6 seconds and your wireless should start working. If it does, connect to it. Also check if your wired connection is working.

timfitz

Tue Jun 03, 2014 6:28:44 pm

Tried it and nothing.

timfitz

Tue Jun 03, 2014 11:12:47 pm

Thanks madvineger your a star. Tried what you said one more time and both network cards are up and running.
TimFitz :mrgreen:

madvinegar

Wed Jun 04, 2014 7:04:04 am

Glad I helped.

Swarfendor437

Wed Jun 04, 2014 12:01:15 pm

600 blue jewels to madvinegar - wish they were bitcoins! :D