szehl / ath9k-hmac

ATH9K HMAC
Apache License 2.0
22 stars 6 forks source link

Error in line.38 of install_kernel.sh #3

Open ganesh0806 opened 7 years ago

ganesh0806 commented 7 years ago

"wget" keyword is missing in line.38 of install_kernel.sh.

I tried to install hmac after correcting it. However, I am unsuccessful.

My system is a Ubuntu 14.04 VM on virtual box.

osboxes@osboxes:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.5 LTS" osboxes@osboxes:~$ osboxes@osboxes:~$ osboxes@osboxes:~$ uname -a Linux osboxes 3.12.8-031208-generic #201401151952 SMP Thu Jan 16 01:02:18 UTC 2014 i686 i686 i686 GNU/Linux osboxes@osboxes:~$ osboxes@osboxes:~$ osboxes@osboxes:~$ uname -r 3.12.8-031208-generic

osboxes@osboxes:~$ dmesg | grep HMAC osboxes@osboxes:~$ ls Desktop Documents Downloads examples.desktop hmac Music Pictures Public Templates Videos

dmesg.txt

Can you please help me on how to debug this further?

gechangwei commented 7 years ago

hi: i think you can't use vmware or virtubox about ubuntu, you should use real ubuntu and not a vm for ubuntu.

szehl commented 7 years ago

What Atheros chipset do you use? Can you please post the output of lspci and lsmod plus dmesg after bootup. Maybe the ath9k kernel module is not loaded and therfore you cannot see the HMAC output in dmesg.