Only yesterday I finally decided to take the time to try to set up my Asus X20s webcam, and it didn’t take as long as I was expecting!
After searching a little I found the French ubuntu-fr website that had the tutorial.
The webcam in my laptop is a Syntek one which also is inside a bunch of other Asus models.
So, here are the steps that worked for me:
- Check the table in the ubuntu-fr website under the section Compabilité to check your model. Mine is a X20s and is NOT on the table so, maybe yours also isn’t, this means the best way is to check the USB Id. Just execute the command:
$ lsus
on a terminal and you should see the Ids of your connected USB devices. Check for an Id present in the Compabilité table (first column). Mine was 174f:6a33. - If you ain’t got yet the linux headers, install them by running:
$ sudo apt-get install linux-headers-`uname -r`
Also, you’ll need subversion and build-essential (but it is likely that you already have it installed if you’re a developer):
$ sudo apt-get install build-essential subversion - Now that you’re all set, create a folder (I suggest the name “syntek”) which will contain the driver’s source and checkout the source from the SVN repository:
$ mkdir syntek
$ cd syntek
$ svn co https://syntekdriver.svn.sourceforge.net/
svnroot/syntekdriver/trunk/driver
(the last command above are to be considered only one line. It was screwing my website layout 🙂 )
Warning for non-geeks: You’ll see a bunch of stuff on the console output and be asked to accept something, just enter “t” and you’re done. - Now enter the driver folder and download a special Makefile:
$ cd driver
$ wget http://bookeldor-net.info/merdier/Makefile-syntekdriver - Once you get it, compile it and install it:
$ make -f Makefile-syntekdriver
$ sudo make -f Makefile-syntekdriver instal - Assuming the compilation and installation were successful, load the module:
$ sudo modprobe stk11xx
This might take a little but after it’s done your cam must now be able to fly! - In case you want to check if the system is recognizing the camera now, just use the commands:
$ dmesg |tail
$ sudo lsusb -v|grep -A 8 Syntek
And check the Syntek related output.
The webcam module will be loaded automatically the next time you restart your system so, no worries.
Now you’re ready for the wonders of your nice webcam! Check Skype options for the Video settings, it should now have found the Syntek driver and give you the “test” option which you can have fun watching your face when you cannot solve that damned bug!
And that’s all folks, hope it was useful. Have fun and let me know if you missed anything or if you find a bug in this tutorial.
porreiro saber mais coisas de ti meu velho.
quando tiveres em pt e eu no couco temos de combinar qualquer cena.
saudades meu velho.
abraco
l executable Makefiile-syntekdriver n’est valide que pour ubuntu.
La procedure ci-dessus, y compris en suivant le README dans le dossier “driver” echoue sur Fedora9, ASUS F9E.
Mais merci quand meme.
Thank you for your 7 steps tutorial of Asus Notebook webcam on Linux, I will try.
jean-philippe is right.
“make -f Makefile-syntekdriver” produces the following error:
“../syntek/driver/stk11xx-usb.c:45:30: Fehler: media/v4l2-ioctl.h: No such file or directory”
But using “make -f Makefile.standalone” from README does not work, either.
I am working on an ASUS X20s with Ubuntu 8.04 [2.6.24-24-generic]
any ideas?
thanx. cha
Hi,
I haven’t used the webcam since my last installation on Ubuntu.
I’m planning on installing it soon though. I’ll then post here if something went wrong or if everything worked.
Regards,
Joaquim Rocha
Hi Joaquim
I just went through my bookmarks and stumbled across your site with my post from last May.
Maybe you’ve got updated information on how to get the webcam working on the ASUS X20?
I’d be grateful for any new hints.
thanx, cha
Hi,
I haven’t cared much about my webcam since my latest Ubuntu fresh install but I searched a bit and found that with Ubuntu 9.04 one needs to use the 1.4 version of the Syntek driver.
Check this guide:
http://ubuntu-virginia.ubuntuforums.org/showpost.php?p=7588007&postcount=6
Let me know if it worked for you so I maybe give it a try as well.
Hi again
found a quick and simple solution for the webcam on my ASUS X20S on
http://forum.ubuntuusers.de/topic/asus-v1s-webcam/
Go for HaMF’s contrib c/o Nov. 2nd, 2007
greets, cha