LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-14-2005, 06:06 PM   #1
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Rep: Reputation: 15
Dell TrueMobile 1400


Hey all,

I recently put SlackWare 10.0 on my Dell 600m. I'm having problems setting up the wireless card. I got the drivers from the site recommended by the Installtion guide. After I install the .inf file, I type
Code:
ndiswrapper -l
I see from that the hardware is present. Then when I type "modprobe ndiswrapper" this is what outputs.

Code:
/lib/modules/2.4.26/misc/ndiswrapper.o: unresolved symbol ndiswrapper_remove_one
/lib/modules/2.4.26/misc/ndiswrapper.o: insmod /lib/modules/2.4.26/misc/ndiswrapper.o failed
/lib/modules/2.4.26/misc/ndiswrapper.o: insmod ndiswrapper failed
Any clues would be helpful. Its been shown that this Card can work with Linux if you use ndiswrapper, but I can't seem to get it to work correctly.

Thanks
 
Old 01-14-2005, 06:38 PM   #2
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Original Poster
Rep: Reputation: 15
These are the commands that I'm using from the shell

root@MyLaptop:~# ndiswrapper -i /root/bcmwl5a.inf
Installing bcmwl5a
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
root@MyLaptop:~# ndiswrapper -l
Installed ndis drivers:
bcmwl5a driver present, hardware present
root@MyLaptop:~# modprobe ndiswrapper
/lib/modules/2.4.26/misc/ndiswrapper.o: unresolved symbol ndiswrapper_remove_one
/lib/modules/2.4.26/misc/ndiswrapper.o: insmod /lib/modules/2.4.26/misc/ndiswrapper.o failed
/lib/modules/2.4.26/misc/ndiswrapper.o: insmod ndiswrapper failed
root@MyLaptop:~#
 
Old 01-15-2005, 09:09 AM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Just a thought....

Since you're using a 2.4 series kernel, you might want to jump to an earlier version of ndiswrapper (like 0.7 or so). Getting ndiswrapper to work can be an annoying trial and error of kernel version, ndiswrapper version and driver and I know the most recent versions of ndiswrapper were modified to allow it to function on 2.6.10 kernels. That may be goofing up ability on 2.4 kernels.
 
Old 01-15-2005, 10:03 AM   #4
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Original Poster
Rep: Reputation: 15
Thanks for the response, I'm actually trying to upgrade to the 2.6.10 kernel at the moment. For what I've read, APCI is built into it and should make my battery last a little long since I'm on a laptop. Also like you said ndiswrapper should run better.

I found this one site for a good linux recompile tutorial.

http://www.digitalhermit.com/linux/K...ild-HOWTO.html

But I'm having problems when trying to apply the patches to the source. RIght now I'm stuck at "Extract and Patch" on their guide. The message I get is that the patch was already detected. Does that mean I can skip that step?
 
Old 01-15-2005, 06:30 PM   #5
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Original Poster
Rep: Reputation: 15
I changed my mind about upgrading to the newer kernel. I just got ndiswrapper 0.7 and it is working fine, good call
 
Old 01-15-2005, 06:37 PM   #6
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Original Poster
Rep: Reputation: 15
Ok well, I got ndiswrapper working correctly. I added this to /etc/rc.d/rc.modules
/sbin/modprobe ndiswrapper

When my laptop boots up, it recongizes the hardware. Now how do I go about connecting to my AP. It has WEP enabled. Do I need to add more to rc.modules? Or can I configure KWifiManager? My WEP key is pretty long and it doesn't fit in the String box for the keys.
 
Old 01-15-2005, 07:03 PM   #7
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Original Poster
Rep: Reputation: 15
Ok, I added these lines to /etc/rc.d/rc.modules

iwconfig wlan0 mode Managed
iwconfig wlan0 key restricted MY_WEP_KEY
iwconfig wlan0 essid MY_ESSID

When I log into a session, I can see from KWifiManager that I am connected to the router, but how do I get an IP

I also tried
dhcpcd wlan0

But that doesn't do anything
 
Old 01-15-2005, 07:15 PM   #8
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
You can simply add the settings you want to /etc.rc.d/rc.wireless.conf. Example settings:
ESSID="your_essid"
MODE="Managed"
RATE="auto"
KEY="1234-abcd-gggg-9999..."

I'd put dhcpcd wlan0 in /etc/rc.d/rc.local.

As for not pulling an IP, any errors? Does the router have a log? If so, any hints there?
 
Old 01-15-2005, 10:25 PM   #9
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Original Poster
Rep: Reputation: 15
I haven't been able to get /etc/rc.d/rc.wireless.conf to work correctly but I'll look at that later. The way I have everything loading in rc.local is setting the ESSID and KEY. I can see the information about my router even the local mac address of it through KWifiManager. By using "dhcpcd wlan0" it isn't assigning an IP address to the interface. When I do route, I'm only seeing one entry and it is soemthing like 127.0.0.1. How else can I set this up?
 
Old 01-16-2005, 11:40 AM   #10
snutz411
Member
 
Registered: Mar 2004
Distribution: Slackware 10.0
Posts: 55

Original Poster
Rep: Reputation: 15
Hey guys,

I finally got it working, and I figured out how to use /etc/rc.d/rc.wireless.conf. The only problem I had was I didn't put "open" where I define the key KEY="open XXXXX". Now it is working great. Thanks for the help
 
  


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
Truemobile 1400 WLAN problem in suse 9.2 DeadPenguin Linux - Wireless Networking 1 04-14-2005 07:04 PM
1400*1050 resolution Dell 510m VincentB Linux - Hardware 6 02-16-2005 04:35 PM
1400 * 1050 on DELL 510m VincentB Linux - Hardware 1 07-25-2004 12:55 PM
ndiswrapper and BCM4309 (truemobile 1400) error while booting nsk078 Linux - Wireless Networking 0 07-11-2004 10:01 AM
Help with Dell TrueMobile 1100 wlan adapter on Dell inspiron 8200 with suse8.1 simpson75us Linux - Laptop and Netbook 0 08-11-2003 10:34 AM

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

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