2

I'm new to Linux, well being re-introduced to it and I am attempting to dual-boot it on my old laptop. It's running Vista and the Wi-Fi works just fine on Vista.

At any rate, Ubuntu runs just fine at start-up the programs I have work just fine. The computer will detect the wireless, it will connect but it does not work. No page will load. I've tried several things I've seen around the internet, and reverted said settings because they were all not working.

  • The laptop in question is a Asus Altec Lansing
  • I'm running Ubuntu 16.04

  • The Wi-Fi card is an Atheros AR928X.

Any help would be greatly appreciated!

EDIT

I tried running the wireless script via usb but it does not display any information only one line that says wireless info start.

  • Have you tried echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf and then reboot – Jeremy31 Jun 12 '16 at 19:10
  • The only issue is I don't have a connection when I hop back and forth. I'm going to give this a go, and I'll let you know. – Drew Rollins Jun 12 '16 at 19:12
  • See this answer and edit your question to include results. There are mixed results with that wifi chip in 16.04 but I have one that works – Jeremy31 Jun 12 '16 at 19:22
  • I tried you first suggestion Jeremy and it said there's no such file or directory. – Drew Rollins Jun 12 '16 at 19:41
  • I don't have a way to connect via an Ethernet cord, is there a script I could use that doesn't require internet? – Drew Rollins Jun 12 '16 at 19:49
  • see this to see how to run the script without internet. Try the command again, it has to be exact the symbol between " and sudo | is a pipe symbol. I get it by pressing shift and the \ key. Enter the command as one line – Jeremy31 Jun 12 '16 at 20:45
  • I tried the script again, and it's still a no-go. I'm assuming I'd missed a letter, while it did not give the error, it still didn't solve the problem. The script, I made the file executable, ran it and the only thing it shows in the file afterwards is " wireless info START" and the rest is blank. – Drew Rollins Jun 12 '16 at 21:05
  • See http://pastebin.com/T65FyDpF for a long command to run, it is used by Launchpads Answer site, well part of it. You will have to copy it to Ubuntu terminal and then copy the info.txt file back to computer with internet. I would suggest using pastebin.com to paste the contents of info.txt I had to remove some commands as they required internet access – Jeremy31 Jun 12 '16 at 21:12
  • Here's what that command generated http://pastebin.com/rRYzJgA0 – Drew Rollins Jun 12 '16 at 21:20
  • Did the terminal go back to a prompt at that point? My terminal paused at the point where your info stops but kept running. Can you ping -c3 8.8.8.8 – Jeremy31 Jun 12 '16 at 21:28
  • I just got to work, I'll give that a try when I get home, I'll also run your script again to make sure it's finished. – Drew Rollins Jun 12 '16 at 22:09
  • You were right, Jeremy. The script wasn't completed yet, here's the result of the completed script and ping. http://pastebin.com/gAVWQ3FP – Drew Rollins Jun 13 '16 at 03:55
  • See if sudo dpkg-reconfigure resolvconf helps at all and check the wifi router for any kind of blocks – Jeremy31 Jun 13 '16 at 21:37

0 Answers0