networking - install usb wifi adapter on ubuntu 14.04 - Ask Ubuntu
i have windows 10 on laptop , run oracle virtualbox ubuntu 14.04.5 lts 64 bit on it. bought tp-link usb wifi adapter - tl-wn821n v5.
i try connect usb vm have wifi , wireless functionality in it. in vbox there option connect usb direcly machine the windows 10 dont detect usb.
lsusb detect adapter:
bus 001 device 002: id 2357:0107 bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 002: id 80ee:0021 virtualbox usb tablet bus 002 device 001: id 1d6b:0001 linux foundation 1.1 root hub
but lshw -c network
network *-network description: ethernet interface product: 82540em gigabit ethernet controller vendor: intel corporation physical id: 3 bus info: pci@0000:00:03.0 logical name: eth0 version: 02 serial: 08:00:27:bc:0d:35 size: 1gbit/s capacity: 1gbit/s width: 32 bits clock: 66mhz capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-napi duplex=full ip=10.0.0.13 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1gbit/s resources: irq:19 memory:f0000000-f001ffff ioport:d010(size=8)
and iwconfig
lo no wireless extensions. eth0 no wireless extensions.
wont seem identify new hardware:
i thought problem need driver - tried install driver: http://www.tp-link.com/en/download/tl-wn821n.html#driver make give me syntax errors (and think there easier way)
i followed link dlink dwa 131 wireless adapter not working on ubuntu 15.10 , when run apt-get install rtl8192eu-dkms
this:
reading package lists... done building dependency tree reading state information... done rtl8192eu-dkms newest version. following packages automatically installed , no longer required: culmus linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic use 'apt-get autoremove' remove them. 0 upgraded, 0 newly installed, 0 remove , 12 not upgraded.
and still dont work.
the laptop (and vm) connected ethernet directly.
kernal version- 4.4.0-45-generic
thank help!
i unable use tl-wn812n on ubuntu 14.04 (not vbox). attempted download driver tp-link website pt-br tp-link website version have no driver link there. tried google , found question.
i find driver following link http://www.tp-link.com/en/download/tl-wn821n.html#driver mention faced same makefile issue. fix it: guy wrote makefile did great job guy created driver zip root folder not aware of doing. named driver folder tl-wn821n(eu)_v5_160315_linux
when run:
sudo make "******************************************" "no skrc,we use default ksrc" "******************************************" make arch=x86_64 cross_compile= -c /lib/modules/3.13.0-106-generic/build m=/tmp/tl-wn821n(eu)_v5_160315_linux/driver modules /bin/sh: 1: syntax error: "(" unexpected make: *** [modules] error 2
bash gives error because path name of driver makefile not escaped. renamed folder tl-wn821n-v5-160315-linux
, worked building connecting internet.
hope help.
Comments
Post a Comment