-1

I'am a new Linux Ubuntu user my version is 12.10. After updating the OS my wireless turned off, becouse I use Linux for 10 days I dont know how to fix it. Then I reinstalled Linux and want to ask you is there a way to use the updater but Without installing new drivers for wlan or other hardware.

Logical
  • 1
  • 1

1 Answers1

0

I'm not sure if 12.10 has synaptic, if it doesn't, you can sudo apt-get install synaptic. Here are some alternatives I can think of:

  1. Go to the synaptic package manager. Settings > Repositories > Updates, check Only notify me about updates. Then, when you see the Updates available icon, click it and only check the updates you want to install -- don't check the drivers update. This works in Debian, it should work on Ubuntu too, although I'm not sure what process manages updates.

  2. On synaptic, find the driver's packages, check them, Edit > Lock Version. Apparently this won't prevent aptitude and apt-get of installing new versions, so check this answer.

I only noticed after I answered it, but I think your question is a duplicate of this one.

Alex
  • 1,259