[Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]

2015-05-20 Thread Peggys Mouse
The line in #78 that ends with "modprobe." should continue like this:
modprobe.d/rtl8723be.conf

But you can always just create the file and put this in it:
options rtl8723be fwlps=0 swlps=0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240940

Title:
  Need support for Realtek Wifi  card rtl8723be [10ec:b723]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]

2015-05-14 Thread Peggys Mouse
I see launchpad is determined to split that line. Sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240940

Title:
  Need support for Realtek Wifi  card rtl8723be [10ec:b723]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]

2015-05-14 Thread Peggys Mouse
@Thomas, have you tried editing the driver settings as suggested in #78?

Note: there is a line in that post that got split at modprobe.d. It
should read:

Edit the settings for the driver:
echo "options rtl8723be fwlps=0 swlps=0" | sudo tee 
/etc/modprobe.d/rtl8723be.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240940

Title:
  Need support for Realtek Wifi  card rtl8723be [10ec:b723]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]

2015-02-20 Thread Peggys Mouse
No solution but here's the workaround that finally worked for me...
(Ubuntu 14.014 stock kernel)

Download the latest driver (you might have to install git first):
git clone http://github.com/lwfinger/rtlwifi_new.git

Change into the new directory you just created:
cd rtlwifi_new

Compile and install the new driver:
make
sudo make install

Edit the settings for the driver:
echo "options rtl8723be fwlps=0 swlps=0" | sudo tee 
/etc/modprobe.d/rtl8723be.conf

It's probably a good idea to take a look at that file to make sure that
worked. Some people say the "swlps=0" part of the command above is
unnecessary. I'm not sure but it doesn't seem to be hurting anything.

Reboot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240940

Title:
  Need support for Realtek Wifi  card rtl8723be [10ec:b723]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]

2014-12-05 Thread Peggys Mouse
@paraplegic.racehorse did you also follow the instructions in #55? The
fix is not built in to the 3.16 kernel. Instuctions repasted below...

git clone http://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240940

Title:
  Need support for Realtek Wifi  card rtl8723be [10ec:b723]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]

2014-12-02 Thread Peggys Mouse
#55 worked for me. Ubuntu 14.04 3.13.0-40-generic. Ran torrents all
night which I haven't been able to do with this laptop's internal wifi
card.

In case others are confused by the mention in that comment about the
kernel headers, I believe you can safely run the following commad to
install them:

sudo apt-get install linux-headers-generic

If they are already installed, it won't hurt anything. Then just follow
with the rest of the commands in #55.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240940

Title:
  Need support for Realtek Wifi  card rtl8723be [10ec:b723]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1240940] Re: Need support for Realtek Wifi card rtl8723be [10ec:b723]

2014-09-21 Thread Peggys Mouse
That's great news.

Does the git repo below = the package with the kernel headers installed?

I.e. are the instructions below everything I need to do to install on a
stock Ubuntu 14.04 with the 3.13 kernel?

Thanks.

On 14-09-21 03:02 AM, Paweł Kowalik wrote:
> >From https://bugzilla.kernel.org/show_bug.cgi?id=83641#c1
>
> "There is a new version of this driver at GitHub. You will need to have
> the package with the kernel headers installed.
>
> git clone http://github.com/lwfinger/rtlwifi_new.git
> cd rtlwifi_new
> make
> sudo make install
>
> This version of the driver will be submitted for inclusion in kernel
> 3.18. I ran it for 39 hours with no disconnects."
>
> ** Bug watch added: Linux Kernel Bug Tracker #83641
>http://bugzilla.kernel.org/show_bug.cgi?id=83641
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240940

Title:
  Need support for Realtek Wifi  card rtl8723be [10ec:b723]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1240940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1239233] Re: 1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward in 13.10 when radeon HDMI audio output is enabled

2014-06-26 Thread Peggys Mouse
This seems to be working correctly for me after recent updates.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1239233

Title:
  1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward
  in 13.10 when radeon HDMI audio output is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1239233] Re: 1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward in 13.10 when radeon HDMI audio output is enabled

2014-05-23 Thread Peggys Mouse
Thanks Christopher,

That's a lot of documentation to read through and I haven't installed an
alternate kernel for a long time so it will take me some time to get
this done. I likely will not be able to get back to this until next
month.

PM.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1239233

Title:
  1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward
  in 13.10 when radeon HDMI audio output is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1239233] Re: 1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward in 13.10 when radeon HDMI audio output is enabled

2014-05-22 Thread Peggys Mouse
I'm having this same issue on 14.04 with 3.13.0-24-generic. Should I
open a new bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1239233

Title:
  1002:9589 [Gigabyte GA-MA790X-DS4] Video playback is like fast forward
  in 13.10 when radeon HDMI audio output is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150665] Re: [jaunty] 'VPN Connection failed' error when attempting to connect

2009-08-28 Thread Peggys Mouse
@5 these instructions work for me.

-- 
[jaunty] 'VPN Connection failed' error when attempting to connect
https://bugs.launchpad.net/bugs/150665
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs