[PROBLEM] Pi2 -- Netgear A6210 - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Network (/forum-25.html) +--- Thread: [PROBLEM] Pi2 -- Netgear A6210 (/thread-3830.html) Pages: 1 2 |
Pi2 -- Netgear A6210 - vandey - 12th Sep, 2016 11:21 PM 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. RE: Pi2 -- Netgear A6210 - Nachteule - 13th Sep, 2016 04:49 AM 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 RE: Pi2 -- Netgear A6210 - vandey - 13th Sep, 2016 05:30 AM Still hitting this issue, now hitting Error 2 Code: xbian@xbian ~/Netgear-A6210 $ sudo make RE: Pi2 -- Netgear A6210 - Nachteule - 13th Sep, 2016 05:50 AM You need package linux-headers-bcm2836 Terminal sudo apt-get install linux-headers-bcm2836 RE: Pi2 -- Netgear A6210 - vandey - 13th Sep, 2016 06:46 AM 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. RE: Pi2 -- Netgear A6210 - Nachteule - 13th Sep, 2016 07:00 AM (13th Sep, 2016 06:46 AM)vandey Wrote: 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. .. or you have usb power issue do you have parameter max_usb_current=1 in /boot/config.txt? RE: Pi2 -- Netgear A6210 - vandey - 13th Sep, 2016 07:01 AM It's being powered by a Powered USB hub. RE: Pi2 -- Netgear A6210 - Nachteule - 13th Sep, 2016 07:04 AM Hmmm, there were issues with other driver supporting mt7610u ... chipsets in 32bit environment. Maybe this is same issue here RE: Pi2 -- Netgear A6210 - vandey - 13th Sep, 2016 07:10 AM 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... RE: Pi2 -- Netgear A6210 - Nachteule - 13th Sep, 2016 07:20 AM 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 RE: Pi2 -- Netgear A6210 - vandey - 13th Sep, 2016 07:25 AM Thanks maybe I'll pick tha tone up instead... RE: Pi2 -- Netgear A6210 - Nachteule - 13th Sep, 2016 07:28 AM There is Thread for the first one RE: Pi2 -- Netgear A6210 - vandey - 13th Sep, 2016 08:40 AM 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? RE: Pi2 -- Netgear A6210 - Nachteule - 13th Sep, 2016 08:48 AM Don't know. You want to power RPi and adapter with USB hub? IMO not good idea RE: Pi2 -- Netgear A6210 - vandey - 13th Sep, 2016 09:41 AM 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? |