** Tags added: 8.10 ibex intrepid network

** Description changed:

  After upgrading with latest packages (including new kernel) last night
  and rebooting the wireless network did not reconnect.
  
  Network Manager showed no networks and a bubble box just said "x x x
  disconnected".
  
  Dmesg (attached) reports missing firmware file rt2561s.bin. find
  /lib/firmware -name rt*.bin shows nothing.
  
  "Fixed" by
  
  Inserting beta cd/iso
  sudo mkdir /media/tmp
  sudo mount ./filesystem.squashfs --type squashfs /media/tmp -o loop
  sudo cp ./media/tmp/lib/firmware/rt*.bin /lib/firmware/
  sudo rmmod rt61pci
  sudo rmmod rt2x00pci
  sudo rmmod rt2x00lib
+ sudo modprobe rt2x00lib
+ sudo modprobe rt2x00pci
  sudo modprobe rt61pci
- sudo modprobe rt2x00pci
- sudo modprobe rt2x00lib
  sudo /etc/init.d/networking restart
  sudo /etc/init.d/NetworkManager restart
  (or you could probably reboot after copying the firmware)
  
  worked for me.

-- 
rt61 network card stopped working after upgrade to 2.6.27-7-generic
https://bugs.launchpad.net/bugs/284543
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