Andy Green <andy <at> warmcat.com> writes: > Not sure you aren't running... > > Also have a look in dmesg, see if there is anything interesting at the end. After booting and checking that the ipw3945 module is loaded - lsmod|grep ipw gives ipw3945 195240 1 ieee80211 34953 1 ipw3945 then run the reg daemon with /sbin/ipw3945d --quiet ps -eaf|grep ipw gives root 1212 11 0 16:12 ? 00:00:00 [ipw3945/0] root 1213 11 0 16:12 ? 00:00:00 [ipw3945/1] root 1214 11 0 16:12 ? 00:00:00 [ipw3945/0] root 1215 11 0 16:12 ? 00:00:00 [ipw3945/1] root 3136 1 0 16:14 pts/2 00:00:00 /sbin/ipw3945d --quiet root 3965 3087 0 16:21 pts/2 00:00:00 grep ipw tail /var/log/messages gives: Nov 14 16:14:56 samsung1 kernel: ipw3945: Detected geography ABG (13 802.11bg channels, 23 802.11a channels) Nov 14 16:14:57 samsung1 kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready Nov 14 16:15:43 samsung1 kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready iwconfig gives lo no wireless extensions. eth0 no wireless extensions. sit0 no wireless extensions. eth1 unassociated ESSID:"mdc" Nickname:"samsung1" Mode:Managed Frequency=nan kHz Access Point: Not-Associated Bit Rate:0 kb/s Tx-Power:16 dBm Retry limit:15 RTS thr:off Fragment thr:off Encryption key:1234-5678-90AB-CDEF-ABCD-EF43-21 Security mode:restricted Power Management:off 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:7 Missed beacon:0 So this is possibly looking like the driver did not compile to a working version? So there must be other patches I missed? Mike