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 11-13-2005, 07:01 PM   #1
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Rep: Reputation: 0
slackware 10.2 giving me wifi hell


Hi everybody,

I been a slackware user for a while now, but usually on old standard hardware. So usually, everything was mass easy to setup.
I just bought an Acer Travelmate 4402 which comes with a
Code:
06:05.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)

as per lspci.
I tried a bunch of things with NdisWrapper and it didn't work. I mean, it would say hardware present etc , but then it wouldn't let me even change the ESSID and dhcpcd wlan0 wouldn't get it up.
So i went out and bought a cheap D-Link Airplus XtremeG (DWL-g650) rev B5.
but for some reason it doesn't seem to get detected.
lspci doesn't show anything different after inserting the card, and cardctl ident doesn't show anything either.

Can anyone please tell me what else to try to get either of the cards working?
Maybe I'm missing some kernel module? any help at all will be greatly appreciated. Just throw ideas at me!!

Thanks a bunch!!!!!!!!
 
Old 11-13-2005, 08:20 PM   #2
SeekAndDestroy
LQ Newbie
 
Registered: Nov 2005
Location: PA, USA
Distribution: Mandrake 10.1
Posts: 11

Rep: Reputation: 0
i have the same problem, i can get everything fine right to the point where you change the ESSID, then nothing works after that
 
Old 11-13-2005, 08:56 PM   #3
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
I'm using the drivers I got from Acer's ftp site for WinXP and for my laptop.
Some1 suggested I could use drivers for win9x , but i have no idea where to get those from , so can't really try.
And I'm also stuck with this PCMCIA card, which for some reason I can't even tell if it's being recognized...
How can I know if the PCMCIA card is recognized ?
 
Old 11-13-2005, 10:10 PM   #4
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
C'mon guys, somebody has to have had this problem (not being able to set the essid) and solved it ><
I'm going crazy, The only thing i can think off is the card not being powered... in which case . How can i turn it on?

HELP!!!!!!!!!
 
Old 11-14-2005, 07:14 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I've noticed occaisional problems setting the ssid from the console, but for some strange reason, it almost always works from a script running either at boot time or using sudo and the console.

As for the PCMCIA card not showing up in lspci, well, it shouldn't because it isn't a PCI card. Not showing up in cardctl is a bit more serious since that should show things connected via PCMCIA. Do you have hotplug operating? Also, are you using one of the stock Slackware kernels or have you rolled your own?
 
Old 11-14-2005, 12:11 PM   #6
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
It's a custom 2.6.14
If you have any clue as to what modules I might be missing, shoot. I'll check it out asap.

Other than that I'm up against a wall. Ndiswrapper goes almost all the way, just can't scan for APs or change essid ><
and the yeah, I agree, the PCMCIA situation is pretty strange, but It's my first pcmcia card ever, so I'm not familiar with the subsystem...

Thanks guys

PS: forgot to mention, i tried with the stock 2.4.31 kernel too but it still wouldn't work. Maybe I was trying the wrong stock one. Keep the suggestions coming


Last edited by AnoobiS; 11-14-2005 at 12:23 PM.
 
Old 11-14-2005, 12:48 PM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Ndiswrapper goes almost all the way, just can't scan for APs or change essid
Well, the scanning bit at least is a symptom of the 2.6.14 kernel. Starting with 2.6.13, the kernel included a new version of wireless extensions. The problem is that the wireless tools software doesn't support it yet and the version that does is still in beta testing. The end result is that the Slackware package for wireless tools doesn't really work with 2.6.13 or later kernels. I think there are a couple people making Slackware packages with the beta wireless tools so you can either hunt one of those down, or download the wireless tools beta and modify the slackBuild script and roll your own. Of course you can always drop back to a 2.6.12 or earlier kernel as well (I'm running 2.6.12.6 on my laptop for exactly this reason). I haven't seen the ssid problem with the newer kernels, but given that iwconfig is part of wireless tools, I wouldn't be surprised. By the way, you are root when trying to set the ssid, right? Oh, and the only thing that ndiswrapper needs in the kernel is the wireless extensions, so as long as you have that enabled (and most, if not all, the stock Slackware kernels do) you should be good to go.

Another tack to take would be to try some different Windows drivers. Start with the one suggested by the ndiswrapper wiki. If that doesn't work, try one from the manufacturers web site. If that STILL doesn't work, try one off of the CD the card/computer came with. Sometimes getting ndiswrapper to work can be kind of hit or miss.

Finally, if you are using an ndiswrapper rc version, dont. They simply aren't worth the hassle. Try an earlier stable version first.

Quote:
I agree, the PCMCIA situation is pretty strange, but It's my first pcmcia card ever, so I'm not familiar with the subsystem.
I'm not very familiar with it either, but if you put a card in, at very least you should see something in the logs. If you don't, then I would suspect you may have missed something in the PCMCIA section of the kernel config. But that is just a guess. You also might want to check that /etc/rc.d/rc.hotplug is executable and have a look through the logs to see if hotplug is complaining about something.
 
Old 11-14-2005, 05:01 PM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I'm going to add a little addendum to this because after reading a security alert about kernels prior to 2.6.13, I figured I better mess around with the wireless tools beta.

What ended up working is I created a copy of the source wireless tools folder from the Slackware CD4. I replaced the existing wireless tools tarball with this beta tarball.

I then opened up the wireless Slackbuild script and made two changes. First, in the header of the file I changed the VERSION to 28.pre10.

The second change needed was to change this line:
Code:
cd wireless_tools.$VERSION
to this:
Code:
cd wireless_tools.28
I then ran the wirless_tools.SlackBuild script and used upgradepkg to install the new package. I'm now running a 2.6.14.2 kernel and the various wireless tools do seem to work properly (at least on my rig).
 
Old 11-15-2005, 02:25 PM   #9
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Here's a Slackware 10.2 package for wireless-tools-28.pre10-i486-1.tgz for the people who do not want to build from source. You can also find a build script there if you do want to build from source.

Download and run
Code:
upgradepkg wireless-tools-28.pre10-i486-1.tgz
Eric
 
Old 11-15-2005, 05:34 PM   #10
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
ok, I'm kicking myself in the nuts while I write this, but take a look at the output of iwconfig -v
Code:
iwconfig Wireless-Tools version 27
              Compatible with Wireless Extension v11 to v17

Kernel    Currently compiled with Wireless Extension v19
That would make me the dumbass of the month.

Let's just hope it works when i update to the latest wireless tools.
Will keep ya posted
 
Old 11-15-2005, 05:43 PM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Actually, I don't think you need to kick yourself in any anatomically sensitive areas..... Lots of people are getting tripped up by this, particularly anyone who doesn't trust the bleeding (or at least beta) edge.
 
Old 11-15-2005, 05:48 PM   #12
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
well i just upgraded the latest wireless tools
still no game... still can't scan using ndiswrapper 1.5 and the drivers recommended by the Wiki List ><
I'm lost, again
 
Old 11-15-2005, 07:39 PM   #13
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
Ok guys, Here's the deal...
The card was off!!!!!!!!

To anyone with an acer laptop...
get this:
http://www.archernar.co.uk/acer_acp..._acpi_main.html
that way you can turn your card on.

Cheers and happy surfing
 
Old 11-15-2005, 07:52 PM   #14
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
mmm, ok. so i can now scan. but still can't change essid ><
wth is going on now?
I mean, if I can scan, i should be able to do the rest? right?
 
Old 11-15-2005, 08:15 PM   #15
AnoobiS
LQ Newbie
 
Registered: Nov 2005
Posts: 18

Original Poster
Rep: Reputation: 0
Arite then,

This message is coming to you via the wireless connection.
So, now all i gotta do is do the wpa thing. but thanks everybody for the help and suggestions.
I've already also thanked the person who mentioned acer_acpi on the other thread

Cya arounD
 
  


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
wifi on slackware slinky2004 Slackware 6 10-14-2005 11:29 AM
Slackware 10.0 install giving me a headache GeneralChaos Slackware - Installation 17 07-02-2005 08:53 PM
SlackWare WiFi networking help! second-belated Linux - Wireless Networking 2 06-20-2005 12:52 PM
SSL giving me hell Crashed_Again Linux - Security 14 04-25-2005 03:49 PM
XCHAT ON slackware giving an error :( tranquil.au Slackware 6 01-09-2004 04:42 PM

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

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