LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-21-2016, 01:21 PM   #16
CarlGoodman28
LQ Newbie
 
Registered: Apr 2016
Posts: 18

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by erik2282 View Post
Open a terminal and use command below and press enter, then post back results. We can go from there.

Code:
$ lspci
and
Code:
$ lshw -C network
Did I do it right Erik?
 
Old 04-21-2016, 01:44 PM   #17
erik2282
Member
 
Registered: May 2011
Location: Texas
Distribution: Primarily Deb/Ubuntu, and some CentOS
Posts: 829

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by CarlGoodman28 View Post
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Corporation
Here lies the issue most likely. You have a Broadcom wireless card. The Linux kernel does not ship with the broadcom drivers. I think there is a package you can install for the broadcom that includes the firmware. I have no experience with installing this package on ubuntu, though. You may hit up Google search for "Installing broadcom drivers on Ubuntu". Now that I think about it, I think theres a sticky on this forum somewhere about it. Do a search on the site.

https://www.google.com/search?q=broa...utf-8&oe=utf-8

Here is the linux driver directly from Broadcom. You may have to build it though. Not sure how to do that, though. I'm sure someone here will post further instruction.
https://www.broadcom.com/support/802.11

My coworker had a Dell laptop that had a Broadcom card in it that wouldnt work out of the box either. I had a spare Intel wireless card that I gave her and we replaced the broadcom. Intel (for the most part) just works.


Good Luck.

Last edited by erik2282; 04-21-2016 at 01:51 PM.
 
Old 04-21-2016, 02:45 PM   #18
CarlGoodman28
LQ Newbie
 
Registered: Apr 2016
Posts: 18

Original Poster
Rep: Reputation: Disabled
So if I go and buy an intel based USB wifi adaptor then this will work?
 
Old 04-21-2016, 02:45 PM   #19
CarlGoodman28
LQ Newbie
 
Registered: Apr 2016
Posts: 18

Original Poster
Rep: Reputation: Disabled
Thanks for the info too btw Erik! Top man! Chris you too mate!
 
Old 04-21-2016, 02:47 PM   #20
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by CarlGoodman28 View Post
So if I go and buy an intel based USB wifi adaptor then this will work?
Intel generally always works but I find it more fun to make things work that shouldn't just to give those companies the fickle finger.
 
1 members found this post helpful.
Old 04-21-2016, 03:10 PM   #21
CarlGoodman28
LQ Newbie
 
Registered: Apr 2016
Posts: 18

Original Poster
Rep: Reputation: Disabled
Soooo. you're not going to believe this.......... I have an old desktop here that requires a usb wifi adaptor......... I just turned off my linux 16.04 laptop, plugged in the usb adaptor robbed from the old desktop pc and hey presto I am online via wifi!!!!! Thanks sooo much for your patience guys. As Chris knows I have been at this all day and it was that bloody simple ha!

Now can I ask for help with the old turning off problem. Basically the 16.04 won't shut down. I can crash it out by holding down the power button during a failed shutdown. But I'd rather have a the drop down menu shut down option work.
 
Old 04-21-2016, 03:22 PM   #22
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by CarlGoodman28 View Post
Soooo. you're not going to believe this.......... I have an old desktop here that requires a usb wifi adaptor......... I just turned off my linux 16.04 laptop, plugged in the usb adaptor robbed from the old desktop pc and hey presto I am online via wifi!!!!! Thanks sooo much for your patience guys. As Chris knows I have been at this all day and it was that bloody simple ha!

Now can I ask for help with the old turning off problem. Basically the 16.04 won't shut down. I can crash it out by holding down the power button during a failed shutdown. But I'd rather have a the drop down menu shut down option work.
And for that we need logs

It may be as simple as something longer to shut down that you're giving it or you don't have permission to shut down but without those logs we don't know
 
Old 04-21-2016, 03:23 PM   #23
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by CarlGoodman28 View Post
Soooo. you're not going to believe this.......... I have an old desktop here that requires a usb wifi adaptor......... I just turned off my linux 16.04 laptop, plugged in the usb adaptor robbed from the old desktop pc and hey presto I am online via wifi!!!!! Thanks sooo much for your patience guys. As Chris knows I have been at this all day and it was that bloody simple ha!
Hi...

What you could do instead is take out the USB adapter, plug in your ethernet cable and then navigate to "Additional Drivers" and install the STA driver for your internal Broadcom adapter. At that point it should work after you reboot it.

Regards...
 
Old 04-21-2016, 03:35 PM   #24
CarlGoodman28
LQ Newbie
 
Registered: Apr 2016
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hi...

What you could do instead is take out the USB adapter, plug in your ethernet cable and then navigate to "Additional Drivers" and install the STA driver for your internal Broadcom adapter. At that point it should work after you reboot it.

Regards...
Dude, that was the first solution I tried this morning as per other forum posts and youtube videos. In 16.04 only one option comes up under additional drivers and it's not the STA driver. I will check and try that again in defference to your superior knowledge! Will let you know the result!
 
Old 04-21-2016, 03:37 PM   #25
CarlGoodman28
LQ Newbie
 
Registered: Apr 2016
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Germany_chris View Post
And for that we need logs

It may be as simple as something longer to shut down that you're giving it or you don't have permission to shut down but without those logs we don't know
I will post the log asap. I am just reinstalling 16.04 again to undo all the drivel I have put into the Terminal trying to solve my wifi problem

Check back tomorrow for the log, we will work on the not shutting down thing then. Go grab a beer, you deserve it for helping a noob like me! I appreciate the advice and time you put in mate!
 
Old 04-21-2016, 03:44 PM   #26
CarlGoodman28
LQ Newbie
 
Registered: Apr 2016
Posts: 18

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hi...

What you could do instead is take out the USB adapter, plug in your ethernet cable and then navigate to "Additional Drivers" and install the STA driver for your internal Broadcom adapter. At that point it should work after you reboot it.

Regards...
Mate the only additional driver that shows is- "using processor microcode firmware for Intel CPUs from Intel microcode (open source)"

This laptop is for my mother so she can have Open Office, a browser and Kodi. The laptop is hers and it was an old Vista junk machine that no longer ran. She'll be fine with the USB wifi adaptor Thanks though mate!
 
Old 04-21-2016, 03:50 PM   #27
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
'pal' (thus b/w quotation marks) ...

use the TAG >>>
Code:
hi Karl
to put outputs

Code:
lspci

09:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)

Last edited by un1x; 04-21-2016 at 04:03 PM.
 
Old 04-21-2016, 03:53 PM   #28
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by CarlGoodman28 View Post
This laptop is for my mother so she can have Open Office, a browser and Kodi. The laptop is hers and it was an old Vista junk machine that no longer ran. She'll be fine with the USB wifi adaptor Thanks though mate!
Odd that your adapter doesn't show but you're welcome, hope she enjoys Ubuntu!

Regards...
 
Old 06-04-2016, 04:19 PM   #29
WFV
Member
 
Registered: Apr 2012
Location: somehow, somewhere
Distribution: Arch
Posts: 197

Rep: Reputation: Disabled
This might be the wrong place for this comment as I realize the post is how to get bluetooth to work, but I've searched far and wide on how to disable bluetooth and get rid of these nuisance errors in journalctl:
Code:
Jun 03 16:45:59 arch-bill dbus[698]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Jun 03 16:45:59 arch-bill dbus[698]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
as I don't have or use bluetooth and it being part of a bloated gnome package is impossible to uninstall the package due to other things gnome i use that break (Gnome pita). I read about blacklisting but nothing that I could understand on how to blacklist bluez. I stopped and disabled the service which is what produces the above nagging messages in the journal, it will constantly repeat itself. So next I commented out the lines in:
/usr/share/dbus-1/system-services/org.bluez.service
Code:
[D-BUS Service]
#Name=org.bluez
#Exec=/bin/false
#User=root
#SystemdService=dbus-org.bluez.service
and rebooted once and no error messages related to bluez.
So will have to find out if this truly works after more than one reboot.

Last edited by WFV; 06-04-2016 at 04:23 PM.
 
  


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
Wifi hotspot using wifi connection in ubuntu 14.10, rssr25 Linux - Newbie 5 03-31-2015 09:50 AM
Shutdown of Ubuntu is slow ... cybernetico Ubuntu 10 02-02-2014 04:04 PM
Wifi problem in ubuntu 9.04 with atheros wifi card raghulmz Linux - Hardware 1 10-28-2009 04:58 AM
Ubuntu 9.04 can't connect to wifi with Intel Wireless WiFi Link 5100 Shinbatsu Linux - Networking 3 08-30-2009 12:55 AM
Laptop HP530 with WiFi Broadcom 94311 rev01 anti_user Linux - Wireless Networking 3 05-23-2008 03:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:01 PM.

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