chromefy icon indicating copy to clipboard operation
chromefy copied to clipboard

Internal mic and webcam

Open ars0nboi opened this issue 6 years ago • 9 comments

I have a Dell XPS 15. I can't get my internal mic or webcam to work. I current use fydeOS 6.0, nocture, and kip. Is there a recomment configuration that will allow for mic and/or webcam to work? Any suggestions.

ars0nboi avatar Feb 24 '19 11:02 ars0nboi

well webcam works. How can I get mic to work, is there a way to add the pid to a file to get it to work?

buhlaze avatar Feb 27 '19 02:02 buhlaze

For me it's the opposite... webcam doesn't work. Mic does work.

NSbuilder avatar Mar 17 '19 13:03 NSbuilder

Use Arnold's Special 72 as chromium. Fyde doesn't work properly (I tried).

denzilferreira avatar Mar 31 '19 07:03 denzilferreira

@denzilferreira u have an xps 15?

ars0nboi avatar Apr 01 '19 03:04 ars0nboi

Yes, I do! 9570!

On Mon, Apr 1, 2019, 06:09 ars0nboi [email protected] wrote:

@denzilferreira https://github.com/denzilferreira u have an xps 15?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/imperador/chromefy/issues/42#issuecomment-478420506, or mute the thread https://github.com/notifications/unsubscribe-auth/AH9NLZJeca6Iza00KxLd7G2cCTW1c0uRks5vcXiAgaJpZM4bOebo .

denzilferreira avatar Apr 01 '19 04:04 denzilferreira

Dell Inspiron 5558: ATB R74 Special + Eve recovery + swtpm.rar = camera works in Chrome, but microphone - doesn't

andriy2 avatar May 29 '19 10:05 andriy2

I can't even get ATB R74 Special to work chromify on Dell XPS 9560 4k version. Chromified FydeOS works just fine , granted the internal mic doesn't work.

ars0nboi avatar May 29 '19 14:05 ars0nboi

@ars0nboi have you tried using the kefka image instead of Eve?

dragon788 avatar Jun 15 '19 01:06 dragon788

This project has been great to me. Been running "Chrome OS" as my main machine now for over a year. Went from Dell Latitude 7440 -> 7450 -> 7470 with this and it all works great.

I got my internal mic working with the following fix:

  • Open up the crosh shell, and then go to the real shell with "shell".

From my self-notes for Dell Latitude notebooks (you should experiment on your own to find the right combination):

alsamixer --card=0

move capture to "internal" by tab to [Capture], using the left and right to move between the settings, and hitting space bar when the red is at "internal mic". That turns on the internal microphone of the laptop.

Also, in alsamixer, you can swtich between the devices by pressing the S key to switch to the Realtek "Card" so we can switch the actual card to the right card.

===

From my best guess, what happens is that there's the underlying "linux" side of the drivers in the kernel that alsamixer is dealing with with the above command. Chromium then does a virtual device that attaches to the base device. However, the Realtek drivers supports the multitude of inputs on these laptops, so the default might not be set at the "internal mic" that's built in. And since you can't control the raw device through the Chromium virtual device, you're stuck.

Let me know if anyone finds this contribution worthwhile.

WhatAmIDoingHere-eh avatar Jan 31 '20 14:01 WhatAmIDoingHere-eh