| Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-20-2005, 04:50 PM
|
#1
|
|
LQ Newbie
Registered: Sep 2003
Location: Toronto
Distribution: Mandrake & Red Hat
Posts: 18
Rep:
|
microsoft MN-520 and novell desktop linux
I'm trying to get this card to work on a ibm thinkpad t22
Linux seems to recognize the card as a MN-520 when I do a cardctl ident. I added the card Microsoft
version Microsoft
bind orinoco_cs to pcmcia/config.opts.
In YAST I set default gateway to 192.168.1.1 and the proper nameservers in resolv.conf
When I do ifdown wlan0 and then a ifup wlan0 it says "Starting DHCP client on wlan0........no ip address yet..... backgrounding
any help would be appreciated
David
|
|
|
|
04-20-2005, 07:15 PM
|
#2
|
|
Member
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440
Rep:
|
so does it not work? can you post the output of lspci? have you downloaded wireless-tools? is there an iwconfig command availble in console
|
|
|
|
04-20-2005, 07:34 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2003
Location: Toronto
Distribution: Mandrake & Red Hat
Posts: 18
Original Poster
Rep:
|
The output of lspci is long, and I'm on another computer. What am I looking for?
I have wireless tools installed and iwconfig says
wlan0 IEEE 802.11-Ds ESSID:"wireless" Nickname;"wireless
mode:managed Frequency;2.437 GHz Access Point: 00:0c:41:1F::F7:88
Bit rate:2Mb/s Tx-power;2346 dbm
....
|
|
|
|
04-20-2005, 07:41 PM
|
#4
|
|
Member
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440
Rep:
|
wait ten minutes and run ifconfig. doe sthe interface recieve an interface?
|
|
|
|
04-20-2005, 07:59 PM
|
#5
|
|
LQ Newbie
Registered: Sep 2003
Location: Toronto
Distribution: Mandrake & Red Hat
Posts: 18
Original Poster
Rep:
|
ifconfig gives me this
wlan0 Link encap:Ethernet HWaddr 00:50:F2:C1:EA:C4
inet6 addr: fe80::250:f2ff:fec1:eac4/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:62 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9874 (9.6 Kb) TX bytes:7856 (7.6 Kb)
Interrupt:3 Base address:0x100
I'm also using the built in ethernet card and it started working right away
|
|
|
|
04-20-2005, 08:15 PM
|
#6
|
|
Member
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440
Rep:
|
I make sure the dhcp server is workign correctly
|
|
|
|
04-20-2005, 08:24 PM
|
#7
|
|
LQ Newbie
Registered: Sep 2003
Location: Toronto
Distribution: Mandrake & Red Hat
Posts: 18
Original Poster
Rep:
|
I'm pretty sure it is, It assigned an ip address for eth0, as an aside I put in an ibm wireless adaptor and it was recognised by ifconfig as eth1.It also uses the orinoco driver.
I did a ifdown eth0 and
ifup eth1 and it was assigned an ip address
|
|
|
|
04-20-2005, 08:30 PM
|
#8
|
|
Member
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440
Rep:
|
can you manually assign an ip to the wireless card and get it to work?
|
|
|
|
04-20-2005, 08:39 PM
|
#9
|
|
LQ Newbie
Registered: Sep 2003
Location: Toronto
Distribution: Mandrake & Red Hat
Posts: 18
Original Poster
Rep:
|
moe:/home/david # ifconfig wlan0 192.168.1.104 netmask 255.255.255.0
moe:/home/david # ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:62 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4012 (3.9 Kb) TX bytes:4012 (3.9 Kb)
wlan0 Link encap:Ethernet HWaddr 00:50:F2:C1:EA:C4
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::250:f2ff:fec1:eac4/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:19 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:2 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4241 (4.1 Kb) TX bytes:4432 (4.3 Kb)
Interrupt:3 Base address:0x100
moe:/home/david # route add default gw 192.168.1.1
moe:/home/david # ping 234.12.134.2
PING 234.12.134.2 (234.12.134.2) 56(84) bytes of data.
--- 234.12.134.2 ping statistics ---
16 packets transmitted, 0 received, 100% packet loss, time 15012ms
I can add an address manually, but it still can't seem to get anywhere
|
|
|
|
04-20-2005, 08:55 PM
|
#10
|
|
Member
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440
Rep:
|
and if you ping the gateway 192.168.1.1?
|
|
|
|
04-20-2005, 09:22 PM
|
#11
|
|
LQ Newbie
Registered: Sep 2003
Location: Toronto
Distribution: Mandrake & Red Hat
Posts: 18
Original Poster
Rep:
|
moe:/home/david # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
moe:/home/david # ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.104: icmp_seq=2 Destination Host Unreachable
From 192.168.1.104 icmp_seq=2 Destination Host Unreachable
From 192.168.1.104 icmp_seq=3 Destination Host Unreachable
Sorry I keep having to switch between eth0 and wlan0
|
|
|
|
04-21-2005, 07:18 AM
|
#12
|
|
Member
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440
Rep:
|
Are you sure you're using the correct driver for your card. It doesn't seem to be working. I realize this may seem a little odd to you, but you don't suppose this might me a deliberate microsfot obstruction of functionality?
|
|
|
|
04-21-2005, 07:30 AM
|
#13
|
|
Member
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440
Rep:
|
|
|
|
|
04-23-2005, 02:11 PM
|
#14
|
|
Member
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484
Rep:
|
Assign yourself a manual IP and then do:
route add default gw 192.168.1.1
This works for me.
|
|
|
|
04-23-2005, 02:50 PM
|
#15
|
|
LQ Newbie
Registered: Sep 2003
Location: Toronto
Distribution: Mandrake & Red Hat
Posts: 18
Original Poster
Rep:
|
If you check the output in post #9, I assigned it an ip address and did the route add default gw. It still couldn't ping the gateway.
I finally gave up trying today and installed Fedora Core 3. The card was instantly recognised and configured. I can't understand how two different distros, with essentially the same 2.6 kernels have completely different results.
Thanks to all that helped, it was a learning experience
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:25 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|