Maya not detecting wireless network on new laptop

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
PiMinto

Maya not detecting wireless network on new laptop

Post by PiMinto »

At work I've put Mint 13 on a new Toshiba laptop (internet access restrictions make the latest version unfeasible). It doesn't pick up any wireless network although there is definitely one. The machine has Win 7 on as well, and wireless works fine in there. How should I begin troubleshooting?
If I look at System Information, under PCI it shows the ethernet controller as being a Realtek RTL8101E/RTL8102E, and although I don't understand any of the fields there it looks as if it's working.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Maya not detecting wireless network on new laptop

Post by kc1di »

Hello PiMinto,

could you go to a terminal and type the following commands one at a time and post the output here?

Code: Select all

lspci
rfkill list all
then we may beable to help further. I suspect that you have wireless card that uses proprietary drivers and they will need to be installed.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
PiMinto

Re: Maya not detecting wireless network on new laptop

Post by PiMinto »

The output from lspci is:

Code: Select all

$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8723
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
I tried several times but there is no output from

Code: Select all

rfkill list all
.
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Maya not detecting wireless network on new laptop

Post by kc1di »

your wireless card is the Realtek 8723 which has been know to be problematic on linux.
However here is a page that may be of help:

http://askubuntu.com/questions/139632/w ... recognized

Sorry but there is not a good track record with your card.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
PiMinto

Re: Maya not detecting wireless network on new laptop

Post by PiMinto »

Thanks, I'll have a look at that.
eduardo108

Re: Maya not detecting wireless network on new laptop

Post by eduardo108 »

hello

I have the same wireless card

I installed the driver for kernel 3.5 as it is explained in the link posted in this topic

the card worked just fine till recently

now It doesn't pick up any wireless network

it began to hapen from one moment to another and now I dont know what to do

help please

my linux is mint 14 nadia MATE
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: Maya not detecting wireless network on new laptop

Post by kc1di »

Hello eduardo108,

I'm unable to help you at the moment, but you should really post this equerry as a new thread. as it's not likely to be seen by those that may be able to help on this one.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Maya not detecting wireless network on new laptop

Post by AlbertP »

Here's an easy way to get RTL8723AE ("Realtek Semiconductor Co., Ltd. Device 8723") working.

Please download this driver package: https://www.kernel.org/pub/linux/kernel ... 3-2.tar.xz
After extracting the XZ file, go to the folder where you extracted it, right-click > Open in Terminal, then run these commands to install it:

Code: Select all

./scripts/driver-select rtlwifi
make
sudo make install
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
Locked

Return to “Networking”