Sponsored Content
Special Forums UNIX Desktop Questions & Answers A recommended linux wireless usb adaptor Post 84189 by 3rr0r_3rr0r on Thursday 22nd of September 2005 11:05:25 AM
Old 09-22-2005
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 miserably failed.

does anyone know any network wireless usb adaptor /2.4ghz/802.11g from linksys or d-link or any network product makers that includes linux drivers on their boxed cd upon purchase?

were pathetic, need help. Smilie
 

10 More Discussions You Might Find Interesting

1. Linux

Recommended server for linux

Hi all, if you have to choose between an IBM x346 with serveraid 7k or an HP Proliant DL380 with smart array 6i to install Red Hat Enterprise Linux AS release 3 Update 3, which one would be your first choice? thks Bert (1 Reply)
Discussion started by: bert.n
1 Replies

2. 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

3. 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

4. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

5. UNIX for Dummies Questions & Answers

Wireless configuration on My linux

Hello All Please can some one help me to use my USB wireless card D-Link on my laptop i want to configure it, I am using madriva 2010 my system Acer Aspire 4315 i want to know how to configure it and where to get special driver to download the driver Please (0 Replies)
Discussion started by: bealoumluka
0 Replies

6. 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

7. 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

8. Red Hat

Recommended Linux books

Hi All, What books do you recomend to have for quick reference in regarding to Linux administration and performance monitoring? Thanks for your insight. (2 Replies)
Discussion started by: Beginer0705
2 Replies

9. Red Hat

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... (0 Replies)
Discussion started by: paruhang
0 Replies

10. What is on Your Mind?

Recommended skill and training for Linux system administrator

Hi Friends ! I'm sorry if this not right place to ask questions like this. I'm working as a Linux system administrator in one of the Indian hosting company that provides tech support to various UK and US based clients. I have now total 3+ years of web hosting technology experience and good... (2 Replies)
Discussion started by: pratik_rao
2 Replies
XvQueryAdaptors(3)						  libXv Functions						XvQueryAdaptors(3)

NAME
XvQueryAdaptors - return adaptor information for a screen SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvQueryAdaptors(Display *dpy, Window window, unsigned int *p_num_adaptors, XvAdaptorInfo **pp_adaptor_info); ARGUMENTS
dpy Specifies the connection to the X server. window Specifies a window of the screen for which the adaptor information is desired. p_num_adaptors A pointer to where the number of adaptors for the specified screen is returned. pp_adaptor_info A pointer to where the list of returned adaptor information is returned. DESCRIPTION
XvQueryAdaptors(3) returns an video adaptor information for the screen of the specified drawable. The XvAdaptorInfo structure has the following organiza- tion: typedef struct { XvPortID base_id; unsigned long num_ports; char type; char *name; unsigned long num_formats; XvFormat *formats; unsigned long num_adaptors; } XvAdaptorInfo; base_id The resource ID of the first adaptor port. num_ports The number of ports supported by the adaptor. type A bit mask with the value XvInputMask asserted if the adaptor supports video input, and value XvOutputMask asserted if the adaptor supports video output. In Xv protocol 2.2 and later, there are 3 new bits defined - XvVideoMask, XvStillMask and XvImageMask indi- cating that the adaptor is capable of video, still or image primitives respectively. name A vendor specific name that identifies the adaptor. num_formats The number of depth/visual id formats supported by the adaptor. formats A pointer to an array of XvFormat structures. The XvFormat structure has the following organization: typedef struct { char depth; unsigned long visual_id; } XvFormat; depth A drawable depth supported by the adaptor. visual_id A visual-id supported for the given depth by the adaptor. RETURN VALUES
[Success] Returned if XvQueryAdaptors(3) completed successfully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc] Returned if XvQueryAdaptors(3) failed to allocate memory to process the request. DIAGNOSTICS
[Drawable] Returned if the requested drawable does not exist. SEE ALSO
XvFreeAdaptorInfo(3) X Version 11 libXv 1.0.7 XvQueryAdaptors(3)
All times are GMT -4. The time now is 05:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy