LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
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
 
LinkBack Search this Thread
Old 03-04-2006, 06:58 PM   #1
anime2wars
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Rep: Reputation: 0
Dell insipron 6000 wireless card issue


I am running slackware 10.2
My wireless card is a 1370 wlan mini-Pci Card.
I have a linksys wireless G router.

Slackware doesnt know my card is there and so it cant turn it on and send out a wireless signal.

Has anyone used the same model card and got it to run on linux?
 
Old 03-05-2006, 12:51 PM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,700
Blog Entries: 1

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
I have a similar card in my laptop (a 1300). I'm going to guess that the 1370 also uses the Broadcom chipset, in which case ndiswrapper is going to be the easiest way to get this working. Just to be sure, have a look in the output of lspci and make sure that this card does have a Broadcom 43xx chipset.
 
Old 03-05-2006, 12:51 PM   #3
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 30
Review http://www.tuxmagazine.com/node/1000167/ for Wireless Networking with ndiswrapper aticle to help install and troubleshoot wireless card. Kde InfoCenter may give you info on wireless card. An XP device manager can also help. Google wireless card model may help too.
You need to know what chip your wireless card to pick correct driver, and you may need firmware installed too. The above article should help. Good luck.
 
Old 03-12-2006, 03:54 PM   #4
anime2wars
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Original Poster
Rep: Reputation: 0
So now i used ndiswrapper and the system is reading my card.

Now i have a few other issues.

I have my internal ethernet card and i need to turn it on i guess. I've been able to do it before using eth0 possibly. I simply dont remember what the command was.


The more prominent issue is that now the system is telling me that the computer is out of range with the laptop. Though i'm right by it.
 
Old 03-12-2006, 04:16 PM   #5
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 30
nic setup

You mean during install/setup netconfig didn't setup your nic? Slackware Linux Basics for SW10.2 book and Linux Essentials2 by Alan Hicks,etal have good basic network setup sections. Glad you got ndiswrapper working. Don't forget linux-on-laptops SW install notes for your lappy for great tips. Good luck.
 
Old 03-14-2006, 05:52 PM   #6
anime2wars
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Original Poster
Rep: Reputation: 0
I've tried configuring my channels and stuff via iwconfig but my system still keeps seeing my router but ot accessing it and simply wont connect. Is their something in my own router that needs to be changed?
 
Old 03-14-2006, 06:47 PM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,700
Blog Entries: 1

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
If you can see your router, that is only half the battle. How are you trying to get an IP address?
 
Old 03-14-2006, 07:41 PM   #8
anime2wars
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Original Poster
Rep: Reputation: 0
How do i go about configuring my ip?
 
Old 03-15-2006, 07:07 AM   #9
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,700
Blog Entries: 1

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
There are really two ways, DHCP and static. DHCP is what is used most of the time and in Slackware the command to use is dhcpcd. So in your case with ndiswrapper, you run (as root) dhcpcd wlan0 and if you have a DHCP server on your LAN (almost all routers are DHCP servers) then you should get an IP address and be able to surf.

Setting a static IP is a little more involved in that you have to do three things:

1) Give your card an IP address with ifconfig. You do have to know the general IP address structure of the network your connecting to, but it should go something like this:

ifconfig wlan0 1.2.3.4 only replace 1.2.3.4 with the IP address you want to use.

2) Set the gateway with the route command. This basically tells your network where to send the traffic so that it gets out of your lan. The command is something like this:

route add default gw 4.5.6.7 only replace 4.5.6.7 with the IP address of your router.

3) Configure your /etc/resolv.conf file so that it knows about your ISPs nameservers. If you look at your router's pages, you should be able to find the IP addresses of your ISP DNS servers. For each one of those, you need to add a line to /ect/resolv.conf:

nameserver 1.2.3.4 (only use the right IP addresses)

Sometimes you can get away with just having a single line in /etc/resolv.conf that points to your router, but it doesn't always work.
 
Old 03-15-2006, 05:50 PM   #10
anime2wars
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Thank you all for the help. I believe now its just the router i have thats the problem. I been able to connect to other computers so i know now that my card officially works in slackware.
 
Old 03-15-2006, 08:33 PM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,700
Blog Entries: 1

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Congrats on getting it working. If you think its your router, you might try rebooting it. Sometimes mine just seems to get confused about how to handle wireless connections, and rebooting usually clears things up.
 
  


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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IPW2200 Problem with DELL Insipron 6000 sshiv Linux - Laptop and Netbook 5 02-14-2006 06:59 PM
SUSE 9.1 on Dell Latitude D610, network card issue gooroo363 Linux - Networking 5 01-06-2006 01:36 PM
ACPI and AC Adapter on Dell Insipron 5100 Avantura Linux - Laptop and Netbook 1 12-11-2005 08:05 PM
Intel Pro Wireless Card Configuration with Mandriva LE2005 on Inspiron 6000 sshiv Linux - Laptop and Netbook 0 07-10-2005 10:42 AM
Wireless connection issue with Suse 9.1 and Dell TrueMobile 1300 berbsd Linux - Laptop and Netbook 3 05-19-2004 10:07 AM


All times are GMT -5. The time now is 01:47 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration