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.
Asked
Active
Viewed 84 times
1 Answers
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:
Go to the synaptic package manager.
Settings > Repositories > Updates
, checkOnly notify me about updates
. Then, when you see theUpdates 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.On synaptic, find the driver's packages, check them,
Edit > Lock Version
. Apparently this won't preventaptitude
andapt-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.
Details for Updates
and uncheck the driver. – Alex Apr 17 '13 at 18:37