b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found -> Wireless Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) not working on Hewlett-Packard HP Pavilion dv4 Notebook (PC/30F7, BIOS F.51 08/17/2009) in Ubuntu 15.10

Asked by Pablo

I just installed Ubuntu (15.04) on HP-Pavilion-dv4-Notebook-PC alongside Windows 10. Enable Network is checked but no Wifi networks appear. The machine indicator shows Wifi as on. Wifi works on Windows 10. Reviews previous Launchpad consults on this question, I see entries of 3 or more years ago but I don't know how to apply them to my situation. Ehternet works fine. I will very much appreciate help in how to solve this. Thank you in advance

Question information

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

Did you use the wired connection to get fully updated? You may want to upgrade to Wily, Vivid only has a couple of months support left.

Revision history for this message
Pablo (ceascolombia) said :
#2

When I go to Network Settings, Wifi (Inalambrica--in Spanish) does not appear as an option. Only Wired and Network Proxy.

Revision history for this message
Pablo (ceascolombia) said :
#3

I will upgrade to Wily and report the outcome.

Revision history for this message
Pablo (ceascolombia) said :
#4

I have upgraded to 15.10, but the problem persists, same as described above. No Wifi. What next?
Thank you again for helping me solve this.

Revision history for this message
Pablo (ceascolombia) said :
#5

What is the implication of Wifi or wireless connection not appearing in Network Settings?

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

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

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

Step 1

In the Ubuntu Terminal console , make sure that unlimited scrolling is enabled:

    click on Edit > Profiles > "Default" profile > Scrolling. Choose "Unlimited" as scrolling option. Click Close and Close again.

If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"

If you are using the Unity interface (default graphical user interface in Ubuntu), use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.

So the methods in Unity are:

Press CTRL-ALT-T key combination.

Dash > Search for Terminal

Dash > More Apps > 'See More Results' > Terminal

Dash > More Apps > Accessories > Terminal

Step 2

Please copy-paste the following diagnostic command from the

    https://help.ubuntu.com/community/WirelessTroubleshootingProcedure

website using a web browser (like Google Chromium or Mozilla Firefox) into the Linux Terminal. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE diagnostic command below from the web browser 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 diagnostic 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 usbutils pciutils hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | grep -Ei 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; sudo updatedb; dmesg | grep -E '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|RTL|rt2|RT2|rt3|RT3|rt5|RT5|rt6|RT6|rt7|RT7|usb|witch|wl';sudo dmidecode|grep -E 'anufact|roduct|erial|elease'; iwconfig; grep -E '80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl' /etc/modprobe.d/*; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|grep -E 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; grep tmpfs /etc/fstab; ubuntu-support-status; sudo update-pciids; sudo update-usbids; sudo lsmod

Step 3

Please do NOT attempt to send any attachment(s). Please copy/paste the full terminal output at this location:

https://answers.launchpad.net/ubuntu/+question/273424

The troubleshooters at Launchpad need to see the full Terminal output from running the above diagnostic command.

Step 4

Please also specify the name of the wireless access point that you are trying to connect to (not the model/make of your router).

Revision history for this message
Pablo (ceascolombia) said :
#7

casa@casa-HP-Pavilion-dv4-Notebook-PC:~$ sudo apt-get update; sudo apt-get install usbutils pciutils hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | grep -Ei 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli nm status; sudo lshw -short; uname -a; sudo updatedb; dmesg | grep -E '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|RTL|rt2|RT2|rt3|RT3|rt5|RT5|rt6|RT6|rt7|RT7|usb|witch|wl';sudo dmidecode|grep -E 'anufact|roduct|erial|elease'; iwconfig; grep -E '80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl' /etc/modprobe.d/*; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|grep -E 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; grep tmpfs /etc/fstab; ubuntu-support-status; sudo update-pciids; sudo update-usbids; sudo lsmod
[sudo] password for casa:
Get:1 http://security.ubuntu.com wily-security InRelease [64,4 kB]
Hit http://co.archive.ubuntu.com wily InRelease
Hit http://co.archive.ubuntu.com wily-updates InRelease
Hit http://co.archive.ubuntu.com wily-backports InRelease
Get:2 http://security.ubuntu.com wily-security/main Sources [6.896 B]
Get:3 http://security.ubuntu.com wily-security/restricted Sources [28 B]
Hit http://co.archive.ubuntu.com wily/main Sources
Get:4 http://security.ubuntu.com wily-security/universe Sources [1.578 B]
Hit http://co.archive.ubuntu.com wily/restricted Sources
Get:5 http://security.ubuntu.com wily-security/multiverse Sources [28 B]
Hit http://co.archive.ubuntu.com wily/universe Sources
Get:6 http://security.ubuntu.com wily-security/main amd64 Packages [13,3 kB]
Get:7 http://security.ubuntu.com wily-security/restricted amd64 Packages [28 B]
Hit http://co.archive.ubuntu.com wily/multiverse Sources
Get:8 http://security.ubuntu.com wily-security/universe amd64 Packages [6.904 B]
Hit http://co.archive.ubuntu.com wily/main amd64 Packages
Get:9 http://security.ubuntu.com wily-security/multiverse amd64 Packages [28 B]
Hit http://co.archive.ubuntu.com wily/restricted amd64 Packages
Get:10 http://security.ubuntu.com wily-security/main i386 Packages [13,3 kB]
Get:11 http://security.ubuntu.com wily-security/restricted i386 Packages [28 B]
Hit http://co.archive.ubuntu.com wily/universe amd64 Packages
Get:12 http://security.ubuntu.com wily-security/universe i386 Packages [6.923 B]
Hit http://co.archive.ubuntu.com wily/multiverse amd64 Packages
Get:13 http://security.ubuntu.com wily-security/multiverse i386 Packages [28 B]
Hit http://co.archive.ubuntu.com wily/main i386 Packages
Hit http://security.ubuntu.com wily-security/main Translation-en
Hit http://security.ubuntu.com wily-security/multiverse Translation-en
Hit http://co.archive.ubuntu.com wily/restricted i386 Packages
Hit http://security.ubuntu.com wily-security/restricted Translation-en
Hit http://co.archive.ubuntu.com wily/universe i386 Packages
Hit http://security.ubuntu.com wily-security/universe Translation-en
Hit http://co.archive.ubuntu.com wily/multiverse i386 Packages
Hit http://co.archive.ubuntu.com wily/main Translation-en
Hit http://co.archive.ubuntu.com wily/multiverse Translation-en
Hit http://co.archive.ubuntu.com wily/restricted Translation-en
Hit http://co.archive.ubuntu.com wily/universe Translation-en
Hit http://co.archive.ubuntu.com wily-updates/main Sources
Hit http://co.archive.ubuntu.com wily-updates/restricted Sources
Hit http://co.archive.ubuntu.com wily-updates/universe Sources
Hit http://co.archive.ubuntu.com wily-updates/multiverse Sources
Hit http://co.archive.ubuntu.com wily-updates/main amd64 Packages
Hit http://co.archive.ubuntu.com wily-updates/restricted amd64 Packages
Hit http://co.archive.ubuntu.com wily-updates/universe amd64 Packages
Hit http://co.archive.ubuntu.com wily-updates/multiverse amd64 Packages
Hit http://co.archive.ubuntu.com wily-updates/main i386 Packages
Hit http://co.archive.ubuntu.com wily-updates/restricted i386 Packages
Hit http://co.archive.ubuntu.com wily-updates/universe i386 Packages
Hit http://co.archive.ubuntu.com wily-updates/multiverse i386 Packages
Hit http://co.archive.ubuntu.com wily-updates/main Translation-en
Hit http://co.archive.ubuntu.com wily-updates/multiverse Translation-en
Hit http://co.archive.ubuntu.com wily-updates/restricted Translation-en
Hit http://co.archive.ubuntu.com wily-updates/universe Translation-en
Hit http://co.archive.ubuntu.com wily-backports/main Sources
Hit http://co.archive.ubuntu.com wily-backports/restricted Sources
Hit http://co.archive.ubuntu.com wily-backports/universe Sources
Hit http://co.archive.ubuntu.com wily-backports/multiverse Sources
Hit http://co.archive.ubuntu.com wily-backports/main amd64 Packages
Hit http://co.archive.ubuntu.com wily-backports/restricted amd64 Packages
Hit http://co.archive.ubuntu.com wily-backports/universe amd64 Packages
Hit http://co.archive.ubuntu.com wily-backports/multiverse amd64 Packages
Hit http://co.archive.ubuntu.com wily-backports/main i386 Packages
Hit http://co.archive.ubuntu.com wily-backports/restricted i386 Packages
Hit http://co.archive.ubuntu.com wily-backports/universe i386 Packages
Hit http://co.archive.ubuntu.com wily-backports/multiverse i386 Packages
Hit http://co.archive.ubuntu.com wily-backports/main Translation-en
Hit http://co.archive.ubuntu.com wily-backports/multiverse Translation-en
Hit http://co.archive.ubuntu.com wily-backports/restricted Translation-en
Hit http://co.archive.ubuntu.com wily-backports/universe Translation-en
Fetched 113 kB in 12s (9.179 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
pciutils is already the newest version.
rfkill is already the newest version.
usbutils is already the newest version.
The following extra packages will be installed:
  libhd21 libx86emu1
The following NEW packages will be installed:
  hwinfo libhd21 libx86emu1
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 569 kB of archives.
After this operation, 2.342 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://co.archive.ubuntu.com/ubuntu/ wily/universe libx86emu1 amd64 1.5-1 [47,5 kB]
Get:2 http://co.archive.ubuntu.com/ubuntu/ wily/universe libhd21 amd64 21.19-1 [504 kB]
Get:3 http://co.archive.ubuntu.com/ubuntu/ wily/universe hwinfo amd64 21.19-1 [16,8 kB]
Fetched 569 kB in 2s (211 kB/s)
Selecting previously unselected package libx86emu1:amd64.
(Reading database ... 182620 files and directories currently installed.)
Preparing to unpack .../libx86emu1_1.5-1_amd64.deb ...
Unpacking libx86emu1:amd64 (1.5-1) ...
Selecting previously unselected package libhd21:amd64.
Preparing to unpack .../libhd21_21.19-1_amd64.deb ...
Unpacking libhd21:amd64 (21.19-1) ...
Selecting previously unselected package hwinfo.
Preparing to unpack .../hwinfo_21.19-1_amd64.deb ...
Unpacking hwinfo (21.19-1) ...
Processing triggers for man-db (2.7.4-1) ...
Setting up libx86emu1:amd64 (1.5-1) ...
Setting up libhd21:amd64 (21.19-1) ...
Setting up hwinfo (21.19-1) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
  *-network
       description: Network controller
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02: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:18 memory:d8500000-d8503fff
  *-network
       description: Ethernet interface
       product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 02
       serial: 00:26:22:a1:cf:e2
       size: 100Mbit/s
       capacity: 100Mbit/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=192.168.1.66 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:29 ioport:3000(size=256) memory:d2410000-d2410fff memory:d2400000-d240ffff memory:d7500000-d751ffff
0: hp-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
eth0 Interface doesn't support scanning.

lo Interface doesn't support scanning.

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=15.10
DISTRIB_CODENAME=wily
DISTRIB_DESCRIPTION="Ubuntu 15.10"
02:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
 Subsystem: Hewlett-Packard Company U98Z049.00 Wireless Mini PCIe Card [103c:1507]
 Kernel driver in use: b43-pci-bridge
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 02)
 Subsystem: Hewlett-Packard Company Device [103c:30f7]
 Kernel driver in use: r8169
Bus 002 Device 002: ID 174f:1107 Syntek
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 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
Error: Object 'nm' is unknown, try 'nmcli help'.
H/W path Device Class Description
====================================================
                             system Computer
/0 bus Motherboard
/0/0 memory 3855MiB System memory
/0/1 processor Intel(R) Core(TM)2 Duo CPU T6600 @
/0/100 bridge Mobile 4 Series Chipset Memory Controll
/0/100/2 display Mobile 4 Series Chipset Integrated Grap
/0/100/2.1 display Mobile 4 Series Chipset Integrated Grap
/0/100/1a bus 82801I (ICH9 Family) USB UHCI Controlle
/0/100/1a/1 usb3 bus UHCI Host Controller
/0/100/1a.1 bus 82801I (ICH9 Family) USB UHCI Controlle
/0/100/1a.1/1 usb4 bus UHCI Host Controller
/0/100/1a.7 bus 82801I (ICH9 Family) USB2 EHCI Controll
/0/100/1a.7/1 usb1 bus EHCI Host Controller
/0/100/1b multimedia 82801I (ICH9 Family) HD Audio Controlle
/0/100/1c bridge 82801I (ICH9 Family) PCI Express Port 1
/0/100/1c.2 bridge 82801I (ICH9 Family) PCI Express Port 3
/0/100/1c.2/0 network BCM4312 802.11b/g LP-PHY
/0/100/1c.3 bridge 82801I (ICH9 Family) PCI Express Port 4
/0/100/1c.3/0 eth0 network RTL8101/2/6E PCI Express Fast/Gigabit E
/0/100/1c.4 bridge 82801I (ICH9 Family) PCI Express Port 5
/0/100/1c.4/0 generic SD/MMC Host Controller
/0/100/1c.4/0.2 generic Standard SD Host Controller
/0/100/1c.4/0.3 generic MS Host Controller
/0/100/1c.4/0.4 generic xD Host Controller
/0/100/1c.5 bridge 82801I (ICH9 Family) PCI Express Port 6
/0/100/1d bus 82801I (ICH9 Family) USB UHCI Controlle
/0/100/1d/1 usb5 bus UHCI Host Controller
/0/100/1d.1 bus 82801I (ICH9 Family) USB UHCI Controlle
/0/100/1d.1/1 usb6 bus UHCI Host Controller
/0/100/1d.2 bus 82801I (ICH9 Family) USB UHCI Controlle
/0/100/1d.2/1 usb7 bus UHCI Host Controller
/0/100/1d.7 bus 82801I (ICH9 Family) USB2 EHCI Controll
/0/100/1d.7/1 usb2 bus EHCI Host Controller
/0/100/1d.7/1/5 multimedia USB Camera Device
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1f bridge ICH9M LPC Interface Controller
/0/100/1f.2 storage 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SAT
/0/100/1f.3 bus 82801I (ICH9 Family) SMBus Controller
/0/2 scsi0 storage
/0/2/0.0.0 /dev/sda disk 1TB TOSHIBA MQ01ABD1
/0/2/0.0.0/1 /dev/sda1 volume 100MiB Windows NTFS volume
/0/2/0.0.0/2 /dev/sda2 volume 97GiB Windows NTFS volume
/0/2/0.0.0/3 /dev/sda3 volume 390GiB Windows NTFS volume
/0/2/0.0.0/4 /dev/sda4 volume 443GiB Extended partition
/0/2/0.0.0/4/5 /dev/sda5 volume 443GiB Linux filesystem partition
/0/3 scsi1 storage
/0/3/0.0.0 /dev/cdrom disk CDDVDW TS-L633M
Linux casa-HP-Pavilion-dv4-Notebook-PC 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] DMI: Hewlett-Packard HP Pavilion dv4 Notebook PC/30F7, BIOS F.51 08/17/2009
[ 0.000000] No NUMA configuration found
               BIOS vendor: Hewlett-Packard; Ver: F.51; Product Version: 0399140002241210100020000
[ 0.000000] Hardware name: Hewlett-Packard HP Pavilion dv4 Notebook PC/30F7, BIOS F.51 08/17/2009
[ 0.000000] [<ffffffff8107b3c6>] warn_slowpath_common+0x86/0xc0
[ 0.000000] [<ffffffff8107b4be>] warn_slowpath_fmt_taint+0x4e/0x70
[ 0.104925] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.504192] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.784638] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.933277] pci 0000:02:00.0: [14e4:4315] type 00 class 0x028000
[ 0.933413] pci 0000:02:00.0: reg 0x10: [mem 0xd8500000-0xd8503fff 64bit]
[ 0.933709] pci 0000:02:00.0: supports D1 D2
[ 0.933766] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.948436] usbcore: registered new interface driver usbfs
[ 0.948436] usbcore: registered new interface driver hub
[ 0.948436] usbcore: registered new device driver usb
[ 0.954091] clocksource: Switched to clocksource hpet
[ 1.084847] pnp: PnP ACPI: found 5 devices
[ 1.788162] Console: switching to colour frame buffer device 128x48
[ 1.928229] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 1.928261] ACPI: Lid Switch [LID0]
[ 2.024175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.024180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.024184] usb usb1: Product: EHCI Host Controller
[ 2.024188] usb usb1: Manufacturer: Linux 4.2.0-16-generic ehci_hcd
[ 2.024192] usb usb1: SerialNumber: 0000:00:1a.7
[ 2.024393] hub 1-0:1.0: USB hub found
[ 2.040170] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.040175] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.040180] usb usb2: Product: EHCI Host Controller
[ 2.040184] usb usb2: Manufacturer: Linux 4.2.0-16-generic ehci_hcd
[ 2.040188] usb usb2: SerialNumber: 0000:00:1d.7
[ 2.040373] hub 2-0:1.0: USB hub found
[ 2.040919] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.040922] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.040924] usb usb3: Product: UHCI Host Controller
[ 2.040926] usb usb3: Manufacturer: Linux 4.2.0-16-generic uhci_hcd
[ 2.040928] usb usb3: SerialNumber: 0000:00:1a.0
[ 2.041087] hub 3-0:1.0: USB hub found
[ 2.041485] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.041487] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.041490] usb usb4: Product: UHCI Host Controller
[ 2.041492] usb usb4: Manufacturer: Linux 4.2.0-16-generic uhci_hcd
[ 2.041494] usb usb4: SerialNumber: 0000:00:1a.1
[ 2.041637] hub 4-0:1.0: USB hub found
[ 2.041994] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.041996] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.041999] usb usb5: Product: UHCI Host Controller
[ 2.042001] usb usb5: Manufacturer: Linux 4.2.0-16-generic uhci_hcd
[ 2.042003] usb usb5: SerialNumber: 0000:00:1d.0
[ 2.042150] hub 5-0:1.0: USB hub found
[ 2.042516] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.042519] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.042521] usb usb6: Product: UHCI Host Controller
[ 2.042523] usb usb6: Manufacturer: Linux 4.2.0-16-generic uhci_hcd
[ 2.042526] usb usb6: SerialNumber: 0000:00:1d.1
[ 2.042663] hub 6-0:1.0: USB hub found
[ 2.043024] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.043027] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.043029] usb usb7: Product: UHCI Host Controller
[ 2.043031] usb usb7: Manufacturer: Linux 4.2.0-16-generic uhci_hcd
[ 2.043033] usb usb7: SerialNumber: 0000:00:1d.2
[ 2.043175] hub 7-0:1.0: USB hub found
[ 2.071649] PCCT header not found.
[ 2.081503] ima: No TPM chip found, activating TPM-bypass!
[ 2.082846] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.352126] usb 2-5: new high-speed USB device number 2 using ehci-pci
[ 2.520033] usb 2-5: New USB device found, idVendor=174f, idProduct=1107
[ 2.520037] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.520039] usb 2-5: Product: USB Camera Device
[ 2.520042] usb 2-5: Manufacturer: Syntek
[ 2.520044] usb 2-5: SerialNumber: STK00001
[ 2.873234] r8169 0000:03:00.0 eth0: RTL8102e at 0xffffc9000078a000, 00:26:22:a1:cf:e2, XID 04c00000 IRQ 29
[ 2.882655] sdhci-pci 0000:04:00.0: SDHCI controller found [197b:2382] (rev 0)
[ 2.882803] sdhci-pci 0000:04:00.0: No vmmc regulator found
[ 2.882806] sdhci-pci 0000:04:00.0: No vqmmc regulator found
[ 2.893303] ssb: Found chip with id 0x4312, rev 0x01 and package 0x00
[ 2.893322] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x16, vendor 0x4243)
[ 2.893338] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0F, vendor 0x4243)
[ 2.893355] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x0A, vendor 0x4243)
[ 2.893369] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x09, vendor 0x4243)
[ 2.894297] sdhci-pci 0000:04:00.2: SDHCI controller found [197b:2381] (rev 0)
[ 2.929387] fb: switching to inteldrmfb from VESA VGA
[ 2.929424] Console: switching to colour dummy device 80x25
[ 2.956692] ssb: Sonics Silicon Backplane found on PCI device 0000:02:00.0
[ 3.034867] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 3.038204] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 3.089473] Console: switching to colour frame buffer device 160x50
[ 9.841527] lp: driver loaded but no devices found
[ 11.752219] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 12.336346] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 12.386831] ene_ir: Firmware regs: e0 04
[ 12.709723] lis3lv02d: 8 bits sensor found
[ 13.350680] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 13.350770] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 13.350850] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 13.350932] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 13.709525] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[ 13.740248] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[ 13.740266] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2062, Revision 2, Version 0
[ 13.891931] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
[ 13.891953] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
[ 13.966815] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
[ 13.966853] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
[ 13.966861] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[ 13.966866] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[ 13.966870] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 13.989133] uvcvideo: Found UVC 1.00 device USB Camera Device (174f:1107)
[ 14.024337] input: USB Camera Device as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input16
[ 14.024519] usbcore: registered new interface driver uvcvideo
[ 14.821427] cfg80211: World regulatory domain updated:
[ 14.821433] cfg80211: DFS Master region: unset
[ 14.821435] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 14.821438] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 14.821441] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 14.821443] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 14.821446] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 14.821448] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 14.821451] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 14.821453] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 14.821455] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 23.325164] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.333277] r8169 0000:03:00.0 eth0: link down
[ 23.333320] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 24.928991] r8169 0000:03:00.0 eth0: link up
[ 24.929008] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 214.056730] r8169 0000:03:00.0 eth0: link down
[ 216.397330] r8169 0000:03:00.0 eth0: link down
[ 216.397384] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 216.681287] r8169 0000:03:00.0 eth0: link down
[ 216.681344] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 282.529373] r8169 0000:03:00.0 eth0: link up
[ 282.529392] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 Release Date: 08/17/2009
 Manufacturer: Hewlett-Packard
 Product Name: HP Pavilion dv4 Notebook PC
 Serial Number: CND9412FS7
 Manufacturer: Compal
 Product Name: 30F7
 Serial Number: CND9412FS7
 Manufacturer: Compal
 Serial Number: None
 Manufacturer: -Virtual Battery 0-
 Manufacture Date: 10/12/2007
 Serial Number: Battery 0
 Manufacturer: Intel(R) Corporation
 Serial Number: Not Specified
 Manufacturer: Micron
 Serial Number: DB41E26A
 Manufacturer: Micron
 Serial Number: DB41E26B
eth0 no wireless extensions.

lo no wireless extensions.

/etc/modprobe.d/alsa-base.conf:install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
/etc/modprobe.d/blacklist-ath_pci.conf:# which ath5k cannot recover. To prevent this condition, stop
/etc/modprobe.d/blacklist-ath_pci.conf:blacklist ath_pci
/etc/modprobe.d/blacklist.conf:blacklist eth1394
/etc/modprobe.d/blacklist.conf:# replaced by p54pci
/etc/modprobe.d/blacklist.conf:blacklist prism54
/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-oss.conf:blacklist uart6850
/etc/modprobe.d/blacklist-watchdog.conf:blacklist twl4030_wdt
/etc/modprobe.d/iwlwifi.conf:# /etc/modprobe.d/iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf:# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
/etc/modprobe.d/iwlwifi.conf:# microcode file installed on the system. When removing iwlwifi, first
/etc/modprobe.d/iwlwifi.conf:# remove the iwl?vm module and then iwlwifi.
/etc/modprobe.d/iwlwifi.conf:remove iwlwifi \
/etc/modprobe.d/iwlwifi.conf:(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
/etc/modprobe.d/iwlwifi.conf:&& /sbin/modprobe -r mac80211
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
27: PCI 200.0: 0280 Network controller
  [Created at pci.366]
  Unique ID: B35A.+UTPZ_iCql6
  Parent ID: hoOk.VLa7gpaSUv4
  SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:02:00.0
  SysFS BusID: 0000:02:00.0
  Hardware Class: network
  Model: "Hewlett-Packard Company U98Z049.00 Wireless Mini PCIe Card"
  Vendor: pci 0x14e4 "Broadcom"
  Device: pci 0x4315 "BCM4312 802.11b/g LP-PHY"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x1507 "U98Z049.00 Wireless Mini PCIe Card"
  Revision: 0x01
  Driver: "b43-pci-bridge"
  Driver Modules: "ssb"
  Memory Range: 0xd8500000-0xd8503fff (rw,non-prefetchable)
  IRQ: 18 (no events)
  Module Alias: "pci:v000014E4d00004315sv0000103Csd00001507bc02sc80i00"
  Driver Info #0:
    Driver Status: ssb is active
    Driver Activation Cmd: "modprobe ssb"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #15 (PCI bridge)

28: PCI 300.0: 0200 Ethernet controller
  [Created at pci.366]
  Unique ID: rBUF.sBJzBE1XcrB
  Parent ID: Z7uZ.XATddypsXg5
  SysFS ID: /devices/pci0000:00/0000:00:1c.3/0000:03:00.0
  SysFS BusID: 0000:03:00.0
  Hardware Class: network
  Model: "Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8136 "RTL8101E/RTL8102E PCI Express Fast Ethernet controller"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x30f7
  Revision: 0x02
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eth0
  I/O Ports: 0x3000-0x3fff (rw)
  Memory Range: 0xd2410000-0xd2410fff (ro,non-prefetchable)
  Memory Range: 0xd2400000-0xd240ffff (ro,non-prefetchable)
  Memory Range: 0xd7500000-0xd751ffff (ro,non-prefetchable,disabled)
  IRQ: 29 (8455 events)
  HW Address: 00:26:22:a1:cf:e2
  Link detected: yes
  Module Alias: "pci:v000010ECd00008136sv0000103Csd000030F7bc02sc00i00"
  Driver Info #0:
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #16 (PCI bridge)
root 572 0.0 0.3 455380 14812 ? Ssl 11:47 0:00 /usr/sbin/NetworkManager --no-daemon
root 698 0.0 0.1 39212 5048 ? Ss 11:47 0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
root 720 0.1 0.3 176428 14112 ? S 11:47 0:00 /usr/bin/python -O /usr/share/wicd/daemon/wicd-daemon.py
nobody 721 0.0 0.1 52288 4244 ? S 11:47 0:00 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d
root 763 0.0 0.4 100884 16156 ? S 11:47 0:00 /usr/bin/python -O /usr/share/wicd/daemon/monitor.py
casa 1631 0.0 0.8 446028 34128 ? Sl 11:47 0:00 /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py --tray
root 2124 0.0 0.2 23456 10356 ? S 11:51 0:00 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /run/sendsigs.omit.d/network-manager.dhclient-eth0.pid -lf /var/lib/NetworkManager/dhclient-8f1ee73d-ab1a-4e4a-ac99-65fd3101b9fd-eth0.lease -cf /var/lib/NetworkManager/dhclient-eth0.conf eth0
casa 3685 0.0 0.0 13696 2468 pts/2 S+ 11:57 0:00 grep --color=auto -E wpa|icd|etwork
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
total 77084
15990785 drwxr-xr-x 3 root root 4096 oct 31 08:00 .
       2 drwxr-xr-x 23 root root 4096 oct 31 07:48 ..
15991077 -rw-r--r-- 1 root root 1271689 oct 7 11:35 abi-3.19.0-31-generic
15991084 -rw-r--r-- 1 root root 1311978 oct 8 12:15 abi-4.2.0-16-generic
15991078 -rw-r--r-- 1 root root 177782 oct 7 11:35 config-3.19.0-31-generic
15991085 -rw-r--r-- 1 root root 184809 oct 8 12:15 config-4.2.0-16-generic
15990786 drwxr-xr-x 5 root root 4096 oct 31 08:00 grub
15991082 -rw-r--r-- 1 root root 20915751 oct 31 07:06 initrd.img-3.19.0-31-generic
15991070 -rw-r--r-- 1 root root 33686916 oct 31 07:56 initrd.img-4.2.0-16-generic
15991087 -rw-r--r-- 1 root root 182704 ago 27 08:04 memtest86+.bin
15991086 -rw-r--r-- 1 root root 184380 ago 27 08:04 memtest86+.elf
15991088 -rw-r--r-- 1 root root 184840 ago 27 08:04 memtest86+_multiboot.bin
15991079 -rw------- 1 root root 3622186 oct 7 11:35 System.map-3.19.0-31-generic
15991076 -rw------- 1 root root 3740437 oct 8 12:15 System.map-4.2.0-16-generic
15991080 -rw------- 1 root root 6623936 oct 7 11:35 vmlinuz-3.19.0-31-generic
15991083 -rw------- 1 root root 6797680 oct 8 12:15 vmlinuz-4.2.0-16-generic
Traceback (most recent call last):
  File "/usr/bin/ubuntu-support-status", line 135, in <module>
    pkg.name, support_tag)
  File "/usr/bin/ubuntu-support-status", line 51, in get_maintenance_status
    raise Exception("No date tag found")
Exception: No date tag found
Downloaded daily snapshot dated 2015-10-29 03:15:02
--2015-10-31 11:57:23-- http://www.linux-usb.org/usb.ids
Resolving www.linux-usb.org (www.linux-usb.org)... 216.34.181.97
Connecting to www.linux-usb.org (www.linux-usb.org)|216.34.181.97|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 556422 (543K) [text/plain]
Saving to: ‘/var/lib/usbutils/usb.ids.new’

/var/lib/usbutils/u 100%[=====================>] 543,38K 83,3KB/s in 6,5s

2015-10-31 11:57:30 (83,0 KB/s) - ‘/var/lib/usbutils/usb.ids.new’ saved [556422/556422]

Done.
Module Size Used by
uvcvideo 90112 0
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_core 49152 1 uvcvideo
v4l2_common 16384 1 videobuf2_core
videodev 172032 3 uvcvideo,v4l2_common,videobuf2_core
b43 417792 0
media 24576 2 uvcvideo,videodev
hp_wmi 16384 0
sparse_keymap 16384 1 hp_wmi
snd_hda_codec_hdmi 49152 2
bcma 53248 1 b43
snd_hda_codec_idt 57344 1
mac80211 733184 1 b43
snd_hda_codec_generic 77824 1 snd_hda_codec_idt
cfg80211 548864 2 b43,mac80211
snd_hda_intel 36864 3
jmb38x_ms 20480 0
ir_sharp_decoder 16384 0
ir_rc5_decoder 16384 0
coretemp 16384 0
ir_lirc_codec 16384 0
lirc_dev 20480 1 ir_lirc_codec
ir_mce_kbd_decoder 16384 0
ir_sony_decoder 16384 0
ir_sanyo_decoder 16384 0
ir_xmp_decoder 16384 0
ir_rc6_decoder 16384 0
ir_jvc_decoder 16384 0
ir_nec_decoder 16384 0
rc_rc6_mce 16384 0
snd_hda_codec 135168 4 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 65536 5 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 102400 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
hp_accel 28672 0
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
memstick 20480 1 jmb38x_ms
snd_rawmidi 32768 1 snd_seq_midi
joydev 20480 0
snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi
input_leds 16384 0
serio_raw 16384 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer 32768 2 snd_pcm,snd_seq
ene_ir 20480 0
lis3lv02d 20480 1 hp_accel
snd 81920 17 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
input_polldev 16384 1 lis3lv02d
lpc_ich 24576 0
rc_core 28672 14 ir_sharp_decoder,ir_xmp_decoder,lirc_dev,ir_lirc_codec,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,ene_ir,ir_mce_kbd_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_sanyo_decoder,rc_rc6_mce
shpchp 36864 0
soundcore 16384 1 snd
mac_hid 16384 0
parport_pc 32768 0
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,ppdev,parport_pc
autofs4 40960 2
psmouse 126976 0
i915 1130496 3
ahci 36864 1
libahci 32768 1 ahci
sdhci_pci 24576 0
sdhci 45056 1 sdhci_pci
i2c_algo_bit 16384 1 i915
drm_kms_helper 126976 1 i915
r8169 81920 0
ssb 65536 1 b43
mii 16384 1 r8169
drm 356352 5 i915,drm_kms_helper
video 36864 1 i915
wmi 20480 1 hp_wmi

NOTE--I do not understand what information I am asked to provide in Step 4..What is meant by the name of the wireless access point

Thank you for your quick response

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

The solution to your wireless issue is given in your Terminal output:

[ 13.966861] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[ 13.966866] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[ 13.966870] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.

Please run these Terminal commands using a working, WIRED Internet connection (using an ethernet cable):

sudo apt-get update

sudo apt-get install firmware-b43-installer

Then run this Terminal command:

sudo gedit /etc/modprobe.d/blacklist.conf

Using the gedit editor, scroll down and add the following configuration line inside the blacklist.conf file:

blacklist bcma

Your wireless adapter (Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)) should use the b43 driver instead of the bcma driver.

Then reboot your PC and retest wireless.

The name of your wireless access point is the name of your access point in the dropdown list of available wifi points in your vicinity while using the wireless connections GUI ....

Source: https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/259976

Source 2: https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx

Revision history for this message
Pablo (ceascolombia) said :
#9

Thank you very much. You gave me very clear step by step instructions that I could follow, and this solved my problem. Much appreciated.

Revision history for this message
Pablo (ceascolombia) said :
#10

Thanks Mark Rijckenberg, that solved my question.