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.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > Fedora 7 won't recognize my wireless card

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 09-06-2007   #41 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Canada
Posts: 38
nope i looked i only got /usr/src/kernels/2.6.22.4-65.fc7-x86_64/ don't know what to do now if i'm being stuppid just tell me what to do
Actright484 is offline  



Reply With Quote
Old 09-07-2007   #42 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,159
Send a message via AIM to Dapper Dan
Okay, let's try it just a little at a time. The problem is, I'm not familiar with all that you did before so I've got to know that before we do anything. I need you to post here, the output of:
Code:
uname -a
This will tell us what kernel you are now running under. Whatever it is, you need to have corresponding entries (the number is the same) in /usr/src/kernels and /lib/modules. So let's also see the outputs of:
Code:
ls /usr/src/kernels
and
Code:
ls /lib/modules
While we're at it, let's also see:
Code:
ls /boot
Post the output of those commands here, then we'll take the next step.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is online now   Reply With Quote
Old 09-07-2007   #43 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Canada
Posts: 38
uname -a:

[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.20-2931.fc7xen #1 SMP Mon Aug 13 10:11:56 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

ls /usr/src/kernels:

[root@localhost ~]# ls /usr/src/kernels
2.6.22.4-65.fc7-x86_64

ls /lib/modules:

[root@localhost ~]# ls /lib/modules
2.6.20-2925.9.fc7xen 2.6.20-2931.fc7xen 2.6.21-1.3194.fc7 2.6.22.4-65.fc7

ls /boot:

[root@localhost ~]# ls /boot
config-2.6.20-2925.9.fc7xen System.map-2.6.20-2931.fc7xen
config-2.6.20-2931.fc7xen System.map-2.6.21-1.3194.fc7
config-2.6.21-1.3194.fc7 vmlinuz-2.6.20-2925.9.fc7xen
grub vmlinuz-2.6.20-2931.fc7xen
initrd-2.6.20-2925.9.fc7xen.img vmlinuz-2.6.21-1.3194.fc7
initrd-2.6.20-2931.fc7xen.img xen.gz-2.6.20-2925.9.fc7
initrd-2.6.21-1.3194.fc7.img xen.gz-2.6.20-2931.fc7
lost+found xen-syms-2.6.20-2925.9.fc7
System.map-2.6.20-2925.9.fc7xen xen-syms-2.6.20-2931.fc7
Actright484 is offline   Reply With Quote
Old 09-07-2007   #44 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Canada
Posts: 38
oh and by the way i did locate "kernel" and the only place that word was found was in folder /usr/src/kernels/2.6.22.4-65.fc7-x86_64. go figure i have no clue but i'm going to do some google's on missing kernel folder
Actright484 is offline   Reply With Quote
Old 09-07-2007   #45 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 4,159
Send a message via AIM to Dapper Dan
From the command line as root:
Code:
yum install kernel-devel
When done, check in /usr/src/kernels and see if 2.6.20-2931.fc7xen is there.
__________________
CRUX 2.6 + IceWM Registered:#371367 New Members: click here
Dapper Dan is online now   Reply With Quote
Old 09-07-2007   #46 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Canada
Posts: 38
I'll have to do that tomorrow because i'm updating and it's taken 13 hours to get ta halfway you get the picture so I'll give word about what happened from doing this tomorrow and thanks a billon
Actright484 is offline   Reply With Quote
Old 09-07-2007   #47 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Canada
Posts: 38
heres what happened with that:

[root@localhost ~]# yum install kernel-devel
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package kernel-devel.x86_64 0:2.6.21-1.3194.fc7 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
kernel-devel x86_64 2.6.21-1.3194.fc7 fedora 4.7 M

Transaction Summary
================================================== ===========================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 4.7 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
package kernel-devel-2.6.22.4-65.fc7 (which is newer than kernel-devel-2.6.21-1.3194.fc7) is already installed

Error Summary
-------------

even after the updates none of the information you asked for before changed and i still can't do modprobe ath_pci because of "Invalid module format"
Actright484 is offline   Reply With Quote
Old 09-07-2007   #48 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Canada
Posts: 38
i have an idea what if i moved:

/lib/modules/2.6.20-2925.9.fc7xen
/lib/modules/2.6.20-2931.fc7xen
/lib/modules/2.6.21-1.3194.fc7
out of the way so that maybe theres no choice but to read my new kernel or would that mess something up?
Actright484 is offline   Reply With Quote
Old 09-08-2007   #49 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,480
Don't do that, it will most likely mess things up.
All that message is saying is, you already have kernel-devel installed, it's a newer version.
You should be able to install the driver now. Give it a try.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is online now   Reply With Quote
Old 09-08-2007   #50 (permalink)
Just Joined!
 
Join Date: Sep 2007
Location: Canada
Posts: 38
well i'm not going to i know how important kernels are it was just a thought but i can install drivers i just keep getting "Invalid module format" when i try to load them like I install NDISwrapper got the driver install no problems there at all then i went:

[root@localhost ~]# modprobe ndiswrapper
FATAL: Error inserting ndiswrapper (/lib/modules/2.6.20-2931.fc7xen/misc/ndiswrapper.ko): Invalid module format

yeah. so i'm thinking maybe i need to edit this file into a diffrent format...
Actright484 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
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
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 02:05 PM.






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

Content Relevant URLs by vBSEO 3.3.1