LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 09-16-2010, 08:29 PM   #1
cyrrius
LQ Newbie
 
Registered: Sep 2007
Posts: 7

Rep: Reputation: 0
Unhappy Wireless setup in Slackware 13.1 64 bit


I have tried to get my wireless network setup for 5 nights now, with the same results. Everything in my system automatically installs during the initial installation, except wireless, which I have run into in the past with older pc's. This install however (from 13.1 install dvd) seems to not cooperate properly with the rest of my computer. After installing wicd, I attempt to connect to the wireless network. Immediately after, wicd shows in the activity bar 'flushing dns' and syslog spews out two notifications at the lower right. That's it. From there it hangs and will not terminate cleanly. If I log out from there, I cannot get back into my x window system. Startx merely creates an Auth file and fails to load, saying that it's already active on 0. Then, if I run shutdown -r now, the system only goes as far as disconnecting remote drives and then hangs as well. I have to perform a hard boot at that point. The only thing that circumvents this, is to installpkg remove wicd. After wicd's removal, then I can shutdown -r now and reboot, reenter X and everything acts normal - until a wicd install. Any thoughts, suggestions, anything?

Please be aware, that I am not familiar with outputting data into a file like in the other posts I've seen here, so if you need the output, please include the commands necessary. Thanks so much in advance!
 
Old 09-17-2010, 09:51 AM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Moved: This thread is more suitable in Wireless Networking and has been moved accordingly to help your thread/question get the exposure it deserves.

It sounds like there is a problem with the wireless driver if it is causing instability. I assume this instability is not seen if the wireless device is removed?

Perhaps you could let us know what wireless device, kernel version and loaded modules you have:
lspci
uname -r
lsmod
 
Old 09-17-2010, 07:25 PM   #3
cyrrius
LQ Newbie
 
Registered: Sep 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for responding!

You are correct, I dont have the issue when wicd has not been installed. I am reinstalling slackware 13.1 64 bit now so that all goes back to the original settings. Then I will gather the info requested. Btw, the three commands given I am semi-familiar with, but how do I get the output into a reply? Thanks again!
 
Old 09-18-2010, 07:16 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
You can use the redirects to get output into a file. For example

lspci > lspci.txt

will take the output from the lspci command and put it into a file named lspci.txt. You can then open the file with any text editor.
 
Old 09-18-2010, 07:20 AM   #5
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
If you are reinstalling anyway you might want to consider trying the 32bit version unless you have specific requirements for 64bit. It's possible there is a problem with the firmware on just a 64bit install.

You'll have problems with things like adobe flash player under 64bit as well, for a desktop I personally don't think 64bit is worth it until more vendors give it full support which IMHO they should be doing already.
 
Old 09-21-2010, 06:57 PM   #6
cyrrius
LQ Newbie
 
Registered: Sep 2007
Posts: 7

Original Poster
Rep: Reputation: 0
David,

I think I'll start the download process for 32 bit, but I will also post the other info real quick too. I've also learned that now my ethernet port has transported it's last packet. So, for now, wireless is the only hope I have of internet connectivity in Slack.

Switching over, then will be back to post the requested ouput.
 
Old 09-21-2010, 07:18 PM   #7
cyrrius
LQ Newbie
 
Registered: Sep 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Output from lsmod:


Module Size Used by
snd_seq_dummy 1487 0
snd_seq_oss 29884 0
snd_seq_midi_event 5620 1 snd_seq_oss
snd_seq 52643 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 5459 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 39907 0
snd_mixer_oss 15975 1 snd_pcm_oss
ipv6 273462 22
pcmcia 30280 0
pcmcia_core 29487 1 pcmcia
agpgart 29705 0
lp 10049 0
fuse 59927 3
rt2860sta 557562 0
snd_hda_codec_via 55338 1
rt2800pci 9883 0
rt2800lib 21629 1 rt2800pci
rt2x00usb 7949 1 rt2800lib
rt2x00pci 5283 1 rt2800pci
crc_ccitt 1323 1 rt2800pci
rt2x00lib 26634 4 rt2800pci,rt2800lib,rt2x00usb,rt2x00pci
snd_hda_intel 21832 2
led_class 2785 1 rt2x00lib
snd_hda_codec 65015 2 snd_hda_codec_via,snd_hda_intel
mac80211 171226 3 rt2x00usb,rt2x00pci,rt2x00lib
snd_hwdep 6420 1 snd_hda_codec
snd_pcm 71871 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
cfg80211 128711 2 rt2x00lib,mac80211
rfkill 15860 2 cfg80211
snd_timer 19466 2 snd_seq,snd_pcm
psmouse 47158 0
ppdev 6315 0
processor 29915 0
rtc_cmos 9278 0
eeprom_93cx6 1368 1 rt2800pci
joydev 10293 0
r8169 36193 0
thermal 12550 0
i2c_piix4 8664 0
parport_pc 21015 1
rtc_core 14766 1 rtc_cmos
snd 57142 15 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_via,snd_hda_intel,snd_hda _codec,snd_hwdep,snd_pcm,snd_timer
parport 29923 3 lp,ppdev,parport_pc
thermal_sys 14118 2 processor,thermal
usbhid 37516 0
i2c_core 18679 1 i2c_piix4
hid 75699 1 usbhid
rtc_lib 1922 1 rtc_core
soundcore 5839 1 snd
serio_raw 4654 0
evdev 9114 12
mii 3914 1 r8169
sg 25890 0
snd_page_alloc 7145 2 snd_hda_intel,snd_pcm
k10temp 2875 0
asus_atk0110 11154 0
hwmon 1449 3 thermal_sys,k10temp,asus_atk0110
button 4922 0


Output from lspci:

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 5)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce GTS 250] (rev a2)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
03:06.0 Network controller: RaLink RT2800 802.11n PCI

Output from uname -a:

2.6.33.4
 
Old 09-22-2010, 12:46 PM   #8
cyrrius
LQ Newbie
 
Registered: Sep 2007
Posts: 7

Original Poster
Rep: Reputation: 0
Quick update, I've installed Slack 13.1 32b and installed wicd as well. With no network connection, I opened the wicd interface and edited the properties of my selected network, added in my key and encryption type, then clicked connect - immediate out down in the lower right corner showing 3 messages from syslog. Wicd began the "flushing dns" process and then froze up. Upon logging out, prior to shutdown, I removepkg wicd because if I don't then I will not be able to reenter X. This still causes the system to hang on shutdown, so again it's the exact same between 64 bit and 32 bit slack. Hope this helps!
 
Old 09-22-2010, 01:51 PM   #9
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
It looks like you have 2 conflicting drivers - see:
http://www.linuxquestions.org/questi...rt2860-807612/

I'm not familiar with that particular chipset but you may want to try disabling the older driver rather than the newer one as suggested in the thread above as that user did have an rt2860 chipset where you appear to have an rt2800.
 
  


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
Slackware 13 (64 bit) Wireless with WPA2-PSK and WPA Cipher set to AES KrazyKanuk Slackware 3 01-26-2010 05:52 AM
New to Slackware~Wireless setup! suChris Slackware 12 12-02-2009 03:22 AM
Slackware Linksys wireless setup davimint Linux - Wireless Networking 5 07-03-2007 02:37 PM
slackware wireless setup hosler Linux - Wireless Networking 8 10-16-2006 09:52 PM
d-link wireless router setup on slackware kodon Slackware 2 07-31-2004 04:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 07:17 AM.

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