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

Bug#399607: marked as done (ipw3945d: WLAN Interface isn't available on bootup when networking is started)



Your message dated Wed, 22 Nov 2006 06:32:02 +0000
with message-id <E1GmleM-0004Av-Vw@ries.debian.org>
and subject line Bug#399607: fixed in ipw3945d 1.7.22-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ipw3945d
Version: 1.7.22-1
Severity: wishlist
Tags: patch

On bootup first of all the ipw3945 module is loaded and few tasks later the ipw3945d gets started. But the ipw3945d hasn't enough time to make the WLAN Interface available. So when networking starts
it fails to bring up wlan.

My suggestion is to add 'sleep 1' at the end of method start_daemon(), what solves this inconvenience in my case.


start_daemon() {
  if have_sys_entries; then
    remove_stale_pid
    log_daemon_msg "Starting ipw3945 regulatory daemon" "ipw3945d"
start-stop-daemon --start --quiet --chuid "${DAEMON_OWNER}" \ --exec "${DAEMON_BINARY}" --pidfile "${DAEMON_PID_FILE}" \ --oknodo -- --pid-file=${DAEMON_PID_FILE} --quiet \
                      --log-file=${DAEMON_LOG_FILE} > /dev/null 2>&1
    code=$?
    log_end_msg ${code}
  else
log_warning_msg "Not starting ipw3945 regulatory daemon, driver not loaded."
  fi
  sleep 1;
#^^^^^^^^^^
}



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (200, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.8-1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
Source: ipw3945d
Source-Version: 1.7.22-2

We believe that the bug you reported is fixed in the latest version of
ipw3945d, which is due to be installed in the Debian FTP archive:

ipw3945d_1.7.22-2.diff.gz
  to pool/non-free/i/ipw3945d/ipw3945d_1.7.22-2.diff.gz
ipw3945d_1.7.22-2.dsc
  to pool/non-free/i/ipw3945d/ipw3945d_1.7.22-2.dsc
ipw3945d_1.7.22-2_i386.deb
  to pool/non-free/i/ipw3945d/ipw3945d_1.7.22-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 399607@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jurij Smakov <jurij@debian.org> (supplier of updated ipw3945d package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 21 Nov 2006 09:30:00 -0800
Source: ipw3945d
Binary: ipw3945d
Architecture: source i386
Version: 1.7.22-2
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Jurij Smakov <jurij@debian.org>
Description: 
 ipw3945d   - Binary userspace regulatory daemon for Intel PRO/Wireless 3945ABG
Closes: 399607
Changes: 
 ipw3945d (1.7.22-2) unstable; urgency=low
 .
   * Following the suggestion by Malte Schirmacher, add one second
     delay after starting the daemon to make sure that it's fully up
     and running before an attempt to bring up an interface is made.
     Closes: #399607
Files: 
 898703998240709486fc2fdcb487bcf2 631 non-free/net extra ipw3945d_1.7.22-2.dsc
 2444c663fa096e7b276ffa65ad3a3ec0 5097 non-free/net extra ipw3945d_1.7.22-2.diff.gz
 78a67672a38aa318dce0ae0a040f970d 36918 non-free/net extra ipw3945d_1.7.22-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFY+vbjjectMmeA8wRAtuyAKCNOt+54BpK3snRUzpCkvd9VGzuYQCdE3s6
OZHORgj3pWcXws4Wq2LCISo=
=mCjn
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: