LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 01-08-2007, 04:07 PM   #1
Ivanhoe99
LQ Newbie
 
Registered: Jan 2007
Posts: 7

Rep: Reputation: 0
No recognition of Sitecom USB wireless adaptor


Help!
As a complete beginner in Linux I have just installed PCLinuxOS on my second machine. Kernel is, I believe, 2.6.16.27.tex1.1ve, (according to uname -r)
Everything is working perfectly apart from my Sitecom WL-022 wireless USB adaptor, which I use to access the Web on all computers in the house through my home network router.
I note from reading various postings here that wireless networking with Linux seems to be a bit of a problem for more than a few people.
Bearing in mind that I am a complete beginner with Linux, and that expressions like "Compiling code" may as well be written in Swahili for all it means to me, can anyone give me the idiot's guide to solving this problem? I realise that, unlike Windows, you can't (yet) simply plug a device in and have it recognised and installed, but is there a (comparatively) simple way of getting these drivers installed to get this computer onto the network?
Thanks in advance for any help.
 
Old 01-09-2007, 04:10 PM   #2
chrisortiz
Member
 
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429

Rep: Reputation: 30
its always nice to see a new face, thats what we're here for. I'll try and explain how things work so we can get you on the right track. The likely hood that your wireless card has a linux driver is very slim so i'll guide you throught the ndiswrapper route.

Ndiswrapper is a utility/module that takes drivers that adhere to the Network Device Interface Specifacation (NDIS)[windows drivers] and essentially translates the inputs and outputs so Linux (ODI standard i think) can understand it (wrapper)hence the name.

The first thing you will need to do is get the latest version of ndiswrapper, you can get it here. I would recommend downloading the source. it should be in tar.gz or bz2 format.

The next step is to copy the file to a place where you can compile the source code (put the program together). When i compile programs i usually do it in /usr/src/ so for me it would be
Code:
cp ndiswrapper-1.32.tar.gz /usr/src
tar -zxvf ndiswrapper-1.32.tar.gz
this will copy the file to /usr/src/ and uncompress it to /usr/src/ndiswrapper.
To compile the code you will need to do
Code:
make && make install
this is actually 2 comands, make builds the program and make install, installs it. I'm assuming that when you installed pc linux you did a full install. If you didn't you will probably get an error having to do with kernel.h

The next thing you will have to do is to install your windows driver, to do it you need 2 files. One will be end in .inf and the other in .sys, (you can also get links and information in that website i sent you under compatibility )after you find and copy them to your linux box navigate to the directory you installed them to and do
Code:
ndiswrapper -i urfilename.inf
then do
Code:
ndiswrapper -l      # -l is a lowercase L
you should see something like
Quote:
hardware present, installed
I would also recommend turning off wireless encryption until you get everything working

next do
Code:
ndiswrapper -m
this will make an entry in your /etc/modprobe.conf to automatically load ndiswrapper when you turn on your computer.

Now you will have to verify that everything thus far is working you can do this by running
Code:
iwconfig
with any luck you should have an interface named wlan0 with a bunch of stuff.
now you can scan for nearby wireless networks this is done by doing
Code:
iwlist wlan0 scan
to connect to a wireless network without encryption just change your ESSID to match the one on the list like this
Code:
iwconfig wlan0 essid URSSID
dhcpcd wlan0
you may or may not have to do the 2nd line. It depends if your distrobution attempts to get an address automatically. When you get done with all of this or have any problems repost and we will go from there.
 
Old 01-10-2007, 08:39 AM   #3
Ivanhoe99
LQ Newbie
 
Registered: Jan 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Chrisortiz

Many thanks for taking all the trouble to try to help me to get my wireless connection working.

I will follow your instructions and see what I can achieve! I'll let you know the results.

Thanks again
 
  


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
no driver for 54mbps sitecom usb wireless adapter orbitalistic Linux - Hardware 1 08-10-2004 07:03 AM
wireless usb adaptor gsmwraith Linux - Wireless Networking 1 08-03-2004 01:35 PM
usb wireless adaptor TechQuest Linux - Wireless Networking 3 02-13-2004 08:45 AM
Sitecom WL-012 usb wireless adapter not working with Linux Johhnny Linux - Wireless Networking 5 11-03-2003 08:37 AM
Wireless Adaptor (USB) walterw Linux - Wireless Networking 1 12-26-2002 02:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 03:09 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