I am using Mandrake 2005LE, on an ASUS 5100N laptop, dual-booting with WinXP. I am trying to set up a wireless network. XP can connect, but I am having some problems with Mandrake.
The wireless interface appears OK - ifconfig shows (eth2 is the wireless)
eth0 Link encap:Ethernet HWaddr 00:0E:A6:13:CF:B3
inet addr:192.168.0.199 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20e:a6ff:fe13:cfb3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47 errors:0 dropped:0 overruns:0 frame:0
TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8611 (8.4 Kb) TX bytes:5431 (5.3 Kb)
Interrupt:16 Base address:0x2800
eth1 Link encap:UNSPEC HWaddr 00-E0-18-00-03-13-9E-68-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
eth2 Link encap:Ethernet HWaddr 00:0C:F1:06:47:02
inet6 addr: fe80::20c:f1ff:fe06:4702/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:18 Base address:0x6000 Memory:fe8fe000-fe8fefff
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
sit0 Link encap:IPv6-in-IPv4
inet6 addr: ::192.168.0.199/96 Scope:Compat
inet6 addr: ::127.0.0.1/96 Scope:Unknown
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
I don not know what sit0 is. This is new, since I tried to set up the wireless connection. So the output from iwconfig looks like this:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
eth2 unassociated ESSID
ff/any Nickname:"loony.burf.org"
Mode:Ad-Hoc Frequency=2.462 GHz Cell: 00:00:00:00:00:00
Bit Rate=0 kb/s Tx-Power
ff
Retry
n RTS thr
ff Fragment thr
ff
Encryption key
ff
Power Management
ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
But when I try to connect, I get the following in /var/log/messages:
Jul 8 20:54:31 loony dhclient: sit0: unknown hardware address type 776
Jul 8 20:54:31 loony dhclient: eth1: unknown hardware address type 24
Jul 8 20:54:32 loony dhclient: sit0: unknown hardware address type 776
Jul 8 20:54:32 loony dhclient: eth1: unknown hardware address type 24
Jul 8 20:54:33 loony dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 4
Jul 8 20:54:37 loony dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 6
Jul 8 20:54:43 loony dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 7
Jul 8 20:54:50 loony dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 9
Jul 8 20:54:59 loony dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 9
Jul 8 20:55:08 loony dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 18
Jul 8 20:55:26 loony dhclient: DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 8
Jul 8 20:55:34 loony dhclient: No DHCPOFFERS received.
Note that eth1 is unrelated (the laptop has a firewire connection that thinks it should be an ethernet interface).
It looks like a simple wireless network config problem. My WAP is using no encryption etc (for now), channel 11. I have tried setting both Mandrake and the WAP to "Ad-hoc", channel 11, but they are not talking. Where should I look next? Or is there any documentation I should find? I am working slowly throuh the Wirles HOWTO, but it takes time if you are relatively inexperienced. Any thoughts or assisitance appreciated.
Jim