Networking Forums

Networking Forums > Computer Networking > Linux Networking > Wireless Woes

Reply
Thread Tools Display Modes

Wireless Woes

 
 
Darren Green
Guest
Posts: n/a

 
      10-30-2007, 07:02 AM
Hi.

As a newbie I have been trying to setup my Atheros Wireless card following
one or two of the Gentoo Wiki's.
I emerged a number of items, wireless tools etc but to no avail. When I run
'lspci' I receive the following:

00:03.0 Ethernet controller: Realtek Semiconductor Co Ltd
RTL-8139/8139C/813C+ (rev 10) - My 10/100 Ethernet Card
00:04.0 Ethernet controller: Atheros Communications, Inc AR5212 802.11abg
NIC (rev 01) - My Wireless Card

An ifconfig shows:

eth0 - MY LAN Ethernet card present in use
l0 - My loopback address

If I do a iwconfig I get:

lo no wireless extensions
eth0 no wireless extensions
sit0 no wireless extensions

I e-mailed one of the Linux forums and was asked if I had run 'modprobe
ath-pci' which I hadn't. When I do I get the following result:

Warning: Error inserting ath_ha1
(/lib/modules/2.6.22-gentoo-r8/net/ath_ha1.ko): invalid module format
Warning : Error inserting wlan (/lib/modules/2.6.22-gentoo-r8/net/wlan.ko):
invalid module format
: Error inserting ath_pci (/lib/modules/2.6.22-gentoo-r8/net/ath_pci.ko) :
invalid module format

Can anyone point me in the right direction please so that I can resolve this
error.

Regards

Darren




 
Reply With Quote
 
 
 
 
Dr. Deb
Guest
Posts: n/a

 
      10-30-2007, 11:43 AM
Darren Green wrote:

> Hi.
>
> As a newbie I have been trying to setup my Atheros Wireless card following
> one or two of the Gentoo Wiki's.
> I emerged a number of items, wireless tools etc but to no avail. When I
> run 'lspci' I receive the following:
>
> 00:03.0 Ethernet controller: Realtek Semiconductor Co Ltd
> RTL-8139/8139C/813C+ (rev 10) - My 10/100 Ethernet Card
> 00:04.0 Ethernet controller: Atheros Communications, Inc AR5212 802.11abg
> NIC (rev 01) - My Wireless Card
>
> An ifconfig shows:
>
> eth0 - MY LAN Ethernet card present in use
> l0 - My loopback address
>
> If I do a iwconfig I get:
>
> lo no wireless extensions
> eth0 no wireless extensions
> sit0 no wireless extensions
>
> I e-mailed one of the Linux forums and was asked if I had run 'modprobe
> ath-pci' which I hadn't. When I do I get the following result:
>
> Warning: Error inserting ath_ha1
> (/lib/modules/2.6.22-gentoo-r8/net/ath_ha1.ko): invalid module format
> Warning : Error inserting wlan
> (/lib/modules/2.6.22-gentoo-r8/net/wlan.ko): invalid module format
> : Error inserting ath_pci (/lib/modules/2.6.22-gentoo-r8/net/ath_pci.ko) :
> invalid module format
>
> Can anyone point me in the right direction please so that I can resolve
> this error.
>
> Regards
>
> Darren



Darren, I am not a Gentoo user so I need to ask a question first. Does
Gentoo use repositories to store additional programs on the net? If it
does, download "madwifi" and then try to install you wireless.

It really will get easier, when I first started installing mine I wondered
if I had suddenly taken "stupid" pills. The users group is a good place
for information, but what really helped me was "someone with skin on". In
this case my daughter who lives about 900 miles away. There are a
few "niceities" that they will point out as you go through that the rest
of us would overlook.

Deb
 
Reply With Quote
 
ray
Guest
Posts: n/a

 
      10-30-2007, 01:47 PM
On Tue, 30 Oct 2007 08:02:42 +0000, Darren Green wrote:

> Hi.
>
> As a newbie I have been trying to setup my Atheros Wireless card following
> one or two of the Gentoo Wiki's.
> I emerged a number of items, wireless tools etc but to no avail. When I run
> 'lspci' I receive the following:
>
> 00:03.0 Ethernet controller: Realtek Semiconductor Co Ltd
> RTL-8139/8139C/813C+ (rev 10) - My 10/100 Ethernet Card
> 00:04.0 Ethernet controller: Atheros Communications, Inc AR5212 802.11abg
> NIC (rev 01) - My Wireless Card
>
> An ifconfig shows:
>
> eth0 - MY LAN Ethernet card present in use
> l0 - My loopback address
>
> If I do a iwconfig I get:
>
> lo no wireless extensions
> eth0 no wireless extensions
> sit0 no wireless extensions
>
> I e-mailed one of the Linux forums and was asked if I had run 'modprobe
> ath-pci' which I hadn't. When I do I get the following result:
>
> Warning: Error inserting ath_ha1
> (/lib/modules/2.6.22-gentoo-r8/net/ath_ha1.ko): invalid module format
> Warning : Error inserting wlan (/lib/modules/2.6.22-gentoo-r8/net/wlan.ko):
> invalid module format
> : Error inserting ath_pci (/lib/modules/2.6.22-gentoo-r8/net/ath_pci.ko) :
> invalid module format
>
> Can anyone point me in the right direction please so that I can resolve this
> error.
>
> Regards
>
> Darren



FWIW - you might try alt.os.linux.gentoo and/or comp.os.linux.networking.

 
Reply With Quote
 
Darren Green
Guest
Posts: n/a

 
      10-30-2007, 02:06 PM
ray wrote:
> On Tue, 30 Oct 2007 08:02:42 +0000, Darren Green wrote:
>
>> Hi.
>>
>> As a newbie I have been trying to setup my Atheros Wireless card following
>> one or two of the Gentoo Wiki's.
>> I emerged a number of items, wireless tools etc but to no avail. When I run
>> 'lspci' I receive the following:
>>
>> 00:03.0 Ethernet controller: Realtek Semiconductor Co Ltd
>> RTL-8139/8139C/813C+ (rev 10) - My 10/100 Ethernet Card
>> 00:04.0 Ethernet controller: Atheros Communications, Inc AR5212 802.11abg
>> NIC (rev 01) - My Wireless Card
>>
>> An ifconfig shows:
>>
>> eth0 - MY LAN Ethernet card present in use
>> l0 - My loopback address
>>
>> If I do a iwconfig I get:
>>
>> lo no wireless extensions
>> eth0 no wireless extensions
>> sit0 no wireless extensions
>>
>> I e-mailed one of the Linux forums and was asked if I had run 'modprobe
>> ath-pci' which I hadn't. When I do I get the following result:
>>
>> Warning: Error inserting ath_ha1
>> (/lib/modules/2.6.22-gentoo-r8/net/ath_ha1.ko): invalid module format
>> Warning : Error inserting wlan (/lib/modules/2.6.22-gentoo-r8/net/wlan.ko):
>> invalid module format
>> : Error inserting ath_pci (/lib/modules/2.6.22-gentoo-r8/net/ath_pci.ko) :
>> invalid module format
>>
>> Can anyone point me in the right direction please so that I can resolve this
>> error.
>>
>> Regards
>>
>> Darren

>
>
> FWIW - you might try alt.os.linux.gentoo and/or comp.os.linux.networking.
>

Thank you, will re-post there.
 
Reply With Quote
 
Alexander Krivács Schrøder
Guest
Posts: n/a

 
      10-31-2007, 08:57 PM
> I e-mailed one of the Linux forums and was asked if I had run 'modprobe
> ath-pci' which I hadn't. When I do I get the following result:
>
> Warning: Error inserting ath_ha1
> (/lib/modules/2.6.22-gentoo-r8/net/ath_ha1.ko): invalid module format
> Warning : Error inserting wlan (/lib/modules/2.6.22-gentoo-r8/net/wlan.ko):
> invalid module format
> : Error inserting ath_pci (/lib/modules/2.6.22-gentoo-r8/net/ath_pci.ko) :
> invalid module format
>
> Can anyone point me in the right direction please so that I can resolvethis
> error.


IIRC, that error occurs when the module you're trying to insert is
compiled for a different kernel version than the one you're running.
Perhaps try to run a "make modules && make modules_install" in your most
recent Linux kernel folder (Should be linked to by the /usr/src/linux
symlink)


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: PubkeyLocation: http://alexanderschroeder.net/pubkey.asc
Comment: FingerPrint: 1BE5 FDEA 8A8F B5F0 5268 8A1E 2E97 83DE A6A6 2F58
Comment: Charset: UTF-8
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHKPo7LpeD3qamL1gRAuL+AJ48J2t3h8S29uxhknBSsO meWio3UQCfSeCe
c7tlkz/uT0LO2QMHmPxT3b4=
=8/6t
-----END PGP SIGNATURE-----

 
Reply With Quote
 
Darren Green
Guest
Posts: n/a

 
      11-03-2007, 11:30 AM

"Alexander Krivács Schrøder" <(E-Mail Removed)> wrote in message
news:4728fa3d$0$16459$(E-Mail Removed) e...

Can I thanks everyone who responded to me on this.

I posted to one of the Gentoo forums and had a couple of responses which I
am about to see if I can implement. Ended up initially trying to upgrade my
Kernel but lot's of googling has suggested that this wasn't the thing to do.

I am preparing to re-compile my original Kernel (2.6.22-r8) and then I will
do a make modules && make modules_install. Following this I will follow the
madwifi guide again and see how far I get.

BTW I do have PC Linux on my 1st HDD, Gentoo is on a 2nd disk. The main
reason for installing it was to see if I could get a test of Cisco Netflow
Tools working. I had some compile errors a while ago on Suse and a friend
recommended Gentoo to me. I know it's going to take me a long time to learn
Linux but I'm patient!

Regards

Darren


 
Reply With Quote
 
J.O. Aho
Guest
Posts: n/a

 
      11-03-2007, 11:53 AM
Darren Green wrote:
> "Alexander Krivács Schrøder" <(E-Mail Removed)> wrote in message
> news:4728fa3d$0$16459$(E-Mail Removed) e...
>
> Can I thanks everyone who responded to me on this.
>
> I posted to one of the Gentoo forums and had a couple of responses which I
> am about to see if I can implement. Ended up initially trying to upgrade my
> Kernel but lot's of googling has suggested that this wasn't the thing to do.
>
> I am preparing to re-compile my original Kernel (2.6.22-r8) and then I will
> do a make modules && make modules_install. Following this I will follow the
> madwifi guide again and see how far I get.


http://gentoo-wiki.com/HOWTO_MadWifi_Install

emerge -pv madwifi-ng madwifi-ng-tools





--

//Aho
 
Reply With Quote
 
J.O. Aho
Guest
Posts: n/a

 
      11-03-2007, 11:55 AM
Darren Green wrote:
> "Alexander Krivács Schrøder" <(E-Mail Removed)> wrote in message
> news:4728fa3d$0$16459$(E-Mail Removed) e...
>
> Can I thanks everyone who responded to me on this.
>
> I posted to one of the Gentoo forums and had a couple of responses which I
> am about to see if I can implement. Ended up initially trying to upgrade my
> Kernel but lot's of googling has suggested that this wasn't the thing to do.
>
> I am preparing to re-compile my original Kernel (2.6.22-r8) and then I will
> do a make modules && make modules_install. Following this I will follow the
> madwifi guide again and see how far I get.


http://gentoo-wiki.com/HOWTO_MadWifi_Install

emerge -pv madwifi-ng madwifi-ng-tools


--

//Aho
 
Reply With Quote
 
 
 
Reply

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless woes chris_young3@yahoo.com Wireless Internet 2 03-27-2006 02:10 PM
wireless woes Carl Home Networking 2 10-05-2005 06:32 AM
Wireless woes R D S Home Networking 2 03-20-2005 07:30 PM
wireless woes Calvin Wireless Internet 8 07-29-2004 12:25 AM
Wireless woes with MN-700 Chetan Nadgouda Broadband Hardware 3 06-10-2004 05:41 PM



1 2 3 4 5 6 7 8 9 10 11