[Bug 1971656] Re: rtw89_pci failure on Lenovo P14s with Ubuntu 22.04

2022-05-05 Thread Larry Finger
As maintainer of an rtw89 repo at GitHub, I have seen lots of complaints
about this kind of hangups. Nearly all of these happen with Lenovo
laptops. The remainder are a few HP machines.

For some reason, the BIOS or the PCI interface in the Lenovo laptops are
incompatible with the PCI code used in RTW89. My laptop is a Toshiba
from 2014, and it never has any problems, thus I cannot diagnose the
difficulty. The same is true for the software developers in Taiwan, with
whom I have discussed the problem.

This is the first I have heard that the problem started/got worse around
April 11. That sounds like a candidate for bisection, which would have
to be done with the mainline kernel, or even better, the one at
wireless-next
(git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-
next.git). Due to special patches in the GitHub version needed to build
on older kernels, I upgrade the repo in batches, and lose the details of
each individual patch from wireless-testing.

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

Title:
  rtw89_pci failure on Lenovo P14s with Ubuntu 22.04

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


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

[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2019-07-26 Thread Larry Finger
If anyone still has this problem, and the card, please run the command
'lspci'. Find the line that describes the RTL8192EE and note the first
column, which will be something like "04:00.0". This is the bus and
number for the device. Then run 'sudo lspci -s nn:mm -', where hh:mm
is replaced by the bus and number string noted above. Post the output of
the last command.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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

[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2019-07-25 Thread Larry Finger
I reached my contact at Realtek. He analyzed the output and thinks that
this particular chip has a faulty EFUSE programming, or that it possible
was not programmed in the factory. Either case should have been caught
in testing, but mistakes happen.

Has this card been tested on Windows 10?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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

[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2018-11-29 Thread Larry Finger
None of my hardware can duplicate this problem. Is the firmware
installed? Look at the dmesg output to look for firmware failures.

If you do have the correct firmware, there are two options that might
help. Try the following:

sudo modprobe -rv rtl8192ee
sudo modprobe -v rtl8192ee aspm=0

If that does not help, then try

sudo modprobe -rv rtl8192ee
sudo modprobe -v rtl8192ee msi=0

If any other options show up, then your /etc/modprobe.d/ directory is
screwed up. Delete the offending files and try again.

If one of those options helps, then create
/etc/modprobe.d/50-rtl8192ee.conf (as root), and add the single line
containing "options rtl8192ee =0" where  is the option you want
to set.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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

[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2016-02-27 Thread Larry Finger
I have no idea what your problem is. When I reboot with the RTL8192EE
installed, it connects quickly to one of my APs.

The output of 'dmesg | grep rtl' is

[   10.146821] rtl8192ee: Using firmware rtlwifi/rtl8192eefw.bin
[   10.242108] ieee80211 phy1: Selected rate control algorithm 'rtl_rc'
[   10.283731] rtlwifi: rtlwifi: wireless switch is on
[   10.297365] rtl8192ee :02:00.0 wlp2s0: renamed from wlan0
[   20.079071] rtl8192ee :02:00.0 wlp2s0: disabling HT/VHT due to WEP/TKIP 
use

The last line is because it connected with an 802.11g AP.. To check your
firmware, the command 'md5sum /lib/firmware/rtlwifi/rtl8192eefw.bin'
should return

c8ced945fe922aa0cdff91f40a77bf12  /lib/firmware/rtlwifi/rtl8192eefw.bin

I get the same results for either the 4.5-rc5 kernel from wireless-
drivers-next or the drivers from the rtlwifi_new GitHub repo.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2016-02-27 Thread Larry Finger
You have the firmware. Perhaps you have wireless disabled with some
switch.

What does 'rfkill list all' show?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2016-02-08 Thread Larry Finger
Is the firmware installed? What is the output of the command 'ls
/lib/firmware/rtlwifi/*'?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1527603] Re: kernel crashes due to rtl8192ee driver on ubuntu 15.10

2015-12-21 Thread Larry Finger
This patch should fix the reported panic due to NULL dereference. Under
low-memory conditions, it may not be possible to allocate a new skb. In
that case, the code is supposed to reuse the old one. For the RTL8192EE,
which has a unique descriptor buffer flow, the initialization of a
buffer descriptor was missed.


** Patch added: "patch_rtl8192ee.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1527603/+attachment/4538625/+files/patch_rtl8192ee.patch

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

Title:
  kernel crashes due to rtl8192ee driver on ubuntu 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1527603/+subscriptions

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-06-25 Thread Larry Finger
I certainly do not have the test environment to test 802.11x networks. I
tried once to implement a radius server to check WPA2 Enterprise, and
was never able to get it going.

That said, from the driver's standpoint, it is just passing packets and
should not care how the AP is getting its authentication. If you are
able to capture the over-the-air packets during the authentication
process, or detailed logs from the AP or authentication server, then we
might be able to find out what is going wrong

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-05-25 Thread Larry Finger
Driver r8192ee is from the staging directory for kernels older than
3.18. It is *not* the one in rtlwifi_new. You need to blacklist r8192ee!

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-26 Thread Larry Finger
That is the early adopter's problem. For me, any branch of the
rtlwifi_new git repo, or the kernel work. Are you sure it is not a
problem with Ubuntu user space?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-23 Thread Larry Finger
Something is messed up. Those dmesg outputs are not coming from the
driver in the rtlwifi_new repo. What other drivers have you installed?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-12 Thread Larry Finger
Unless you post the console traceback when the system freezes, how can
we tell if it is the driver?

If you can reliable force the freeze with a particular command, put a
sleep 5;  before that command. During that 5 seconds delay, switch to
the logging console (CTRL/ALT/F10 on my system). When the system
freezes, there should be a display on the screen. Take a picture and
post it.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-12 Thread Larry Finger
This morning, a bug was found that could cause an oops on the RTL8192EE.
All branches of the repo have been fixed.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-06 Thread Larry Finger
You are correct that ips is false (or 0 or N) by default. In fact, it
seems that the driver never even uses that one. It does enable and use
firmware-controlled power save. Load withe fwlps=0 to completely
disable power saving.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-05 Thread Larry Finger
Have you loaded with the ips=0 option?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-03-03 Thread Larry Finger
Kernel 3.19.1 will have some additional fixes needed for the RTL8192EE
that should fix the freezes. That hardware uses a completely new method
for RX and TX descriptors, and it has taken a while to get it right.

The troy branch of the rtlwifi_new repo at GitHub has corrected code.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-02-09 Thread Larry Finger
Thanks for the offer, but I have two of those already.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-21 Thread Larry Finger
It will now. Posting the first error would have been helpful.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-20 Thread Larry Finger
The troy branch loads rtl8192eefw_new.bin; however, after some testing
and consultation with Realtek, I determined that there was no need to
keep separate names. For that reason and to minimize the disk usage, the
kernel loads rtl8192eefw.bin. You can copy the one with the _new in its
name to the one without, if you want to use the later version. The
updated firmware is already in the linux-firmware repo, and will be
propagated through the distros in time.

The rtl_cam logged items indicate the changing of the wifi keys. The
second one tells you that the connection has been dropped. It is NOT the
cause of the drop.

I have been using the driver for over 24 hours. There have been several
disconnects in that time; however, the recovery has been automatic. One
thing to note is that the transmit is somewhat fragile. Operations like
continuous iperf or flood pings will likely cause a failure and are
discouraged at least for the moment. Realtek knows of the problem and is
working on it.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-19 Thread Larry Finger
The code in 3.19-rcX is essentially the same as in the troy branch;
however, there are several bugs that have been fixed in troy that are
still pending for mainline.

I am using 3.19-rc4 with some local modifications. My card is the same
as yours. I have not done much testing for speed, and have concentrated
on removing the kernel oops and failures to recover when the connection
drops.

My only suggestion is to load the module with the ips=0 option.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-19 Thread Larry Finger
To keep r8192ee from loading, add a blacklist line for r8192ee in
/etc/modprobe.d/50-blacklist.conf. We were careful in the naming so that
the staging driver has a different name that the regular kernel one
does.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-18 Thread Larry Finger
It does not matter what Ubuntu release you are using as long as the
kernel is 3.2 or later.

You need to sudo make install, and then reboot.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-18 Thread Larry Finger
What kernel are you using?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2015-01-14 Thread Larry Finger
If you want a working driver for the RTL8192EE, you will need to wait
for kernel 3.19, or download the drivers from
http://github.com/lwfinger/rtlwifi_new.git. The latest Realtek code is
in the troy branch of that repo. That should fix the freezes and the
wireless stalls.

The changes are so invasive that they are unlikely to be packported to
any kernels older than 3.19.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-11-19 Thread Larry Finger
That report does not have any crucial info. When the above happens, what
is shown at the end of the dmesg output. That will have the reason the
line disconnected.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-10-22 Thread Larry Finger
Why do you have ndiswrapper loaded?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-10-14 Thread Larry Finger
Your log makes it look as if there is an error in the pairing of
rcu_read_lock()/rcu_read_unlock() calls, but everything looks OK. It
won't help your problem, but I just pushed a change that gets rid of an
error log splat on my system.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-10-09 Thread Larry Finger
If you are using the driver from staging, then you need to know that it
has been deleted from kernel 3.18 and replaced by the code that is found
at http://github.com/lwfinger/rtlwifi_new.git.

When the system has a stuck CPU, and some other info was written to the
terminal, debugging is impossible unless that other info is written
down and posted with the problem.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-10-09 Thread Larry Finger
There is nothing wrong in the log that you posted. Those switch case not
processed warnings are not a problem.

I think you are using the Git repo. Which branch are you using? What
does 'git log' say is the latest commit.

The information I need will appear on the console log. It can possible
be seen by using CTRL-ALT-F10; however, that info will not be logged,
and that screen must be showing when the condition happens.

I have run the new driver for at least a week with no crashes. As I am
unable to duplicate the problem with my hardware, someone with the
problem will need to supply additional information.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-10-09 Thread Larry Finger
Unfortunately, when you need to power off the system in this way,
information being written to the logs is lost.

Whenever there is a particular sequence that causes a crash, I usually
cause a terminal to sleep for 5 secs, and then have it do the sequence -
all in a single line separated by a semicolon. Once the sleep is
started, I switch to the logging console. On my system, that is selected
with CTRL-ALT-F10. The graphics console is at CTRL-ALT-F7. Once the
crash happens, I either write down the crucial info, or I take a photo
of the screen.

If you have a second system, you might also look at the network console
method of capturing dump info.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-29 Thread Larry Finger
The dmesg says that authentication is failing. Are you sure the wifi
secret is correct?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-29 Thread Larry Finger
There will be a new RTL8192EE driver in kernel 3.18. If you want to try
it earlier, you need to use the code mentioned in comment #184. If you
are using kernel 3.13.0-36 from Ubuntu, you will have a build problem.
See Comment #204 to see why I cannot fix that problem.

If you are using this code already, then post your issue at GitHub.com.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-29 Thread Larry Finger
Since 3.17 is not out yet, you will not find 3.18 anywhere - in about
one month, 3.18-rc1 will be available at vger.kernel.org.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-25 Thread Larry Finger
I am beginning to understand this problem, but I do not have a general
fix.

In kernel 3.14, the authors of mac80211 changed the API (applications
interface) for routine ieee80211_is_robust_mgmt_frame() to be able to
intercept a certain kind of error. For those drivers that could not fit
the new model, which includes the Realtek codes, they created a new
entry point that used the old method. It was named
_ieee80211_is_robust_mgmt_frame(), i.e. it has an underscore. For out-
of-kernel drivers such as those in the rtlwifi_new repo, there must be
code that determines at compile time which API needs to be used. Such
code is in these drivers. If the kernel version is 3.14 or newer, use
the underscored version. If older use the one without.

Why does it fail here? The reason is that Ubuntu applied the API change
to their 3.13 kernels! Now the decision gets harder. If the kernel is
3.14, or if this is Ubuntu with version 3.13.11 + some unknown patch
level, use the new API. That gets quite difficult; however, if I take
the simple step of having all 3.13 versions use the new API, then I
break every user of 3.13 that does not run Ubuntu. I refuse to do that
for the following reason. Ubuntu should not have changed the API in mid
3.13!! In doing so, they make this kind of problem for everyone trying
to provide out-of-kernel drivers. For me to fix the problem for Ubuntu
users by breaking every other distro's users would be effectively to
reward Ubuntu for what I consider to be their bad behavior.

How do I know this is the problem. First of all, the make log that was
posted shows warning: passing argument 1 of
‘ieee80211_is_robust_mgmt_frame’ from incompatible pointer type [enabled
by default].  It is true that warnings can usually be ignored; however,
when arguments have an incompatible pointer type, the end result will
usually be a kernel crash. When that warning occurs for a routine that
has changed API, it really sticks out. Secondly, I see this change in
Ubuntu's 3.11.0-36 patch file.

What can Ubuntu users do? To my thinking, switching to a 3.14 or newer
kernel would be best. If you really want to stay with Ubuntu's 3.13.0-36
kernel, then run the following command in the rtlwifi_new directory:

sed -i
's/ieee80211_is_robust_mgmt_frame/_ieee80211_is_robust_mgmt_frame/g'
rtl8*/trx.c

That will change the code to the new API for every kernel. Of course,
that will break every kernel older than 3.13, and the command should be
run *ONLY* if you see warnings of the kind noted above.  To revert that
change, you will need to run 'git checkout -f'.

Sorry that it has taken so long to sort this out, but I really never
expected the API to change in the middle of kernel 3.13 for any distro.
If the tone seems to be  too bitchy, remember that I'm really angry
about what has happened, and all the time I have wasted on sorting it
out. My comments here are a lot milder than the way I really want to say
them.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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

[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-24 Thread Larry Finger
Good to hear that the system is more stable. Locking problems can be
difficult to find as they frequently are affected by subtle differences
in the speed and number of CPUs, etc. The other locking problem showed
up on my system as an attempt to free DMA memory that had never been
assigned. The traceback showed that the routines were being called out
of order. No system freezes.

We will get to the poor performance later. Nearly all of the drivers
show this problem, so it seems to be generic. Troy reproduced it
yesterday, and I expect a fix soon.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-23 Thread Larry Finger
Troy, the Realtek engineer, found a locking problem today that may be
the cause. Pull a new copy from GitHub.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-23 Thread Larry Finger
If a freeze never produces any logged entries, then it will be difficult
to find.

Was the system more stable after the previous fix? If that helped, I
just pushed a new commit that might help some more.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-23 Thread Larry Finger
I had not applied that latest fix to the master branch as I thought you
were on kernel_version. That latter one is only for recent kernels - I
think 3.14 or newer is required.

In any case, I pushed that latest change to the master branch.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-20 Thread Larry Finger
The traceback is a lot more useful when you provide the numbers that
follow the names of the routines. Those are of the form
rtl_pci_init_one_rxdesc+0x/0x. That way I can identify exactly
the statement that failed.

I have nearly reached the point where I will be testing rtl8192ee hard.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-14 Thread Larry Finger
@Sylvain: Are you using the driver from #155? If not, please do.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-09-08 Thread Larry Finger
What source are you using?

The latest version of the driver is at
http://github.com/lwfinger/rtlwifi_new.git. That version will build on
any kernel 3.0 or later, as long as the kernel headers are available.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-08-13 Thread Larry Finger
The only thing I can suggest is to try the GitHub repo in comment #156.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-08-13 Thread Larry Finger
Yes, git pull  make  sudo make install gets you the latest Realtek
code. If that still does not work, then you will need to document what
is happening on your system.

At the moment, I am working full time trying to get all the rtlwifi
drivers into a stage that the new versions can be committed to the
kernel. I do not have time to try to analyze what is wrong in your case.
When I tested rtl8192ee, I got reasonable throughput.

Try loading the module with ips=0 to disable power save. Perhaps your
AP is getting that part wrong.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-08-13 Thread Larry Finger
You need the kernel headers. I have no idea what Ubuntu calls the
package, but someone else will.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


Re: [Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-08-07 Thread Larry Finger
On 08/07/2014 12:42 AM, Yu Leng wrote:
 Thank you Larry for posting the latest driver code. I am no where close
 to the expertise most people have on this forum. This is may well be a
 beginner question. Do I just git clone your repo, do make, make
 install and then reboot?

You are close. Building code should always be done as a regular user, not as
root. Thus the correct commands are make and sudo make install.

Larry

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-08-06 Thread Larry Finger
I was unable to get the latest Realtek drivers into a form for
submission to the kernel in time to make kernel 3.17. As a result, I
created a git repo at http://github.com/lwfinger/rtlwifi_new.git. I have
no idea if it will work for youm but it is the latest code,'

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-31 Thread Larry Finger
If Lenovo does not have an access door on the bottom that provides
access to the wireless card, I am doubly glad that I chose Toshiba over
Lenovo when I recently purchased a new laptop. My decision was based on
the bad reviews for the new keyboard and touchpad design.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-31 Thread Larry Finger
One thing to note. The firmware that is currently available from the
linux-firmware repo for the 7260 gets many firmware restarts.
Unfortunately, this repo is the source for all distros. There is
experimental firmware available for testing that seems to fix the
problem. Search the linux-wireless mailing list archives to find that
firmware.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-31 Thread Larry Finger
No. There is a naming problem that prevents it from being officially
released by Intel. You need to get it from
https://git.kernel.org/cgit/linux/kernel/git/egrumbach/linux-
firmware.git/plain/iwlwifi-7260-9.ucode?h=Core6.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-21 Thread Larry Finger
I have received a newer version from Realtek that I am working at
getting into the kernel. At this point, I do not even know what the
differences are. While this conversion is in progress, I have very
little time to try to debug the current code.

I would say that the best thing to do is wait for the new code that I
hope will be in 3.18.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-16 Thread Larry Finger
Realtek has never been good at writing clear module parameter
descriptions. My current working version has the following:

MODULE_PARM_DESC(swenc, Set to 1 for software crypto (default 0)\n);
MODULE_PARM_DESC(ips, Set to 0 to not use link power save (default 1)\n);
MODULE_PARM_DESC(swlps, Set to 1 to use SW control power save (default 0)\n);
MODULE_PARM_DESC(fwlps, Set to 1 to use FW control power save (default 1)\n);
MODULE_PARM_DESC(msi, Set to 1 to use MSI interrupts mode (default 1)\n);
MODULE_PARM_DESC(debug, Set debug level (0-5) (default 0));

In other words, link power save is ON by default, firmware power control
is also ON, and software power control is off.

My test computer refuses to hibernate or suspend, thus I have not tested
standby, whatever that means. In fact, in the days preceeding the
closing of changes for 3.16, I was so busy trying to provide help for
the Lenovo T440s users, and getting the code into the kernel that I
barely had time for testing.

I am afraid that someone else will need to test and debug these
problems.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-07 Thread Larry Finger
Please add some logs. In particular, what does the dmesg output have to
say? What connection manager are you using? What encryption type? If WPA
or WPA2, please check the wpa_supplicant logs.

Just saying  It does not work is not sufficient, and is just wasting
everyone's time!

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-06 Thread Larry Finger
As stated above, it is in the staging directory for kernel 3.16. As I do
not speak for Ubuntu, I have no idea when it will be available for you.

For some reason, this bug report jumps from comment #40 to #73. In #66,
I posted a link for a 64-bit kernel that had this driver built in. For
completeness, the link is http://www.lwfinger.com/realtek_drivers/linux-
image-3.13.9_1.1_amd64.deb. The firmware is at
http://www.lwfinger.com/realtek_drivers/rtl8192eefw.bin.

FYI, kernels implementing this driver are available for several other
distros!

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-04 Thread Larry Finger
Whatever is happening, your wireless system is dropping the connection
as shown by

[126573.115713] wlan0: disassociating from 00:1f:33:d2:a6:f8 by local
choice (Reason: 3=DEAUTH_LEAVING)

Please check your NetworkManager and wpa_supplicant logs to see if they
offer any clues.

What is the encryption of your AP? I suspect it must be WPA1 given

[126562.844210] r8192ee :03:00.0 wlan0: disabling HT/VHT due to
WEP/TKIP use

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-01 Thread Larry Finger
Comment #99: Those new messages are due to changes in cfg80211. As long
as the driver works correctly, you may ignore them.

Comment #100: Those messages are due to trying to build old driver code
on a kernel that is new. If you really want to build that code, you will
need to research the changes in the API for kernels 3.15 and 3.16 and
make the appropriate changes to the code. I added the driver to the
kernel source so that you would not have to do these changes. Why are
you still building an out-of-kernel version?

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-07-01 Thread Larry Finger
You can get the driver in 3.16 by using make xconfig or make
menuconfig, and enabling the driver. Once that is done, a new kernel
built and installed, and the firmware is installed, the driver will
automatically start upon bootup.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-06-26 Thread Larry Finger
The necessary firmware in in the linux-firmware git repo. You will need
to clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-
firmware.git and copy rtlwifi/rtl8192eefw.bin into
/lib/firmware/rtlwifi/rtl8192eefw.bin.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-06-22 Thread Larry Finger
I would recommend using kernel 3.16-rcX. I do not plan on updating the
deb on my web site, and I do not plan on generating a 32-bit version.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-05-27 Thread Larry Finger
I too see the slow downs at times; however, I do not think it is due to
changing website. I do not know why.

The driver sometimes takes several tries to make the initial connection.
Again, the cause is unknown. Is it possible that your timeout counters
are set too small and that is causing the total failure? My openSUSE
system using NetworkManager with the KDE applet is always able to
connect to my WPA2 network.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-05-22 Thread Larry Finger
I do not know about the hibernate problem. My laptop has never gone into
hibernation, and I have not had any desire to debug the reason for that.

Any other problems that occur should be reported as follows:

sudo modprobe -rv r8192ee
sudo modprobe -v r8192ee debug=3

Post the dmesg output corresponding to the time when the problem occurs.

For what its worth, my system has been up for almost 27 hours. I have
had a few disconnect/reconnect events, but the connection recovered
without any problems.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-05-21 Thread Larry Finger
Good to hear. That version was submitted to the staging tree of the
kernel. It should be a standard part of kernel 3.16.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-05-20 Thread Larry Finger
Realtek sent me a patch to fix the skb-end - skb-tail  len
problems. A version with this fix is at

http://www.lwfinger.com/realtek_drivers/linux-headers-3.13.9_1.1_amd64.deb
http://www.lwfinger.com/realtek_drivers/linux-image-3.13.9_1.1_amd64.deb

I do not know if this fix will also handle the problems of #65. Please
test as I have never seen those messages.

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-11-01 Thread Larry Finger
Did you read my previous comment about speed? YMMV.

Any promise of wifi speed depends on so many factors that it is
meaningless without a measurement.

I am running without any special module loading parameters. I am still
getting Reason 7 deauthentications, but the connection recovers within a
few tenths of a second.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-10-31 Thread Larry Finger
I have recently done a complete rewrite on the gain control code in
rtl8192c. The primary reason for this was to implove the connectivity in
rtl8192cu, but the new code also impacts rtl8192ce. At the moment, I am
testing a 10ec:8178 RTL8192CE device with good results (RX throughput up
to 65 Mbps). The next card to test will be an RTL8188CE.

These patches will be submitted with a notation that they be backported
to stable kernels; however, I have no idea how long it will take for
them to hit the stable kernel versions, and then to get into the Ubuntu
kernels.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-10-18 Thread Larry Finger
What kernel does 13.10 run?  If you want the latest, you will need to
build your own.

You also need to look very carefully at the firmware version as Ubuntu
has not been distributing the latest. On my system, the md5sum for the
correct fw is

748944fbffd3b08b5b1929bb6c7fc537  /lib/firmware/rtlwifi/rtl8192cfw.bin

The device works for me. I use openSUSE with a 3.12-rc4 kernel and I
control it with NetworkManager. I have already wasted a lot of time
trying to find what is causing problems for Ubuntu users, only to find
that the distro's firmware is out of date. I have decided to quit doing
that.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-10-15 Thread Larry Finger
I expected that your hardware was an RTL8188CE, but when you wrote EE, I
had to ask.

The updated firmware for rtl8192ce in the linux-firmware repo has the
following commit:

commit e0836e6ec3568f54b7fac24b9e17bbe8c46eb508
Author: Larry Finger larry.fin...@lwfinger.net
Date:   Sun Jul 8 15:16:17 2012 -0500

Why has this update been available for 16 months and *still* not picked
up and packaged by Ubuntu

My distro of choice has had it for a long time.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-10-15 Thread Larry Finger
At least, I begin to understand why duplicating the problems found by
Ubuntu users is so difficult for me.

You should not have to deal with anything from the vendor-supplied code.
That is my job. It takes a lot of testing before I change the firmware,
and I need a very good reason.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-10-14 Thread Larry Finger
Your comment is confusing. You write about firmware rtl8192cfw.bin, and
then say your hardware is RTL8188EE. If that is really your hardware,
then your firmware file is rtl8188efe.bin, not rtl8192cfw.bin. Which is
correct?

The firmware files that work for me have the following md5sums and
sizes:

finger@larrylap:~/linux-firmware md5sum rtlwifi/*
3aed09e6385aff0f3809a3949f6c3b64  rtlwifi/rtl8188efw.bin
aaef52a47852e599cbff63a3e7f96a94  rtlwifi/rtl8188eufw.bin
748944fbffd3b08b5b1929bb6c7fc537  rtlwifi/rtl8192cfw.bin
dd371739aa401ea1d615436b24598bc4  rtlwifi/rtl8192cfwU_B.bin 
 
660d5d7e1e1fd985261fb20b2ac283f6  rtlwifi/rtl8192cfwU.bin   
 
7e15572f80406839896ff4a1042b2b2f  rtlwifi/rtl8192cufw_A.bin 
 
d0cdaf2531dcf416058ebb00f3f527bb  rtlwifi/rtl8192cufw_B.bin
943e9b714a926e630b8152d7aad91d2e  rtlwifi/rtl8192cufw.bin
b64bd0e053c8b9e45efeae7ffaafde9f  rtlwifi/rtl8192cufw_TMSC.bin
de0e4180e87cf18a8a4b62d145bde829  rtlwifi/rtl8192defw.bin
2faf6915a0bbb5d15d3bd43618f5347c  rtlwifi/rtl8192sefw.bin
200fd952db3cc9259b1fd05e3e51966f  rtlwifi/rtl8712u.bin
ce50dfe07dbb1bfe9e14bdb315a4b28a  rtlwifi/rtl8723fw_B.bin
69ccaffbe94cc0ef1b89c25290e19b2e  rtlwifi/rtl8723fw.bin
finger@larrylap:~/linux-firmware ls -l rtlwifi/
total 400
-rw-r--r-- 1 finger users  11216 Feb 20  2013 rtl8188efw.bin
-rw-r--r-- 1 finger users  13904 Sep 27 22:17 rtl8188eufw.bin
-rw-r--r-- 1 finger users  13540 Feb 14  2013 rtl8192cfw.bin
-rw-r--r-- 1 finger users  14800 Feb 14  2013 rtl8192cfwU_B.bin
-rw-r--r-- 1 finger users  14818 Feb 14  2013 rtl8192cfwU.bin
-rw-r--r-- 1 finger users  16116 Sep 26 17:14 rtl8192cufw_A.bin
-rw-r--r-- 1 finger users  16096 Sep 26 17:14 rtl8192cufw_B.bin
-rw-r--r-- 1 finger users  16014 Feb 14  2013 rtl8192cufw.bin
-rw-r--r-- 1 finger users  16116 Sep 26 17:14 rtl8192cufw_TMSC.bin
-rw-r--r-- 1 finger users  22978 Feb 14  2013 rtl8192defw.bin
-rw-r--r-- 1 finger users  80208 Feb 14  2013 rtl8192sefw.bin
-rw-r--r-- 1 finger users 122328 Feb 14  2013 rtl8712u.bin
-rwxr-xr-x 1 finger users  22996 Feb 14  2013 rtl8723fw_B.bin
-rwxr-xr-x 1 finger users  11662 Feb 14  2013 rtl8723fw.bin
finger@larrylap:~/linux-firmware

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-10-13 Thread Larry Finger
That is a Ubuntu packaging problem. The linux-firmware git repo has the
correct firmware.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-09-27 Thread Larry Finger
These changes depend on a lot of other work that cannot be backported to
3.2. You will, however, be able to use the code base of the backports
project to get the latest drivers. I assume that Ubuntu builds a
backports package for each of their kernels. Most distros do.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-09-26 Thread Larry Finger
I have been working on the gain control code in rtl8192ce and rtl8192cu.
Both had a tendency to wander to the point that the RX gain was too
small for the chip to receive anything. The attached patch is a lot
better.

It applies to the current mainline 3.12-rc2 kernel, but it is likely
appropriate for olger kernels.


** Attachment added: Patch to improve RX and TX gain control
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+attachment/3843052/+files/master_patch_rtlwifi

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-09-26 Thread Larry Finger
Unless the code is designed for building an out-of-kernel module, you
really do need to build the entire kernel.

On a Mint system that I run on a PPC computer, I have to use fakeroot
to build a .deb file. I assume you would need to do the same, but I
don't use Ubuntu, and I'm not a reliable source on that distro.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


Re: [Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-09-19 Thread Larry Finger
On 09/19/2013 10:08 AM, Sirius1977 wrote:
 Hi all,

 i bought a new Wifi card, so i am no longer affected.

 But i really want to see this fixed and i came to the conclusion that i
 am willing to send my Realtek card to Larry if it helps. I made a
 picture of it. Don't know if there are much different versions.

 @Larry: What do you think? Is it worth a try?


 ** Attachment added: RT8188ce
 
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+attachment/3829368/+files/IMG_20130919_165505.jpg


I already have one of those that works for me.

Larry

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-24 Thread Larry Finger
Even if it works on Windows and does not on Linux, the problem can still
be in the router. The Windows driver has its own MAC-layer stack and it
could be tweaked to work with lots of routers. The Linux driver
rtl8192ce uses the kernel's own MAC layer called mac80211. The driver
from the Realtek site uses its own stack.

If you are having problems with the driver from the Realtek site, please
be aware that I do not support that one.

The in-kernel driver is tested using 4 different routers. I have a
Netgear WNDR3200, a Netgear WNDR3400, a Linksys WRT54G V5, and a Linksys
WRT54GL V1.1. The Netgear units and the WRT54G run standard firmware.
The WRT54GL runs openWRT Kamikaze.

The rtl8723a firmware is for a different device. It has no effect on the
RTL81XXCE devices.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-24 Thread Larry Finger
The full details of the device are revealed by an 'lspci -nnv' command.
Of course only the one stanza is needed to be posted.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-24 Thread Larry Finger
Is that TP-Link AP running the latest firmware?

If there is a version of openWRT for that TP-Link router, then you
should switch. Otherwise, it is a very laborious process to figure out
what is wrong. First, you need to use kismet or wireshark on a second
computer to capture the on-the-air data between the station and the AP.
That will be many MB of data. Then you need to find the exact spot where
the connection failed, and determine what went wrong.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-23 Thread Larry Finger
How does that conflict? The only changes in Realtek firmware was that a
file for the RTL8723AE was added. There were no changes for the
RTL8192CE or RTL8188CE.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-23 Thread Larry Finger
I have no idea what the r8192ce package contains. Remember, I don't use
Ubuntu. Can you get a file list for that package?

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-22 Thread Larry Finger
I am not familiar with Fedora. My distro of choice is openSUSE and
rtl8192ce has worked on every kernel release and version of openSUSE
since kernel 2.6.38 when the driver was added.

The firmware that I use has the following sha1sums:

4fc1e72c5f82cf95c62050c56cce074d90c3e579  
/home/finger/linux-firmware/rtlwifi/rtl8192cfw.bin
c81ec289a236875ab7139c0e357fdcddcc21cc46  
/home/finger/linux-firmware/rtlwifi/rtl8192cfwU_B.bin
3ff2a534ecb0cb0ea9f7bff66e76b52dec4e157a  
/home/finger/linux-firmware/rtlwifi/rtl8192cfwU.bin

These are the official files in the linux-firmware git repo. No other
versions are supported.

If I understand correctly, the driver worked with Ubuntu when using
kernel 3.2 and failed sometime after that. Is that correct, and could
someone tell me which kernel after that failed?

Also, is there anyone with the knowledge and the necessary hardware that
would be willing to download the kernel source from the mainline git
repo, and bisect this problem? I could certainly do the bisection, but
as the failures do not happen with my system, it would do no good. I
could install Ubuntu and do it myself, but that scenario would have very
low priority.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-21 Thread Larry Finger
What name would give to the people that do the kind of Invalid -
Confirmed - Invalid - Confirmed toggling that was taking place before
I used that name? At least that silly nonsense stopped!

I have grown rather tired of the kinds of things that are said and done
on these lists concerning the Realtek drivers. I am not an employee of
Realtek, nor am I paid by them. In addition, I have no knowledge of what
is needed to make the chip work other than what I deduce by reading the
code! You can also do that.

If I had not done the porting to the kernel, you would all be trying to
figure out how to compile the factory drivers on newer kernels, and
suffering the kernel crashes and memory leaks that happened before I
reported those problems to Realtek.

One other thing that irks me is that when I post a potential fix in the
form of a patch, it might take one or two WEEKS before anyone tries it
and reports back. By that time, it is difficult to remember what is
happening or even why I thought the change might be a good idea. In
addition, you can imagine how high I think the priority is for that
particular complaint.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-21 Thread Larry Finger
If you were an openSUSE user, I would point you to a wiki page that
gives one a prescription on how to get the kernel-of-the-day from the
openSUSE Build Service.

When I provide such suggestions to the Fedora bugzilla, one of their
kernel developers generates a test kernel and reports its link on the
list.

As I am not an Ubuntu user, I can only give you the general instructions
on how to download the kernel source, and how to build a kernel from
that. I could not tell you how to install the necessary tools, or any of
the other details, thus the general instructions would probably be
useless.

Is there a kernel dev for Ubuntu that monitors these lists? If so,
perhaps she/he can help. Otherwise, you will need to rely on a user that
knows what needs to be done. Of course, a Google search on Ubuntu new
kernel build might have some useful info.

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: 10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-20 Thread Larry Finger
Would you idiots stop your p***ing contest, and have someone try either
kernel 3.11-rc6 or a backports version derived from 3.11? I did a lot of
work that was too invasive to be backported to *ANY* stable version!!

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

Title:
  10ec:8176 Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


Re: [Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-08-12 Thread Larry Finger
On 08/12/2013 05:30 PM, DFarmerTX wrote:
 In order to compile the realtek driver, I had to add the following to
 the top of the pci.h file.

 #ifndef __devinit
 #define __devinit
 #define __devinitdata
 #endif

 This comments out some macros that are present in older kernel sources.

A better fix would be to delete the __devinitXX entries in the code.

You don't need to send me the fixes for changes in the API as I follow them. I 
have just chosen not to publish the changes as I would prefer users to supply 
proper diagnostics for any faults in the in-kernel drivers.

Larry

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-07-30 Thread Larry Finger
Perhaps you should list the line that gives the error, as it is not
clear what kernel you are using.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-04-14 Thread Larry Finger
Once kernel 3.10 is released, those changes will be in it. Otherwise,
you need to build a kernel using the wireless-testing git repo.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-03-26 Thread Larry Finger
There is a major update of all the rtlwifi drivers that was submitted
last Sunday evening. If accepted, those 25 patches should be in the
latest compat-drivers in about 2 weeks. If you cannot wait, those
patches are in the linux-wireless archives in a form that can be applied
to the wireless-testing git repo.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-02-16 Thread Larry Finger
Just how do you think that adding antenna diversity for the rtl8188ee is
going to help a totally different device? That change has no more effect
than the changes in the driver card for your video device..

I am currently reviewing the differences between the 2013.02.07 driver
and the one that was used to port the drivers to the kernel, but I have
no idea how long it will take to stabilize that code. At the moment, it
causes the system to freeze! Good luck!

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-02-02 Thread Larry Finger
Ryan: If the latest vendor driver fails due to Reason 6 disassociation
problems, then I probably will not be able to fix it. That certainly
will need help from Realtek. What is the make/model of your AP?

Sirius1977: Most of the details of interaction with the AP are
controlled by mac80211, not the driver. I do not have one of those
routers, nor can I justify the $60 for one on E-bay. I will ask the
factory if they have one for testing.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-02-01 Thread Larry Finger
Thanks for the report, but I don't see that you were one of the people
with a problem.

Does it fix anyone's problem?

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-02-01 Thread Larry Finger
What new driver? All that was changed was the firmware. Did you do
something else?

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2013-01-25 Thread Larry Finger
I do not know if the new rtl8192cfw.bin file in the latest vendor driver
will make any difference as I have not tested with it. Please test and
report back.

** Attachment added: New firmware rtl8192cfw.bin from vendor driver 
0010.0109.2013
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/902557/+attachment/3500163/+files/rtl8192cfw.bin

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2012-11-15 Thread Larry Finger
You are using the vendor driver. The version built into the kernel would
have a module parameter named debug that would show up in the modinfo
output output for rtl8192ce.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2012-11-05 Thread Larry Finger
The changes in vendor driver  0007.0809.2012 are the ones that were
merged into the wireless-testing git repo on October 30. Accordingly,
they are in any compat-driver (formerly compat-wireless) package later
than November 1.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2012-11-05 Thread Larry Finger
The package would be for the kernel, in general, and not for any
specific distro release.

Although the patch has been pushed from wireless-next to net-next, it
does not seem to have made it into linux-next yet. When it does, you
should be able to get it through
https://backports.wiki.kernel.org/index.php/Main_Page. At the moment,
the promised packaging of compat-drivers is not yet ready.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2012-11-05 Thread Larry Finger
FYI, I am not a Ubuntu developer or user. I have no idea what
constitutes a package for Lucid, nor do I care.

You are the one that asked about about the compat-driver packages, which
are the way to get the latest version of the kernel drivers. You can, of
course, do whatever you want, or even wait for kernel 3.8 to find its
way into Ubuntu.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


[Bug 1062827] Re: bug 1062827

2012-10-12 Thread Larry Finger
On 10/12/2012 02:07 AM, serp...@gmail.com wrote:
 Now i'm using the version without problems ver 1.79:
 md5sum /lib/firmware/rtlwifi/rtl8712u.bin
 8e6396b5844a3e279ae8679555dec3f0  /lib/firmware/rtlwifi/rtl8712u.bin
 you can find this in binary packages or tar.gz here
 https://launchpad.net/ubuntu/+source/linux-firmware/1.79

You do not need to tell me where to find the firmware. I am the person that 
submitted it to linux-firmware, which is where Ubuntu obtains it.

 the problem is upgrading with this version 1.94
 md5sum /lib/firmware/rtlwifi/rtl8712u.bin
 c6f3b7b880aefb7b3f249428d659bdbb  /lib/firmware/rtlwifi/rtl8712u.bin
 the firmware is here, in Binary packages or tar.gz
 https://launchpad.net/ubuntu/+source/linux-firmware/1.94

I already told you that the latest firmware has a problem, and that I reverted 
it in the linux-firmware repo. Your Ubuntu package is out of date.

Larry

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

Title:
  Realtek RTL8191SU wireless don't works wep hidden  with linux-firmware
  1.94

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

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


[Bug 1062827] Re: bug 1062827

2012-10-11 Thread Larry Finger
On 10/11/2012 05:22 PM, serp...@gmail.com wrote:
 [1.] One line summary of the problem:

 Realtek RTL8191SU wireless don't works wep hidden with linux-firmware
 1.94

I do not know what firmware 1.94 means. That is distro specific.

Please post the md5sum for /lib/firmware/rtlwifi/rtl8712u.bin so that I know 
what you are using. We recently reverted the latest firmware version because of 
a regression. The current one has md5sum of 200fd952db3cc9259b1fd05e3e51966f.

Larry

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

Title:
  Realtek RTL8191SU wireless don't works wep hidden  with linux-firmware
  1.94

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

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


[Bug 902557] Re: Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2012-10-05 Thread Larry Finger
All firmware files for Realtek devices are in the linux-firmware git
repo. Surely Ubuntu provides this as a standard package. I know that
openSUSE and Fedora both do.

There is a patch that was merged into kernel 3.7 and is being backported
into all the stable kernels to detect a so-called B-Cut of the RTL8188CE
cards. This patch helps a number of those cards. In addition, there is
another patch that implements full support for all these cards, but it
did not make the merge for 3.7. Furthermore, it will not be backported
as it is too invasive. Users with this card should be able to get full
support using kernel 3.8 or compat-wireless packages from November 1,
2012 or later. Of course, that date is just a guess.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


Re: [Bug 902557] [NEW] Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

2012-09-02 Thread Larry Finger
On 09/02/2012 11:35 AM, Launchpad Bug Tracker wrote:
 You have been subscribed to a public bug by Ekimia (u-contact-ekimia-fr):

 Wireless no longer seems to work since I upgraded to Precise, it was working 
 (albeit very flaky) ion 11.10, but it never seems to be able to connect to 
 any access points since the upgrade.
 It can see all the available networks, but it can't seem to connect to any of 
 them.

 ProblemType: Bug
 DistroRelease: Ubuntu 12.04
 Package: linux-image-3.2.0-3-generic-pae 3.2.0-3.9
 ProcVersionSignature: Ubuntu 3.2.0-3.9-generic-pae 3.2.0-rc4
 Uname: Linux 3.2.0-3-generic-pae i686
 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
 ApportVersion: 1.90-0ubuntu1
 Architecture: i386

I have no idea what is wrong as that kernel version worked for me; however, 
this 
driver has undergone substantial changes since kernel 3.2. Add compat-wireless 
to this kernel, and it will work. If c-w is not possible, you should at least 
have something later than 3.2.0. The current version is 3.2.28.

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

Title:
  Wireless not working in 12.04 for rtl8192ce (RTL8188CE)

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

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


  1   2   >