On Fri, 2007-07-27 at 12:54 +0700, Hans Linux wrote: > how do i activate webcam on my hp pavilion dv2213 notebook? any specific > that i should install? thx for sharing
While I m not overly familiar with that particular laptop I can make some suggestions. First google dv2213+webcam and see what results you get. You're webcam is probably on the USB bus even though it is built in, so lsusb -v will get you info on it. Esmay-Suiza:/home/Mike/Projects/Python # lsusb Bus 002 Device 002: ID 0d62:a100 Darfon Electronics Corp. Benq Mouse Bus 002 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 001 Device 003: ID 0402:5602 ALi Corp. Bus 001 Device 001: ID 0000:0000 For me the cam is on bus 001 and is device number 003, the gold of this info is the 0402:5602, which is the unique vendor:device identifier. With those two numbers you can google to see what driver is required and if it is available for openSuSE. (Mine is currently in development.) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]