Oh! My fault.... I'd simply thought I was supposed to add the repository
called "backports".

I'll try your command.

In the meanwhile, this script seems to work reasonably well to "get around" the 
issue, though 
it certainly doesn't resolve it. 


#!/bin/bash 
sudo /etc/init.d/NetworkManager stop 
sudo rmmod iwlagn 
if [ -z $1 ]; then 
{ 
STOPCODE=0 
} 
else 
{ 
STOPCODE=$1 
} 
fi 
sudo init $STOPCODE 


A./ 

Will post again with results of linux-backports-modules-jaunty after a
day or two....if I don't hear from you first. ;-)

A./


----- Original Message ----- 
From: "Leann Ogasawara" <leann.ogasaw...@canonical.com> 
To: "lafeyette management" <lafeyette_managem...@comcast.net> 
Sent: Tuesday, June 16, 2009 8:25:43 PM GMT -05:00 US/Canada Eastern 
Subject: [Bug 375924] Re: iwlagn driver crashes, preventing shutdown from 
completing 

As mentioned previously, linux-backports-modules-jaunty "has an updated 
compat-wireless stack which may help". You'll probably want to install 
it by doing (note you'll need to reboot after installing): 

sudo apt-get install linux-backports-modules-jaunty

-- 
iwlagn driver crashes, preventing shutdown from completing 
https://bugs.launchpad.net/bugs/375924 
You received this bug notification because you are a direct subscriber 
of the bug.

-- 
iwlagn driver crashes, preventing shutdown from completing
https://bugs.launchpad.net/bugs/375924
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to