Problem: Pi2 -- Netgear A6210
|
12th Sep, 2016, 11:21 PM
Post: #1
|
|||
|
|||
Pi2 -- Netgear A6210
Just like the title says I've installed a fresh copy of xbian on my RPi2 and having issues getting my Netgear A6210 installed... Does anyone have this network adapter and have it working? I've seen online that a guy has drivers out for this network adapter, which seem to work on raspbian, which I can install and try for myself to see if it works. However, I can't seem to get it to install on my xbian build. It keeps giving me errors when I try the "make" portion...
Just curious if anyone has had this adapter successfully installed on xbian. github link https://github.com/jurobystricky/Netgear-A6210 Code: *** Building driver with debug messages *** Also forgot to say I'm pretty new to working in linux and writing things on the Pi, so if you need more information I might need to have you explain how to do it because like I said I'm pretty new... I am a computer programmer by trade so I do know a few things but unfortunately mainly all in the windows environments. |
|||
13th Sep, 2016, 04:49 AM
Post: #2
|
|||
|
|||
RE: Pi2 -- Netgear A6210
I think your access rights in folder /home/xbian/Netgear-A6210 are not correct
If you are logged in as user xbian, you could run sudo chown -R xbian:xbian /home/xbian/Netgear-A6210 and try again |
|||
13th Sep, 2016, 05:30 AM
Post: #3
|
|||
|
|||
RE: Pi2 -- Netgear A6210
Still hitting this issue, now hitting Error 2
Code: xbian@xbian ~/Netgear-A6210 $ sudo make |
|||
13th Sep, 2016, 05:50 AM
Post: #4
|
|||
|
|||
RE: Pi2 -- Netgear A6210
You need package linux-headers-bcm2836
Terminal sudo apt-get install linux-headers-bcm2836 |
|||
13th Sep, 2016, 06:46 AM
Post: #5
|
|||
|
|||
RE: Pi2 -- Netgear A6210
Well I got it working, but there must be issues with the drivers because it temporarily found the networks then it lost them and now the network isn't working at all.
|
|||
13th Sep, 2016, 07:00 AM
Post: #6
|
|||
|
|||
RE: Pi2 -- Netgear A6210 | |||
13th Sep, 2016, 07:01 AM
Post: #7
|
|||
|
|||
RE: Pi2 -- Netgear A6210
It's being powered by a Powered USB hub.
|
|||
13th Sep, 2016, 07:04 AM
Post: #8
|
|||
|
|||
RE: Pi2 -- Netgear A6210
Hmmm, there were issues with other driver supporting mt7610u ... chipsets in 32bit environment. Maybe this is same issue here
|
|||
13th Sep, 2016, 07:10 AM
Post: #9
|
|||
|
|||
RE: Pi2 -- Netgear A6210
Is there any other dual band AC usb network adapter that works out of the box for the pi?
I'm planning on doing some video streaming on my home network to it that will require quite a bit of bandwidth... |
|||
13th Sep, 2016, 07:20 AM
(This post was last modified: 13th Sep, 2016 07:21 AM by Nachteule.)
Post: #10
|
|||
|
|||
RE: Pi2 -- Netgear A6210
I have TP-LINK Archer T2U AC600 Dualband WLAN and TP-Link Archer T4U running (in 2.4GHz network). Do not have 5GHz AP but should work
Both have drivers included in XBian kernels |
|||
13th Sep, 2016, 07:25 AM
Post: #11
|
|||
|
|||
RE: Pi2 -- Netgear A6210
Thanks maybe I'll pick tha tone up instead...
|
|||
13th Sep, 2016, 07:28 AM
Post: #12
|
|||
|
|||
RE: Pi2 -- Netgear A6210
There is Thread for the first one
|
|||
13th Sep, 2016, 08:40 AM
Post: #13
|
|||
|
|||
RE: Pi2 -- Netgear A6210
I pick up the one you suggested it was a bit cheaper... however I think my hub is shot what is a really good hub to power the unit and the adapter with?
|
|||
13th Sep, 2016, 08:48 AM
Post: #14
|
|||
|
|||
RE: Pi2 -- Netgear A6210
Don't know. You want to power RPi and adapter with USB hub? IMO not good idea
|
|||
13th Sep, 2016, 09:41 AM
Post: #15
|
|||
|
|||
RE: Pi2 -- Netgear A6210
So you'd suggest a 2A power brick for the Pi what kind of output is suggested for the hub?
Or don't you have a hub on your setup? And you're using the USB max power command? |
|||
« Next Oldest | Next Newest »
|