If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
I have 2 laser printers plugged in to my USB ports, also 1 webcam and none of them are shown or seen by the device notifier, yet the the printers work the USB webcam does not work, is this a bug
and none of them are shown or seen by the device notifier
I think that the device notifier plasmoid is for the mass storage devices ie. devices that need the "Safely Remove" option.
the USB webcam does not work, is this a bug
Has it been working with the Linux ?
It could be a Windows only webcam (i have one of those). Manufacturer doesn't provide Linux drivers or specifications, so nobody else can't make drivers.
You could:
google (your webcam name + linux/ubuntu)
or/and
what tells:
Code:
lsusb
Code:
dmesg | tail
after you plug in the webcam.
man lsusb
NAME
lsusb - list USB devices
SYNOPSIS
lsusb [ options ]
DESCRIPTION
lsusb is a utility for displaying information about USB buses in the system and the devices connected
to them.
man dmesg
NAME
dmesg - print or control the kernel ring buffer
SYNOPSIS
dmesg [ -c ] [ -n level ] [ -s bufsize ]
DESCRIPTION
dmesg is used to examine or control the kernel ring buffer.
The program helps users to print out their bootup messages. Instead of copying the messages by hand,
the user need only:
dmesg > boot.messages
and mail the boot.messages file to whoever can debug their problem.
Comment