Netgear A6100 USB dongle on Tahrpups

Booting, installing, newbie
Message
Author
123sean
Posts: 10
Joined: Wed 30 May 2018, 15:22

#16 Post by 123sean »

So I restarted the computer, it's registered on bootup, I go to wireless and then i find absolutely no wlan connection. is there some sort of manual thing I gotta do to get the os to recognize the dongle currently plugged in?

User avatar
a_salty_dogg
Posts: 180
Joined: Sun 15 Dec 2013, 19:08

#17 Post by a_salty_dogg »

Just a couple of thoughts:

1. Did you try unplugging and replugging the dongle after Puppy had loaded?

2. When I used to use a Huawei dongle (forget on which Puppy, was a long time ago) it showed up for some reason in Network Interfaces not as "usb0", which I was expecting, but as "eth1".
Have you tried connecting via ANY AND ALL interfaces showing up, on the offchance the same may be happening to you on wireless?

123sean
Posts: 10
Joined: Wed 30 May 2018, 15:22

#18 Post by 123sean »

okay, so all I found in the network wizard was eth0, which is just the ethernet port on the back of my pc, and nothing else. I even unplugged it and plugged it back in to see if anything changed, but to no avail. I did, however, find all the connected devices, and it registered the dongle as a connected device. I don't know if it's important or not, but it also says there is no system driver, which I'm assuming means that there is no pre-built driver already on the system.

My current guess is that the driver isn't registering with the device.
Attachments
devices.png
(192.64 KiB) Downloaded 69 times

User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#19 Post by OscarTalks »

If the driver module is definitely loaded then I would expect the device to show up as an interface in the network tool (as wlan0 or similar). If it doesn't then maybe the firmware is missing and needs to be chased up. The Netgear download package I saw was very big and perhaps contained all sorts of windows drivers and stuff. Firmware for any one device is usually quite small but may be contained inside that large download. Otherwise not sure, maybe someone else can offer more guidance.
Oscar in England
Image

jafadmin
Posts: 1249
Joined: Thu 19 Mar 2009, 15:10

#20 Post by jafadmin »

My approach with any Linux distro is to buy devices that I know the kernel will support instead of buying shiny things then trying to shoehorn them into linux.

Less stressful.

123sean
Posts: 10
Joined: Wed 30 May 2018, 15:22

#21 Post by 123sean »

Alrighty, I think this is a wrap. One video made by "Don't call me lenny!" on youtube provided me a github link with a modified version of the rtl8812AU driver software. So I downloaded it, booted up Xaniel, and a few minutes of compiling and installing the driver, everything was recognized, and I could connect.

I'd like to thank everyone for helping me on this. This was my first time using a linux distro like this, so having alot of help from you guys was great.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#22 Post by bigpup »

How about helping others and making a topic on this in the
Hardware>Networking>Wireless section of the forum.

Give details on what you did.
Got driver from here (Web link)
Etc......

This hardware is probably too new to have the driver already built into the Linux kernel.
You say you used a modified driver package, so it seems they are still working on making a good Linux driver.
In Linux there is at least a 6 month delay in making drivers for very new hardware.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#23 Post by cthisbear »

That bigpup is never happy....ha! ha!

My Mandrake the Magician Hat is now on.

I just love half-assed answers myself.

Anyway...might help the next bloke.

:::::

https://github.com/scrivy/rtl8812AU_8821AU_linux

https://www.youtube.com/watch?v=XJ0gcA778Ms&app=desktop

" Published on Feb 4, 2017
In this video I show you how to install the Realtek rtl8812au driver in your Debian, Ubuntu, Arch, or Manjaro Linux install Hope you enjoy!
Show Notes:
Install and configure rtl8812au in Debian:

sudo apt-get install linux-headers-$(uname -r) build-essential git

git clone https://github.com/scrivy/rtl8812AU_8...

cd rtl8812AU_8821AU_linux

"""""""""'

Someone might make a Pet for this.

My Mandrake moments....so much love..

http://45.33.15.200/puppy/viewtopic.php ... 1b65cf5560

Chris.

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#24 Post by Mike Walsh »

jafadmin wrote:My approach with any Linux distro is to buy devices that I know the kernel will support instead of buying shiny things then trying to shoehorn them into linux.

Less stressful.
Well said, that man.

That's my exact same approach. Wireless dongles, webcams, any kind of peripheral like that.....do your research first, and it'll pay off. In spades; 'cos the item will be literally 'plug & play'. Plug it in; it'll work.

Perhaps I did go over the top with my recent purchase of a Logitech c920 HD Pro webcam.....but this top of the range cam gives exceptional picture quality, so was worth every shekel I laid out for it. From my research, I knew it was supported by the kernel 'uvc' driver module.....so should be plug & play.

And so it proved. Instead of spending days or weeks trying to make it work, right from day one I've instead simply enjoyed using it.....

It's a much more sensible approach.


Mike. :wink:

Post Reply