| Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind). |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
07-27-2008, 10:45 PM
|
#1
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Rep:
|
Step-by-step instructions Slackware 12 wireless installation
Hello:
I am looking for a step-by-step walkthrough to tell me how to setup my girlfriend's laptop to connect to my wireless router.
Here are the specs:
1) Slackware 12
2) Linksys Router WRT54GS
- SSID = Treeburger
- Channel = 6, 2.437GHz
- Security Mode = WPA Personal
- WPA Algorithm = AES
I have no idea what her wireless card is or how to find out.
I really have no idea what I am doing. I tried messing around with rc.inet1.config and rc.wireless.config. I even went so far as downloading the wpa_suplicant package . . . but have no idea what to do with it.
Please help me out, thanks!
~Travis
|
|
|
|
07-27-2008, 10:58 PM
|
#2
|
|
Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep: 
|
I can't help you a lot with this one, but can you post the output of the lspci command so folks here can determine the card's chipset
In case that isn't clear - open a terminal and type lspci followed by return
Last edited by billymayday; 07-27-2008 at 10:59 PM.
|
|
|
|
07-28-2008, 08:34 PM
|
#3
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Original Poster
Rep:
|
Network Controller: Broadcom Corp. BCM4306 802.11b/g Wireless LAN controller
|
|
|
|
07-29-2008, 02:58 AM
|
#5
|
|
Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep: 
|
I think you'll still need the lspci output, since I believe that different versions of the same card can have different chipsets.
|
|
|
|
07-29-2008, 06:42 PM
|
#6
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Original Poster
Rep:
|
She is using Slackware 12.1.
|
|
|
|
07-29-2008, 10:09 PM
|
#7
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Original Poster
Rep:
|
Okay, I was able to download the packages from http://wireless.kernel.org/en/users/Drivers/b43.
I installed them following the instructions. They didn't work, so I checked out dmesg. It told me to install an earlier version. I did that.
The only thing different from today and yesterday is that the little LED for wireless shows up on her computer.
The truth is I have no idea what setup files I need to touch or what needs to be in them. From what I have found, I have to edit the rc.inet.config and wpa_supplicant.config file. I have found a few sites explaining what I need, but none of them seem to be working for me.
A copy of someone else's .config files would probably be very useful; especially if you're encrypting using AES.
|
|
|
|
07-29-2008, 11:27 PM
|
#8
|
|
Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep: 
|
I did a bit of searching, and the solutions I've seen for this device all centre around using ndiswrapper (that is, using the windows drivers through ndiswrapper). Is that what you're trying to do?
Perhaps this will help
http://www.google.com/linux?hl=en&q=...re&btnG=Search
|
|
|
|
07-30-2008, 10:31 PM
|
#9
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Original Poster
Rep:
|
I started by downloading wpa_supplicant. I downloaded the firmware from the link I listed about. I think I can avoid the wrapper since there is firmware for Linux. Maybe I'm wrong.
|
|
|
|
07-30-2008, 11:11 PM
|
#10
|
|
Guru
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678
Rep: 
|
I don't know to be honest - I'm trying to help since not many others are.
A suggestion for you though - I'd try and get the thing working without wpa (that's what wpa_supplicant is for, but I guess you know that), and once you get it working without, add the wpa in.
|
|
|
|
07-31-2008, 03:34 AM
|
#11
|
|
Member
Registered: Jan 2008
Distribution: Slackware64-current
Posts: 119
Rep:
|
If you installed firmware, it should be in /lib/firmware. If it is, the card should be working now.
To configure connection edit /etc/rc.d/rc.inet1.conf, should look like that:
Quote:
IFNAME[4]="wlan0"
IPADDR[4]=""
NETMASK[4]=""
USE_DHCP[4]="yes"
|
Quote:
WLAN_WPA[4]="wpa_supplicant"
WLAN_WPADRIVER[4]="wext"
|
Then, edit /etc/wpa/supplicant.conf - there are plenty of examples in /usr/doc/wpa_supplicant-<your version>/wpa_supplicant.conf.sample.
|
|
|
|
07-31-2008, 08:10 PM
|
#12
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Original Poster
Rep:
|
Any idea why I keep getting siocsifflags  peration not supported?
|
|
|
|
07-31-2008, 08:12 PM
|
#13
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Original Poster
Rep:
|
It says it can't set my nickname???
|
|
|
|
07-31-2008, 11:21 PM
|
#14
|
|
Member
Registered: Jan 2008
Distribution: Slackware64-current
Posts: 119
Rep:
|
Good sign, my Broadcom did the same, but worked  /etc/rc.d/rc.wireless tries to set nickname on the interface - that can't be done by Broadcom driver and the result is in your posts. Don't worry about that. Please, post the output of
and .
Last edited by tomtomjkw; 07-31-2008 at 11:23 PM.
|
|
|
|
08-02-2008, 11:46 AM
|
#15
|
|
LQ Newbie
Registered: Jul 2008
Posts: 13
Original Poster
Rep:
|
Selected interface 'wlan0'
wpa_state=SCANNING
wlan0 IEEE 802.11g ESSID:"Treeburger"
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr  ff Fragment thr=2346 B
Encryption key  ff
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
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:33 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|