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

2014-08-17 Thread Siu On Chan
Thanks bulldozer2003 for the suggestion. Having used the Utopic linux
3.16.0-8 driver for a few days, the driver feels similar to the Ubuntu
PPA 3.16 kernels I was using before trying the git driver. Now I need
0-4 connection attempts to get a reliable connection after each reboot,
which is acceptable. I'll stick to this driver for now.

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

  Status: waiting for this driver being moved out of staging directory.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-08-14 Thread Siu On Chan
vword4u-g:

I wish I knew how to fix it. I'm facing exactly the same problem as you.
Since I started using Larry's git driver, I need to try reconnecting for
15-30 times (ie removing and inserting modules, killing wpa_supplicant
etc), until I get a reliable connection. That usually takes 10+ minutes.
The initial connection/authentication error has become frustratingly
annoying with the git driver.

And the managed=true fix I suggested in #80 no longer helps. The fix
changes the error message, but doesn't reduce the number of retrials.

Another observation: I travelled with my laptop last week. The same
initial connection error happened on other networks (public airport
Wifi, etc). It disappeared faster than on my home network (similar to
what Sascha said in #140). So the error to a large extent isn't specific
to my home network setup. I was using the staging driver in kernel 3.16
at that time.

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

  Status: waiting for this driver being moved out of staging directory.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-08-14 Thread Siu On Chan
@bulldozer2003 #173:

What wireless card do you have? (You can find out by running lspci.)
Some models of T440s (especially older ones) seem to have other network
cards.

@Bruce #171:

Your dmesg looks almost the same as mine. I also looked into
/var/log/syslog which provides more detailed info, but again I don't
know what's wrong, given my limited knowledge about wireless on Linux
(and I wish there were more useful pointers online).

Larry:

I even thought of modifying Larry's source code to print more useful
debug messages. But I don't know how to find useful documentations about
wireless drivers on Linux. So I'm unable to help debug. I hope Larry (or
someone else) could point me to the right references.

Let me add that I also tried wicd in place of NetworkManager, but it
shows pretty similar errors. So this problem isn't specific to
NetworkManager. I've also set IPv6 to Ignore in NetworkManager, if
that matters.

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

  Status: waiting for this driver being moved out of staging directory.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-08-13 Thread Siu On Chan
@vworld4u-g #159: I believe you face the same problem as I do, namely
initial authentication error. To confirm, run dmesg | tail -20 at the
terminal, and you'll see wlan0: deauthenticating from xx:xx:xx:xx:xx:xx
by local choice (Reason: 3...). (Sometimes you'll see Reason 2).

@Bruce #162: My limited Linux knowledge suggests that you may want to
run sudo depmod after make and sudo make install, but I could be
wrong.

Finally, let me say a few words about my experience with Larry's git in
#156. The first time I tried the new driver, the connection felt very
fast. But then it went back to normal (which is a little slow) the next
day.

Also, the initial authentication error still keeps coming back (the
problem I mentioned in the 1st paragraph). Almost every time I boot my
machine, it takes 2-15 mins of repeatedly removing and inserting the
rtl8192ee module, plus repeatedly killing wpa_supplicant and
NetworkManager. I also tried ips=0 as suggested in #163 with no luck.

In case you wonder, I'm using the 3.16 kernel from Ubuntu PPA, and I've
blacklisted the old r8192ee module from the staging directory.

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

  Status: waiting for this driver being moved out of staging directory.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-08-13 Thread Siu On Chan
Alright, I didn't read Makefile, which automatically runs depmod for
you. Please ignore what I said about depmod.

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

  Status: waiting for this driver being moved out of staging directory.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-08-13 Thread Siu On Chan
The package in your case is linux-headers-3.13.9-generic. Here's how
you find out the package that a file belongs to
http://superuser.com/questions/10997/find-what-package-a-file-belongs-
to-in-ubuntu-debian .

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

  Status: waiting for this driver being moved out of staging directory.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-07-04 Thread Siu On Chan
Lee #106: Have you tried the fix in #80?

I should say that once I switch to 3.16-rc3 (from Ubuntu kernel PPA), I
no longer need this fix (and to be honest I don't understand how/why it
worked in the past).

Now I still have initial connection issue (wlan0: authentication with
xx;xx;xx;xx;xx;xx timed out), and this error can also repeat
indefinitely. But the problem usually go away if I do the following:

sudo modprobe -r r8192ee
sudo modprobe r8192ee
sudo killall wpa_supplicant NetworkManager

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-06-30 Thread Siu On Chan
Hi Larry,

Here's something weird about the driver in 3.16-rc3 (and the same for
3.16-rc2). I often see the following lines from dmesg:

[  156.53] cfg80211: Calling CRDA for country: 1B
[  181.518110] AP off, try to reconnect now
[  181.518142] wlan0: Connection to AP xx:xx:xx:xx:xx:xx lost
[  181.574190] cfg80211: Calling CRDA to update world regulatory domain
[  181.576554] cfg80211: World regulatory domain updated:
[  181.576557] cfg80211:  DFS Master region: unset

The country code is the number 1 followed by the letter B. This
always happens with the 3.16-rc3 kernel (from Ubuntu kernel PPA), but it
never shows up in the kernel from #66 (I've tested a few times). Even
after I run sudo iw reg set US on the 3.16-rc3 kernel, I may see the
following:

[  181.576581] cfg80211: Calling CRDA for country: US
[  181.578828] cfg80211: Regulatory domain changed to country: US
[  181.578831] cfg80211:  DFS Master region: unset

That is, a strange message says that the DFS Master region is unset.
This message never appears with the #66 kernel.

Not sure whether this error is related to the new r8192ee driver or
other parts of the 3.16-rc3 kernel. I don't think this error is fatal,
but I'm pointing it out in case it uncovers an unknown bug.

BTW the new driver is very good, apart from the initial connection
issue.

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1306621] Re: [LENOVO ThinkPad T440s] suspend/resume failure

2014-06-12 Thread Siu On Chan
I used to have the same issue. Last week I updated managed=true in
/etc/NetworkManager/NetworkManager.conf (to fix a seemingly unrelated
wifi connection issue), and the suspend/resume problem disappears. If
you also use the Network Manager applet (which is the default on
Ubuntu), I suggest you try this fix.

(I don't know why this fix works. But it seems to do the job.)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1306621

Title:
  [LENOVO ThinkPad T440s] suspend/resume failure

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  1. Description:   Ubuntu Trusty Tahr (development branch)
  Release:  14.04
  2. linux-headers-3.13.0-23-generic:
Installed: 3.13.0-23.45
Candidate: 3.13.0-23.45
Version table:
   *** 3.13.0-23.45 0
  500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status
  3. Expected it to hibernate
  4. It didn't.

  ProblemType: KernelOops
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-23-generic 3.13.0-23.45
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
  ApportVersion: 2.14.1-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  sol2166 F pulseaudio
   /dev/snd/controlC0:  sol2166 F pulseaudio
  Date: Fri Apr 11 09:53:08 2014
  ExecutablePath: /usr/share/apport/apportcheckresume
  Failure: suspend/resume
  HibernationDevice: RESUME=UUID=027c0786-cb7e-48db-84dd-75553c948299
  InstallationDate: Installed on 2014-02-15 (55 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140214)
  InterpreterPath: /usr/bin/python3.4
  MachineType: LENOVO 20AQCTO1WW
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-23-generic 
root=UUID=3275897d-69f9-492b-a5bc-82e88c59ad0b ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-23-generic N/A
   linux-backports-modules-3.13.0-23-generic  N/A
   linux-firmware 1.127
  SourcePackage: linux
  Title: [LENOVO 20AQCTO1WW] suspend/resume failure
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 12/10/2013
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GJET67WW (2.17 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20AQCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: 0B98405 STD
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrGJET67WW(2.17):bd12/10/2013:svnLENOVO:pn20AQCTO1WW:pvrThinkPadT440s:rvnLENOVO:rn20AQCTO1WW:rvr0B98405STD:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 20AQCTO1WW
  dmi.product.version: ThinkPad T440s
  dmi.sys.vendor: LENOVO

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-06-05 Thread Siu On Chan
Some observations that may help others:

1. About a week ago it was really difficult for me to connect to my wifi
network. The error was the infamous

wlan0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice
(reason=3).

It turns out that by updating managed=true in
/etc/NetworkManager/NetworkManager.conf , I no longer see this error
message. (thanks to
http://ubuntuforums.org/showthread.php?t=2070648page=2 ). Instead I
sometimes see

wlan0: authentication with xx:xx:xx:xx:xx:xx timed out.

This error message doesn't appear as often, so now I have a much better
chance of establishing the initial connection (typically only 1-4
trials).

2. The dreadful local choice (reason=3) error will come back if I
remove and then insert the r8192ee module as suggested in #71. My
solution is to either reboot, or kill the wpa_supplicant and
NetworkManager processes.

3. I have reached a state where I can reliably connect to the wifi
network after a few trials, and the driver feels usable (albeit the
package drop rate sometimes seems higher, especial). I'm content with
the current driver in #66, and I really appreciate Larry Finger's
effort.

On the other hand, I think the current driver is a bit unfriendly to new
(T440s and other laptops) users, because the initial connection attempts
require repeatedly and manually disabling and re-enabling Wi-Fi in the
Network Manager applet. I look forward to seeing reliable initial
connection that is automatic.

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

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

Status in HWE Next Project:
  Confirmed
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-05-29 Thread Siu On Chan
It's possible that slaggish changing website is just my biasd impression
and not really there.

Another symptom: Even after a sucessful connection to my wifi network,
fairly often the instant messenages I sent on Facebook fail to send
(possibly 1 out of 100), and the messages sometimes arrive out of order.
It may be another indication of frequente packet drops with the current
driver.

On the other hand, I don't think it's the timeout counter issue, because
six months ago I had almost the same setup on a different laptop with a
different wifi card/driver , and I never had this frequent disconnection
issue. I was also using Network Manager on Ubuntu (13.10 back then), and
the connection was perfect on my WPA2 network. Unless the default
networking configuration has changed drastically in Ubuntu 14.04 (which
I'm using), it's must be the driver issue. (And I have perfect
connection on Windows with my T440s, so my new network card is not
defective).

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

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

Status in HWE Next Project:
  Incomplete
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-05-27 Thread Siu On Chan
Some symptoms:

My T440s laptop usually refuses to connect right after the first 5-6 cold boots
in the morning.

Sometimes the Network Manager applet says connected, but once I try to
connect to any site (or just do a ping), the connection breaks immediately.

After a disconnect event, my home network often disappears from the list of
Wi-Fi networks.

To get connected after a failure, I have to reboot my laptop.  Simply removing
the r8192ee module and reloading it does not help.

If I successfully connect, the network sometimes feel slow, and this usually
happens when I try to go to a new website.  Loading another page from the same
website seems normal.

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

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

Status in HWE Next Project:
  Incomplete
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-05-25 Thread Siu On Chan
I have encountered similar issues as #69, #70, #72. For now I'll focus
on the frequent disconnection problem and not the resume-from-suspend
problem.

The new driver from #66 (as well as the old one in #48) works well 2/3
of the time, but the remaining 1/3 of the time, the connection is slow,
disconnection is very frequent, or I cannot connect to the wifi network
at all.

I've attached the portion of dmesg output (using the kernel from #66).
It corresponds to running the commands in #71, and attempting but
failing to connect to the wifi network. Hope it helps.

** Attachment added: dmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239578/+attachment/4119375/+files/dmesg.txt

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

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

Status in HWE Next Project:
  Incomplete
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-04-23 Thread Siu On Chan
Larry Finger (a Linux kernel contributor) has received code for the RTL8192EE 
driver, which is to be included in kernel 3.16.
http://marc.info/?l=linux-wirelessm=139648497105184
Hopefully this piece of information is more reliable than my earlier one in #23 
:)

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

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

Status in HWE Next Project:
  Incomplete
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


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

2014-03-15 Thread Siu On Chan
The problem may go away starting kernel 3.14. See comments #16 in
https://bbs.archlinux.org/viewtopic.php?id=174082

Haven't tested it myself, but I'm optimistic.

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

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

Status in HWE Next Project:
  Incomplete
Status in HWE Next trusty series:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Open this bug to trace device driver RTL8192EE.

  We have seen this wireless card on some laptops, id is [10ec:818b],
  driver is RTL8192EE. The support doesn't show up in mainline or
  wireless-next yet.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp