LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-27-2007, 07:03 AM   #1
mobs99
Member
 
Registered: Oct 2007
Posts: 30

Rep: Reputation: 15
Usb Wireless


i wana connect to the internet via a usb.. is it as straight forward as if it were with windows..
im using suse 10.2... and if i plug a wireless usb adaptor will it be straight forward.. i havnt bought the adaptor yet.. and im just wondering if itl work

cheers

Last edited by mobs99; 10-27-2007 at 07:12 AM.
 
Old 10-27-2007, 08:21 AM   #2
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
What is needed for most USB adapters is using ndiswrapper. It uses the windows inf driver to interface with the nic. You can look through the HCL section here at the top and to the right to see if the model and version you can get is listed. But nearly all wireless nics work with ndiswrapper. There are a few that can use other modules but ndiswrapper is the generic module for all.

Just use the search tool and look for post on ndiswrapper and suse.

Brian
 
Old 10-27-2007, 09:38 AM   #3
mobs99
Member
 
Registered: Oct 2007
Posts: 30

Original Poster
Rep: Reputation: 15
wow im more confused lol.. might just get a long ethernet cable lol lol.. but any1 have a more basic solution plz tell me.. cheers brian anyways...
 
Old 10-27-2007, 10:46 AM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Very simply. Install ndiswrapper, get the inf windows driver of the cd from the cd that came with the card, and configure it to use. its the only way its going to work.

Using the search tool shows a few good post here that describes the whole process just for suse.

Brian
 
Old 10-27-2007, 05:33 PM   #5
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Since the other post was closed I will paste the info on the post in that post.

It is best to keep this to a single post. Double posting is not allowed in the agreement. It is better for a single post so as not to be going back afore between two and getting even more confused. That has been my expirenece.

Now referring to the other post. http://www.linuxquestions.org/questi...reless-594999/

It is not the same on the linux side as windows. You will need to install ndiswrapper if not already. Again several post describe this here so no need to re-type it over.

Now depends on your wireless setup. All encrption levels will be able to be done under ndiswrapper. But to make life easier the best thing is set the router with NO WEP,WPA,WPA2,Mac or IP filtering enabled. Enable DHCP on the router. Then on the linux side configure the interface to get an IP and define the ESSID if other wireless routers are in range. Once you can make a connection then you can enable router security and configure the linux side for which ever security level you are using.

Brian
 
Old 10-27-2007, 06:18 PM   #6
fair_is_fair
Member
 
Registered: May 2005
Posts: 516

Rep: Reputation: 52
If you buy a usb wireless card with a Ralink chipset you will not need ndiswrapper. Ralink drivers are normally included in newer kernels. If not, linux drivers are available.

I found a nice little card on Ebay and hooked up to an external dlink antenna the performance is VERY nice. Search Ebay for "wireless usb card". Some of the hits will show linux compatibility.
 
Old 10-28-2007, 08:42 AM   #7
hand of fate
Member
 
Registered: Nov 2003
Distribution: Mandriva
Posts: 441

Rep: Reputation: 31
Quote:
Originally Posted by Brian1 View Post
Very simply. Install ndiswrapper, get the inf windows driver of the cd from the cd that came with the card, and configure it to use. its the only way its going to work.
Not true. Many wireless connections work perfectly well without ndiswrapper.

It depends entirely on the particular network adapter you're trying top use. Some work out of the box without any effort, some are impossible to get working no matter what you do, and many are somewhere in between.

Unfortunately it's impossible to tell before you try a particular card whether it will work. It's a complete lottery. Manufacturers often don't tell you what chip is used in a particular model, and are sometimes known to change the chip without giving any indication that the model has changed. Even if someone else has reported a particular model working, that's no indication that if you buy the same model it will have the same chip in it.
 
Old 10-28-2007, 10:52 AM   #8
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I have been searching the internet over the weekend learning about USB wireless nics. I have been wrong in thinking only ndiswrapper for USB is the only choice. From what I see some will work with kernel modules in the default tree if ralink and others again depending on the chipset. Look at this post from what I have seen.
http://www.linuxquestions.org/questi...tu7.04-594735/

Brian
 
Old 10-28-2007, 09:05 PM   #9
jessica_lilly
Member
 
Registered: Oct 2007
Posts: 133

Rep: Reputation: Disabled
suse 10.2 will probly have the driver. just do a locate in shell and for the wireless you have and see if it has it
 
Old 10-31-2007, 12:22 PM   #10
mobs99
Member
 
Registered: Oct 2007
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jessica_lilly View Post
suse 10.2 will probly have the driver. just do a locate in shell and for the wireless you have and see if it has it
i may sound useless here but how do i do then
 
Old 10-31-2007, 12:44 PM   #11
jessica_lilly
Member
 
Registered: Oct 2007
Posts: 133

Rep: Reputation: Disabled
use the locate command in shell
 
Old 10-31-2007, 05:25 PM   #12
pentode
Member
 
Registered: Dec 2005
Location: Oregon
Distribution: Debian Testing
Posts: 488

Rep: Reputation: 38
Just a word of caution - some of the drivers support a PCI or PCMCIA wireless NIC but not USB. If you have a choice, I'd opt for a PCMCIA wireless NIC.

As for your original question - will it be as straightforward as Windows - almost certainly not. Wireless NICs seem to be one major source of frustration for new Linux users. I'd plan on having a wired Ethernet cable plugged in while you're getting it sorted out. The good news is that it can be done, but it may take a good bit of time and effort.
 
Old 11-02-2007, 02:09 PM   #13
mobs99
Member
 
Registered: Oct 2007
Posts: 30

Original Poster
Rep: Reputation: 15
right ive made up my mind. getting a long ethernet cable tomoro and doin it the easy way lol.. cheers for all ur help anyways...
 
Old 11-02-2007, 02:47 PM   #14
jessica_lilly
Member
 
Registered: Oct 2007
Posts: 133

Rep: Reputation: Disabled
its ok you welcome i hope everything gose ok.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant Find Drivers For My Dynex Wireless USB Adapter For Wireless Internet.... sent17inel Linux - Hardware 3 12-09-2017 04:04 AM
Using Compex (NP16A) wireless router with USB wireless LAN atlantis8 Linux - Wireless Networking 1 09-19-2008 08:11 PM
Inspiron 5160; Belkin USB Wireless & Dell Wireless cards. icstepec Linux - Newbie 2 05-08-2007 07:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration