linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Oliver Neukum <oneukum@suse.com>
To: "Linux@karl-arne.no" <linux@karl-arne.no>, linux-usb@vger.kernel.org
Subject: Re: Panasonic NV GS27E on Linux Mint
Date: Mon, 06 Apr 2020 09:58:14 +0200	[thread overview]
Message-ID: <1586159894.10429.8.camel@suse.com> (raw)
In-Reply-To: <07a9e05d-4a19-0f05-ae6e-48a5e28409c5@karl-arne.no>

Am Freitag, den 03.04.2020, 12:52 +0200 schrieb Linux@karl-arne.no:
> Hello.
> 
> I am new to this list. I have a question.
> 
> After some investigation can I now see my camera registred in the 
> kernel. I can still not see the usb device listed and have no access to 
> the camera. Here is a lot of information that Ihope can be in your 
> interests if you can help me out...

Hi,

I am afraid this is a fundamental misunderstanding.
The kernel does not create USB devices for every device
connected via USB.
The device nodes created depend on the class of the driver,
not the physical bus. In your case they will be video,
sound and input devices.

And your kernel creates an event for a new video device:

KERNEL[137510.512307] add /devices/pci0000:00/0000:00:14.0/usb2/2-3 (usb)
KERNEL[137510.515438] add 
/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0 (usb)
KERNEL[137510.518719] add 
/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0/video4linux/video2 
(video4linux)

Please check that out and if it does not work, make a bug report
and we will happily direct you to the correct list.

	HTH
		Oliver


      reply	other threads:[~2020-04-06  8:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 10:52 Panasonic NV GS27E on Linux Mint Linux@karl-arne.no
2020-04-06  7:58 ` Oliver Neukum [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1586159894.10429.8.camel@suse.com \
    --to=oneukum@suse.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@karl-arne.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).