LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-26-2008, 04:37 AM   #46
Karu
Member
 
Registered: Jul 2007
Location: Estonia
Distribution: Slackware
Posts: 53

Rep: Reputation: 16

Quote:
Originally Posted by RLH1919 View Post
When I run iwconfig I get:

root@Shadow:~# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:"Samsara"
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thrff Fragment thr=2346 B
Encryption keyff
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
Good, you card is available!
I believe you have to configure WPA/WEP
Take look at Alien Bobs site.
It is about madwifi but seting up WPA and configuring rc.inet1.conf and rc.wireless.conf are the same !
 
Old 03-26-2008, 05:06 AM   #47
febriansasi
LQ Newbie
 
Registered: Sep 2006
Location: /home/febrian/
Distribution: SLACKWARE Current, KDE 3.5.9, JFS on Thinkpad R61
Posts: 24

Rep: Reputation: 17
Why ?

Quote:
Originally Posted by RLH1919 View Post
Did you just upgrade everything or just a certain package like iwl3945?
I tried this the other day, upgraded everything. It gave me the option to keep or overwrite the libraries. I chose overwrite and wound up having to reinstall Slack, I felt like an idiot lol.
could you explain why u have too reinstall ?
Because in the slackware-current the kernel is version 2.6.24.3
so dont forget to run lilo before you rebooting.
now my wifi works, dont use kwifimanager, instead u can download kwlan from kde applications its a good apps for managing your wifi especially if you travelling.
 
Old 03-26-2008, 05:13 AM   #48
febriansasi
LQ Newbie
 
Registered: Sep 2006
Location: /home/febrian/
Distribution: SLACKWARE Current, KDE 3.5.9, JFS on Thinkpad R61
Posts: 24

Rep: Reputation: 17
And yes I upgraded all, so I can have lilo with slackware logo on it.
 
Old 03-26-2008, 07:31 AM   #49
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by RLH1919
wlan0 IEEE 802.11g ESSID:"Samsara"
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thrff Fragment thr=2346 B
Encryption keyff
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
That "Not-Associated" is telling you that your card and your AP aren't talking to each other yet. Do you have WEP/WPA enabled? Do you have SSID broadcast on your router enabled?

Quote:
Originally Posted by RLH1919
I have tried manually assigning it an IP address and played with the rc.wireless.conf and rc.inet1.conf but haven't been able to get anywhere with it. Any ideas on where I should look next?
Have a look in your log files (/var/log/messages, /var/log/syslog, and the dmesg output and see if the driver is complaining about anything. Also, messing with IP addresses isn't going to get you anywhere until that "Not-Associated" in the iwconfig output goes away and you actually associate with your AP.
 
Old 03-26-2008, 08:30 AM   #50
RLH1919
Member
 
Registered: Dec 2007
Location: Charleston, South Carolina USA
Distribution: Slackware 13 Ubuntu RHEL 5
Posts: 50

Rep: Reputation: 15
Quote:
Originally Posted by Hangdog42 View Post
That "Not-Associated" is telling you that your card and your AP aren't talking to each other yet. Do you have WEP/WPA enabled? Do you have SSID broadcast on your router enabled?



Have a look in your log files (/var/log/messages, /var/log/syslog, and the dmesg output and see if the driver is complaining about anything. Also, messing with IP addresses isn't going to get you anywhere until that "Not-Associated" in the iwconfig output goes away and you actually associate with your AP.

Yes I have WEP enabled, using 128 bit encryption and I'm broadcasting my SSID. I'll take a look at those message logs you suggested and see what I can find, thanks.
 
Old 03-26-2008, 09:10 AM   #51
RLH1919
Member
 
Registered: Dec 2007
Location: Charleston, South Carolina USA
Distribution: Slackware 13 Ubuntu RHEL 5
Posts: 50

Rep: Reputation: 15
Quote:
Originally Posted by febriansasi View Post
could you explain why u have too reinstall ?
Because in the slackware-current the kernel is version 2.6.24.3
so dont forget to run lilo before you rebooting.
now my wifi works, dont use kwifimanager, instead u can download kwlan from kde applications its a good apps for managing your wifi especially if you travelling.
I had to reinstall because I hosed it up, my fault.
I like slackpkg though, powerfull tool
slackware-current kernel is version 2.6.24.4 now. I guess it won't be long before they come out with Slackware 12.1.
Thanks for the tip on wifi managers, I'll have to check them out.
 
Old 03-26-2008, 11:28 AM   #52
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Yes I have WEP enabled, using 128 bit encryption
There is your problem. Your iwconfig output doesn't show a WEP key. Enter it with:

iwconfig wlan0 key YourKeyInHex

or

iwconfig wlan0 key s:YourKeyInAsci
 
Old 03-26-2008, 03:49 PM   #53
RLH1919
Member
 
Registered: Dec 2007
Location: Charleston, South Carolina USA
Distribution: Slackware 13 Ubuntu RHEL 5
Posts: 50

Rep: Reputation: 15
Quote:
Originally Posted by Hangdog42 View Post
There is your problem. Your iwconfig output doesn't show a WEP key. Enter it with:

iwconfig wlan0 key YourKeyInHex

or

iwconfig wlan0 key s:YourKeyInAsci

You were right! I don't think I can do WEP 128 bit encryption with this card, it wouldn't let me. So I took off the WEP and I can access it. I'm going to see if it will let me do WPA or whatever it is. I really appreciate all your help. I'm going to go have a drink, cheers.
 
Old 03-29-2008, 03:59 AM   #54
iiv
Member
 
Registered: Jun 2007
Location: Russia, Moscow Region
Distribution: Slackware
Posts: 167

Rep: Reputation: 30
Update: Lenovo Ideapad Y510 wifi iwl3945 got it running, do not ask what exactly I did.
I was using 2.6.24.3 when got the message about HW kill turned on, after that went on recompiling(downsizing the kernel, removing unnecessary support for hardware that sure will not appear on my system), so removed a bunch of things from kernel, installed it and got WiFi working!.. That's it.

For those who are interested, another info. How to get snd-hda-intel working with headphones properly. Please exec this
Code:
echo "options snd-hda-intel model=lenovo-ms7195-dig" >> /etc/modprobe.d/sound
that sure works, but does driver still does not explore it itself(with model=auto), so insert it explicitly.

Last edited by iiv; 03-29-2008 at 04:00 AM. Reason: typo
 
Old 04-19-2008, 10:49 PM   #55
DonnieP
Member
 
Registered: Jan 2008
Location: Richmond, VA USA
Distribution: Slackware
Posts: 144

Rep: Reputation: 29
FWIW in case anyone else checks this thread for problems upgrading from ipw3945 to iwl3945 - like when you upgrade from 12.0 to -current: in addition to making sure you have iwlwifi-3945-1.ucode in your /lib/firmware, you also have to make sure you don't have the old ipw3945 version of the ucode file in the same /lib/firmware directory. After upgrade to -current my 3945 wireless associated fine with wpa_supplicant but absolutely refused to get an IP address . . . until I removed the deprecated firmware file.
 
  


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
Best Laptops for Slackware? Ahmed Linux - Laptop and Netbook 3 05-17-2006 03:24 PM
Slackware and laptops geletine Slackware 7 07-27-2005 05:32 PM
Laptops and Slackware... darkarcon2015 Slackware 17 01-29-2005 08:40 PM
Laptops & slackware? mrmag1c19 Slackware 2 09-22-2003 09:05 AM
Laptops leprechaun Linux - General 2 02-24-2002 07:28 PM

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

All times are GMT -5. The time now is 06:48 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