third party wifi
#1
Has anyone gotten a 3rd party wifi adapter to work yet with Debian or Ubuntu? I have tried ad TPlink TL-W722N (AR9271 based) and a non name RT5370 based and despite pulling their respective firmware libraries from non-free I am not having much luck. I have to assume it is because neither the adapters modules are included? Any thoughts or insite?
#2
Check the /proc/config.gz file or /lib/modules/ dir, to check if the support is compiled into the kernel you are using. Often provided kernels do have a lot of stuff disabled to save space and compile time (but it is a pain to recompile stuff manually with things you want actually enabled). I would prefer more drivers to be compiled as modules, just like other distros (i.e. Debian, Ubuntu, etc), are doing. The kernel itself will not grow that much, and you can fit all the modules from the kernel in around 170MB or so of space.

Also, if it is USB, what dmesg is showing after you plug it in?

lsusb ?
#3
(04-23-2016, 03:35 PM)baryluk Wrote: Check the /proc/config.gz file or /lib/modules/ dir, to check if the support is compiled into the kernel you are using. Often provided kernels do have a lot of stuff disabled to save space and compile time (but it is a pain to recompile stuff manually with things you want actually enabled). I would prefer more drivers  to be compiled as modules, just like other distros (i.e. Debian, Ubuntu, etc), are doing. The kernel itself will not grow that much, and you can fit all the modules from the kernel in around 170MB or so of space.

Also, if it is USB, what dmesg is showing after you plug it in?

lsusb ?

Yeha its pretty much what I figured, not there. I have two I was playing with and both give mostly the same message on plugging in. 

[  167.116397] ehci_irq: highspeed device connect

[  167.338542] usb 1-1: new high-speed USB device number 2 using sunxi-ehci

lsudb will show the devices

Bus 001 Device 002: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
#4
On my kernel:

$ zgrep -i ath /proc/config.gz
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_ATH3K=m
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_DM_MULTIPATH is not set
# CONFIG_ATH_CARDS is not set
CONFIG_SECURITY_PATH=y

so I guess, ar9271 will not work without building in some more modules. Ask longsleep to enable more modules, or build you own kernel from his sources.


Possibly Related Threads…
Thread Author Replies Views Last Post
  WiFi dongle MediaTek mt7601u Beta_Ravener 13 21,636 11-28-2017, 11:58 AM
Last Post: Aadhyatm
  Pre-Configure Wifi on Pine64 without Keyboard/mouse bortek 4 7,462 01-23-2017, 02:04 PM
Last Post: bortek
  WiFi PineA64 Pineapple Ghelorn 2 6,158 09-25-2016, 03:05 AM
Last Post: Ghelorn
Question Driver usb wifi dongle 8192eu Pander 8 12,027 07-16-2016, 04:03 PM
Last Post: CaptainZalo

Forum Jump:


Users browsing this thread: 1 Guest(s)