Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 50646  / 2 Years ago, mon, january 31, 2022, 8:05:50

I recently built a barebones machine (shuttle SH67H3), installed Oneiric (64-bit) and everything was great (no wireless card but wired connection was fine).



Now our router has changed locations and I'm trying to get wireless to work. I purchased a TP-Link TL-WN722N because I saw this post and assumed it would be smooth sailing from the moment the wireless usb adapter arrived at my home. WRONG.



Has anyone had any experience setting this up? I've downloaded the compat-wireless-driver, compiled and run install (all successfully) but am unable to load it.



If there are any alternative devices that are known to work with my setup I would love to hear about them as well.



UPDATE



I've installed the linux backports modules successfully and rebooted several times. Still no wireless activity.



When I list the usb devices it can clearly see the wireless adapter (Bus 003 Device 003) plugged in:



user@ubuntu:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 003: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 001 Device 003: ID 192f:0416 Avago Technologies, Pte.
Bus 001 Device 004: ID 413c:1003 Dell Computer Corp. Keyboard Hub
Bus 002 Device 003: ID 1058:1100 Western Digital Technologies, Inc.
Bus 001 Device 005: ID 413c:2010 Dell Computer Corp. Keyboard



  • I have tried installing linux-backports-modules-cw-3.1-oneiric-generic but that did not work. The wireless network does not appear under the connection settings.


  • I tried wrapping the Windows XP driver following this post using the ndisgtk and ndiswrapper packages. All of the driver .inf files failed to load properly except the Windows XP version. The XP version loaded and even recognized the hardware. Still no wireless network options after several reboots and unplugs/replugs.




Are there any other setup steps that I am missing? After installing linux-backports-modules-cw-3.1-oneric-generic and rebooting should the wireless network just show up under the network settings? Is there anything else I can check at this point?



I'm willing to settle my loses and buy a different wifi adapter if I could be certain it would work with my setup. Anyone using 11.10 + usb wifi adapter?


More From » 11.10

 Answers
1

Run lsusb to make sure the machine recognizes the adapter and confirm the chipset. You should see the following on one of the lines:



0cf3:9271 Atheros Communications, Inc.


The machine needs both the proper firmware and driver to utilize the adapter. Get the htc_9271.fm firmware file from here (I used version 1.3, get whatever is most recent) and copy it to the lib/firmware/ directory. Next, download the compat-wireless drivers here. Unarchive it and build the ath9k_htc driver by running the following commands in order:



tar xvf compat-wireless-2.6.38.2-2.tar.bz2
cd compat-wireless-2.6.38.2-2
./scripts/driver-select ath9k_htc
make
sudo make install


Load the driver



sudo modprobe ath9k_htc


If this does not work (you should now see wireless networks available), try unplugging the adapter and reinserting it. Also, a reboot might help but could require reloading the driver with modprobe again.


[#40726] Wednesday, February 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cupwire

Total Points: 365
Total Questions: 126
Total Answers: 125

Location: Malaysia
Member since Thu, Feb 16, 2023
1 Year ago
cupwire questions
;