Comment 8 for bug 441990

Revision history for this message
JohnFlux (johnflux) wrote :

Hi,

  I took a different approach. I did:

  I cloned the kernel being used in lucid lynx:

  git clone git://kernel.ubuntu.com/ubuntu/ubuntu-lucid.git
  cd ubuntu-lucid
  vi drivers/staging/rt2870/2870_main_dev.c
  # add { USB_DEVICE(0x0411, 0x015D) }, /* Buffalo Airstation NFiniti WLI-UC-GN */ to the list of drivers
  AUTOBUILD=1 fakeroot debian/rules clean binary-debs
  cd ..
  dpkg -i sudo dpkg -i linux-image-2.6.32-17-generic_2.6.32-17.27_i386.deb linux-headers-2.6.32-17-generic_2.6.32-17.27_i386.deb

And that fixed the problem.

I will forward this to <email address hidden> and try to chase it