Comment 115 for bug 22070

Revision history for this message
Lee Jones (lag) wrote :

In which case, download the *.deb

  sudo aptitude download linux-image-2.6.35-27-generic

Extract it

  dpkg -x linux-image-2.6.35-27-generic /tmp

And copy the modules you need from the extracted deb

  cp /tmp/lib/modules/<blar> to /lib/modules/<blar>

You can see if they updated correctly using modinfo

  modinfo gspca_stv06xx