Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

WiFi USB TL-WN721N does not work
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
WiFi USB TL-WN721N does not work
8th Mar, 2013, 05:28 PM
Post: #1
parslej Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 0
Bug WiFi USB TL-WN721N does not work
Wish to try XBIAN but have big showstoper - my WiFi doesnt work
LED is still green, never blinks...

In settings wlan0 status is DOWN and ssid cannot be found

Same stuff works with OpenElec and Raspbmc with no issues...

Any idea how to make it running ??
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 05:43 PM
Post: #2
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: WiFi USB TL-WN721N does not work
By letting us know what modules/firmware the specific module needs.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 08:06 PM
Post: #3
parslej Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 0
RE: WiFi USB TL-WN721N does not work
Apologs I'm Linux noob... If you can tell me what deliver I'll do so

Im using latest build 1.0 Alpha 5 and standard config
Nothing more was installed by me


PS Just check Raspbmc -and wifi is working there as well...
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 08:12 PM
Post: #4
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: WiFi USB TL-WN721N does not work
- What wireless dongle do you have
- In XBMC -> Settings -> System -> XBian. Did you set Static to DHCP?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 08:28 PM
Post: #5
parslej Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 0
RE: WiFi USB TL-WN721N does not work
Yep. I enter static IPs
(Canot enter / select SID)

Also when observing dongle with other distribution - LED is blinking there (guess this indicates some transfer) but on XBIAN light constantly (no blinking from startup I meant)
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 09:56 PM
Post: #6
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: WiFi USB TL-WN721N does not work
So what wireless dongle do you have?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 09:57 PM
Post: #7
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: WiFi USB TL-WN721N does not work
Check the title of his post Wink

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 10:06 PM
Post: #8
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: WiFi USB TL-WN721N does not work
http://elinux.org/RPi_VerifiedPeripherals

TL-WN721N (ath9k_htc device with htc_9271.fw file from http://linuxwireless.org/download/htc_fw/1.3/htc_9271.fw ; needs powered USB Hub (B) | works OOTB with Wheezy Raspbian (2012-08-16) connected directly to raspberry pi (B) and AP functionality tested with hostapd.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 10:55 PM
Post: #9
parslej Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 0
RE: WiFi USB TL-WN721N does not work
Quote:TL-WN721N (ath9k_htc device with htc_9271.fw file from http://linuxwireless.org/download/htc_fw..._9271.fw); needs powered USB Hub (B) | works OOTB with Wheezy Raspbian (2012-08-16) connected directly to raspberry pi (B) and AP functionality tested with hostapd.

How to understand that? is that mean that it will work only with powered hub? or can work without it, conected directly to PI with Wheezy ?

Apologs but I'm not native English and not sure how to understand that (also I'm confused it is working with Raspbmc & OpenElec - not mentioned here...)

Thanks for helping!
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 11:29 PM
Post: #10
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: WiFi USB TL-WN721N does not work
That was meant for @CurlyMo, it is the firmware Wink

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 11:41 PM
Post: #11
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: WiFi USB TL-WN721N does not work
Let him test with the firmware first.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 11:45 PM
Post: #12
parslej Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 0
RE: WiFi USB TL-WN721N does not work
Ok got this .fw file - what next should I do ?
(sorry if sound as ignorant but Linux is still back magic to me...)
Find all posts by this user
Quote this message in a reply
8th Mar, 2013, 11:57 PM
Post: #13
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: WiFi USB TL-WN721N does not work
SSH in and execute the following commands:

Code:
sudo su
apt-get install firmware-atheros -y
cd /lib/firmware
wget http://linuxwireless.org/download/htc_fw/1.3/htc_9271.fw
sudo depmod -a
reboot

After the reboot try to setup the wireless dongle again.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
9th Mar, 2013, 12:02 AM
Post: #14
parslej Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 0
RE: WiFi USB TL-WN721N does not work
Thanks!!! Will try this when back at home!
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [SOLVED] Wifi dont work kraleksandr 3 12,678 12th Feb, 2013 12:52 AM
Last Post: CurlyMo

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 15th May, 2025, 12:54 AM Powered By MyBB, © 2002-2025 MyBB Group.