Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th January 2008, 01:18 PM
masonblite Offline
Registered User
 
Join Date: Jan 2008
Posts: 4
Atheros on Fedora Core 8 i686

First, I'm not sure if I have a compatible OS for my platform, I'll be honest.

I wanted a live CD, and the i686 was the only option, as the other architectures are for DVD media.

Pentium D 915.
I did install it, and everything runs, but when I try the guides for installing madwifi, I get an error that there's no ath_pci module when I run the command:

modprobe ath_pci

I've downloaded:

kmod-madwifi-2.6.23.1-42.fc8-0.9.3.3-9.lvn8.i686
madwifi-0.9.3.3-1.lvn8.i386

and used 'yum localinstall' to install them. I do get a warning about no key...but they seem to install. Except for that ath_pci part...

I can install from the DVD I have, but as soon as I update (a 1&1/2 hour process involving over 900MBs), something breaks, and I have two wlan options in networking. And I can't seem to re-configure to get back the I-net.

I would think the madwifi rpm would have the ath_pci.ko file, but I've searched my HD, and it's no where to be found.

I have searched the I-net and these forums, but can't seem to resolve this.
Reply With Quote
  #2  
Old 19th January 2008, 01:48 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by masonblite
First, I'm not sure if I have a compatible OS for my platform, I'll be honest.

I wanted a live CD, and the i686 was the only option, as the other architectures are for DVD media.

Pentium D 915.
I did install it, and everything runs, but when I try the guides for installing madwifi, I get an error that there's no ath_pci module when I run the command:

modprobe ath_pci

I've downloaded:

kmod-madwifi-2.6.23.1-42.fc8-0.9.3.3-9.lvn8.i686
madwifi-0.9.3.3-1.lvn8.i386

and used 'yum localinstall' to install them. I do get a warning about no key...but they seem to install. Except for that ath_pci part...

I can install from the DVD I have, but as soon as I update (a 1&1/2 hour process involving over 900MBs), something breaks, and I have two wlan options in networking. And I can't seem to re-configure to get back the I-net.

I would think the madwifi rpm would have the ath_pci.ko file, but I've searched my HD, and it's no where to be found.

I have searched the I-net and these forums, but can't seem to resolve this.

The madwifi packages didn't install due to the failed gpgcheck and a missing package ( kmod-madwifi-0.9.3.3-9.lvn8.i686.rpm )

http://livna-dl.reloumirrors.net/fed....lvn8.i686.rpm


Try downloading the third package and installing all 3 packages with this command instead

Code:
su
yum --nogpgcheck localinstall  kmod-madwifi-2.6.23.1-42.fc8-0.9.3.3-9.lvn8.i686.rpm madwifi-0.9.3.3-1.lvn8.i386.rpm kmod-madwifi-0.9.3.3-9.lvn8.i686.rpm
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 19th January 2008, 02:47 PM
masonblite Offline
Registered User
 
Join Date: Jan 2008
Posts: 4
Thanks, leigh123. The -nogpgcheck did it.

As soon as I ran that command, I got the 'Completed' msg for the rpm's I was trying to install. Then modprobe ath_pci was successful. Right after I ran that command, I got an alert from NetworkManager wanting a keyring pswd.

Now, I'm connected. Hope that the security updates go well, as I got a dependency error on the kmod-madwifi, but after re-initiating twice I think it took. We'll see...

Thanks again.
Reply With Quote
  #4  
Old 19th January 2008, 07:48 PM
masonblite Offline
Registered User
 
Join Date: Jan 2008
Posts: 4
You wouldn't happen to know how to take care of a pest would you?

http://network-tools.com/default.asp...199.248.239.12
199.248.239.12

seems to be ever-present when I try to install/upgrade the security fixes.
But, at least I have connection...Maybe I'll get him in trouble.

I'll ping and port scan till his network admin gets tired of him being trouble??!.
Reply With Quote
  #5  
Old 19th January 2008, 08:05 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try this but I am not that good with iptables


Code:
su -
iptables -A INPUT -s 199.248.239.12 -j DROP
iptables -A OUTPUT -d 199.248.239.12 -j DROP

You would be better of starting a fresh thread in security
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5

Last edited by leigh123linux; 19th January 2008 at 08:16 PM.
Reply With Quote
  #6  
Old 20th January 2008, 08:40 PM
masonblite Offline
Registered User
 
Join Date: Jan 2008
Posts: 4
Thanks. Forgot about that. I've never taken the time to learn the code for iptables, and tend to use GUI's for my firewall.
I've had good success with Guarddog which is a little more complex that Firestarter, which I usually use.
But, I don't want to load KDE for the Guarddog.

Think I really need to take the time to learn iptables, and construct my own rules.
Reply With Quote
Reply

Tags
atheros, core, fedora, i686

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 9 Atheros Wireless Card Problem bxche Using Fedora 19 13th August 2008 11:55 AM
Pentium i686 optimized Fedora Core 5 updates fhc73 Fedora Focus 1 8th October 2006 12:11 AM
Fedora Core 4 & Atheros AR5212 troubles david-g Hardware & Laptops 6 26th October 2005 10:08 PM
Fedora Core 4 - i686? Fabiano Using Fedora 3 4th August 2005 11:30 PM


Current GMT-time: 10:52 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat