Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > Fedora 6 WIFI Help! Newbie!

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-24-2007   #1 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 26
Fedora 6 WIFI Help! Newbie!

I have an averatec 3250hx i need to get the builtin wifi to work on. Here is the lspci readout:


00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400/A] Chipset Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:09.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus Controller
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem Controller (rev 80)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video (rev 01)
Lunarpancake is offline  


Reply With Quote
Old 07-24-2007   #2 (permalink)
Linux User
 
glennzo's Avatar
 
Join Date: Sep 2004
Posts: 331
I could be way off base here, but do you have NetworkManager and NetworkManagerDispatch running? Go to System > Administration > Services. See if they are running. If not, check the boxes beside each, click save and restart both. See if a network icon appears in the top right of the panel. Click the icon and you should see your wireless network.
__________________
Glenn
The Bassinator
Powered by Fedora 12

I came. I cast. I kicked Bass!
glennzo is offline   Reply With Quote
Old 07-24-2007   #3 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 26
Although the pc finds "00:09.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)" ......In the network config nothing is listed. Furthermore, if i try to add it i cannot find the correct driver for the RaLink RT2500
Lunarpancake is offline   Reply With Quote
Old 07-24-2007   #4 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 26
Quote:
Originally Posted by glennzo View Post
I could be way off base here, but do you have NetworkManager and NetworkManagerDispatch running? Go to System > Administration > Services. See if they are running. If not, check the boxes beside each, click save and restart both. See if a network icon appears in the top right of the panel. Click the icon and you should see your wireless network.
both running. I have a "no network connection" icon up near my clock but no wireless info. I'm literally 2 feet from a wireless router with WPA ON.
Lunarpancake is offline   Reply With Quote
Old 07-25-2007   #5 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
You'll need to compile the RT2500. Get it here.

EDIT: I just looked in my BLAG distro which is based on FC7 and it appears the rt2500 is included. I would imagine it is in FC6 as well. Did you do as su:
Code:
/sbin/modprope rt2500pci
Before trying to bring it up?
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here

Last edited by Dapper Dan; 07-25-2007 at 06:01 AM..
Dapper Dan is offline   Reply With Quote
Old 07-25-2007   #6 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 26
Quote:
Originally Posted by Dapper Dan View Post
You'll need to compile the RT2500. Get it here.

EDIT: I just looked in my BLAG distro which is based on FC7 and it appears the rt2500 is included. I would imagine it is in FC6 as well. Did you do as su:
Code:
/sbin/modprope rt2500pci
Before trying to bring it up?

Just typed it in at the terminal root and it says "No Such File or directory"
Lunarpancake is offline   Reply With Quote
Old 07-25-2007   #7 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 26
im so angry.....*tares hair out* .... i downloaded the drivers and have followed all the directions however, once i get to the make it gives me the following errors.


"/usr/include/linux/wireless.h:882: error: 'IFNAMSIZ' was not declared in this scope"

this is repeated 3 times each with the same error but with a different # (replacing 882) 921 and 1045


then it shows "make: *** [raconfigui.o] Error 1"
Lunarpancake is offline   Reply With Quote
Old 07-26-2007   #8 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
Man, I am soooooo sorry... I misspelled the command, it's...
Code:
/sbin/modprobe rt2500pci
I had inadvertently put a "p" where there should have been a "b." My sincerest and deepest apologies...
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline   Reply With Quote
Old 07-26-2007   #9 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 26
Quote:
Originally Posted by Dapper Dan View Post
Man, I am soooooo sorry... I misspelled the command, it's...
Code:
/sbin/modprobe rt2500pci
I had inadvertently put a "p" where there should have been a "b." My sincerest and deepest apologies...
Haha no biggie, i kind of thought you had made a mistake and tried both the moprobe and modprobe neither work still.



Thanks for the apology, everyone makes mistakes!
Lunarpancake is offline   Reply With Quote
Old 07-26-2007   #10 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,136
Send a message via AIM to Dapper Dan
Do:
Code:
locate rt2500
and see if it comes up. It's hard to imagine they only added the Ralink driver in FC7 and not in FC6. I of course could be wrong as I've been away from FC since Core 3.

When you say "it didn't work" what does that mean exactly? Did it not return anything? If not then the modules is likely loaded. do:
Code:
/sbin/lsmod
and see if it's listed. If you see it there, you should then be able to configure your card with:
Code:
system-config-network
__________________
CRUX 2.5 + IceWM Registered:#371367 New Members: click here
Dapper Dan is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:43 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2