Announcement

Collapse
No announcement yet.

enable wireless adapter

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    enable wireless adapter

    Hello,

    I have installed Kubuntu 14.04.
    I have an internet connection through my ethernet adapter but I'd like to get my wireless working. When I open the internet setting from the taskbar, the wireless icon has a cross through it. Hovering over the icon, I get the message "wireless disabled."

    I went to System Settings -> Driver Manager, but this screen is blank with no information about any drivers (I posted a separate thread about this).

    The output from lshw is:

    Code:
    sluggo@sluggo-kubuntu:~$ sudo lshw -C network
    [sudo] password for sluggo: 
      *-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 BCM5906M Fast Ethernet PCI Express
           vendor: Broadcom Corporation
           physical id: 0
           bus info: pci@0000:09:00.0
           logical name: eth0
           version: 02
           serial: 00:23:ae:2e:96:98
           size: 100Mbit/s
           capacity: 100Mbit/s
           width: 64 bits
           clock: 33MHz
           capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
            configuration: autonegotiation=on broadcast=yes driver=tg3  driverversion=3.134 duplex=full firmware=sb v3.04 ip=192.168.100.115  latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
    Any suggestions on what to do?
    thanks

    #2
    whats the output of
    Code:
    rfkill list
    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      You have a Broadcom Ethernet controller. Have you looked at System Settings > Driver Manager to see if there is a Broadcom driver you can enable?
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        My device manager list is empty. Nothing about broadcom in there.

        Comment


          #5
          Originally posted by vinnywright View Post
          whats the output of
          Code:
          rfkill list
          VINNY
          Nothing is output with this.

          Code:
          sluggo@sluggo-kubuntu:~$ rfkill list
          sluggo@sluggo-kubuntu:~$

          Comment


            #6
            Code:
            vinny@vinnys-HP-G62:~$ apt show firmware-b43-installer
            Package: firmware-b43-installer
            Priority: optional
            Section: multiverse/kernel
            Installed-Size: 57.3 kB
            Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
            Original-Maintainer: Daniel Echeverry <epsilon77@gmail.com>
            Source: b43-fwcutter
            Version: 1:018-2
            Replaces: firmware-b43-lpphy-installer (<= 1:015-14)
            Depends: b43-fwcutter (>= 1:018-2), bzip2, wget
            Breaks: firmware-b43-lpphy-installer (<= 1:015-14)
            Download-Size: 3,960 B
            Homepage: http://wireless.kernel.org/en/users/Drivers/b43
            Bugs: https://bugs.launchpad.net/ubuntu/+filebug
            Origin: Ubuntu
            APT-Sources: http://us.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages
            Description: firmware installer for the b43 driver
             This package downloads and installs the firmware needed by the b43
             kernel driver for some Broadcom 43xx wireless network cards.
             .
             Supported chipsets:
              * BCM4306/3;
              * BCM4311;
              * BCM4318;
              * BCM4321;
              * BCM4322 (only 14e4:432b);
             [COLOR=#ff0000] * BCM4312 (with Low-Power a.k.a. LP-PHY)[/COLOR].
            looks like wat you may kneed ,,,,,,,,,,,I dont have any Broadcom stuff so,,,,,,,,,,,,,,,,,

            Code:
            sudo apt-get install firmware-b43-installer
            should do it

            VINNY
            i7 4core HT 8MB L3 2.9GHz
            16GB RAM
            Nvidia GTX 860M 4GB RAM 1152 cuda cores

            Comment


              #7
              That did it, thanks. Your help was timely and right on the money.

              Comment


                #8
                we like it when our suggestions are helpful ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

                VINNY
                i7 4core HT 8MB L3 2.9GHz
                16GB RAM
                Nvidia GTX 860M 4GB RAM 1152 cuda cores

                Comment

                Working...
                X