Fedora Linux Support Community & Resources Center
  #1  
Old 8th February 2007, 06:13 AM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
wireless card

i've a belkin wireless g card running in a newly configured amd64 motherboard. i'm running core 6 as the o/s and am attempting to follow the install directions for madwifi. i use the ATrpms at http://atrpms.net/dist/fc6/madwifi/ but i seem to be in a bit of circular logic. there are two rpms:
madwifi-kmdl-2.6.19-1.2895.fc6-0.9.3-33_r2088.fc6.at.x86_64.rpm and madwifi-hal-kmdl-2.6.19-1.2895.fc6-0.9.3-33_r2088.fc6.at.x86_64.rpm.

there are several pairs and i'm not sure of all the nomeclature diffs. i realize i need the 86_x64 as the amd processor is 64 bit but beyond that its random digits for all i know. anyway, after saving the rpms to the desktop i then double click to open and install. the installation proceeds but then fails on a dependency, which appears to be the other module. load the other module and it fails on a dependency of the other module. obviously i've missed something but i'm not sure what at this point. the box is current with other patches, over 220 were applied after installing the core 6 os.

any hints or thougths appreciated. i've been through various faqs, how to's, etc. but no joy thus far.
thanks in advance.
Reply With Quote
  #2  
Old 8th February 2007, 06:14 AM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
i should add the obvious, yes there is a wired nic in the unit as well. hence the ability to download, etc.
Reply With Quote
  #3  
Old 8th February 2007, 07:09 AM
bino Offline
Registered User
 
Join Date: Dec 2006
Location: Belgium
Age: 28
Posts: 145
Have you installed the x86_64 version of Fedora as well?
Cause that didn't seemed so obvious from your explanation?
Thought about the 802.11 stack?
Grtz
Reply With Quote
  #4  
Old 8th February 2007, 09:02 PM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
Quote:
Originally Posted by bino
Have you installed the x86_64 version of Fedora as well?
Cause that didn't seemed so obvious from your explanation?
Thought about the 802.11 stack?
Grtz
yes, 86_64 core 6 installed. i've thought of retrograding back to 5 but not sure if that would result in a working solution either. i'm going to read through some more faqs tonite but it is perplexing as to why the rpms engage in a deadly embrace. meh.
Reply With Quote
  #5  
Old 9th February 2007, 10:36 AM
bino Offline
Registered User
 
Join Date: Dec 2006
Location: Belgium
Age: 28
Posts: 145
Why don't you install it with yum?
I just checked and the files you specified above are available.
Grtz
Reply With Quote
  #6  
Old 10th February 2007, 08:42 PM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
the files are available but unfortunately there seems to be a circular reference between them.
Reply With Quote
  #7  
Old 11th February 2007, 02:06 AM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
the saga continues, however one problem resolved. to avoid the circular logic where rpms are mutually dependent upon one another, enter both on the same "rpm -i" line. they both install fine.

the device is now recognized but is inactive. any attempt to activate it results in a dhcp timeout. the log file entry reads
"Feb 10 20:33:49 localhost dhclient: wifi0: unknown hardware address type 801
Feb 10 20:33:49 localhost dhclient: DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 7
Feb 10 20:33:56 localhost dhclient: DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 15
Feb 10 20:34:10 localhost dhclient: DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 18
Feb 10 20:34:28 localhost dhclient: DHCPDISCOVER on wifi0 to 255.255.255.255 port 67 interval 21
Feb 10 20:34:49 localhost dhclient: No DHCPOFFERS received."

i edited the /etc/sysconfig/network-scripts to add the ssid, but still no joy. my other wireless device can see the network fine (a windows laptop) using the same ssid.

and the device appears to be found by
"lspci -v
00:08.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
Subsystem: Belkin Unknown device 700c
Flags: bus master, medium devsel, latency 168, IRQ 18
Memory at e8120000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [44] Power Management version 2"

still plugging away, but i am farther than before. hopefully some of this will be of value to others.
Reply With Quote
  #8  
Old 11th February 2007, 02:12 AM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
more details of the kernel

"[root@localhost ~]# uname -p
x86_64
[root@localhost ~]# cat /etc/fedora-release
Fedora Core release 6 (Zod)
[root@localhost ~]# uname -r
2.6.19-1.2895.fc6"
Reply With Quote
  #9  
Old 11th February 2007, 06:01 PM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
substantial progress today. fwiw here is what i did (smc wireless router w/o wep, yet)

[root@localhost ~]# iwconfig
lo no wireless extensions.

wifi0 no wireless extensions.

ath0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Managed Channel:0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:31 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/94 Signal level=-98 dBm Noise level=-98 dBm
Rx invalid nwid:129 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

eth0 no wireless extensions.

[root@localhost ~]# ifconfig ath0 up
[root@localhost ~]# modprobe wlan_scan_sta
[root@localhost ~]# wlanconfig ath0 list scan

SSID BSSID CHAN RATE S:N INT CAPS
SMC 00:04:e2:92:ea:f4 6 11M 46:0 100 E
[the smc buggar is mine]
linksys-3xyz 00:14:bf:7d:13:3d 6 54M 14:0 100 EP

[root@localhost ~]# iwconfig ath0 essid "SMC"
[root@localhost ~]# iwconfig

lo no wireless extensions.

wifi0 no wireless extensions.

ath0 IEEE 802.11g ESSID:"SMC" Nickname:""
Mode:Managed Frequency:2.442 GHz Access Point: Invalid
Bit Rate:11 Mb/s Tx-Power:31 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=41/94 Signal level=-51 dBm Noise level=-92 dBm
Rx invalid nwid:3677 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

eth0 no wireless extensions.

[almost there - notice the invalid access point. smc did like a name only ref, so i entered the mac next time]

[root@localhost ~]# iwconfig ath0 ap 00:04:e2:92:ea:f4
[root@localhost ~]# iwconfig

lo no wireless extensions.

wifi0 no wireless extensions.

ath0 IEEE 802.11g ESSID:"SMC" Nickname:""
Mode:Managed Frequency:2.437 GHz Access Point: 00:04:E2:92:EA:F4
Bit Rate:11 Mb/s Tx-Power:31 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=43/94 Signal level=-50 dBm Noise level=-93 dBm
Rx invalid nwid:3710 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

eth0 no wireless extensions.

[and below is the syslog entry where dhclient bound an ip address to him]
[snip]
feb 11 11:08:17 localhost dhclient: bound to 192.168.2.184 -- renewal in 240263 seconds

so now it works without wep. turned on wep and a whole other set of cascading probs, but one step at a time
Reply With Quote
  #10  
Old 11th February 2007, 06:03 PM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
oh yes, i forgot to mention, i'm using it as i post here having downed the ethernet and removed his cable. now to go through the smc wep materials. will reattach the cable when i start that mess again as its a hassle to move to another computer to config the smc router.
Reply With Quote
  #11  
Old 12th February 2007, 03:52 PM
garrett.allen Offline
Registered User
 
Join Date: Feb 2007
Posts: 10
flashed the smc to current rev. enabled wep 64 on the smc no problems. i did not let it create the wep hash based on a passphrase and instead i entered the hash direct. that was per the smc pdf that came with the current rev flash download. after i enabled the wep on the router the wireless card could no longer see the wireless router. so i used the "key" keyword with iwconfig and afterwards all was good.

next time i try one of these i would first go to the router and get the channel, ssid, etc instead of trying autodiscovery. also i would avoid the gui network admin tool which works for basics but not for something like this.

this was substantially more involved that a comparable windows wifi install.
Reply With Quote
Reply

Tags
card, wireless

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
Laptop Wireless Card and Desktop Nvidia Graphics Card Raskula Hardware & Laptops 4 30th November 2008 11:22 PM
wireless card can not be found when reinsert the wireless card. snowfox4222 Servers & Networking 0 19th August 2008 12:30 PM
ipw2100 wireless card occasionally recognized as b44 ethernet card Figment Servers & Networking 3 29th January 2007 10:27 PM
Wireless Card configuration: Dell wireless 1350 WLAN miniPCI. Doesn't Work! mjman Servers & Networking 3 14th December 2006 02:46 AM
Encryption Problem with Intel Corporation PRO/Wireless 2200BG wireless card lakefront Hardware & Laptops 1 11th April 2006 03:04 AM


Current GMT-time: 00:12 (Friday, 24-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