LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
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


Reply
  Search this Thread
Old 08-02-2003, 11:32 AM   #1
Zappa
LQ Newbie
 
Registered: Jul 2003
Location: Sweden
Distribution: Slackware
Posts: 19

Rep: Reputation: 0
Thumbs up Suceess story Slackware + Wlan DWL-AB650


I got myself a D-Link DWL-AB650 card (this is a 802.11a/b combo card).

After some serious googling I found MadWiFi that should support the Atheros chipset which is on this card.

Downloading and compiling the source was very easy I just followed the README file within the tarball and it worked.

Here's a short description on what I had to do:
1. d/l the tarball and extracting it.
2. Check that the path to my linux source directory was the same as in /path/to/tarball/Makefile.inc (mine was /usr/src/linux).
3. compile with make
4. load the modules with
insmod wlan
insmod ath_hal
insmod ath_pci
(not needed as it's a pc-card)
5. execute make install to install the modules into right directory.
6. execute iwconfig ath0 essid "<my_essid>" to set the essid for my AP.
7. execute ifconfig ath0 up to startup the interface
8. execute dhcpcd ath0 to get a ip from dhcp server.

This is working for me just gotta make myself a nice start-script for the last part...

Then you have some nice possibility to manage the card with what freq it should use, etc. etc. But look in the README file for more details.

Good luck anyone who tries this..

/Zappa
 
Old 09-09-2003, 08:58 PM   #2
activematrix
Member
 
Registered: Dec 2001
Location: Wichita, KS
Distribution: SuSE 8.2 (work), RedHat 9 (test machine), Solaris 9 (work), Mandrake 9.1 (home)
Posts: 43

Rep: Reputation: 15
Question

Zappa-

Thanks man! My AB650 card is the ONLY reason I'm still trapped with Windows XP. Had a question for you though. Here's where I'm at.

1. I'm running SUSE 8.2, fresh install, downloaded from network.
2. I have the Wireless Tools installed (from SUSE).
3. I've configured and am using my built on Wired connection successfully.

Okay, hardware:

D-Link DWL-AB650 802.11a/b PCMCIA
Dell Inspiron 8200
blah... blah... blah...

Following your instructions and the README, I receive the following when I attempt to do a 'make':

Code:
Makefile.inc:98: /lib/modules/2.4.20-4GB/build/.config: No such file or directory
make: *** No rule to make target `/lib/modules/2.4.20-4GB/build/.config'.  Stop.
Ideas? I've checked and changed the lines to point to the correct kernel source; however, the .config file ISN'T there... I do have a Config.in file; however, when pointing it at that, the install dies a painful death.

Thanks for all of your help... The light on the horizon that my WiFi card will work on SuSE is great motivation... if you could point me in the right direction.



-David
 
Old 09-22-2003, 04:48 PM   #3
emeded
LQ Newbie
 
Registered: Sep 2003
Location: Sacramento-CA
Distribution: Red Hat 8.0 on KDE 3.0 with 2-18-14 kernel
Posts: 1

Rep: Reputation: 0
Question Finaly some info

Hi there,
finally some more info about my dwl-ab 650 wireless card. I am runing Toshiba laptop with RH 8.0. However, only thing stopping me to switch 100% to linux is my wireless card!

I got that driver and tried to install it, but did not work.
I followed your steps and did first
make
after that I tried to do
insmod wlan,
but my computer does not recognize this command. When I go to lib/modules/2.4.18-14/net I can see two files:
wlan.o and
ath_pci.o
I know you said I will need ath_hal.o but I cannot see it in my folder!!!
When I tried to do
make install
I get this output:
# depmod: *** Unresolved symbols in /lib/modules/2.4.18-14/net/ath_pci.o
ath_hal_computetxtime
ath_hal_detach
ath_hal_probe
ath_hal_attach
ath_hal_init_channels
ath_hal_mhz2ieee
I really need to have my card going, because this is the only thing holding me to switch to linux 100%.
I am also new in linux, so please do not be mad if I asked you some stupid questions.


Thank you in advance




Great topic!!!

Last edited by emeded; 09-22-2003 at 09:38 PM.
 
Old 10-05-2003, 04:35 AM   #4
Zappa
LQ Newbie
 
Registered: Jul 2003
Location: Sweden
Distribution: Slackware
Posts: 19

Original Poster
Rep: Reputation: 0
David:
If you haven't managed to get it to work, try and look at the mailing list archive at http://www.sourceforge.net/projects/madwifi

I think your trouble is that you don't have a .config file and there should be a sample one somewhere on your disk.

Since I've never tried SuSE I can't give you any help where to find that one but I know there's been a post about that in the mailing list. And I know ppl who's got it to work under SuSE.

Good Luck!!!

Embeded:

I think you gotta upgrade your kernel to atleast 2.4.21 to have an safe trip to success...

On the same mailing list I've seen that using 2.4.18 kernel is a pain in the **** to get it to work.

If I haven't totally forgot all about RH there is a 2.4.21 kernel package for 8.0. Make sure you get all packages header/source.....

Cheers,

Zappa
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
DWL-AB650 with Thinkpad/Redhat 7.3 lisper Linux - Wireless Networking 1 12-25-2004 03:54 PM
DWL-AB650 CardBus Strangeness Sufian Linux - Wireless Networking 2 03-10-2004 09:16 PM
DWL-AB650 (general settings for card) isotla Linux - Wireless Networking 2 03-04-2004 03:12 PM
D-Link DWL-AB650 / settings after install isotla Linux - Wireless Networking 0 03-02-2004 12:26 PM
D-Link DWL-G650 - 54 MBit/s WLAN schirrmi Linux - Hardware 4 11-16-2003 02:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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