Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 24/25 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!
Register All Albums FAQ Today's Posts Search

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 15th February 2005, 12:53 AM
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 48
Posts: 8,255
Unhappy Wireless card very slow

Ok after a week or so I finally have my home network up....xp everything is OK even wireless card. I purchased this pc-card and install the mawifi drivers and it worked fine. But my connection is very slow here is my iwconfig:
Quote:
ath0 IEEE 802.11g ESSID:"" Nickname:"myfc3"
Mode:Managed Frequency:2.417GHz Access Point: FF:FF:FF:FF:FF:FF
Bit Rate=36Mb/s Tx-Power:50 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=48/94 Signal level=-47 dBm Noise level=-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
and NetWorkInfo tells me I am up by 100% which I dont think so! Any ideas beside the rate 36mb/s?
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #2  
Old 15th February 2005, 12:59 AM
awdac Offline
Registered User
 
Join Date: Feb 2005
Location: Athens, GA
Posts: 352
Something's way messed up because that's obviously not the MAC of your AP there. I can't believe its working at all. It looks like you need to put in your ESSID. Do this:
Code:
iwconfig eth0 essid "network_ssid"
Windows probably auto detected the essid and Linux didn't.
__________________
Registered Linux User #240607
2001-11-02 03:17:23
Reply With Quote
  #3  
Old 15th February 2005, 01:04 AM
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 48
Posts: 8,255
Quote:
Originally Posted by awdac
Something's way messed up because that's obviously not the MAC of your AP there. I can't believe its working at all. It looks like you need to put in your ESSID. Do this:
Code:
iwconfig eth0 essid "network_ssid"
Windows probably auto detected the essid and Linux didn't.
You are saying eth0 shouldnt it be ath0 = wireless?
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #4  
Old 15th February 2005, 01:06 AM
awdac Offline
Registered User
 
Join Date: Feb 2005
Location: Athens, GA
Posts: 352
oops, just used to seeing eth0 because that's mine. You're right of course, that's where your interface name goes. And "network_name" is whatever your router is telling you it is. You probably set it when you set the router up.
__________________
Registered Linux User #240607
2001-11-02 03:17:23

Last edited by awdac; 15th February 2005 at 01:08 AM.
Reply With Quote
  #5  
Old 15th February 2005, 01:10 AM
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 48
Posts: 8,255
Ok i will try it later i am running some updates of laptop....connected to nic for the moment.....

btw....it worked but very slow like 14kb modem...
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #6  
Old 15th February 2005, 01:48 AM
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 48
Posts: 8,255
Ok I issued the commad but dont see any changesin the ifcfg-ath0:
Quote:
[root@myfc3 imdeemvp]# /sbin/iwconfig ath0 essid "network_ssid"
[root@myfc3 imdeemvp]# cat /etc/sysconfig/network-scripts/ifcfg-ath0
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
IPV6INIT=no
ONBOOT=yes
USERCTL=yes
PEERDNS=yes
GATEWAY=
TYPE=Wireless
DEVICE=ath0
HWADDR=00:0f:a3:1b:5d:a1
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ESSID=
CHANNEL=6
MODE=Managed
RATE=36Mb/s
??? btw it does give me more speed....thanks
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D

Last edited by imdeemvp; 15th February 2005 at 02:12 AM.
Reply With Quote
  #7  
Old 15th February 2005, 02:31 AM
awdac Offline
Registered User
 
Join Date: Feb 2005
Location: Athens, GA
Posts: 352
Quote:
Originally Posted by imdeemvp
Ok I issued the commad but dont see any changesin the ifcfg-ath0:
hrmm...what does your ifconfig read now though?
Quote:
btw it does give me more speed....thanks
Well that's good to hear. Does it seem to be as good as when it's in Windows? If it does, then never mine, we'll just consider it fixed...
__________________
Registered Linux User #240607
2001-11-02 03:17:23
Reply With Quote
  #8  
Old 15th February 2005, 03:05 AM
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 48
Posts: 8,255
I get an 82% signal strength in fedora and 78-81% in xp....so I guess its good. This card and router are doing the job...
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #9  
Old 24th June 2005, 05:12 PM
Sunnz Offline
Registered User
 
Join Date: Mar 2005
Location: Australia
Posts: 281
Mine is a little weird... the overall speed is the same as XP; but it seems slower that I think it downloads a larger packet everytime... so instead of showing little bit and more and more, it takes some time to download then a page just suddenly loads... is there anyway that I can change this behaviour so it downloads smaller packets????
__________________
Linux lover from Asia...

My English may or may not be as good...
but I won't using it as an excuse, and try the very best I can.
Reply With Quote
Reply

Tags
card, slow, wireless


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
Motorila WPCI810G wireless PCI card slow connection! hammah33 Servers & Networking 0 23rd January 2006 05:13 PM
Motorila WPCI810G wireless PCI card slow connection! hammah33 Hardware & Laptops 1 21st January 2006 06:01 PM


Current GMT-time: 11:19 (Tuesday, 27-06-2017)

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