Cannot recognize wired or wireless connection

Number7tSeven

I just installed ubuntu 13.04 on an old laptop of mine and I can't connect to the internet. the computer is a Dell Vostro 1500.

This is my first time using Linux so I really have no idea what I am doing, but I'm trying to learn.

I know This has probably been posted a bunch of times but after looking through several I couldn't find any with the same problem

lspci

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

.

ifconfig

Link encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:65536  Metric:1
RX packets:3529 errors:0 dropped:0 overruns:0 frame:0
TX packets:3529 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:289936 (289.9 KB)  TX bytes:289936 (289.9 KB)

.

~$ sudo ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:8601 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8601 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:708816 (708.8 KB)  TX bytes:708816 (708.8 KB)

.

~$ sudo iwconfig
lo        no wireless extensions.
Wild Man

Go to this link, the driver is in post 8. b43.zip

Download the b43 zip file to a flash drive then drag and drop the file to your ubuntu desktop. Right-click it and select Extract Here. Open a terminal and do:

sudo mkdir /lib/firmware/b43

sudo cp Desktop/b43/* /lib/firmware/b43

sudo rmmod -f b43

sudo rmmod -f ssb

sudo modprobe b43

if you have not installed any other wireless driver your wireless should now be working.

These directions are for installing the driver without internet connection

You have another driver installed so we need to remove it.

sudo apt-get purge --remove bcmwl-kernel-source

Then:

sudo modprobe b43

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Cannot delete wired connection

分類Dev

Forwarding multicast packets in wired-wireless-nat-router

分類Dev

Tether wired internet from Desktop to laptop via wireless

分類Dev

How can I add a wireless router to a wired router?

分類Dev

Are wired and wireless networks on a router nessassarily one network, when they are not bridged?

分類Dev

Will wireless clients connect to access points with the same SSID regardless of the wired network?

分類Dev

Wireless network speed is much slower than wired network

分類Dev

Neither wired nor wireless in 12.04 on my Lenovo z710

分類Dev

Ubuntu 14.04: No longer connecting to wired connection

分類Dev

Computer losing wired connection for a couple seconds and reconnects

分類Dev

Wired connection icon is displayed instead of Wifi icon - Ubuntu 16.04

分類Dev

Wired connection periodically disconnects requires ipconfig /release and /renew to reconnect

分類Dev

Is it possible to provide a wired ethernet connection to external devices with an extra LAN card?

分類Dev

How to establish wireless connection from command line?

分類Dev

Poor Wireless Connection Ubuntu 14.04 LTS Ralink

分類Dev

Ubuntu cannot find or detect new wired network adapter

分類Dev

Recognize when a database connection happens in shiny app

分類Dev

Cannot Import VPN connection

分類Dev

Cannot Import VPN connection

分類Dev

Selendroid cannot recognize Android 7 device

分類Dev

how do I refresh my wired ethernet connection from command line?

分類Dev

ubuntu 14.04 disconnect wired connection when I try to connect broadcom 4311 wifi

分類Dev

How can I restore my broken (appears to be renamed) wired ethernet connection?

分類Dev

Can't connect to any wireless connection after updating

分類Dev

Configure wireless network on FreeBSD: router shows wireless device is connected, but cannot ping

分類Dev

Wired-wireless-nat-routerでマルチキャストパケットを転送する

分類Dev

Wired-wireless-nat-routerでマルチキャストパケットを転送する

分類Dev

Cannot change soft block setting to "no" for AR9287 Wireless Network

分類Dev

Keras model.load_weights() cannot recognize capital letters

Related 関連記事

  1. 1

    Cannot delete wired connection

  2. 2

    Forwarding multicast packets in wired-wireless-nat-router

  3. 3

    Tether wired internet from Desktop to laptop via wireless

  4. 4

    How can I add a wireless router to a wired router?

  5. 5

    Are wired and wireless networks on a router nessassarily one network, when they are not bridged?

  6. 6

    Will wireless clients connect to access points with the same SSID regardless of the wired network?

  7. 7

    Wireless network speed is much slower than wired network

  8. 8

    Neither wired nor wireless in 12.04 on my Lenovo z710

  9. 9

    Ubuntu 14.04: No longer connecting to wired connection

  10. 10

    Computer losing wired connection for a couple seconds and reconnects

  11. 11

    Wired connection icon is displayed instead of Wifi icon - Ubuntu 16.04

  12. 12

    Wired connection periodically disconnects requires ipconfig /release and /renew to reconnect

  13. 13

    Is it possible to provide a wired ethernet connection to external devices with an extra LAN card?

  14. 14

    How to establish wireless connection from command line?

  15. 15

    Poor Wireless Connection Ubuntu 14.04 LTS Ralink

  16. 16

    Ubuntu cannot find or detect new wired network adapter

  17. 17

    Recognize when a database connection happens in shiny app

  18. 18

    Cannot Import VPN connection

  19. 19

    Cannot Import VPN connection

  20. 20

    Selendroid cannot recognize Android 7 device

  21. 21

    how do I refresh my wired ethernet connection from command line?

  22. 22

    ubuntu 14.04 disconnect wired connection when I try to connect broadcom 4311 wifi

  23. 23

    How can I restore my broken (appears to be renamed) wired ethernet connection?

  24. 24

    Can't connect to any wireless connection after updating

  25. 25

    Configure wireless network on FreeBSD: router shows wireless device is connected, but cannot ping

  26. 26

    Wired-wireless-nat-routerでマルチキャストパケットを転送する

  27. 27

    Wired-wireless-nat-routerでマルチキャストパケットを転送する

  28. 28

    Cannot change soft block setting to "no" for AR9287 Wireless Network

  29. 29

    Keras model.load_weights() cannot recognize capital letters

ホットタグ

アーカイブ