LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-22-2010, 07:24 PM   #1
devwatchdog
Member
 
Registered: Jan 2010
Posts: 202

Rep: Reputation: 47
Realtek RTL8185 -- rtl8180 module locking system up on Slack 13


Someone gave me an old Compaq Presario 8000, which I reluctantly took, as I tend to end up with more computers than I use and more or less end up acting as a disposal agent. It's a 2.4Ghz machine, which will suffice for whatever I felt like installing on it.

I have a generic wifi pci card with a Realtek RTL8185 chipset in it, which I never used and thought I'd set up that computer with it. Hadn't installed Slackware 13 on anything, and it's a distro I like so I went at it.

Install went well, no problems there, but I've used Slackware for about 9 years so I'm readily familiar with that end o' things.

I found the rtl8180 module to be causing problems. It would load on boot, but wouldn't bring up a wireless interface. I was able to remove the module with 'rmmod rtl8180' well enough, but when I would load it again with 'modprobe rtl8180', the system would lock. Tried that a few times, same result.

I ran across mention of a driver on Realtek's web site, so I downloaded and installed it. That one is identified as 'r8180'. I added 'rtl8180' to the module blacklist to prevent it from being loaded at boot, and proceeded to set up wpa_supplicant.conf for my WPA-PSK connection. Came up without a hitch.

The connection is stable thus far, with a respectable link quality.

The Realtek driver can be found here.

I thought I might document my solution here in case someone else runs across the same issue that I experienced.

I'm thinking of slapping another wireless NIC in that computer, or perhaps testing with multihoming possibly. This computer will probably end up as an AP for relaying my wireless traffic to an AP downstairs. I have one USB NIC (Alfa AWUS036S)with a 5dB antenna that has a strong signal, but the ones of more a common variety could use a little help.

One of the obvious drawbacks to this route is the fact that any time the kernel is updated, I'll have to recompile the r8180 module. This machine will be used primarily for routing purposes, and overall I'm not too worried about this. It won't even have a monitor on it.

John
 
Old 05-28-2010, 08:18 AM   #2
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
thanks

i had the same issue. downloaded the new driver you linked to, did a make and make install, and added
Code:
blacklist rtl8180
to the module blacklist. after a reboot, everything worked
 
Old 06-26-2010, 01:39 AM   #3
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
ok, this is my second time through this... so i'll add what i did.

i have a fresh install of slack13.0 i just finished installing, because the machine i originally installed it on for my children was too slow (P3 500Mhz with 300 megs of ram...) so after a fresh install of slack13, i installed wicd..... wrong answer.... it locked up during boot after that. to get the machine to boot, i removed the wireless card, and doing that allowed it to boot. i removed wicd ( removepkg wicd ). then i downloaded the rtl8185 driver linked in the message above. after decompressing it (the instructions are in the readme file) i did a make and a make install. the next step was to add
Code:
blacklist rtl8180
to the /etc/modprobe.d/blacklist.conf file. then i reinstalled wicd using installpkg. next, i shut the machine down and reinstalled the wireless card and booted the machine back up. after booting, i went into x, and brought up the wicd connection manager and set my parameters for the card and access point. the reason for going into x to set up the card, is a couple of years ago i had trouble getting a wireless card to work, and i went to the wicd web page and told the developers i was trying to set up y wireless card, but every time i edited the wicd config files, they reverted to what they had been previously. their answer was that the only way to configure wicd is from the GUI tool, and the config files aren't meant to be edited by hand...
 
Old 06-26-2010, 07:41 AM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,

Quote:
Originally Posted by unclejed613 View Post
<snip>to the /etc/modprobe.d/blacklist.conf file. then i reinstalled wicd using installpkg. next, i shut the machine down and reinstalled the wireless card and booted the machine back up. after booting, i went into x, and brought up the wicd connection manager and set my parameters for the card and access point. the reason for going into x to set up the card, is a couple of years ago i had trouble getting a wireless card to work, and i went to the wicd web page and told the developers i was trying to set up y wireless card, but every time i edited the wicd config files, they reverted to what they had been previously. their answer was that the only way to configure wicd is from the GUI tool, and the config files aren't meant to be edited by hand...
I believe the wicd-curses will allow you to configure without issues. I no longer use wicd for my network.
 
Old 06-26-2010, 05:45 PM   #5
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
once it's working right, i have no trouble with wicd, the issue here was actually a card driver that didn't work with the linux kernel. once the driver was put into use (like with wicd or any other network manager) it caused a hardware conflict. the first time i had problems with the rtl8185 card, it actually seemed to cause random IRQ conflicts with other hardware, ultimately with the system locking up.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless Realtek RTL8185 Driver; Help installing on Fedora 7? Dunas Linux - Laptop and Netbook 2 03-13-2008 02:29 AM
How to install Realtek RTL8180 Drivers darkalien_fc5 Linux - Hardware 4 05-25-2006 07:47 AM
Realtek RTL8180 not working on Kanotix Linux ZippoTrickin Linux - Hardware 6 06-04-2005 12:40 PM
Belkin F5D6020 Realtek RTL8180 wi-ft card on RH Linux 9.0 pvrbharg Linux - Wireless Networking 5 06-28-2004 09:52 AM
realtek 8180 Locking up Syntax_Error Linux - Networking 4 12-28-2003 11:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration