LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-28-2006, 04:17 PM   #1
yttrium88
Member
 
Registered: Oct 2006
Distribution: Almost Kubuntu 6.10
Posts: 32

Rep: Reputation: 15
I ALMOST have wireless on my Dell now


Ok, I feel like I have made some progress now, I have been following a method for getting wirless installed on my Dell with wireless card: PRO/Wireless 3945ABG.

Here is what I have done so far:
-Installed 'ndiswrapper' and 'wireless tools' using YaST
-Copied the driver( both .inf and .sys files) from windows to a /tmp directory
-Installed the driver using command "ndiswrapper -i <drivername>.inf"
-On typing "ndiswrapper -l" it tells me that the divice is there and that the driver is installed
-Then i typed in some random command (because i was told to): "modprobe ndiswrapper"
***BUT***
-when I run iwconfig or ifconfig -a, the wlan() doesn't show up. the only results are:

***:/home/*** # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

This is driving me up the wall. Any pointers or suggestions would be GREATLY appreciated.
 
Old 10-28-2006, 04:24 PM   #2
Zmyrgel
Senior Member
 
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006

Rep: Reputation: 37
Why not use the linux drivers for the ipw3945?
http://ipw3945.sourceforge.net/

Works great here.
 
Old 10-28-2006, 04:33 PM   #3
Aranel
Member
 
Registered: Jun 2006
Location: USA
Distribution: Ubuntu Edgy, Fedora Zod, and SuSE 10.1; some experience with Mandriva 2006 and Debian Sarge
Posts: 37

Rep: Reputation: 15
Try typing "ifconfig wlan0 up" and THEN "iwconfig." See if that works. Since you've gotten this far with NdisWrapper, I'd finish up with that first. If it doesn't work for whatever reason, like Zmyrgel said, that card does have native Linux drivers.

Last edited by Aranel; 10-28-2006 at 04:39 PM.
 
Old 10-28-2006, 04:49 PM   #4
yttrium88
Member
 
Registered: Oct 2006
Distribution: Almost Kubuntu 6.10
Posts: 32

Original Poster
Rep: Reputation: 15
Ok, so I thought i would try the ipw3945 thing. Before installing that, it told me I needed ieee<something>, so i got that and tried to do it, here is what i got when installing the ieee thing:

ollie:/home/nathan/Desktop # cd ieee80211-1.2.15/
ollie:/home/nathan/Desktop/ieee80211-1.2.15 # make
Checking in /lib/modules/2.6.16.13-4-smp for ieee80211 components...
/lib/modules/2.6.16.13-4-smp/kernel/net/ieee80211/ieee80211_crypt_tkip.ko
/lib/modules/2.6.16.13-4-smp/kernel/net/ieee80211/ieee80211_crypt.ko
/lib/modules/2.6.16.13-4-smp/kernel/net/ieee80211/ieee80211.ko
/lib/modules/2.6.16.13-4-smp/kernel/net/ieee80211/ieee80211_crypt_ccmp.ko
/lib/modules/2.6.16.13-4-smp/kernel/net/ieee80211/ieee80211_crypt_wep.ko
/lib/modules/2.6.16.13-4-smp/updates/ieee80211_crypt-r8180.ko
/lib/modules/2.6.16.13-4-smp/updates/ieee80211_crypt_wep-r8180.ko
Above files found. Remove? [y],n y
grep: /lib/modules/2.6.16.13-4-smp/build//.config: No such file or directory
grep: /lib/modules/2.6.16.13-4-smp/build//include/linux/autoconf.h: No such file or directory
ieee80211 symbols are found from /lib/modules/2.6.16.13-4-smp/build/Module.symvers. Do you want to strip them? [y],n y
make -C /lib/modules/2.6.16.13-4-smp/build M=/home/nathan/Desktop/ieee80211-1.2.15 modules
make[1]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp'
make: *** [modules] Error 2
ollie:/home/nathan/Desktop/ieee80211-1.2.15 # make install
make -C /lib/modules/2.6.16.13-4-smp/build M=/home/nathan/Desktop/ieee80211-1.2.15 modules
make[1]: Entering directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.16.13-4-obj/i386/smp'
make: *** [modules] Error 2
ollie:/home/nathan/Desktop/ieee80211-1.2.15 #

As far as the "ifconfig wlan0 up" went, it told me there was no such device.

Again, any help you can give will be much appreciated.
 
Old 10-28-2006, 06:50 PM   #5
yttrium88
Member
 
Registered: Oct 2006
Distribution: Almost Kubuntu 6.10
Posts: 32

Original Poster
Rep: Reputation: 15
I think maybe I am a little smarter now. I tried to add the driver ipw3945 (which is for my wireless card) to the kernel using modprobe. I'm good so far right?

ollie:/tmp/windrivers # modprobe ipw3945
WARNING: Could not open '/lib/modules/2.6.16.13-4-smp/kernel/net/ieee80211/ieee80211_crypt.ko': No such file or directory
WARNING: Could not open '/lib/modules/2.6.16.13-4-smp/kernel/net/ieee80211/ieee80211.ko': No such file or directory

So now I see that ipw3945 needs some of those ieee80211 files to run. But when i tried to install ieee80211, it also yielded an error, which i stated in an earlier reply, it seems that some files in /lib/modules/2.6.16.13-4-smp/build/ are missing. In fact, the only thing in that /build directory is something called module.symvers

Am I missing an important part of linux here or what?
 
Old 10-29-2006, 01:58 AM   #6
Zmyrgel
Senior Member
 
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006

Rep: Reputation: 37
Have you recompiled the kernel as instructed by the ieee80211 drivers?
You need to remove all driver for that from the kernel and then run the ieee80211 drivers and remove the rest of them if I recall correctly.
After that the ipw3945 firmware and module should install ok and should start to work.
 
  


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
Wireless internet help on Dell Inspiron B130 - Wireless card not detected? agntyellow Linux - Laptop and Netbook 1 08-09-2006 11:42 PM
Help Wireless on Dell Xswitch SUSE / openSUSE 8 05-23-2006 02:42 PM
Wireless won't work after reboot w/ Mepis& integrated Dell Wireless 1370 WLAN MiniPCI longboarder543 Linux - Wireless Networking 1 03-01-2006 06:14 PM
need wireless internet help mandrake 10 dell inspiron 510m intel wireless 2100 3A nickleus Mandriva 3 11-09-2004 09:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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