Cannot configure TL-WN727N wireless usb in centos 6.2

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Cannot configure TL-WN727N wireless usb in centos 6.2
# 1  
Old 04-24-2012
Cannot configure TL-WN727N wireless usb in centos 6.2

hi everybody,
iam using 32 bit centos 6.2 on my machine. i have purchase TP-LINK, TL-WN727N wireless usb, but i was not able to install on my desktop. i was not able to find drivers for centos 6.2 official site of TPLINK.

$ uname -a
Linux workstation 2.6.32-220.el6.i686 #1 SMP Tue Dec 6 16:15:40 GMT 2011 i686 i686 i386 GNU/Linux

can anybody help me to find out driver for wireless usb, any kinds of ideas and suggestions are welcome, i'll be greatful for your reply.

THANK YOU IN ADVANCE
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

How can i configure ipv6 on centos?

HI Forum, i was trying to configure ipv6 on my centos box with 2 physical interface bonded as bond0. what all things need to change? Regards, Ben (0 Replies)
Discussion started by: bentech4u
0 Replies

2. Red Hat

configure dns in centos

Hi, how do I set the DNS in centos. I don't mean of creating DNS server, but setting what should be the DNS server of centos. I mean to what server he should go in order to translate url into ip (6 Replies)
Discussion started by: programAngel
6 Replies

3. Hardware

Wireless router with USB port/longest battery life?

I'm looking for a router that has a USB port for my 3G internet card (which is USB) so that several cell phones can connect to the router for wifi internet during a trip with no power outlets except the occasional stop where I will be able to recharge once every 8-10 hours or so. Obviously I'm... (1 Reply)
Discussion started by: Emiles
1 Replies

4. Red Hat

Help reqd in installing wireless usb on fed 14

Hello all, I am fed up on trying to install my newly purchased usb wireless antenna to my fedora14 machine; so I seek help of all you linux masterminds out there. It worked well in my Win XP. Please help me in setting up it to my Fedora. . Details follows: The device model is : Aztech... (5 Replies)
Discussion started by: gsabarinath
5 Replies

5. IP Networking

my wireless usb adapter connect to net but the signal is very weak

i have wireless usb adapter rtl8187 from micromax company my proplem is the signal is very weak and i cannot open website can i increase the signal ? iwconfig lo no wireless extensions. eth0 no wireless extensions. wmaster0 no wireless extensions. wlan0... (5 Replies)
Discussion started by: rsd220
5 Replies

6. Linux

how to configure wireless now ?

Hi, I've installed wireless card and I didn't receive any error in the installation process. Now I want to use it but I can't make internet to work. if I check my card with iwconfig I get the following message wlan0 IEEE 802.11g ESSID:"Alice-34376718" Mode:Managed ... (2 Replies)
Discussion started by: aneuryzma
2 Replies

7. SuSE

How to configure a wireless modem

I bought a wireless modem from '' 3 ''. It has software for Windows users. I talked to their support center. They know nothing about Linux. In Ubuntu, I looked at System --> Administration --> Network I have to click the unlock in the dialog. It recognized wired connections; there... (0 Replies)
Discussion started by: Angelo
0 Replies

8. Linux

wireless USB

got a wireless usb network card. how can i make it work under redhat9?. it does not come with linux driver. (0 Replies)
Discussion started by: GJ2
0 Replies

9. UNIX Desktop Questions & Answers

A recommended linux wireless usb adaptor

Hi guys, I've been a linux user for a day now and we are planning of moving from windows to gentoo. unfortunately were having a heck of a trouble in configuring linksys wusb adaptor on our linux box. we got so tired of looking for any linux drivers or ndiswrapper blah for these critters but... (1 Reply)
Discussion started by: 3rr0r_3rr0r
1 Replies
Login or Register to Ask a Question
usb-devices(1)							Linux USB Utilities						    usb-devices(1)

NAME
usb-devices - print USB device details SYNOPSIS
usb-devices DESCRIPTION
usb-devices is a (bash) shell script that can be used to display details of USB buses in the system and the devices connected to them. The output of the script is similar to the usb/devices file available either under /proc/bus (if usbfs is mounted), or under /sys/ker- nel/debug (if debugfs is mounted there). The script is primarily intended to be used if the file is not available. In contrast to the usb/devices file, this script only lists active interfaces (those marked with a "*" in the usb/devices file) and their endpoints. Be advised that there can be differences in the way information is sorted, as well as in the format of the output. RETURN VALUE
If sysfs is not mounted, a non-zero exit code is returned. FILES
/sys/bus/usb/devices/usb* The part of the sysfs tree the script walks through to assemble the printed information. /proc/bus/usb/devices Location where the usb/devices file can normally be found for Linux kernels before 2.6.31, if usbfs is mounted. /sys/kernel/debug/usb/devices Location where the usb/devices file can normally be found for Linux kernel 2.6.31 and later, if debugfs is mounted. SEE ALSO
lsusb(8), usbview(8). AUTHORS
Greg Kroah-Hartman <greg@kroah.com> Randy Dunlap <rdunlap@xenotime.net> Frans Pop <elendil@planet.nl> usbutils-007 23 June 2009 usb-devices(1)