LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-01-2007, 01:21 AM   #16
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30

I've tried everything.
Including re-installing the driver.

everytime I restart the network, or the computer, the /etc/modprob.conf file,
changes the first line from
alias eth0 ipw2200

to

alias eth0 8139too


if I run
# /sbin/modprobe ipw2200
WARNING: Error inserting ieee80211_crypt (/lib/modules/2.6.19-1.2895.fc6/updates/net/ieee80211/ieee80211_crypt.ko): Invalid module format
WARNING: Error inserting ieee80211 (/lib/modules/2.6.19-1.2895.fc6/updates/net/ieee80211/ieee80211.ko): Invalid module format
FATAL: Error inserting ipw2200 (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/net/wireless/ipw/ipw2200.ko): Invalid module format


could this be something?

//Santiago
 
Old 02-01-2007, 06:25 AM   #17
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Did you turn off the service kudzu like I suggested??

Leave the ipw200 device as eth0 (alias eth0 ipw2200) and let/set the other Ethernet device to be eth1 (alias eth1 8139too), it is not a problem.

Make sure that the /etc/sysconfig/network-scripts/ has both the ifcfg-eth0 and ifcfg-eth1 files and they are correct for each device.
 
Old 02-01-2007, 02:39 PM   #18
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30
I've done all that.

I think it's the module that's not loading properly for some reason.
Sine I get the error message with the modprobe, and looking in the network window, it's still using a different module for the wireless.

could it be something as simple as FC6 and my hardware, with the modules, just don't work? I know with some hardware there is this problem.


//Santiago
 
Old 02-01-2007, 04:40 PM   #19
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Please show me the problem. cut and paste if you have to or write it down word for word line by line. The actual text of the complete error is important, reporting that you have an error without providing the error is not useful.

So what happens when you type as root; /sbin/modprobe 8139too
 
Old 02-01-2007, 05:25 PM   #20
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30
ok..well, there's no error messages to speak of, it just doesn't work. the web pages won't load, and limewire will stop loading.

if I click on "new connection" in the network manager, the ipw2200 isn't there. All I have i "Other wireless Card".

in the "hardware" tab, it says:
Description: RTL8139, SMC EZ Card Fast Ethernet
Type : Ethernet
Device : eth0


/sbin/modprobe 8139too produced nothing.
/sbin/modprobe ipw2200
WARNING: Error inserting ieee80211_crypt (/lib/modules/2.6.19-1.2895.fc6/updates/net/ieee80211/ieee80211_crypt.ko): Invalid module format
WARNING: Error inserting ieee80211 (/lib/modules/2.6.19-1.2895.fc6/updates/net/ieee80211/ieee80211.ko): Invalid module format
FATAL: Error inserting ipw2200 (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/net/wireless/ipw/ipw2200.ko): Unknown symbol in module, or unknown parameter (see dmesg)

(that's the error message copied and pasted)

when I was installing the different packages, I got no message atal.

It seems something is wrong with the module, and/or the loading of it.


hope this helps.
//S
Ps.
trust me when I say that I'm as pusseled as you. And I'll admit that I'm fairly clumbsy with things, but I doubt that I would've missed the same step over and over again. everytime I reinstalled something, or followed the different "step - by - steps". Since the erros(s) seem to remain the same.
 
Old 02-01-2007, 07:11 PM   #21
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
It looks like this is not your fault;
(/lib/modules/2.6.19-1.2895.fc6/updates/net/ieee80211/ieee80211_crypt.ko): Invalid module format
WARNING: Error inserting ieee80211 (/lib/modules/2.6.19-1.2895.fc6/updates/net/ieee80211/ieee80211.ko): Invalid module format
FATAL: Error inserting ipw2200 (/lib/modules/2.6.19-1.2895.fc6/updates/drivers/net/wireless/ipw/ipw2200.ko): Unknown symbol in module, or unknown parameter (see dmesg)

This is a bug you should report it here;

https://bugzilla.redhat.com/bugzilla/index.cgi

FYI: this kernel (2.6.19-1.2895) seems to somewhat of a problem, enter the search term kernel-2.6.19 at the link above to see.

A couple of suggestions:

Build your own kernel from the vanilla kernel source (kernel-2.6.19.2) at kernel.org.

Or you can try the latest FC7 development kernel instead, for example;

http://download.fedora.redhat.com/pu...7.fc7.i686.rpm

Download it then install it and keep the current kernel(s) in place;

rpm -ivh kernel-2.6.19-1.2917.fc7.i686.rpm
 
Old 02-01-2007, 08:25 PM   #22
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30
thanks for the advice!

If I use the .rpm file to upgrade the kernel, do I need to reinstall the ipw2200 and all it's other components? (firmware, ieee, etc...)

Do I still need to copy anything to /boot/ ?

(I assume when I reboot I'd get prompted wich kernel I'd like to use.)

Thanks for all your help. I'll let you know if it works.

//Santiago
 
Old 02-01-2007, 08:55 PM   #23
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
If you use the FC7 kernel it should be the default choice, but you may need to press any key to select a built kernel from kernel.org or a different rpm installed kernel. Or simply edit the /boot/grub/grub.conf file after building the new kernel.

In either case (building or installing via rpm) you will have a new kernel with new modules to match. Have a look at the /lib/modules directory afterwards, you should see a number of kernel versions (by number) when done.

As a suggestion before you install the FC7 kernel make real sure you get the matching updated version(s), use the typed command below to see what you have currently installed as a reference;

rpm -qa 'kernel*'
 
Old 02-02-2007, 02:22 AM   #24
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30
Is there anyway I could just use that new command yum to upgrade the kernel?
thus it finding it's own dependancies?

(soooo many new thinsg with linux....)

have a good one
//Santiago
 
Old 02-02-2007, 04:56 AM   #25
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
What new command??? The rpm command is what yum uses to do get the new packages. Yum is just a frondend "helper application" to rpm BTW.

Are you maybe needing the new mkinitrd rpm package also (sorry I forgot about this), see the power of rpm (if possible);
Code:
rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora/RPMS/mkinitrd-6.0.6-3.i386.rpm
If you click on the kernel link in my earlier posting (#21) it should download the kernel rpm package.

Last edited by Lenard; 02-02-2007 at 04:58 AM.
 
Old 02-02-2007, 10:23 AM   #26
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30
(I'm getting:
error: Failed dependencies:
libnash.so.6.0.6 is needed by mkinitrd-6.0.6-3.i386
libparted-1.8.so.2 is needed by mkinitrd-6.0.6-3.i386
nash = 6.0.6-3 is needed by mkinitrd-6.0.6-3.i386

when I run that command. )

what I ment with new command is that yum (as far as I can remember) didn't exist back in 98 99 when I used to use linux. Back then it was all compiled sofwares. At the most there was the rpm's for RedHat and the deb's for debian. but certainly not the instant notification about updates and stuff... yiikes! we're in the future now!

have a good weekend.
//Santiago
 
Old 02-02-2007, 11:21 AM   #27
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
So download the needed packages, you might be better off downloading and install the packages by hand so (I'm assuming you already have the kernel);

Code:
mkdir FC7
cd FC7
wget http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora/RPMS/mkinitrd-6.0.6-3.i386.rpm
wget http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora/RPMS/nash-6.0.6-3.i386.rpm
wget http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora/RPMS/parted-1.8.2-4.fc7.i386.rpm
rpm -Uvh *.rpm

Last edited by Lenard; 02-02-2007 at 11:23 AM.
 
Old 02-03-2007, 03:08 PM   #28
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30
Ok.. I'm now running the upgraded kernel,
but I'm missing the modules for harddrives.


(I have 2 vfat partitions that I'd need mounted.)

I'm assuming there's a simple rpm file that I could yum.


thanks.
//Santiago
ps.
if I ran kudzu on boot, would that install/mount the other partitions?

Last edited by santiagosilva; 02-03-2007 at 03:10 PM.
 
Old 02-03-2007, 04:28 PM   #29
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
No reason to run kudzu (it's for hardware changes anyhow). Find out which partitions they are;

/sbin/fdisk -l

Create a couple of mountpoints for them (as root);

/bin/mkdir /media/Windows1 /media/Windows2

Add a couple of entries in fstab (as root), for example;

Code:
/dev/sda1		/media/Windows1		vfat	auto,users,uid=0,gid=500,umask=000,rw	0 0
/dev/sda5		/media/Windows2		vfat	auto,users,uid=0,gid=500,umask=000,rw	0 0

Last edited by Lenard; 02-03-2007 at 04:30 PM.
 
Old 02-03-2007, 04:53 PM   #30
santiagosilva
Member
 
Registered: Jan 2004
Posts: 214

Original Poster
Rep: Reputation: 30
I thought sda[1-9] ments scusi drives...?
also, in my fstab, it says that that swap uses /dev/hda5, should I change this to /dev/sda5 ?

I was able to manually mount the partitions using /dev/sda*
(even the NTFS partition wich under the previouse kernel wasn' wroking.)

how things have changed....



Now I was able to find the ipw2200 in my "network manager" under "add new connection" and "wireless".
the wireless is still not working after restarting the network service. (I'm assuming that restarting the whole computer would make it work.)

Thanks for all your help. You've been more than helpfull. Next time, maybe I shouldn't take year long leaves of abcense from linux

have a good weekend.
//Santiago
ps.
a thought, if I have firmware***.rpm installed for the wireless AND the firmware files manually copied to /lib/firmware/ , is this going to cause any conflicts?

Last edited by santiagosilva; 02-03-2007 at 05:38 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Problems setting up a wireless conection (FC6) Hungry ghost Linux - Wireless Networking 2 01-21-2007 06:24 PM
cant access internet through wireless conection Nadia86 Linux - Software 2 02-22-2006 10:19 AM
Slow wireless g conection sniff Linux - Wireless Networking 7 01-04-2005 10:50 AM
fedora core 2 doesn't detect my belkin wireless apater skymax Linux - Wireless Networking 5 10-22-2004 05:17 AM
Fedora Core 2 does not detect wireless card Udip2laM9r Linux - Wireless Networking 0 07-29-2004 02:01 PM

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

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