LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-28-2019, 03:57 AM   #1
vowl
LQ Newbie
 
Registered: Jun 2019
Distribution: Currently Ubuntu and LXLE
Posts: 2

Rep: Reputation: Disabled
No internet detection or connection on ASUS T100TA with LXLE 16.04


Greetings all! I am a Linux newbie. I have a little experience with Mint, Linux Lite, and Ubuntu, but those would not work on my ASUS T100TA netbook. After much trial and error I was able to load LXLE. It looks good, boots fast, and everything seems to work except the internet. It doesn't detect or connect to it by wifi, bluetooth, connecting my android phone by usb, and it has no port to connect to an ethernet cable. I suspect some sort of driver is missing, but I don't know how to troubleshoot it. I've searched online, trying different commands in the terminal, but I don't really know what I am doing. Any help would be greatly appreciated. Thanks in advance!
 
Old 06-28-2019, 07:29 AM   #2
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by vowl View Post
Greetings all! I am a Linux newbie. I have a little experience with Mint, Linux Lite, and Ubuntu, but those would not work on my ASUS T100TA netbook. After much trial and error I was able to load LXLE. It looks good, boots fast, and everything seems to work except the internet. It doesn't detect or connect to it by wifi, bluetooth, connecting my android phone by usb, and it has no port to connect to an ethernet cable. I suspect some sort of driver is missing, but I don't know how to troubleshoot it. I've searched online, trying different commands in the terminal, but I don't really know what I am doing. Any help would be greatly appreciated. Thanks in advance!
It would help to know some system specs to start with. It's possible you might be missing some firmware for your wifi hardware, but that's just a possibility until we know more about your system.

Could you open a terminal window and post the results of the following commands using CODE tags;

Code:
lspci -nnk | grep -A3 -i net
dmesg | grep -i firmware
 
Old 07-03-2019, 01:02 AM   #3
vowl
LQ Newbie
 
Registered: Jun 2019
Distribution: Currently Ubuntu and LXLE
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thanks for your patience and sorry for the delay in getting back. I don't get to work on this every day-just when I get the chance. When I enter what you suggested in the terminal I get the following:
Attached Thumbnails
Click image for larger version

Name:	20190703_005326.jpg
Views:	39
Size:	211.2 KB
ID:	30834  
 
Old 07-03-2019, 02:24 PM   #4
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by vowl View Post
Thanks for your patience and sorry for the delay in getting back. I don't get to work on this every day-just when I get the chance. When I enter what you suggested in the terminal I get the following:
Well you do have a firmware failed download error message there, which would support the theory that your machine is missing firmware files. I'm not sure if it's related to your wifi or not though.

Try and install a package called "linux-firmware" and then restart your machine, then see if you get any wifi interface. You can download the package manually on another machine, use the package manager to install it if need be.

Also next time, try to post command output in plain text using CODE tags, rather than screenshots.
 
Old 07-05-2019, 01:51 PM   #5
X-LFS-2010
Member
 
Registered: Apr 2016
Posts: 510

Rep: Reputation: 58
you for some reason have a linux kernel that tried to load firmware and failed (compiled by a linux OS maker, a "unix OS distributor")

IT COULD HAVE PERMANENTLY DAMAGED YOUR MACHINE but we hope that the coders and manufacturers co-operated to avoid that (i would not make any bets, though - infact i might suggest the opposite on a darker day)

USE A DIFFERENT LINUX OS, FREEBSD, the one you have is trying unwise things or is simply outdate

another option is don't run unix directly on your hardware: run ubuntu under win10, macports under imac (note apple runs unix so, do you gnu on it?), use freebsd on your hardware not linux, or run linux or freebsd or both using "virtualization"

but i again will repeat: if a linux kernel dealt to you is, without your permission, trying to update your hardware and throwing errors while doing it: your PC or LAPTOP may be damaged already
 
Old 07-05-2019, 01:56 PM   #6
X-LFS-2010
Member
 
Registered: Apr 2016
Posts: 510

Rep: Reputation: 58
ASUS T100TA netbook is an asian device (every release is different there are no "standards") - made by the same people who do allot of the "firmware hacking" in linux. little or none of the firmware work is "certified". there is allot of changes approved that are later repealed, fixed and re-broken, etc. it's a mess.

You can run your machine without any firmware updates - but the free drivers often have less capability.

THE KEY HERE IS - you should never try to update hardware with a "firmware update" unless you are told by people in the know that it's harmless and works. you would do it if you bought an NVIDIA card and NVIDIA corp themselves made the firmware hack and suggested to you, the customer, to use it for your particular graphics card model.

otherwise - you don't load firmware hacks. why is because while it may be safe to fail an upload on one (wifi) card it may destroy a (newer) wifi card or the bus or both.
 
Old 07-05-2019, 02:17 PM   #7
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by X-LFS-2010 View Post
you for some reason have a linux kernel that tried to load firmware and failed (compiled by a linux OS maker, a "unix OS distributor")

IT COULD HAVE PERMANENTLY DAMAGED YOUR MACHINE but we hope that the coders and manufacturers co-operated to avoid that (i would not make any bets, though - infact i might suggest the opposite on a darker day)

USE A DIFFERENT LINUX OS, FREEBSD, the one you have is trying unwise things or is simply outdate

another option is don't run unix directly on your hardware: run ubuntu under win10, macports under imac (note apple runs unix so, do you gnu on it?), use freebsd on your hardware not linux, or run linux or freebsd or both using "virtualization"
Where do get your nonsense from ?

@vowl, I seriously doubt the above. I would not pay any attention to the above. You don't need to use another system, and FreeBSD is NOT a Linux distribution to start with.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux on ASUS T100ta. kaz2100 Linux - Laptop and Netbook 39 07-16-2020 02:58 AM
Cannot boot linux mint from USB thumb drive on Asus Transformer Book T100TA-C1-GR-B avogadro602 Linux - Laptop and Netbook 7 05-15-2018 01:33 PM
[SOLVED] Slacklive USB stick creation and ASUS T100TA UEFI boot problem gaddardumbuk Linux - Newbie 30 09-09-2017 12:07 PM
Installed Linux Lite for observation-want to try Linux LXLE-LXLE- won't install pcwrench Linux Mint 2 07-27-2014 06:55 PM
Ethernet bonding -- link layer detection failover isn't enough, smarter detection? pwn Linux - Networking 1 07-10-2011 10:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration