Xubuntu 16.10 Issue Detected
-
@Lakshmana root@siva-SVF15212SNW:~# lshw -C network
*-network UNCLAIMED
description: Network controller
product: BCM43142 802.11b/g/n
vendor: Broadcom Limited
physical id: 0
bus info: pci@0000:07:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:90700000-90707fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:0e:00.0
logical name: enp14s0
version: 0c
serial: 3c:07:71:5d:90:9f
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:27 ioport:2000(size=256) memory:90500000-90500fff memory:90400000-90403fff
*-network
description: Ethernet interface
physical id: 1
logical name: enp0s20u4
serial: 16:ef:c2:0f:8d:a3
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.197 link=yes multicast=yes
root@siva-SVF15212SNW:~# -
@Lakshmana root@siva-SVF15212SNW:~# lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
07:00.0 Network controller: Broadcom Limited BCM43142 802.11b/g/n (rev 01)
08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
0e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
root@siva-SVF15212SNW:~# -
A quick Google search for "BCM43142 Ubuntu" suggests that the wifi controller is using a closed source firmware. What needs to be done now is to identify which firmware you need and how you can install it.
-
According to linuxwireless.com: You'll need the b43 driver, not the b43legacy (which is for BCM 802.11b chipsets only). There's another driver called brcmfmac, which is for Broadcom USB devices only.
-
Run this command while the machine is somehow connected to the internet:
sudo apt-get install firmware-b43-installer
Here's a Ubuntu specific wiki with more information:
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xxThere are additional instructions on how to perform the installation in case you don't have direct internet access on the very same page:
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#STA_-_No_Internet_access -
-
@thwr Thanks a lot for the reply.I will try the same and update soon
-
Any updates regarding your problem?
-
@thwr I got frustated because the same dependency error comes repeatedly with different names in the command prompt for the Wifi Driver itself
-
@Lakshmana said in Xubuntu 16.10 Issue Detected:
@thwr I got frustated because the same dependency error comes repeatedly with different names in the command prompt for the Wifi Driver itself
Did you fix your other problem before? You need to solve that, because that's causing the failure (and every other error in the future)
-
@thwr said in Xubuntu 16.10 Issue Detected:
@scottalanmiller said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
Just build a custom kernel?
This is expert level stuff. I don't think this is a path for him to be attempting.
Let's say "intermediate". But yes, moving on to a different distro is probably his best bet.
If it doesn't work on Ubuntu, I'd imagine it won't work on anything else. They usually have the best hardware support.
-
@stacksofplates said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
@scottalanmiller said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
Just build a custom kernel?
This is expert level stuff. I don't think this is a path for him to be attempting.
Let's say "intermediate". But yes, moving on to a different distro is probably his best bet.
If it doesn't work on Ubuntu, I'd imagine it won't work on anything else. They usually have the best hardware support.
I agree, but in this case it's just a missing wifi firmware which you need to install manually. I bet he can get his wifi working.
The whole problem at this point is that he messed up his system with some ugly vendor provided package. That's why he can't install anything else.
-
@stacksofplates said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
@scottalanmiller said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
Just build a custom kernel?
This is expert level stuff. I don't think this is a path for him to be attempting.
Let's say "intermediate". But yes, moving on to a different distro is probably his best bet.
If it doesn't work on Ubuntu, I'd imagine it won't work on anything else. They usually have the best hardware support.
I found that Mint has better, in most cases. Except for my RoG
-
@thwr said in Xubuntu 16.10 Issue Detected:
@stacksofplates said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
@scottalanmiller said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
Just build a custom kernel?
This is expert level stuff. I don't think this is a path for him to be attempting.
Let's say "intermediate". But yes, moving on to a different distro is probably his best bet.
If it doesn't work on Ubuntu, I'd imagine it won't work on anything else. They usually have the best hardware support.
I agree, but in this case it's just a missing wifi firmware which you need to install manually. I bet he can get his wifi working.
The whole problem at this point is that he messed up his system with some ugly vendor provided package. That's why he can't install anything else.
Best to start over then. We kept warning him not to download things.
-
@scottalanmiller said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
@stacksofplates said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
@scottalanmiller said in Xubuntu 16.10 Issue Detected:
@thwr said in Xubuntu 16.10 Issue Detected:
Just build a custom kernel?
This is expert level stuff. I don't think this is a path for him to be attempting.
Let's say "intermediate". But yes, moving on to a different distro is probably his best bet.
If it doesn't work on Ubuntu, I'd imagine it won't work on anything else. They usually have the best hardware support.
I agree, but in this case it's just a missing wifi firmware which you need to install manually. I bet he can get his wifi working.
The whole problem at this point is that he messed up his system with some ugly vendor provided package. That's why he can't install anything else.
Best to start over then. We kept warning him not to download things.
Aye
-
@thwr Which OS will be better for the sony laptop ?
The hardware have to be detected after the installation of the OS ? -
@Lakshmana said in Xubuntu 16.10 Issue Detected:
@thwr Which OS will be better for the sony laptop ?
The hardware have to be detected after the installation of the OS ?No way for us to know. You'll need to test a few and see.
-
Sony makes many laptops. Knowing that it is Sony wouldn't help us to know.
-
@scottalanmiller Lubuntu or Redhat or Centos or Budgie ????
-
@Lakshmana said in Xubuntu 16.10 Issue Detected:
@scottalanmiller Lubuntu or Redhat or Centos or Budgie ????
Well obvious none of those. You've picked only two different things.... RHEL and ubuntu. RHEL is a server distro and not applicable here. Ubuntu you've already tested and it doesn't work. How are you choosing these?
Try Mint, Fedora 25, OpenSuse Tumbleweed for example.
-
You need to try new things rather than copy after copy of the same thing.
-
@scottalanmiller I will try Mint as per the suggestion.I will download try tonight to check whether any issue fixes in it
-
@Lakshmana Which desktop environment in Linux mint will not hang will using the machine ???
Xfce ,KDE.Cinnamon or Mate