avafinger / orangepi-h6-ubuntu-base-minimal

Mainline kernel 5.1 5.2 5.3 5.4 H6 (Orange Pi One Plus)
19 stars 5 forks source link

Adding wifi atheros? #3

Closed alexbanks-git closed 5 years ago

alexbanks-git commented 5 years ago

Hi @avafinger, Could you try to add the wifi(ar9271) on the OrangePi H6 please. I tried to add this module on the official 3.10.65 kernel when compiling. in ubuntu it was loaded automatically. in debian I loaded it manually insmod (mac80211.ko, ath.ko, ath9k_hw.ko, ath9k_common.ko, ath9k_htc.ko). in the network interfaces, it was detected, but I could not connect to my wi-fi

avafinger commented 5 years ago

Mainline Kernel 5.1.0 has been released!

See: https://github.com/avafinger/orangepi-h6-ubuntu-base-minimal/releases/tag/v1.11

ubuntu@opi-h6:~$ sudo modprobe ath9k
[sudo] password for ubuntu: 
ubuntu@opi-h6:~$ lsmod
Module                  Size  Used by
ath9k                  86016  0
ath9k_common           16384  1 ath9k
ath9k_hw              417792  2 ath9k_common,ath9k
ath                    32768  3 ath9k_common,ath9k,ath9k_hw
mac80211              385024  1 ath9k
cfg80211              282624  4 ath9k_common,ath9k,ath,mac80211
rfkill                 24576  2 cfg80211
fuse                   98304  3
snd_soc_hdmi_codec     16384  1
dw_hdmi_i2s_audio      16384  0
dw_hdmi_cec            16384  0
crct10dif_ce           16384  1
snd_soc_simple_card    20480  0
snd_soc_spdif_tx       16384  1
snd_soc_simple_card_utils    16384  1 snd_soc_simple_card
sun8i_drm_hdmi         24576  0
dw_hdmi                28672  2 sun8i_drm_hdmi,dw_hdmi_i2s_audio
cec                    49152  3 sun8i_drm_hdmi,dw_hdmi_cec,dw_hdmi
sunxi_cir              16384  0
rc_core                32768  2 sunxi_cir
sunxi_cedrus           32768  0
videobuf2_dma_contig    20480  1 sunxi_cedrus
videobuf2_memops       16384  1 videobuf2_dma_contig
v4l2_mem2mem           20480  1 sunxi_cedrus
videobuf2_v4l2         24576  2 sunxi_cedrus,v4l2_mem2mem
videobuf2_common       49152  3 sunxi_cedrus,videobuf2_v4l2,v4l2_mem2mem
videodev              192512  4 sunxi_cedrus,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
sun4i_drm              20480  2
sun4i_frontend         16384  1 sun4i_drm
sun4i_tcon             28672  1 sun4i_drm
media                  32768  5 sunxi_cedrus,videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
sun8i_tcon_top         16384  4 sun8i_drm_hdmi,sun4i_tcon,sun4i_drm
sun8i_mixer            40960  0
ip_tables              32768  0
x_tables               28672  1 ip_tables
ipv6                  360448  38
ubuntu@opi-h6:~$ uname -ra
Linux opi-h6 5.1.0 #1 SMP PREEMPT Mon May 6 11:36:09 -03 2019 aarch64 aarch64 aarch64 GNU/Linux
alexbanks-git commented 5 years ago

Yes!nice work! You are wizard! Thank you! Screenshot_20190506-225657-1 Screenshot_20190506-230027-1

avafinger commented 5 years ago

Assuming is OK!