Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28th November 2008, 04:17 PM
ouafnico's Avatar
ouafnico Offline
Registered User
 
Join Date: Nov 2008
Posts: 35
Bad wifi connexion on F10 X86_64 (wifi chipset wg111v2, and module rtl8187)

Hi all

I've got some troubles with wifi chipset wg111v2, and module rtl8187. In all distributions linux it doesn't work, like F10. The signal is very low, works some seconds and fall out.

What can I do ?
__________________
ASUS P5KPL-VM - Intel Core2Duo E8400 - 2x2Go DDR800 Corsair XMS2 - MSI Geforce 8400GS - 2x HDD Seagate 500Go
http://shivaserv.fr
Reply With Quote
  #2  
Old 30th November 2008, 10:16 AM
ouafnico's Avatar
ouafnico Offline
Registered User
 
Join Date: Nov 2008
Posts: 35
nobody knows ?
__________________
ASUS P5KPL-VM - Intel Core2Duo E8400 - 2x2Go DDR800 Corsair XMS2 - MSI Geforce 8400GS - 2x HDD Seagate 500Go
http://shivaserv.fr
Reply With Quote
  #3  
Old 6th December 2008, 05:25 PM
54tu5qu0 Offline
Registered User
 
Join Date: Dec 2008
Location: Indiana, United States of Hipocracy
Posts: 3
Wireless help plz!!!

I have same slow networking with my Intel Pro/Wireless. I used to have 2-300 KB/s under windows XP. Now I'm down to 20-30. Any help here would be greatly appreciated. I'm a Fedora/Linux noob and need some help making light of problems. I'd appreciate all tips ,tricks, and how-to's. My AOL and Yahoo ID are posted under my profile along with my e-mail. (If I can get any of those to work with this slow or no networking issue) Thanks in advance for anyone's insight!!!
Reply With Quote
  #4  
Old 6th December 2008, 06:58 PM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
I've edited the title. With a subject like that, there's an excellent chance that whoever does know just overlooked the thread. People do get busy and with the increased amount of posts due to the release of F10, the more descriptive the subject line, the better.

Unfortunately, I can't help with that particular model, but with the changed title, you have a much better chance of getting help.
Reply With Quote
  #5  
Old 21st January 2010, 01:06 AM
alextc Offline
Registered User
 
Join Date: Jan 2010
Location: Bucuresti/Romania
Age: 25
Posts: 24
windows_7firefox
it seems that almost all of the wifi owners have the same problem!
I have the same problem
Reply With Quote
  #6  
Old 21st January 2010, 11:10 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello alextc

Have you the same chipset in your card as the original poster?

Have you considered trying ndiswrapper?
Reply With Quote
  #7  
Old 22nd January 2010, 04:15 AM
alextc Offline
Registered User
 
Join Date: Jan 2010
Location: Bucuresti/Romania
Age: 25
Posts: 24
linuxsafari
Yes i have the same cipset, but i don't know how to use ndiswrapper
Reply With Quote
  #8  
Old 22nd January 2010, 07:26 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
linuxopera
Hello alextc

A quick look on the forum doesn't really show anyone getting your chipset working well, if at all. That might mean ndiswrapper won't work wither.

Try these notes for ndiswrapper. They assume you have an internet connection to the Fedora installation though. If you haven't got that, post back and I'll put up the notes for getting the parts and transferring them.


Quote:
Code:
uname -r
to find your running kernel. That will either be PAE or not.

then:

Code:
su -
That's a space and a minus sign after the su. It gives full root rights over the machine, not just over your own environment which is what you get with plain su.

If you haven't already, install the rpmfusion repositories:

Code:
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Install ndiswrapper:

Code:
yum install kmod-ndiswrapper
or:

Code:
yum install kmod-ndiswrapper-PAE
depending on which kernel you discovered.

This should bring in the three relevant packages.

Then set up and configure ndiswrapper with:

Code:
ndiswrapper -i <path to your windows driver file>.inf
should install the driver,

Code:
ndiswrapper -l
if it is going to work should return "driver present" and "hardware present"

Code:
modprobe ndiswrapper
should load the driver into the kernel, but probably only until you reboot.

If you are lucky now and NetworkManager is running then after a short while it 'may' begin reporting wireless networks. NetworkManager is the preferred method of connecting to wireless networks with Fedora and should be located in the notification area of either KDE or Gnome just to the lefto of the clock.

If it works, or indeed if it doesn't you will also need to run:

Code:
ndiswrapper -mi
to ensure the ndiswrapper module loads each time of booting.

Please remember that ndiswrapper is only happy with Windows XP/98 drivers and doesn't get on with Windows Vista drivers. Of those it doesn't happily co-exist with all XP/98 drivers either. Be prepared to experiment if your original doesn't work.
I'm just off out for the rest of the day. I'll look for your results with interest in about10 hours.
Reply With Quote
  #9  
Old 22nd January 2010, 09:32 AM
MarcoP Offline
Registered User
 
Join Date: Jun 2008
Posts: 45
linuxfedorafirefox
I've installed ndiswrapper step by step ^^^^ and had a weird problem "forcing 256 to 32" or something similar.

Code:
net5211 : driver installed
	device (168C:0013) present (alternate driver: ath5k)
At this stage wireless it's not working and lshw say that the hardware hasn't be claimed. Any idea?

EDIT:
Code:
cat /var/log/boot.log | grep loadndisdriver
loadndisdriver: load_driver(358): couldn't load driver net5211
32bits drivers for a 32bits wireless card on a 64bits arch?

Last edited by MarcoP; 22nd January 2010 at 10:39 AM. Reason: add debug info
Reply With Quote
  #10  
Old 22nd January 2010, 04:27 PM
alextc Offline
Registered User
 
Join Date: Jan 2010
Location: Bucuresti/Romania
Age: 25
Posts: 24
linuxsafari
When i: ndiswrapper -l
i get this:
Code:
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
netrtuw : driver installed
	device (0BDA:8187) present (alternate driver: rtl8187)
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
netrtuw_x64 : driver installed
	device (0BDA:8187) present (alternate driver: rtl8187)
Reply With Quote
  #11  
Old 22nd January 2010, 05:19 PM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
The explanation for that is that ndiswrapper is not putting the .conf on the end of the filename it creates in /etc/modprobe.d. To get rid of the warning just rename the file so it has a .conf after the name, and you will have to do this each time you use the ndiswrapper command to change it.

Last edited by JEO; 22nd January 2010 at 05:22 PM.
Reply With Quote
  #12  
Old 22nd January 2010, 05:29 PM
alextc Offline
Registered User
 
Join Date: Jan 2010
Location: Bucuresti/Romania
Age: 25
Posts: 24
windows_7firefox
well i tryed to rename, but after a restart my fedora dose not starts up anymore... PS: Check out the atachament
Attached Thumbnails
Click image for larger version

Name:	IMG00035.jpg
Views:	67
Size:	76.8 KB
ID:	18936  
Reply With Quote
  #13  
Old 22nd January 2010, 05:35 PM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
I've never seen such a problem booting, but try booting from an installation media in rescue mode and look at what is in the file /etc/modprobe.conf and maybe rename that file and see if that fixes it.
Reply With Quote
  #14  
Old 22nd January 2010, 05:39 PM
alextc Offline
Registered User
 
Join Date: Jan 2010
Location: Bucuresti/Romania
Age: 25
Posts: 24
windows_7firefox
yes i will try to do that with a live fedora on stick
Reply With Quote
  #15  
Old 22nd January 2010, 06:11 PM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
also did you add a line to /etc/modprobe.d/blacklist.conf like:

blacklist rtl8187

That might help also, in case both drivers are trying to load.

---------- Post added at 10:11 AM CST ---------- Previous post was at 09:40 AM CST ----------

If it still won't boot, delete the ndiswrapper.conf file in /etc/modprobe.d
Reply With Quote
Reply

Tags
bad, chipset, connexion, f10, module, rtl8187, wifi, x8664

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
WiFi detects networks but will not connect properly (Wifi Link 5300) Mikademus Servers & Networking 44 12th December 2011 07:42 PM
MSI wind RTL8187 wifi problem chadikins Servers & Networking 9 14th September 2009 05:26 PM
What happened to the wifi module? scorpio2002 Using Fedora 0 26th September 2008 05:40 PM
Asus Wifi-AP Solo with rtl8187 chip baysailor Installation and Live Media 0 12th November 2006 06:31 PM
Unable to install Atheros wifi chipset in FC6T3 (5.92) in Thinkpad T42. barnys Hardware & Laptops 0 18th September 2006 06:12 PM


Current GMT-time: 02:52 (Saturday, 25-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