Can't install anything -- Not Supported Chip

Asked by Zac Slade

Hi!
I am using a Dell Inspiron Mini netbook with Ubuntu Desktop Edition (Netbook Ubuntu's window manager was using all my resources; I couldn't get anything done).

Every time I try to install anything, including updates and drivers, I get an error message:

"...."
Setting up firmware-b43-installer (4.150.10.5-4) ...

Not supported low-power chip with PCI id 14e4:4315!

Aborting.

dpkg: error processing firmware-b43-installer (--configure):

 subprocess installed post-installation script returned error exit status 1

No apport report written because MaxReports is reached already
Errors were encountered while processing:

 firmware-b43-installer

Setting up firmware-b43-installer (4.150.10.5-4) ...

Not supported low-power chip with PCI id 14e4:4315!

Aborting.

dpkg: error processing firmware-b43-installer (--configure):

 subprocess installed post-installation script returned error exit status 1

The things that fail to install still register as installed, so I have to manually un-install it to try again, but un-installing makes the same error message appear before it shows the program as not-installed. I have already failed to install my wireless drivers and a few updates, so I think I will have to manually un-install them or re-install ubuntu. If you think I should re-install before we work on the issue, let me know and I will tell you when I've done it.

I am new to Ubuntu, and do not know console commands, (but I'd be willing to do complicated console stuff with some guidance) so I would appreciate a detailed, noob-tailored response please^^

Thanks!

Question information

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

Can you give the output of:

sudo lshw -C network

Thanks

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Hi,

Please first connect your network card to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->Terminal"

Step 2: Please copy-paste the following command from the https://answers.launchpad.net/ubuntu website in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep; sudo lshw -C network; rfkill list; sudo iwlist scanning; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|usb|witch|wl'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|CX|eth|ipw|irmware|isl|lbtf|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|witch|wl'; sudo hwinfo --netcard ; cat /var/lib/NetworkManager/NetworkManager.state; sudo lsmod

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Step 4: Please also specify the exact model and make of your PC (if known) on this thread

Regards,

Mark

Revision history for this message
Zac Slade (zslader) said :
#3

Hi! Thanks for the quick responses!

@Actionparsnip:
PCI (sysfs)
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: eth0
       version: 02
       serial: 00:26:b9:c4:90:d2
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=119.202.40.226 latency=0 link=yes multicast=yes port=MII speed=100MB/s
       resources: irq:42 ioport:2000(size=256) memory:f0f20000-f0f20fff memory:f0f10000-f0f1ffff memory:f0f40000-f0f5ffff
  *-network
       description: Wireless interface
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: eth1
       version: 01
       serial: f0:7b:cb:71:e8:8d
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=5.60.48.36 latency=0 multicast=yes wireless=IEEE 802.11bg
       resources: irq:17 memory:f0100000-f0103fff

@Mark Rijckenberg:
Thanks for the detailed steps!

Hit http://kr.archive.ubuntu.com maverick Release.gpg
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/main Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/main Translation-en_US
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en_US
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/restricted Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/restricted Translation-en_US
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/universe Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick/universe Translation-en_US
Get:1 http://kr.archive.ubuntu.com maverick-updates Release.gpg [198B]
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-en_US
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-en_US
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-en_US
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-en
Ign http://kr.archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-en_US
Hit http://kr.archive.ubuntu.com maverick Release
Get:2 http://kr.archive.ubuntu.com maverick-updates Release [31.4kB]
Hit http://kr.archive.ubuntu.com maverick/main Sources
Get:3 http://extras.ubuntu.com maverick Release.gpg [65B]
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en
Hit http://kr.archive.ubuntu.com maverick/restricted Sources
Hit http://kr.archive.ubuntu.com maverick/universe Sources
Get:4 http://security.ubuntu.com maverick-security Release.gpg [198B]
Ign http://security.ubuntu.com/ubuntu/ maverick-security/main Translation-en
Hit http://kr.archive.ubuntu.com maverick/multiverse Sources
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en_US
Hit http://extras.ubuntu.com maverick Release
Hit http://kr.archive.ubuntu.com maverick/main i386 Packages
Hit http://kr.archive.ubuntu.com maverick/restricted i386 Packages
Hit http://kr.archive.ubuntu.com maverick/universe i386 Packages
Hit http://kr.archive.ubuntu.com maverick/multiverse i386 Packages
Hit http://extras.ubuntu.com maverick/main Sources
Ign http://security.ubuntu.com/ubuntu/ maverick-security/main Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-en
Ign http://security.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ maverick-security/restricted Translation-en
Ign http://security.ubuntu.com/ubuntu/ maverick-security/restricted Translation-en_US
Ign http://security.ubuntu.com/ubuntu/ maverick-security/universe Translation-en
Ign http://security.ubuntu.com/ubuntu/ maverick-security/universe Translation-en_US
Get:5 http://security.ubuntu.com maverick-security Release [27.2kB]
Get:6 http://kr.archive.ubuntu.com maverick-updates/main Sources [39.1kB]
Get:7 http://kr.archive.ubuntu.com maverick-updates/restricted Sources [14B]
Get:8 http://kr.archive.ubuntu.com maverick-updates/universe Sources [11.8kB]
Get:9 http://kr.archive.ubuntu.com maverick-updates/multiverse Sources [651B]
Get:10 http://kr.archive.ubuntu.com maverick-updates/main i386 Packages [100kB]
Hit http://extras.ubuntu.com maverick/main i386 Packages
Get:11 http://kr.archive.ubuntu.com maverick-updates/restricted i386 Packages [14B]
Get:12 http://kr.archive.ubuntu.com maverick-updates/universe i386 Packages [38.0kB]
Get:13 http://kr.archive.ubuntu.com maverick-updates/multiverse i386 Packages [1,963B]
Get:14 http://security.ubuntu.com maverick-security/main Sources [12.7kB]
Get:15 http://security.ubuntu.com maverick-security/restricted Sources [14B]
Get:16 http://security.ubuntu.com maverick-security/universe Sources [3,279B]
Get:17 http://security.ubuntu.com maverick-security/multiverse Sources [651B]
Get:18 http://security.ubuntu.com maverick-security/main i386 Packages [36.4kB]
Get:19 http://security.ubuntu.com maverick-security/restricted i386 Packages [14B]
Get:20 http://security.ubuntu.com maverick-security/universe i386 Packages [13.1kB]
Get:21 http://security.ubuntu.com maverick-security/multiverse i386 Packages [1,660B]
Fetched 318kB in 4s (63.8kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following extra packages will be installed:
  libhal1 libhd16
The following NEW packages will be installed:
  hwinfo libhal1 libhd16
0 upgraded, 3 newly installed, 0 to remove and 29 not upgraded.
1 not fully installed or removed.
Need to get 849kB of archives.
After this operation, 2,286kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://kr.archive.ubuntu.com/ubuntu/ maverick/main libhal1 i386 0.5.14-0ubuntu6 [106kB]
Get:2 http://kr.archive.ubuntu.com/ubuntu/ maverick/universe libhd16 i386 16.0-2 [698kB]
Get:3 http://kr.archive.ubuntu.com/ubuntu/ maverick/universe hwinfo i386 16.0-2 [46.1kB]
Fetched 849kB in 0s (1,179kB/s)
Selecting previously deselected package libhal1.
(Reading database ... 118879 files and directories currently installed.)
Unpacking libhal1 (from .../libhal1_0.5.14-0ubuntu6_i386.deb) ...
Selecting previously deselected package libhd16.
Unpacking libhd16 (from .../libhd16_16.0-2_i386.deb) ...
Selecting previously deselected package hwinfo.
Unpacking hwinfo (from .../hwinfo_16.0-2_i386.deb) ...
Processing triggers for man-db ...
Setting up firmware-b43-installer (4.150.10.5-4) ...
Not supported low-power chip with PCI id 14e4:4315!
Aborting.
dpkg: error processing firmware-b43-installer (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libhal1 (0.5.14-0ubuntu6) ...
Setting up libhd16 (16.0-2) ...
Setting up hwinfo (16.0-2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 firmware-b43-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: eth0
       version: 02
       serial: 00:26:b9:c4:90:d2
       size: 100MB/s
       capacity: 100MB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=119.202.40.226 latency=0 link=yes multicast=yes port=MII speed=100MB/s
       resources: irq:42 ioport:2000(size=256) memory:f0f20000-f0f20fff memory:f0f10000-f0f1ffff memory:f0f40000-f0f5ffff
  *-network
       description: Wireless interface
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: eth1
       version: 01
       serial: f0:7b:cb:71:e8:8d
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=wl0 driverversion=5.60.48.36 latency=0 multicast=yes wireless=IEEE 802.11bg
       resources: irq:17 memory:f0100000-f0103fff
0: compal-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: compal-bluetooth: Bluetooth
 Soft blocked: no
 Hard blocked: no
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

eth1 Scan completed :
          Cell 01 - Address: 00:40:5A:43:EF:96
                    ESSID:"myLGNet"
                    Mode:Managed
                    Frequency:2.417 GHz (Channel 2)
                    Quality:4/5 Signal level:-65 dBm Noise level:-92 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 02 - Address: 00:40:5A:43:EF:95
                    ESSID:""
                    Mode:Managed
                    Frequency:2.417 GHz (Channel 2)
                    Quality:3/5 Signal level:-68 dBm Noise level:-92 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 03 - Address: 00:40:5A:4C:CF:D6
                    ESSID:"myLGNetCFD8"
                    Mode:Managed
                    Frequency:2.427 GHz (Channel 4)
                    Quality:1/5 Signal level:-80 dBm Noise level:-92 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 04 - Address: 00:40:5A:49:19:46
                    ESSID:"myLGNet1948"
                    Mode:Managed
                    Frequency:2.427 GHz (Channel 4)
                    Quality:2/5 Signal level:-75 dBm Noise level:-92 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 05 - Address: 00:40:5A:49:19:45
                    ESSID:""
                    Mode:Managed
                    Frequency:2.427 GHz (Channel 4)
                    Quality:2/5 Signal level:-75 dBm Noise level:-92 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 06 - Address: 00:40:5A:4C:CF:D5
                    ESSID:""
                    Mode:Managed
                    Frequency:2.427 GHz (Channel 4)
                    Quality:1/5 Signal level:-80 dBm Noise level:-92 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 07 - Address: 00:08:9F:8E:5C:CE
                    ESSID:"N504"
                    Mode:Managed
                    Frequency:2.427 GHz (Channel 4)
                    Quality:2/5 Signal level:-78 dBm Noise level:-90 dBm
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 12 Mb/s
                              24 Mb/s; 48 Mb/s
          Cell 08 - Address: 00:40:5A:43:85:16
                    ESSID:"myLGNet"
                    Mode:Managed
                    Frequency:2.447 GHz (Channel 8)
                    Quality:2/5 Signal level:-73 dBm Noise level:-90 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 09 - Address: 00:40:5A:43:85:15
                    ESSID:""
                    Mode:Managed
                    Frequency:2.447 GHz (Channel 8)
                    Quality:2/5 Signal level:-75 dBm Noise level:-90 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
          Cell 10 - Address: 00:0E:E8:CC:4E:7A
                    ESSID:"LGI-IP6000T"
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:2/5 Signal level:-76 dBm Noise level:-90 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
          Cell 11 - Address: 00:08:9F:D7:86:68
                    ESSID:"iptime"
                    Mode:Managed
                    Frequency:2.452 GHz (Channel 9)
                    Quality:4/5 Signal level:-66 dBm Noise level:-90 dBm
                    Encryption key:off
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 12 Mb/s
                              24 Mb/s; 48 Mb/s
          Cell 12 - Address: 00:01:36:44:88:BE
                    ESSID:"myLGNet"
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:2/5 Signal level:-79 dBm Noise level:-90 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
          Cell 13 - Address: 00:01:36:44:88:BD
                    ESSID:"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:1/5 Signal level:-80 dBm Noise level:-90 dBm
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s

auto lo
iface lo inet loopback

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
DISTRIB_CODENAME=maverick
DISTRIB_DESCRIPTION="Ubuntu 10.10"
00:00.0 Host bridge [0600]: Intel Corporation N10 Family DMI Bridge [8086:a010]
00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011]
00:02.1 Display controller [0380]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a012]
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation N10/ICH7 Family SATA AHCI Controller [8086:27c1] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
07:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04fc:05da Sunplus Technology Co., Ltd
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 004: ID 064e:8101 Suyin Corp.
Bus 001 Device 003: ID 1058:1100 Western Digital Technologies, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
PCI (sysfs)

after that it wasn't doing anything for a few seconds. I highlighted everything and hit ctrl+c, which, after displaying ^C put me back on the command line. Should I have waited longer?

Revision history for this message
Zac Slade (zslader) said :
#4

Got to go, I'll get you the make and model tomorrow.

Revision history for this message
sikander3786 (sikander3786) said :
#5

Manually removing firmware-b43-installer from dpkg info solved the problem here.

http://ubuntuforums.org/showthread.php?t=1603185

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

if you install wicd, you can tell it that eth1 is your wifi device. You can then connect

Revision history for this message
Zac Slade (zslader) said :
#7

Alright! I read the other forum. Removing the firmware-b43-installer solved the problem. Programs are installing smoothly, and updates are coming easily. When it was removed, I did still hav some issues connecting to wifi, but wicd seems to have resolved that issue nicely. Unfortunately, there are no un-protected wireless networks around me immediately, but now I'm picking stuff up, and I'll post another question if I have issues in the future.

I'm glad this problem was resolved quickly and easily. You guys have been awesome. Score +1 Ubuntu support :)