Public bug reported:

Binary package hint: linux-source-2.6.22

Laptop model: Lenovo V100
Wireless card: intel ipw3945
$ uname -a
Linux ds 2.6.22-9-generic #1 SMP Fri Aug 3 00:50:37 GMT 2007 i686 GNU/Linux


After reboot card works perfect. When i'm in the office i'm using ethernet, so 
i'm putting wireless interface down with ifdown. When i'm going back home, i'm 
doing ifup if wireless and PC can't connect to my network. This script helps me 
sometimes. 
=
$ cat /usr/local/bin/ipwfix 
#!/bin/sh

sudo rmmod ipw3945
ps ax|grep ipw3945d|awk '{print $1}'|xargs sudo kill
sudo rm -f /var/run/ipw3945d.pid
sleep 2 
sudo /sbin/ipw3945d-2.6.22-8-generic
sudo modprobe ipw3945
=

Sometimes i need to switch wireless off and then on and after run mine
script to make it work.

its totally impossible to make card working after suspend or hibernate.

I'm going to test driver from http://intellinuxwireless.org/. Maybe it
will be working better.

** Affects: linux-source-2.6.22 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ipw3945 doesnt works as needed
https://bugs.launchpad.net/bugs/131334
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to