Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Connecting external cd player
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
haines
n00b
n00b


Joined: 23 Jan 2025
Posts: 3

PostPosted: Thu Jan 23, 2025 9:48 pm    Post subject: Connecting external cd player Reply with quote

I have a Mini Multmedia Player to play cd disks . It has an HDMI port. I run it through a Ycbueno USB-c capture card to the USB-C port on my computer. This is a 4K@60Hz to USB3.0 Full HD 1080P/60fps, HDMI Capture Card . However audsacity cannot see the drive.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54759
Location: 56N 3W

PostPosted: Thu Jan 23, 2025 10:01 pm    Post subject: Reply with quote

haines,

Welcome to Gentoo.

The drive is not actually connected to your system, so will not be seen.
Your Ycbueno USB-c capture card is what is connected. The system may see that. It has no knowledge of the capture card input.
It may also need kernel drivers.

To help wit kernel drivers, we need the output of
Code:
lsusb
, so we can seed the Vendor and Device ID of the capture card.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
haines
n00b
n00b


Joined: 23 Jan 2025
Posts: 3

PostPosted: Fri Jan 24, 2025 8:45 am    Post subject: Reply with quote

I post the entire list because there are several I cannot identify. But none look like my Mini Multimedia Player model DVP-508

Code:

$ lsusb
Bus 002 Device 003: ID 1058:2626 Western Digital Technologies, Inc. My Passport (WDBPKJ)
Bus 002 Device 005: ID 05e3:0626 Genesys Logic, Inc. Hub
Bus 002 Device 006: ID 0951:1666 Kingston Technology DataTraveler 100 G3/G4/SE9 G2/50 Kyson
Bus 002 Device 002: ID 05e3:0625 Genesys Logic, Inc. USB3.2 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 008: ID 046d:c52f Logitech, Inc. Nano Receiver
Bus 001 Device 006: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 004: ID 13ba:0018 PCPlay Barcode PCP-BCG4209
Bus 001 Device 014: ID 1bcf:28c4 Sunplus Innovation Technology Inc. USB Camera
Bus 001 Device 005: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 012: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 001 Device 011: ID 048d:5702 Integrated Technology Express, Inc. RGB LED Controller
Bus 001 Device 010: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 009: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 013: ID 534d:2109 MacroSilicon USB Video
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


It seems the kernel fails to see the drive at all: I have no /dev/sr0 interface. I'm getting a drive known to be linux friendly, needs no driver and has a USB rather than HDMI output port.
Back to top
View user's profile Send private message
Banana
Moderator
Moderator


Joined: 21 May 2004
Posts: 1848
Location: Germany

PostPosted: Fri Jan 24, 2025 12:00 pm    Post subject: Reply with quote

As Neddy already said. The PC can only have the knowledge of the drive if it is either directly connected or your capture card does a path through of the device.

Does the capture card provide this functionality or does is work on a different setup/pc?
_________________
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54759
Location: 56N 3W

PostPosted: Fri Jan 24, 2025 12:05 pm    Post subject: Reply with quote

haines,

Your device is a capture card, not a CD drive. The kernel will never see a CD drive.
USB connected optical drives will appear as a optical drive to the kernel.

You will likely have a USB Audio device, for the sound, and a separate, video device for the video.
Used together they can capture HDMI video, with the sound track.

Code:
Bus 001 Device 013: ID 534d:2109 MacroSilicon USB Video
looks like it may be a capture card.
Indeed, putting 534d:2109 USB into a search engine, leads me to an Amazon review which says [quote]This is another device based on the
Quote:
MacroSilicon MS 2109 chip, like many other capture devices.
lsusb:
ID 534d:2109 MacroSilicon USB Video

This means that full resolution output is only possible in compressed MJPEG format or at very low frame rates (5 fps). Lower resolutions are supported, and it will run at 50 fps (some resolutions) and 25 fps (all resolutions) as well as 30 and 60 fps. This is good for PAL countries!

So you get a compressed video stream, its a USB2 device after all.
Its a UVC (Universal Video Class) device, so you need that support in your kernel.
That will give you a /dev/videoX where X is a number, that will be used to get the video stream.

This page discusses the audio capture.

In short, it can be made to work under Gentoo as a capture device. The USB2/MPEG video means that the video resolution will be poor, or you trade frame rate for resolution.
It cannot control the drive as its a media grabber only. It has no controls and no knowledge of the input source.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
haines
n00b
n00b


Joined: 23 Jan 2025
Posts: 3

PostPosted: Fri Jan 24, 2025 2:42 pm    Post subject: Reply with quote

Thanks I'm replacing the HDMI drive with a drive known to be Linux-friendly and has USB port. I assume my lack of /dev/sr0 is because the kernel sees no drive, and without that interface my hopes to play audio are dashed.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54759
Location: 56N 3W

PostPosted: Fri Jan 24, 2025 3:36 pm    Post subject: Reply with quote

haines,

You can play audio through the USB Capture Card.
It cannot control the drive, you would have to do that.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum