Ubuntu Volume Wheel Problem [ Fix ]
I have a toshiba u305-s5077 laptop.It had a problem with volume wheel like when i tried to use volume wheel it makes the volume iteratively maximize or minimize(And it has no end).While it is happening i cant write anything or i cant click something.That’s why i had to restart X screen with CTRL+ALT+BACKSPACE.
I search the internet and i found a solution for it.
At first if it won’t work if you don’t want to kill X screen at least you can use this;
Change your status to text mode via using CTRL+ALT+ {F1-F2-F3-F4-F5-F6}.Then turn back X Screen with ALT+F7.
Lets make it works:
Firstly lets create a backup if it wont work or if something goes wrong we can handle it.
Download my edited version of xf86-input-evdev {meanwhile Im using Ubuntu 9.04}
http://www.tsenyurt.com/down/xf86-input-evdev-2.1.1_fixed.tar.gz
If your ubuntu version is different then the 9.04 ( jaunty ) you have to download your version of xf86-input-endev packet from Ubuntu Package Repository.Then extract the tar.gz file and jump into the src directory and open endev.c file with your editor then search
-
/* filter repeat events for chording keys *//* XXX windows keys? */
After this code block add that code under it;
-
/* fix events for volume keys *///MODIFY THIS LINE
-
{
-
//post a keydown and then a keyup, as media keys have no automatic key-up
if you downloaded changed version or downloaded it and changed by yourself, lets compile then.
After that we gonna create our “Makefile”.This tells the computer how to compile.
then if didnt get any error write
and then lets install it with writing ;
After at all we should copy the correct location.This will cause to restart your X season that’s why i strongly advise you to save all of your work.After the restart volume keys should work.
If it wont restart then try CTRL+ALT+Backspace for restart.
It is done.If it wont worked for you just copy the backup file .If we want to get back our backup just write to console;It will restore your original driver. After that, restart the computer with the following commands;
It worked for me i hope it will work for you too…
-
2 Comments to Ubuntu Volume Wheel Problem [ Fix ]
Tags
Recent Posts
- PriveMall Davetiye
- Polymorphism (Overloading)
- Nautilus ve Ssh Bağlantısı
- Highlighting Nano
- Difference between C++ Class and C struct
- Gcc 4.3 and Header issues
- Re-Enable restarting X server with Ctrl+Alt+Backspace in Jaunty
- I Installed BETTER
- Ruby’de Sayiyi Yaziya Ceviren Program
- Ubuntu Volume Wheel Problem [ Fix ]
- Google Android
- Encoding mysql dump file while importing from console
- Ubuntu altinda mp3 kesmek {Cutting mp3 files over ubuntu}
- Flv’den mp3 elde eden bash programi {Converting flv to mp3}
- Video Sitelerinden İçerik İndirmek ve Videolardan Ses Almak
Dude thanks for saving me from a headache!!!!
u rock dude