You can find the chipset by doing 'lspci', and looking for the line that corresponds to your pcmcia card.
Hmmm... I called lspci in verbose mode (I actually did it the first time you asked), but nothing comes back that looks like a chipset definition: # lspci -vvm Device: 02:00.0 Class: Network controller Vendor: Broadcom Corporation Device: BCM4306 802.11b/g Wireless LAN Controller SVendor: Linksys SDevice: WPC54G Rev: 02
What happens when you do 'dhclient eth0'?
Well, I am on a network, using an ethernet cable connected to eth0 (otherwise, I wouldn't be able to post this ;) but here's that output: # dhclient eth0 Internet Systems Consortium DHCP Client V3.0.4 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth0/00:10:a4:91:9d:4d Sending on LPF/eth0/00:10:a4:91:9d:4d Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 DHCPOFFER from 192.168.1.1 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPACK from 192.168.1.1 bound to 192.168.1.103 -- renewal in 32995 seconds. I also tried it for eth1 and got that SIOCSIFFLAGS error again: # dhclient eth1 There is already a pid file /var/run/dhclient.pid with pid 16329 killed old client process, removed PID file Internet Systems Consortium DHCP Client V3.0.4 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ SIOCSIFFLAGS: No such file or directory SIOCSIFFLAGS: No such file or directory Listening on LPF/eth1/00:0c:41:2b:8e:d0 Sending on LPF/eth1/00:0c:41:2b:8e:d0 Sending on Socket/fallback DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 5 send_packet: Network is down receive_packet failed on eth1: Network is down DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12 send_packet: Network is down DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 20 send_packet: Network is down DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14 send_packet: Network is down DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7 send_packet: Network is down DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3 send_packet: Network is down No DHCPOFFERS received. No working leases in persistent database - sleeping.
You can also check dmesg and syslog for any errors or warnings from ndiswrapper.
Will do, and thanks for the suggestion; it's probably related to whatever SIOCSIFFLAGS means...
BTW, please reply to the list, not to me.
Yes, sorry about that, I hit "reply" without thinking. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]