LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-15-2015, 11:40 AM   #1
LegacyOfWax
LQ Newbie
 
Registered: Feb 2015
Posts: 5

Rep: Reputation: Disabled
Zorin OS 9 Lite - Asus Aspire 5000 WiFi issue


I am new to using Linux Distro. I have used ubuntu a few times but not all that much. I wanted to mess around with it some other stuff and found Zorin OS 9 Lite and installed it on an old laptop I had (ASUS Aspire 5000). I am having issues with getting the wiFi Drivers to work. I have used the tool "Additional Drivers" and it had found the WiFi drivers and I selected the driver to use and then restarted but nothing changed. Can anyone give me a hand in how to get the WiFi to work.
Thanks

WAX
 
Old 02-15-2015, 02:02 PM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
I believe your laptop uses a Broadcom card (BCM94318MPG).

Have a look at this LQ Sticky for help:

http://www.linuxquestions.org/questi...ux-4175434970/

Just to confirm your wifi card's details, open the Terminal, type the code below, press Enter, type your password, press Enter again and let us know the output.

Code:
sudo lshw -C network
 
Old 02-15-2015, 07:07 PM   #3
LegacyOfWax
LQ Newbie
 
Registered: Feb 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
Code:
sudo lshw -C network
This is the the result Click image for larger version

Name:	2015-02-15-210216_1280x800_scrot.png
Views:	157
Size:	104.2 KB
ID:	17593
 
Old 02-15-2015, 07:40 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Open a terminal and type in each individual sentance. Hit enter/return key on each line when entered.

Code:
sudo apt-get purge bcmwl-kernel-source
Hit enter/return
Code:
sudo apt-get update
Hit enter/return
Code:
sudo apt-get install linux-firmware-nonfree
Reboot. Then try your wifi.

Also. beachboy2 link is a valid help link for your issue also

Quote:
nd Zorin 9 OS's. Well, once I did this I immediately search for the drivers which I could not find so I followed the instruction of this website for the drivers and that fixed the problem. Got my wireless working every hting is fine so far.

Thanks all,
David
So follow beachboys2 suggestion 1st before following mine.

Last edited by rokytnji; 02-15-2015 at 07:45 PM.
 
Old 02-16-2015, 02:58 AM   #5
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Your card is the Broadcom BCM4318 which requires the b43 driver and firmware.

Have a look at the link in my earlier post.

For Zorin you probably need to follow the Ubuntu instructions for Broadcom drivers and firmware:

https://help.ubuntu.com/community/Wi...Driver/bcm43xx
 
Old 02-16-2015, 11:37 AM   #6
LegacyOfWax
LQ Newbie
 
Registered: Feb 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
Your card is the Broadcom BCM4318 which requires the b43 driver and firmware.

Have a look at the link in my earlier post.

For Zorin you probably need to follow the Ubuntu instructions for Broadcom drivers and firmware:

https://help.ubuntu.com/community/Wi...Driver/bcm43xx
I went through the steps in the link and somewhere I must have messed up. What I did.

1.Found my BCM4318 chip set steps on link page.
"b43 driver (Open-source)
For Chip ID BCM4306 (rev 03), BCM4309, BCM4311, BCM4312, BCM4318, BCM4322, BCM4331, BCM43224 and BCM43225.

The open-source firmware-b43-installer package is maintained upstream by the linux kernel community. For more granular information on what is supported with your card, please see their wiki page here. Instructions to install the package may be found below."

2.followed instructions
"12.04 (Precise Pangolin)

Open a Terminal and install the bcmwl-kernel-source package:

sudo apt-get update
sudo apt-get --reinstall install bcmwl-kernel-source
Note: If you see the message "Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed" then you are missing the appropriate generic linux-header package(s).

To test the driver (and remove the need for a computer restart) use:

sudo modprobe -r b43 ssb wl brcmfmac brcmsmac bcma
sudo modprobe wl
Allow several seconds for the network manager to scan for available networks before attempting a connection.

The bcmwl-kernel-source package should automatically blacklist the open source drivers so that the STA driver is the only one in use."

And I got this (see attachment)
Attached Thumbnails
Click image for larger version

Name:	modprobe.png
Views:	23
Size:	124.5 KB
ID:	17598  
 
Old 02-16-2015, 12:15 PM   #7
LegacyOfWax
LQ Newbie
 
Registered: Feb 2015
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rokytnji View Post
Open a terminal and type in each individual sentance. Hit enter/return key on each line when entered.

Code:
sudo apt-get purge bcmwl-kernel-source
Hit enter/return
Code:
sudo apt-get update
Hit enter/return
Code:
sudo apt-get install linux-firmware-nonfree
Reboot. Then try your wifi.

Also. beachboy2 link is a valid help link for your issue also



So follow beachboys2 suggestion 1st before following mine.
I tried beachboys2 first as suggested. I belive I messed up somewhere with it. I just tried your way you suggested, did not work.

HOW EVER!!
I found another forum posting on Zorin Group Forum http://zoringroup.com/forum/viewtopic.php?f=5&t=7936

followed on posting by "madvinegar" where he said to use.

sudo apt-get remove --purge bcmwl-kernel-source
sudo apt-get install b43-fwcutter
sudo apt-get install firmware-b43-installer
sudo modprobe -r b43
sudo modprobe b43

Your wireless should spring to life. A restart may be needed. (there is a small chance your system to freeze after the last command. Don't worry. Do a hard reboot and your wireless should be ok after the reboot).

and sure enough worked like a charm.

one thing I'm not sure about though I used all these comands before and it never worked (must have put them in a diffrent order)

Thank you for your help BeachBoy2 and Rokytnji your help was MUCH APPRECIATED

WAX
 
Old 02-16-2015, 02:47 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,110
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Use the thread tools on top of your 1st post to mark this thread as Solved.
Glad to see you got it sorted.
 
Old 02-16-2015, 04:28 PM   #9
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
LegacyOfWax,

Glad you solved your wifi problem. Broadcom drivers can be a real pain.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Zorin lite steadyeddy Linux - Newbie 2 11-06-2014 02:11 AM
LXer: Zorin OS 6 Lite - The Lite Fantastic LXer Syndicated Linux News 0 10-05-2012 08:40 AM
Zorin OS Lite crammedshelfish Linux - Distributions 3 10-29-2010 11:11 AM
Can't get wireless working in Slitaz (Asus Aspire ZG5, Atheros wifi) lostinpurdy Linux - Networking 4 09-18-2010 12:10 AM
Wifi issue w/ SuSE 10 on Acer Aspire 3004wlmi: noob not understanding ndiswrapper JazzLad Linux - Laptop and Netbook 39 04-25-2006 07:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration