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 02-06-2006, 08:19 PM   #1
BlindIrishman
LQ Newbie
 
Registered: Jan 2006
Distribution: Debian etch
Posts: 10

Rep: Reputation: 0
wireless lan problems


I've been trying to get this working for a few days to no avail.
I've searched for answers but so far nothing has worked
I'm running debian etch 2.6.12-1-386
I'm using a Linksys WMP11v4 802.11b PCI card
ndiswrapper -l says that both the driver and hardware are present

ifconfig wlan0 displays

wlan0 Link encap:Ethernet HWaddr 00:13:10:28:B3:3C
inet6 addr: fe80::213:10ff:fe28:b33c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:864 (864.0 b) TX bytes:378 (378.0 b)
Interrupt:177 Memory:e8000000-e8000800


iwconfig wlan0 displays

wlan0 Scan completed :
Cell 01 - Address: 00:50:8B:99:03:A0
ESSID:"COMPAQ"
Protocol:IEEE 802.11b
Mode:Managed
Frequency:2.437 GHz (Channel 6)
Quality:0/100 Signal level:-56 dBm Noise level:-256 dBm
Encryption keyff
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
Extra:bcn_int=80
Extra:atim=0
dhcpcd -d -t 10 wlan0 gives me

dhcpcd: MAC address = 00:13:10:28:b3:3c
dhcpcd: your IP address = 192.168.1.105

Any suggestions?
 
Old 02-06-2006, 09:11 PM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Quick google suggests that that is one tough card to get working.

Are you able to ping the router or anything ... or is it just dead?
 
Old 02-06-2006, 09:14 PM   #3
BlindIrishman
LQ Newbie
 
Registered: Jan 2006
Distribution: Debian etch
Posts: 10

Original Poster
Rep: Reputation: 0
Nope, I am unable to ping the router.
I don't know if this has to do with anything but I got it working just fine under knoppix, so I figured it coudn't be that much difficult :/
 
Old 02-07-2006, 07:18 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
You know what is weird is that your dhcpcd command gives you and IP address, but it isn't showing up in the ifconfig entry. Did you get the ifconfig entry before you ran dhcpcd?
 
Old 02-07-2006, 05:17 PM   #5
BlindIrishman
LQ Newbie
 
Registered: Jan 2006
Distribution: Debian etch
Posts: 10

Original Poster
Rep: Reputation: 0
My mistake,

ifconfig wlan0

wlan0 Link encap:Ethernet HWaddr 00:13:10:28:B3:3C
inet addr:192.168.1.105 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::213:10ff:fe28:b33c/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3129 (3.0 KiB) TX bytes:1028 (1.0 KiB)
Interrupt:177 Memory:e8000000-e8000800


I found out that the problem was the ethernet card was interfereing, unplugging it wasn't enough but after i disabled it, the wireless picked up just fine.

Thanks for the help.
 
Old 02-09-2006, 11:22 AM   #6
questic
LQ Newbie
 
Registered: Feb 2006
Location: South Carolina
Distribution: Slackware 10.2 (2.6.13) on Dell Inspiron 8200 Laptop
Posts: 6

Rep: Reputation: 0
What is the console cmd to disable eth0 but leave ath0 active?

First post... Be gentile

Last edited by questic; 02-09-2006 at 11:28 AM.
 
Old 02-09-2006, 11:41 AM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I beleive ifconfig eth0 down should do the trick.

Oh, and Welcome to LQ!

Last edited by Hangdog42; 02-09-2006 at 11:42 AM.
 
Old 02-10-2006, 07:08 AM   #8
questic
LQ Newbie
 
Registered: Feb 2006
Location: South Carolina
Distribution: Slackware 10.2 (2.6.13) on Dell Inspiron 8200 Laptop
Posts: 6

Rep: Reputation: 0
That did it...

I am assuming when I need to use eth0 I will disable ath0 ?

Also, is there a way to disable eth0 at boot?
 
Old 02-10-2006, 03:50 PM   #9
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
I am assuming when I need to use eth0 I will disable ath0 ?
Yeah, its a good idea.


Quote:
Also, is there a way to disable eth0 at boot?
Since you're running Slackware, you can edit your /etc/rc.d/rc.inet1.conf file and remove the info for eth0. That should prevent eth0 from being enabled at boot. If you need it later you can always bring it up by hand using ifconfig.
 
  


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 problems on a laptop... I have LAN no internet spicyohaggis Linux - Wireless Networking 14 07-30-2004 06:42 AM
Wireless lan problems in Slackware 10 oudent Slackware 7 07-19-2004 08:31 PM
Wireless lan problems nateDiggsCSU Linux - Hardware 2 07-16-2004 11:35 AM
problems with wireless lan dev8080 Linux - Newbie 13 10-20-2003 06:33 PM
Wireless LAN Problems IamDragon777 Linux - Wireless Networking 1 04-06-2003 01:39 AM

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

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