LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-10-2017, 01:54 PM   #16
jchris93
LQ Newbie
 
Registered: Jan 2016
Posts: 17

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by ardvark71 View Post
+1

I'm not seeing your adapter in any of the reports, so if Windows it not seeing it either, my guess is that the adapter has failed and will need to be replaced, either by replacing the internal adapter with one that is the same brand and model (and model number) or using an external USB adapter.

However, to verify that the adapter has indeed failed, you might want to take your system in to a local computer repair shop and have them check it out.

Regards...
This regards an old post/system of mine, but have some additional queries. The PC in question is a relic, as will they all.

Pavilion g6 Notebook, AMD64, 17", 4GBRAM, Linux Mint 18 is sole OS. The PC is a very solid build, even though I am generally not a huge HP fan.

The builtin WIFI does not work. It is activated via F12, but does not toggle (light stays off). CAT5 used for connection, which actually works just fine for its purposes. But what about the WIFI, right?

I found an ancient USB->WIFI plug, intended once-upon-a-time for Windows, I suppose. Plugged it in, and presto!, I had WIFI. Throughput was very slow, however.

I am old-school (TRS-80 Z-80 CPU was 1st PC) but I am, in modern times, technically challenged...just too much for me to as readily make sense of, as so many of you are.

---

Now, I have purchased a 2-1 combo Wi-Fi/Bluetooth 4.0 USB adaptor. Linux supported, according to Amazon. Came with a 3.5"CD (!), but the instructions are unclear. $18 item, "highly recommended" doesn't matter for $18. It's a pet-project, guys/gals.

What I am asking is, can someone tilt me toward information to make this work? Age (actually lack of keeping up!) has be struggling with BASIC coding! (don't laugh!)

Any advice would be most appreciated!

Regards,

J
 
Old 02-10-2017, 10:32 PM   #17
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by jchris93 View Post
Any advice would be most appreciated!
Hi, welcome back...

Let's first see what you have and what going on. If you would, with an internet connection established (ethernet,) and your adapter plugged in, please open a terminal and run these commands...

Code:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
Then post the results (or a link to them) in your next reply. Thanks!

Regards...
 
1 members found this post helpful.
Old 02-10-2017, 11:22 PM   #18
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by jchris93 View Post
Any advice would be most appreciated!
What is the output of

Code:
lsusb | grep Net
?
 
Old 02-12-2017, 12:52 PM   #19
jchris93
LQ Newbie
 
Registered: Jan 2016
Posts: 17

Original Poster
Rep: Reputation: Disabled
USB->WIFI Plug

Quote:
Originally Posted by ardvark71 View Post
Hi, welcome back...

Let's first see what you have and what going on. If you would, with an internet connection established (ethernet,) and your adapter plugged in, please open a terminal and run these commands...

Code:
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
Then post the results (or a link to them) in your next reply. Thanks!

Regards...
Hello,

As I attempt to make sense of the installation of drivers (it is straight-forward for Windows/Mac), it makes no mention of Linux in its printed manuals. However, on the Disc there is a Linux folder. Within it, there are seperate drivers for BT & WIFI, install.sh scripts for each, respectfully. THIS is not my area of expertise. There is a support site, so I will contact them ("EDIMAX N150"). Sure, I can do some fundamental Terminal operations...but unless you want to walk me through what is essentially foreign to me, I will wait until I (hopefully) hear back from the mfg of the device. It would be nice to have the addition of the BlueTooth, but WIFI is what I am primarily interested in.

Now, as for the old USB->WIFI plug, it works without any driver installation. I set it back up, best to my abilities, and have the requested wireless-info.txt (and compressed file) output data. Using it alone (no ethernet) my DL throughput is half of what it is normally and on all other house devices...I surely have it configured incompletely?

I will, as I said, contact the mfg of the new hardware. This is sort of a "back-burner" project.

I apprecate your time in this, Ardvark71!

Regards,

J
Attached Files
File Type: txt wireless-info.txt (25.5 KB, 8 views)
 
Old 02-12-2017, 12:59 PM   #20
jchris93
LQ Newbie
 
Registered: Jan 2016
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by goumba View Post
What is the output of

Code:
lsusb | grep Net
?
Oh! My apologies for not noticing your post. ATM, the PC is just back to its usual CAT5 connection.

I will research the WIFI device/installation a bit more. It seems that I will need to install drivers, or if the "wireless-info.txt" is of any clue, perhaps the old hardware plug can be adjusted. Download throughput is half of what it should be, due to my lack of knowledge.

Thanks very much the same, though!

Regards,

J
 
Old 02-12-2017, 01:15 PM   #21
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by jchris93 View Post
I will, as I said, contact the mfg of the new hardware. This is sort of a "back-burner" project.
That's fine, let us know what you find out.

Quote:
Originally Posted by jchris93 View Post
I apprecate your time in this, Ardvark71!
You're welcome

Regards...
 
Old 02-12-2017, 02:28 PM   #22
jchris93
LQ Newbie
 
Registered: Jan 2016
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
That's fine, let us know what you find out.



You're welcome

Regards...
I have sent off request to Support for the device. The PC itself came with Windows 7, and the WIFI worked. A friend's son "fixed" it to where the WIFI was no longer responsive...that is where this dilemma began. I reasoned that, having the original Win7 Discs I could restore the system to its original state...but it did not want to complete the installation. (can't recall exact error/reasons..Win10 not wanting me to use Win7? I don't know, but it certainly should have worked, and had "once upon a time.") I am not a huge fan of Windows 10...imagine that? The guy (kid) had 'adjusted' the daylights out of the then Win7 install. Never been the same since. Never allow your GFs son free & open access to your computers...

Take care, and thanks again..

J
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Help please, wlan0 doesn't show up poky Linux - Newbie 56 02-09-2016 07:01 PM
wlan0 doesn't show up tris_halo Linux - Newbie 4 08-09-2013 11:07 AM
cant get wireless to even show up on my pavilion p6 chaseseith Linux - Newbie 3 12-05-2011 12:04 PM
ls -a doesn't show the file that exists pratapmaddi Linux - Newbie 3 09-10-2009 09:31 AM
iwconfig doesn't show wlan0 darkleaf Linux - Wireless Networking 4 06-26-2004 05:09 AM

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

All times are GMT -5. The time now is 07:12 PM.

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