[Bug 498336] Re: Wireless network card stopped working with ubuntu 9.10

Kenrick Bingham kenny+ubuntu at iki.fi
Sun May 30 20:08:39 UTC 2010


#86 seemed to work for me. Dell TrueMobile 1150, orinoco_cs driver.

AFAIK, the following would survive upgrades:

  sudo dpkg-divert --rename /lib/firmware/agere_sta_fw.bin


To make the card also work after suspend, I added /etc/pm/sleep.d/10_kenny_inspiron_5150 with the following content:

  #!/bin/sh
  
  case "$1" in
  	suspend)
  		[ -x /sbin/pccardctl ] && /sbin/pccardctl eject
  		;;
  esac

and ran

  chmod +x /etc/pm/sleep.d/10_kenny_inspiron_5150

I also added /etc/pm/config.d/kenny-suspend with the following line
(don't know if they are all necessary):

  SUSPEND_MODULES="orinoco orinoco_cs yenta_socket"

-- 
Wireless network card stopped working with ubuntu 9.10
https://bugs.launchpad.net/bugs/498336
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list