Results 1 to 4 of 4
i am looking for a way to id my hardware or add the drivers to do so i have a built in camera and only one program can find it ...
- 09-27-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 13
ubuntu hardware gateway nv52 laptop
i am looking for a way to id my hardware or add the drivers to do so i have a built in camera and only one program can find it also i have an hdmi port id like to use is there a plugin or area that i can adrress my hardware in ubuntu i cant seem to find a hardware profile area.
- 09-27-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Stuff plugged into the MB can be identified (including what kernel module is driving it) by typing in a terminal
lspci -nnk
USB/FW hardware can be identified with
lsusb
... if you need excruciating detail for your USB stuff
sudo lsusb -v
- 09-28-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 13
the camera is not usb its built into the moniter if had had to guess its hard wired to some port on the motherboard
- 09-30-2009 #4Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Is this a laptop? Even a built-in camera is usually hardwired through a USB or FireWire chipset to simplify driver writing. The commands I gave you above will list all the hardware that plugs in (or goes through such an interface chipset); even unknown hardware will be listed as such with a vendor ID you can use to find out exactly what it is and what you'd need to make it work.


Reply With Quote