LinuxQuestions.org
Visit Jeremy's Blog.
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 03-13-2004, 08:58 PM   #1
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Rep: Reputation: 15
Simple network setup


I'm trying to set up a connection to my home wireless network in the latest version of Fedora. The device identifies it as "Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01)" and shows up within Fedora's network settings window.

When I try to add a wireless connection through the whole little wizard, I specify everything correctly, including the 128 bit WEP key. I save the changes.

The first time I tried, I immediately tried to activate the card. It gave an interesting error relating to "Unexpected EOF" (end of file). The second time, I deleted the device I just made and went through the wizard again, saved the changes, and rebooted. This time I was greeted with a hardware probe window during startup asking what to do with the newly removed hardware ("Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01)") and the newly discovered hardware--the exact same device, in that order. For spite I go through its wizard, selecting DHCP (the only relevant option).

Long story short, I just can't get a simple wireless connection up. What would be the troubleshooting steps? The only troubleshooting I've done is verify that "lspci" displays "Harris Semiconductor Prism 2.5 Wavelan chipset (rev 01)".

This is a Fujitsu B2620 laptop. The built-in wireless (the device in question) works fine in Windows.
 
Old 03-14-2004, 12:21 AM   #2
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
Best to try one of these drivers

http://hostap.epitest.fi/
http://www.linux-wlan.org/

Also try to use command line as much as possible.

edit /etc/sysconfig/network-scripts/ifcfg-<interface name>
to set networking and wireless settings for a card.

look at ifup-wireless file in the same directory for what wireless parameters can be set.

ifdown <interface>
ifup <interface>

to bring down and bring up an interface

/etc/init.d/network stop
/etc/init.d/network start

to stop and start network.

useful commands are iwconfig, ifconfig, nestat -rn, lsmod, modprobe

Last edited by beyer42; 03-14-2004 at 12:27 AM.
 
Old 03-15-2004, 09:39 AM   #3
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Original Poster
Rep: Reputation: 15
I think I found out the problem, which was pretty obscure: my WEP key has a ' in it, and keys-eth1's key is quoted in single quotes, too. I'm going to try escaping it to see if it works.
 
Old 03-15-2004, 09:45 AM   #4
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Original Poster
Rep: Reputation: 15
Escaping the ' didn't work, but enclosing the string with double quotes instead did. However, I'm still not online, so I'm redoing the whole process to make sure nothing else is wrong.

Side note: why don't I have pico installed? I'm lucky I chose to install xemacs during installation, but I thought pico was included in every distribution of Linux (and Unix, for that matter).
 
Old 03-15-2004, 10:16 AM   #5
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Original Poster
Rep: Reputation: 15
Well it fixed the Unexpected EOF, but trying to bring up eth0 always times out with the error "Cannot get driver information: Operation not supported"...and then naturally, trying to get an IP times out as well.

I've searched but can't find any specific answers (or the frustrating generic response of "I fixed it" with no description of how...). Any ideas? Those commands were very helpful.

edit: the AP MAC ID is showing up as 44:44:44... which is obviously not correct. I have trillion-checked the encryption key, both in hex and in ASCII, and entered it through the Redhat wizard and iwconfig, and it still refuses to start eth0 with the beforementioned error.

Last edited by filburt1; 03-15-2004 at 10:48 AM.
 
Old 03-15-2004, 11:23 AM   #6
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
Cannot get driver information: Operation not supported"

First check that driver is loading ok, if so, then sounds like your linux is not configured for wireless correctly.
 
Old 03-15-2004, 12:14 PM   #7
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Original Poster
Rep: Reputation: 15
How would I check if the driver is loading correctly? All I know is that lspci correctly shows the card, and modprobe orinoco_pci doesn't produce any output (which I assume means no errors). Except for the network initialization step for eth0, all of the startup steps say [OK].
 
Old 03-15-2004, 06:53 PM   #8
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
Are you using the hostap or the linux-wlan driver?
 
Old 03-15-2004, 07:11 PM   #9
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Original Poster
Rep: Reputation: 15
Whichever came with the Fedora distribution.

I tried to use the linux-wlan drivers, but have no way of getting the Linux kernel source onto the laptop.
 
Old 03-15-2004, 07:23 PM   #10
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
look on your fedora installation CD's and see if you have a kernel-source RPM.
 
Old 03-15-2004, 08:01 PM   #11
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Original Poster
Rep: Reputation: 15
Thanks, I installed them (along with some other bits and pieces that I've been meaning to install, although pico is still nowhere to be found).

And amazingly I can now ping my access point. I'm about to try servers outside my network; domain names are not resolving yet.

Thanks so far
 
Old 03-15-2004, 08:03 PM   #12
filburt1
Member
 
Registered: Mar 2004
Distribution: SUSE Linux 10.1 (Intel, 32-bit)
Posts: 45

Original Poster
Rep: Reputation: 15
Thank god, simply checking the DNS from Provider checkbox made it resolve everything. Thanks very much for the help.
 
Old 03-15-2004, 08:44 PM   #13
beyer42
Member
 
Registered: Dec 2003
Location: San Jose
Distribution: Redhat WS 3
Posts: 410

Rep: Reputation: 30
Great!

for info on pico:

http://sniptools.com/vault/fixing-na...s-on-linux.htm
 
  


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
simple network setup nenyo Linux - Software 2 02-12-2005 07:39 PM
How do I setup a simple name server? jrbush82 Linux - Networking 4 07-18-2004 08:14 PM
Simple LAN setup SBarretDolph Linux - Networking 2 01-22-2004 09:34 AM
Simple Network Setup -- 2 Routers Apollo77 Linux - Networking 12 07-01-2003 09:14 AM
simple webserver setup on 7.2 need help fsshl Linux - General 1 01-15-2002 04:31 PM

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

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