Skip to main content

Posts

Showing posts from August, 2007

Acer Aspire 4310, Acer CrystalEye webcam (064e:a101) on Ubuntu Linux

The Ubuntu Linux version is: $ cat /etc/issue.net Ubuntu 7.04 The Linux kernel version is: $ uname -a Linux xxx-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux The fresh install will detect the webcam: dmesg | grep Crystal [ 22.116000] uvcvideo: Found UVC 1.00 device Acer CrystalEye webcam (064e:a101) Camorama and other applications that do not support v4l2 will not work. The webcam driver uvcvideo (linux-uvc) supports v4l2 only. v4l1 is officially deprecated. To test, you can use Ekiga softphone or to take webcam snapshots use luvcview. Source code: http://mxhaard.free.fr/spca50x/Investigation/uvc/luvcview-20070512.tar.gz You will also need libsdl1.2-dev (for SDL libraries) and build-essential (for building tools like gcc and make utility). $ sudo aptitude install build-essential libsdl1.2-dev $ wget http://mxhaard.free.fr/spca50x/Investigation/uvc/luvcview-20070512.tar.gz $ tar zxvf luvcview-20070512.tar.gz $ cd luvcview-20070512 $ make $ make install To

Acer Aspire 4310, Broadcom (bcm43xx) chipset on Ubuntu Linux

The Ubuntu Linux version is: $ cat /etc/issue.net Ubuntu 7.04 The Linux kernel version is: $ uname -a Linux xxx-laptop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux The fresh install will detect the WLAN hardware but will fail on initialization (use dmesg to see kernel messages): $ dmesg bcm43xx: Error: Microcode "bcm43xx_microcode5.fw" not available or load failed. atkbd.c: Unknown key pressed (translated set 2, code 0xd4 on isa0060/serio0). atkbd.c: Use 'setkeycodes e054 ' to make it known. The first line looks for the Broadcom firmware. The second and third lines is a response to pressing the Bluetooth key. Update: This forum [*] reports that there is a Bluetooth key for turning it on/off, but there is no Bluetooth chip! [*] http://forums.whirlpool.net.au/forum-replies-archive.cfm/797583.html The following is the output of lspci: $ lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub