You are not logged in.

#1 2012-06-29 16:43:19

vcottineau
Member
Registered: 2011-05-05
Posts: 15

rtl8723 wireless card

Hi,

I bought a new computer and the driver for the wifi card is from realtek -> rtl8723.

It is actually not compatible with the actual linux kernel and I have to change some parts of the configuration files to be able to compile it and load it into the kernel. However it seems that the connection is not stable with these tricks.

Does anyone knows if the driver will be added to the linux kernel in the future releases?

Offline

#2 2012-07-18 14:57:32

lost eden
Member
Registered: 2008-01-01
Posts: 62

Re: rtl8723 wireless card

Bumping, got a friend with a brand spanking new laptop with rtl8723 & can't find any reference to any linux support?

Offline

#3 2012-07-18 15:00:39

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: rtl8723 wireless card

best is to ask on linux-wireless or LKML

Offline

#4 2012-07-18 15:01:09

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: rtl8723 wireless card

Post the output of lspci -nn

Offline

#5 2012-07-18 15:16:34

lost eden
Member
Registered: 2008-01-01
Posts: 62

Re: rtl8723 wireless card

lspci -nn

00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
00:1c.3 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 [8086:1e16] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation HM77 Express Chipset LPC Controller [8086:1e57] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:1213] (rev a1)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:5289] (rev 01)
03:00.2 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 0a)
04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8723]
05:00.0 FireWire (IEEE 1394) [0c00]: JMicron Technology Corp. IEEE 1394 Host Controller [197b:2380] (rev 30)

lsusb

Bus 001 Device 002: ID 0bda:8723 Realtek Semiconductor Corp. 
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 003: ID 147e:1002 Upek 
Bus 004 Device 004: ID 5986:0361 Acer, Inc

Offline

#6 2012-07-18 15:39:49

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: rtl8723 wireless card

Ok, the kernel doesn't know about this device. Try this as root, no guarantee whatsoever that it'll work:

modprobe rtl8912de
echo "10ec 8723" > /sys/bus/pci/drivers/rtl8192de/new_id

Try also with ce instead of de.

Then there's this: http://askubuntu.com/questions/139632/w … recognized <- There's links to a driver there, compiles up to kernel 3.3, the comments also contain a tweak to get it to compile with 3.4

Offline

#7 2012-07-18 16:36:03

lost eden
Member
Registered: 2008-01-01
Posts: 62

Re: rtl8723 wireless card

Thanks guys, that askubuntu link seems to be working nicely.

Offline

#8 2012-07-23 08:28:09

vcottineau
Member
Registered: 2011-05-05
Posts: 15

Re: rtl8723 wireless card

Here is a few links about this matter (already gave before):
    Ask Ubuntu
    Ask Fedora

Drivers can be found here:
    Wifi Driver
    Bluetooth Driver

However it won't compile for kernel higher than the 3.3. Solution to make it work is given in the upper link.

I am experiencing the "wlan0: deauthenticating from MAC by local choice (reason=3)" problem. I don't know if it's linked with the tweak to compile the kernel module.

Offline

Board footer

Powered by FluxBB