LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-06-2012, 07:26 PM   #1
actinide
Member
 
Registered: Jan 2012
Posts: 333

Rep: Reputation: Disabled
Angry Lubuntu 12.04 wireless not working


I've just upgraded to lubuntu 12.04 and having problems getting the wireless working could anybody help.
 
Old 07-07-2012, 08:25 AM   #2
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Possibly, if you can show us what you've tried, what happens when you try it
 
Old 07-07-2012, 09:14 AM   #3
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
I'm not quite sure where to start
 
Old 07-07-2012, 09:20 AM   #4
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
A good first step is to identify your wireless hardware with the terminal command lspci. Here's an example from my laptop:

Code:
$ lspci | grep Wireless
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
Give it a try on your computer, and copy & paste the results back here.

Can you connect on wired ethernet?
 
Old 07-07-2012, 09:29 AM   #5
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
heres the reslts

Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
 
Old 07-07-2012, 09:51 AM   #6
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
any help please
 
Old 07-07-2012, 10:23 AM   #7
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Broadcom wireless requires that you install a "nonfree" firmware.

Here are complete instructions for Broadcom in Lubuntu:

https://help.ubuntu.com/community/Wi...Driver/bcm43xx

For BCM4313 you should follow the instructions for the STA driver.
 
Old 07-07-2012, 11:36 AM   #8
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
snowpine I'm trying everything but nothing seems to work, heres what I done all ready any help would be greatly appreaciated thanks
 
Old 07-07-2012, 11:40 AM   #9
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
You need to tell us specifically what you've done, copy & paste the terminal commands and their output.

Don't try "everything!" Only try the specific steps for your specific card in the specific order given in the instructions.

Connect to the internet using a wired ethernet cable and:

Quote:
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
 
Old 07-07-2012, 12:05 PM   #10
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
snowpine I think I've tried everything here are notes I've taken.


01:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05)

======================================================================================

concerning b43 and b43legacy results below

Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:1483]
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 55000000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: wl
Kernel modules: wl, bcma, brcmsmac

===================================================================================

Installed bcmwl-kernel

nothing happened

===================================================================================

checked ndiswrapper website and dose'nt show broadcom BCM4313

===================================================================================

ndiswrapper

installed

ndisgtk

ndiswrapper common

ndiswrapper dkms

ndiswrapper source

ndiswrapper utils 1.9

===================================================================================
 
Old 07-07-2012, 12:13 PM   #11
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Quote:
Originally Posted by actinide View Post
Kernel driver in use: wl
Kernel modules: wl, bcma, brcmsmac
This is good; you have kernel module wl in use, which is the Broadcom STA driver. That's Step 1.

Have you tried Step 2 yet?

Code:
sudo apt-get install jockey-gtk
gksu jockey-gtk
Here you can activate the driver for use. A restart may be required. If that doesn't work then proceed to Step 3.

What are you using for your networking panel app? Network Manager? WICD?
 
Old 07-07-2012, 12:16 PM   #12
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Also the instructions do not say to use ndiswrapper. Maybe that is the problem, try unloading the ndiswrapper module(s) to prevent conflicts with the Broadcom STA driver (wl)?
 
Old 07-07-2012, 12:20 PM   #13
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
here are the results

The following packages were automatically installed and are no longer required:
libguess1 libcolamd2.7.1 lp-solve gnome-desktop-data libaudclient2 libgmtk0
libindicate-gtk3 python-pypdf indicator-status-provider-pidgin
python-beautifulsoup python-openssl indicator-messages python-soappy
indicator-status-provider-mc5 libgdchart-gd2-noxpm libjpeg62 libgmtk0-data
python-fpconst libindicate5 libgmlib0 libindicator-messages-status-provider1
Use 'apt-get autoremove' to remove them.

gksu jockey-gtk

This package contains Broadcom 802.11 Linux STA wireless driverfor use with Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-,BCM4322-, BCM43224-, and BCM43225-, BCM43227- and BCM43228-basedhardware.

installed and activated
 
Old 07-07-2012, 12:23 PM   #14
actinide
Member
 
Registered: Jan 2012
Posts: 333

Original Poster
Rep: Reputation: Disabled
Nothing shows up in the system tools -- windows wireless driver, nothing shows up in the
installed box.
 
Old 07-07-2012, 12:59 PM   #15
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
I personally use Network Manager, here are the commands if you want to give it a try:

Code:
sudo apt-get install network-manager
nm-applet &
It should appear as a little icon on your toolbar; you can click it to configure your network.
 
  


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
XIRCOM ethernet PCMCIA card not working on ThinkPad 600 with Lubuntu 12.04 mihu_r Linux - Newbie 10 05-17-2012 08:27 AM
Getting a Sony CDRW/DVD CRX330E working on Lubuntu or Linux rick1959 Linux - Hardware 9 11-29-2011 09:01 PM
Lubuntu- Wireless works fine in LXDE, but not icewm or openbox FunkyPenguin Linux - Newbie 7 01-17-2011 06:11 PM
Wireless card not installed in Lubuntu even after windows driver Arella71 Linux - Hardware 4 08-15-2010 01:53 AM
[lubuntu] Powernowd isn't working after boot illuvata Linux - Laptop and Netbook 8 07-12-2010 02:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:42 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