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 20th May 2009, 11:51 PM
DubJohn Offline
Registered User
 
Join Date: Apr 2009
Location: Dublin
Age: 39
Posts: 21
Realtek problem: 8180/

Hi,

When I try to bring up my wi-fi PCI card (ifup wlan0 or ifconfig wlan0 up) my whole PC just hangs until I power it off.

I believe I have the right drivers, but cannot see what I am doing wrong.

I'd really prefer not to go down the ndiswrapper route.

Firstly, I can see the PCI card and the driver it is using :

Code:
[J@gx260-f10 ~]$ lspci -k
...
...
01:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller (rev 20)
	Kernel driver in use: rtl8180
	Kernel modules: rtl8180
01:0c.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
	Kernel driver in use: e1000
	Kernel modules: e1000
I can also see wlan0 :

Code:
[J@gx260-f10 ~]$ iwconfig 
lo        no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:""  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Tx-Power=0 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

eth0      no wireless extensions.

pan0      no wireless extensions.
The card is using the rtl8180 driver, which is loaded :

Code:
J@gx260-f10 ~]$ lsmod
...
...
rtl8180                30080  0 
mac80211              174052  1 rtl8180
eeprom_93cx6            5888  1 rtl8180
cfg80211               24072  2 rtl8180,mac80211
...

[J@gx260-f10 ~]$ modprobe -all | grep rtl
/lib/modules/2.6.27.21-170.2.56.fc10.i686/kernel/drivers/net/wireless/rtl8187.ko
/lib/modules/2.6.27.21-170.2.56.fc10.i686/kernel/drivers/net/wireless/rtl8180.ko
/lib/modules/2.6.27.21-170.2.56.fc10.i686/kernel/drivers/net/usb/rtl8150.ko
[J@gx260-f10 ~]$
The driver appears to be the correct one (see description):

Code:
[J@gx260-f10 ~]$ modinfo rtl8180
filename:       /lib/modules/2.6.27.21-170.2.56.fc10.i686/kernel/drivers/net/wireless/rtl8180.ko
license:        GPL
description:    RTL8180 / RTL8185 PCI wireless driver
author:         Andrea Merello <andreamrl@tiscali.it>
author:         Michael Wu <flamingice@sourmilk.net>
srcversion:     E04F8115B59D322E6E31BBE
alias:          pci:v00001186d00003300sv*sd*bc*sc*i*
alias:          pci:v00001799d00006020sv*sd*bc*sc*i*
alias:          pci:v00001799d00006001sv*sd*bc*sc*i*
alias:          pci:v000010ECd00008180sv*sd*bc*sc*i*
alias:          pci:v00001799d0000701Fsv*sd*bc*sc*i*
alias:          pci:v00001799d0000700Fsv*sd*bc*sc*i*
alias:          pci:v000010ECd00008185sv*sd*bc*sc*i*
depends:        mac80211,eeprom_93cx6,cfg80211
vermagic:       2.6.27.21-170.2.56.fc10.i686 SMP mod_unload 686 4KSTACKS
So everything seems correct. But when I try to bring up the card by
ifconfig wlan0 up
or
ifup wlan0
the PC just hangs for ever. No mouse movement, ctrl-alt-del, nothing.

I have downloaded a Linux driver from Realtek but it will not compile. I have the latest kernel-devel, headers, and gcc. I can post compiler errors if anybody would like. They're all apparently to do with missing parameters.

Has anybody got any ideas of what I could try next?

Last edited by DubJohn; 12th June 2009 at 02:38 PM.
Reply With Quote
  #2  
Old 21st May 2009, 12:35 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
I'm afraid I can't help with that particular card, but I've edited the thread title, making it more likely that someone who knows about it will see the post.

(It's always very good to put the card model in the thread--there's a lot of cards and busy people tend to ignore threads that just mention wireless.)
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #3  
Old 2nd June 2009, 03:00 PM
DubJohn Offline
Registered User
 
Join Date: Apr 2009
Location: Dublin
Age: 39
Posts: 21
bump bump bump
__________________
Fedora 10. 2.6.27.21-170.2.56.fc10.i686
Reply With Quote
  #4  
Old 3rd June 2009, 02:56 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Well, it seems to be a reported bug. I found this in about 30 seconds putting rtl8180 hangs linux
into google.


https://bugzilla.redhat.com/show_bug.cgi?id=501109

It's always best, if no one seems to be answering to describe some of the steps you've taken, even they turn out to be false starts.

Googling indicates most of the problems with this card are relatively old.

You might try manually connecting with it, to see if the problem is NetworkManager. I have a page detailing one way to do that at http://home.roadrunner.com/~computer.../wireless.html
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #5  
Old 4th June 2009, 01:02 AM
DubJohn Offline
Registered User
 
Join Date: Apr 2009
Location: Dublin
Age: 39
Posts: 21
Hi Scottro,

Thanks for the info.

The bug you mentioned (https://bugzilla.redhat.com/show_bug.cgi?id=501109) was only recently reported so I hadn't noticed it before. It does look like my problem but I am not even getting to bring the card up at all (ifconfig wlan0 up = crash).

In the meantime I have downloaded open source drivers from http://sourceforge.net/projects/rtl-wifi/, but cannot get them to compile in my kernel (2.6.27).

I have also tried a patch a guy has made available through the open source forum at http://sourceforge.net/forum/forum.p...orum_id=652149. This will not compile on my kernel either. (I have the latest headers and devel).

The compile errors all seem to be around missing or incompatible parameters, so I might have a look at the headers and try to patch it myself.

I have seen some reports around of people getting these cards to work in various distros so it really should be possible, but I'm close to throwing my hat at it and trying another card at this stage!
__________________
Fedora 10. 2.6.27.21-170.2.56.fc10.i686

Last edited by DubJohn; 4th June 2009 at 01:04 AM.
Reply With Quote
  #6  
Old 4th June 2009, 03:12 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Sometimes, that's the best thing to do, for awhile. I have a machine with the AR5007EG, which is trivial now, but was a real pain for awhile. I wound up purchasing a USB stick that I used till a good MadWifi snapshot came out. This was a few years ago.
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #7  
Old 26th April 2011, 08:08 PM
DubJohn Offline
Registered User
 
Join Date: Apr 2009
Location: Dublin
Age: 39
Posts: 21
windows_xp_2003firefox
Re: Realtek problem: 8180/

Just in case anybody comes across this problem, Realtek have since published driver modules that fix the problem with the 8185 chipset. No more ndiswrapper for me.

http://www.realtek.com/downloads/
__________________
Fedora 10. 2.6.27.21-170.2.56.fc10.i686
Reply With Quote
Reply

Tags
wireless hangs 8185

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
Realtek 8180 driver and ndiswrapper Metaljaz Hardware & Laptops 1 22nd October 2006 05:25 AM
Ndiswrapper problem or Realtek 8180 Metaljaz Hardware & Laptops 2 21st October 2006 08:31 PM
Realtek 8180 Installation? Sp4rt4n Hardware & Laptops 1 8th October 2006 05:36 AM
need help with Realtek 8180 installation cbbxxxd Hardware & Laptops 0 4th December 2005 12:40 AM


Current GMT-time: 17:08 (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