[xubuntu-users] Xubuntu 18.04 and Wifi

2018-09-15 Thread Klaipedaville on Google
Hello List,

I hope it’s OK to ask it here and someone will be able to help. I would be 
really grateful for any suggestions / pointers at all as I am totally clueless.

I have just installed Xubuntu 18.04. I have no problems connecting to the 
internet via cable / plugged in / wired but it won't connect to wifi. When I 
check my available networks, the available wifi networks are showing but when I 
try to connect it seems to hang for about 30 seconds before I get the message; 
"Disconnected - you are now offline".

Can anyone walk me through / advise how do I get my wifi working?

Many thanks in advance!

apt-get update and apt-get upgrade were run. All the software is up to date as 
well.

Here is the "sudo lshw -C network":

*-network
description: Wireless interface
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Limited
physical id: 0
bus info: pci@:03:00.0
logical name: wlp3s0
version: 02
serial: 00:1a:73:b9:b8:70
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) 
latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:19 memory:f600-f6003fff

and "iwconfig" looks like this:

enp0s10 no wireless extensions.

lo no wireless extensions.

wlp3s0 IEEE 802.11 ESSIDff/any 
Mode:Managed Access Point: Not-Associated 
Retry short limit:7 RTS thr: off Fragment thr: off
Power Management: off

Regards,
Dennis
-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] Xubuntu 18.04 and Wifi

2018-09-07 Thread Klaipedaville on Google
Thank you, Roger for giving it a try. How would I do it? Downgrade the kernel? 
How? Are there any newer kernels than in version 18.04?


From: linux@gmail.com 
Sent: Saturday, September 8, 2018 05:26
To: xubuntu-users@lists.ubuntu.com 
Subject: Re: [xubuntu-users] Xubuntu 18.04 and Wifi

Shot on the dark: try booting with a different keenel version.

-- Roger B.
   linux@gmail.com

-Original Message-
From: Klaipedaville on Google 
To: xubuntu-users@lists.ubuntu.com
Sent: Fri, 07 Sep 2018 9:11 PM
Subject: [xubuntu-users] Xubuntu 18.04 and Wifi


Hello List,

I hope it’s OK to ask it here and someone will be able to help. I would be 
really grateful for any suggestions / pointers at all as I am totally clueless.

I have just installed Xubuntu 18.04. I have no problems connecting to the 
internet via cable / plugged in / wired but it won't connect to wifi. When I 
check my available networks, the available wifi networks are showing but when I 
try to connect it seems to hang for about 30 seconds before I get the message; 
"Disconnected - you are now offline".

Can anyone walk me through / advise how do I get my wifi working?

Many thanks in advance!

apt-get update and apt-get upgrade were run. All the software is up to date as 
well.

Here is the "sudo lshw -C network":

*-network
description: Wireless interface
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Limited
physical id: 0
bus info: pci@:03:00.0
logical name: wlp3s0
version: 02
serial: 00:1a:73:b9:b8:70
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) 
latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:19 memory:f600-f6003fff

and "iwconfig" looks like this:

enp0s10 no wireless extensions.

lo no wireless extensions.

wlp3s0 IEEE 802.11 ESSIDff/any 
Mode:Managed Access Point: Not-Associated 
Retry short limit:7 RTS thr: off Fragment thr: off
Power Management: off

Regards,
Dennis




-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] Xubuntu 18.04 and Wifi

2018-09-07 Thread Klaipedaville on Google
Thank you so much for getting back to me! I really do appreciate. I will take a 
look.

In fact, it's a known bug that was discovered in 17.04 if I am not mistaken. I 
think it was "carried over" to 18.04 without being fixed...  They speak about 
it here https://ubuntuforums.org/showthread.php?t=2372573  

The solution was to do this:

echo -e "\n[device]\nwifi.scan-rand-mac-address=no" | sudo tee -a 
/etc/NetworkManager/NetworkManager.conf
sudo sed -i "s/wifi.powersave = 3/wifi.powersave = 2/g" 
/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

However, this solution does not help it any more in 18.04. Any more comments / 
ideas? Thank you!

Regards,
Dennis

From: Cody Smith 
Sent: Saturday, September 8, 2018 04:16
To: klaipedavi...@gmail.com 
Subject: Re: [xubuntu-users] Xubuntu 18.04 and Wifi

Have you tried what's on the Ubuntu wiki (which also applies to Xubuntu)? 


Here's the specific wiki page for your chip: 
https://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx

--c_smith


On Fri, Sep 7, 2018 at 6:11 PM Klaipedaville on Google 
 wrote:

  Hello List,

  I hope it’s OK to ask it here and someone will be able to help. I would be 
really grateful for any suggestions / pointers at all as I am totally clueless.

  I have just installed Xubuntu 18.04. I have no problems connecting to the 
internet via cable / plugged in / wired but it won't connect to wifi. When I 
check my available networks, the available wifi networks are showing but when I 
try to connect it seems to hang for about 30 seconds before I get the message; 
"Disconnected - you are now offline".

  Can anyone walk me through / advise how do I get my wifi working?

  Many thanks in advance!

  apt-get update and apt-get upgrade were run. All the software is up to date 
as well.

  Here is the "sudo lshw -C network":

  *-network
  description: Wireless interface
  product: BCM4311 802.11b/g WLAN
  vendor: Broadcom Limited
  physical id: 0
  bus info: pci@:03:00.0
  logical name: wlp3s0
  version: 02
  serial: 00:1a:73:b9:b8:70
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
  configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) 
latency=0 multicast=yes wireless=IEEE 802.11
  resources: irq:19 memory:f600-f6003fff

  and "iwconfig" looks like this:

  enp0s10 no wireless extensions.

  lo no wireless extensions.

  wlp3s0 IEEE 802.11 ESSIDff/any 
  Mode:Managed Access Point: Not-Associated 
  Retry short limit:7 RTS thr: off Fragment thr: off
  Power Management: off

  Regards,
  Dennis

  -- 
  xubuntu-users mailing list
  xubuntu-users@lists.ubuntu.com
  Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users
-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


Re: [xubuntu-users] Xubuntu 18.04 and Wifi

2018-09-07 Thread linux . rog
Shot on the dark: try booting with a different keenel version.

-- Roger B.
   linux@gmail.com

-Original Message-
From: Klaipedaville on Google 
To: xubuntu-users@lists.ubuntu.com
Sent: Fri, 07 Sep 2018 9:11 PM
Subject: [xubuntu-users] Xubuntu 18.04 and Wifi

Hello List,

I hope it’s OK to ask it here and someone will be able to help. I would be 
really grateful for any suggestions / pointers at all as I am totally clueless.

I have just installed Xubuntu 18.04. I have no problems connecting to the 
internet via cable / plugged in / wired but it won't connect to wifi. When I 
check my available networks, the available wifi networks are showing but when I 
try to connect it seems to hang for about 30 seconds before I get the message; 
"Disconnected - you are now offline".

Can anyone walk me through / advise how do I get my wifi working?

Many thanks in advance!

apt-get update and apt-get upgrade were run. All the software is up to date as 
well.

Here is the "sudo lshw -C network":

*-network
description: Wireless interface
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Limited
physical id: 0
bus info: pci@:03:00.0
logical name: wlp3s0
version: 02
serial: 00:1a:73:b9:b8:70
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) 
latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:19 memory:f600-f6003fff

and "iwconfig" looks like this:

enp0s10 no wireless extensions.

lo no wireless extensions.

wlp3s0 IEEE 802.11 ESSIDff/any 
Mode:Managed Access Point: Not-Associated 
Retry short limit:7 RTS thr: off Fragment thr: off
Power Management: off

Regards,
Dennis
-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users


[xubuntu-users] Xubuntu 18.04 and Wifi

2018-09-07 Thread Klaipedaville on Google
Hello List,

I hope it’s OK to ask it here and someone will be able to help. I would be 
really grateful for any suggestions / pointers at all as I am totally clueless.

I have just installed Xubuntu 18.04. I have no problems connecting to the 
internet via cable / plugged in / wired but it won't connect to wifi. When I 
check my available networks, the available wifi networks are showing but when I 
try to connect it seems to hang for about 30 seconds before I get the message; 
"Disconnected - you are now offline".

Can anyone walk me through / advise how do I get my wifi working?

Many thanks in advance!

apt-get update and apt-get upgrade were run. All the software is up to date as 
well.

Here is the "sudo lshw -C network":

*-network
description: Wireless interface
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Limited
physical id: 0
bus info: pci@:03:00.0
logical name: wlp3s0
version: 02
serial: 00:1a:73:b9:b8:70
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.30.223.271 (r587334) 
latency=0 multicast=yes wireless=IEEE 802.11
resources: irq:19 memory:f600-f6003fff

and "iwconfig" looks like this:

enp0s10 no wireless extensions.

lo no wireless extensions.

wlp3s0 IEEE 802.11 ESSIDff/any 
Mode:Managed Access Point: Not-Associated 
Retry short limit:7 RTS thr: off Fragment thr: off
Power Management: off

Regards,
Dennis
-- 
xubuntu-users mailing list
xubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xubuntu-users