[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Debian Sarge and Wireless Network. Unable to receive ip address.



Hi,

I've got a problem getting my wireless card to work with
Debian Sarge on my laptop (HP Pavillion ze4204s).

It is a CNet card that uses the Atmel drivers at Source Forge.
http://atmelwlandriver.sourceforge.net/

The card seems to be detected and working. The receive signal
is flashing when I'm in an are with wireless access.

The problem is that I'm unable to receive an ip address.
I've got the interface (eth1) configured as dhcp in
/etc/network/interfaces, but what happens is that the
dhcp client times out after several attempts.

I've also tried to receive an address using the command
# pump -i eth1
but this also times out after a few minutes.

The wireless card is working in WinXP, so I know it's something
wrong with my configuration.

Ideas anyone?

Some information about a few files and commands that might be
helpful is shown below.

Regards

Håkon A. Jensen
MSN: hokky@hotmail.com
ICQ: 298108
http://www.hokky.org


*******************************************************************
debian:/etc# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0B:CD:55:26:DC
           inet addr:1xx.2xx.38.68  Bcast:1xx.2xx.255.255  Mask:255.255.0.0
           inet6 addr: fe80::20b:cdff:fe55:26dc/64 Scope:Link
           UP BROADCAST MULTICAST  MTU:1500  Metric:1
           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
           TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:0 (0.0 b)  TX bytes:2520 (2.4 KiB)
           Interrupt:10 Base address:0xc000

eth1      Link encap:Ethernet  HWaddr 00:08:A1:42:FD:71
           inet6 addr: fe80::208:a1ff:fe42:fd71/64 Scope:Link
           UP BROADCAST MULTICAST  MTU:1500  Metric:1
           RX packets:0 errors:59 dropped:0 overruns:0 frame:0
           TX packets:0 errors:33 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
           Interrupt:3 Base address:0x100

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:122 errors:0 dropped:0 overruns:0 frame:0
           TX packets:122 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:8184 (7.9 KiB)  TX bytes:8184 (7.9 KiB)

*******************************************************************
debian:/etc/network# cat interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
         address 1xx.2xx.38.68
         netmask 255.255.0.0
         network 1xx.2xx.0.0
         broadcast 1xx.2xx.255.255
         gateway 1xx.2xx.253.2

auto eth1
iface eth1 inet dhcp

*******************************************************************
debian:/etc/network# cardctl ident
Socket 0:
   product info: "CNet", "CNWLC 11Mbps Wireless PC Card V-5"
   manfid: 0x1371, 0x0811
    function: 6 (network)



Reply to: