LinuxQuestions.org
Visit Jeremy's Blog.
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 02-18-2005, 11:28 AM   #1
Koop
Member
 
Registered: Feb 2005
Location: UK
Distribution: Linspire Five-O
Posts: 45

Rep: Reputation: 15
Want to use Linux full time


But I just cannot get this damn wireless network setup.

Suse 9.0 tells me I have a Realtek adapter (?) installed but I don't have no wireless utility there for me to input my WEP settings & to tell the system which network to connect to.

I type in my ISP details but that's as far as I can get because if i try to dial-in I get an exit code 2 or something.

I have a Pheenet WL-11PCIR Wireless PCI Card which uses a Realtek chip I think so that's probably why Suse tells I have what I have installed.

I've read my instruction manual from back to front but I just dunno how to set things up in the right way. I've looked for help on the net but it seems to confuse me the more I read as websites and people keep telling me to download program x or set it up this way or that, etc.

Just in a muddle :/.
 
Old 02-18-2005, 11:59 AM   #2
samel_tvom
Member
 
Registered: Aug 2004
Posts: 133

Rep: Reputation: 15
install wireless-tools

In that package there are som iw* programs as iwconfig.

if you would enter a WEP key you would type:
iwconfig wlan0 key restricted XXXXXXXXXX
if your interface to the wifi card is wlan0 (which it probably is)

If you have a special name for your connection point you would type
iwconfig wlan0 essid ConnectionPoint
where ConnectionPoint is the name of the CP

Btw, if your free driver doesn't work you can use Windows drivers using ndiswrapper

http://ndiswrapper.sourceforge.net/

good luck!
 
Old 02-18-2005, 12:05 PM   #3
samel_tvom
Member
 
Registered: Aug 2004
Posts: 133

Rep: Reputation: 15
oh yea forgot

here's the url (if you didn't want to google)
http://www.hpl.hp.com/personal/Jean_...nux/Tools.html

and if you have to have a GUI program to iwconfig:
http://www.random-works.co.uk/xwconfig/
 
Old 02-18-2005, 12:20 PM   #4
Koop
Member
 
Registered: Feb 2005
Location: UK
Distribution: Linspire Five-O
Posts: 45

Original Poster
Rep: Reputation: 15
Ok thanks. I don't suppose there is an RPM version, I don;t know how to compile.
 
Old 02-18-2005, 12:42 PM   #5
samel_tvom
Member
 
Registered: Aug 2004
Posts: 133

Rep: Reputation: 15
ehhh

http://linuxsoft.cern.ch/cern/slc30X...-26-2.i386.rpm

could work, google if not...
 
Old 02-18-2005, 02:52 PM   #6
Koop
Member
 
Registered: Feb 2005
Location: UK
Distribution: Linspire Five-O
Posts: 45

Original Poster
Rep: Reputation: 15
I installed the .rpm but where is the file I click to configure everything?

Also, if I configure a DSL in Yast I have the following settings:

PPP Mode is PPP over ATM

PPP Mode-Dependent Settings
VPI/VCI

It has a box that needs me to put in some command and I'm not sure what to put. I tried both VPI & VCI but nothing changes apart from in my system log it says something about VPI or VCI, depending what one I use is an unknown command.

Ethernet Card: eth0
Configure Network Cards (greyed out)

Modem IP Address
10.0.0.138 (?)

Should that IP point to my router 192.168.2.1?
 
Old 02-19-2005, 05:33 AM   #7
Koop
Member
 
Registered: Feb 2005
Location: UK
Distribution: Linspire Five-O
Posts: 45

Original Poster
Rep: Reputation: 15
*bump*
 
Old 02-19-2005, 09:04 AM   #8
samel_tvom
Member
 
Registered: Aug 2004
Posts: 133

Rep: Reputation: 15
Quote:
I installed the .rpm but where is the file I click to configure everything?
I don't really know what you mean... if it's the iwconfig stuff you can either do it in a terminal as root (after you've installed wireless-tools that is) or you can install xvconfig but then you have to find an rpm for that program.

It's actually quite easy to do it from a terminal:

0. su to root
1. First make sure your card is supported (that you have a driver that works and is up running)
2. type
#iwconfig wlan0 key restricted XXXXXXXXXX (if you have encryption)
#iwconfig wlan0 essid ConnectionPoint (where ConnectionPoint is the name of the CP)

2. type #iwlist wlan0 scan
(if the intercae is wlan0 which it probably is)
then you'll get an output which will determine if you can find a CP.
If you don't get an output saying "wlan0 No scan results"
then your card probably works and if you've enter everything right you just have to fix the ip.

I was a bit confused when you started to talk about your ISP. How is your network set up? If it is like mine:
The "ISP-cable" (where I get my internet from) is put into my router and my laptop has a wifi card that connects to the CP in the router.
If it is like that and you have a dhcp server running on the router you can just type:
#dhcpcd wlan0
or if you use dhclient and don't have dhcpcd
#dhclient wlan0

If it's not, let me know and I'll tell you how you set up your ip, but if you have a dhcp server running and everything works, you can learn another time about setting your ip =)
 
  


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
Which distributions do not support --full-time for ls (ls --full-time)? GCS Linux - Distributions 0 07-28-2004 01:25 AM
Hello - semi-new full-time Linux user cavemanf16 LinuxQuestions.org Member Intro 1 06-08-2004 08:21 PM
Linus leaves Transmeta and will now work on the Linux kernel full time jeremy Linux - General 3 06-17-2003 09:15 AM
I want to move to linux full time, got questions. Tech1 Linux - General 15 04-30-2003 03:36 PM
Any full time Computer Programmer(s)? Admiral Yoshi General 0 05-22-2002 06:05 PM

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

All times are GMT -5. The time now is 04:40 AM.

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