Wireless configuration on My linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Wireless configuration on My linux
# 1  
Old 10-06-2010
MySQL 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
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

A wireless test tool for linux?

hi all: I want to find a wireless test tool for linux , just linke netstumbler on windows . i find the tool for long time , but i cann't find one. does somebody give a advice. thanks!!! (0 Replies)
Discussion started by: arnold.king
0 Replies

2. Linux

Can not get wireless to register in linux mint?

I just installed linux mint 11 yesterday. I cannot get the wireless to register, it says that firmware is missing but I can not figure out how to make it work. I am still a newbie and would appreciate any help possible. Thank you. (7 Replies)
Discussion started by: breebutner
7 Replies

3. Linux

Wireless issues in Linux Mint.

I am running Linux Mint Gloria on my PC. I have ADSL broadband connection which require login and pswd connection to connect. I have SmartAX MT841 modem which has wireless card free with it. I also have recently purchased DELL inspiron 1545 machine which have Vista preinstalled in it. Now I want to... (0 Replies)
Discussion started by: budtuxy
0 Replies

4. Red Hat

wireless internet on redhat linux ?

Hi, Could some please help me in configuring wireles internet on redhat linux installed on my laptop. When I booted using windows, I saw the following, which I think is the name of my laptop's wireless card: Intel(R) PRO/Wireless 3945ABG Network Connection I have run the following steps... (9 Replies)
Discussion started by: girish1428
9 Replies

5. UNIX for Advanced & Expert Users

wireless internet on redhat linux ?

Hi, Could some please help me in configuring wireles internet on redhat linux installed on my laptop. When I booted using windows, I saw the following, which I think is the name of my laptop's wireless card: Intel(R) PRO/Wireless 3945ABG Network Connection I have run the following steps... (1 Reply)
Discussion started by: girish1428
1 Replies

6. Red Hat

wireless interface timeout configuration

Hello, I have a small desktop running RedHat 5. Depending where I'm at, it connects to the network by a wireless interface or a wired interface. If I'm in an are where there is no wireless network, the box hangs on boot up. It will not timeout and move on. It just hangs. Is there a timeout... (0 Replies)
Discussion started by: garskoci
0 Replies

7. UNIX for Dummies Questions & Answers

wireless drivers for linux?

so i downloaded a linux today, but i ahve the problem that i cant connect to the internett becouse i need drivers. annyone know where i can get the drivers? (4 Replies)
Discussion started by: Morton
4 Replies

8. SuSE

setup Linux as a wireless router

Hi I've done some google searching but haven't really found anything that seems to be what I need. First I should add it's been awhile since I have run Linux but that's changing :) What I'm after doing is setting up a Linux box as a wireless router. I will be running the Suse distro if I... (2 Replies)
Discussion started by: woofie
2 Replies

9. Linux

Wireless setup/configuration on Linux

hi all, :) Please let mew know some useful link that has some information about wireless set-up and configuration for Linux FC-8 on laptop. -regards Ashvin (2 Replies)
Discussion started by: Ashvin Gaur
2 Replies

10. IP Networking

Linux Box instead of Wireless Router

Can I set up Linux on a Mobo with WiFi to serve as a Server and Wireless Router for my home? (3 Replies)
Discussion started by: andou
3 Replies
Login or Register to Ask a Question
UMODEM(4)						   BSD Kernel Interfaces Manual 						 UMODEM(4)

NAME
umodem -- USB modem support SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device umodem device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): umodem_load="YES" DESCRIPTION
The umodem driver provides support for USB modems in the Communication Device Class using the Abstract Control Model. These modems are basi- cally standard serial line modems, but they are accessed via USB instead. They support a regular AT command set. The commands can either be multiplexed with the data stream or handled through separate pipes. In the latter case the AT commands have to be given on a device separate from the data device. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
Devices supported by the umodem driver include: o 3Com 5605 o Curitel PC5740 Wireless Modem o Kyocera AH-K3001V Mobile Phone(WILLCOM) o Kyocera WX320K Mobile Phone(WILLCOM) o Metricom Ricochet GS USB wireless modem o Sierra MC5720 Wireless Modem o Yamaha Broadband Wireless Router RTW65b o ELSA MicroLink 56k USB modem o Sony Ericsson W810i phone SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The umodem driver appeared in NetBSD 1.5. This manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002. BUGS
Only modems with multiplexed commands and data are supported at the moment. BSD
November 22, 2006 BSD