cBroadcom modem turns on but will not connect on HP Presario V2000 driver Broadcom 4318 (02)

Asked by Alton Cedervall

I have followed the steps on your answer for installing Broadcom drivers and I got the modem light to go on, but the modem will not connect to the Internet when I used the proper key. I tried a different modem with its key with the same result. I installed my HP wireless printer using a USB cable and then tried get the laptop to recognize it wirelessly with no luck, The funny thing is that with your version 15.10 and Microsoft windows it works fine. Please help as I can only believe that it must be a software glitch. Thank you.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alton Cedervall
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo lshw -C network

Thanks

Revision history for this message
Alton Cedervall (altoncedervall-a) said :
#2

*-network:0
       description: Ethernet interface
       product: RTL-8100/8101L/8139 PCI Fast Ethernet Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: enp5s0
       version: 10
       serial: 00:16:36:54:0f:6e
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=full ip=192.168.1.65 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100Mbit/s
       resources: irq:18 ioport:a000(size=256) memory:d0208000-d02080ff
  *-network:1
       description: Network controller
       product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 2
       bus info: pci@0000:05:02.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=b43-pci-bridge latency=64
       resources: irq:20 memory:d0204000-d0205fff
  *-network
       description: Wireless interface
       physical id: 1
       logical name: wlan0
       serial: 00:14:a5:ac:cf:69
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=b43 driverversion=4.4.0-21-generic firmware=666.2 link=no multicast=yes wireless=IEEE 802.11bg

Revision history for this message
Alton Cedervall (altoncedervall-a) said :
#3

Running the above command in terminal solved the problem. Thank you.