Any body has solution for this using javascript?

|
antinix 2022-08-26 16:00:56
Shiro77 2022-08-26 15:59:08
no sound pop os 22.04

Change your output device?

Shiro77 2022-08-26 16:03:56
antinix 2022-08-26 16:00:56
Change your output device?

i am using laptop

antinix 2022-08-26 16:06:11
Shiro77 2022-08-26 16:03:56
i am using laptop

I meant click on the box

Shiro77 2022-08-26 16:06:50
oh no more options
Shiro77 2022-08-26 16:07:06
Sub-process /usr/bin/dpkg returned an error code (1)
Shiro77 2022-08-26 16:07:11
i get this error too
antinix 2022-08-26 16:11:43
Shiro77 2022-08-26 16:07:11
i get this error too

https://support.system76.com/articles/audio/

Audio TroubleshootingSystem76 Support
Here is how to fix several common audio issues with your computer.
Shiro77 2022-08-26 16:18:55
antinix 2022-08-26 16:11:43
https://support.system76.com/articles/audio/

i had to restart to fix

Shiro77 2022-08-26 16:19:01
this didn’t help
Shiro77 2022-08-26 16:19:11
i get this problem a lot
OxHellfire 2022-08-26 16:21:05
Shiro77 2022-08-26 15:59:08
no sound pop os 22.04

login as root ?

Shiro77 2022-08-26 16:21:13
yup
Shiro77 2022-08-26 16:21:34
already logged in as root
OxHellfire 2022-08-26 16:21:35
Shiro77 2022-08-26 16:21:13
yup

login as user you will get sound back

Shiro77 2022-08-26 16:22:54
OxHellfire 2022-08-26 16:21:35
login as user you will get sound back

no other solution ?

OxHellfire 2022-08-26 16:24:08
Shiro77 2022-08-26 16:22:54
no other solution ?

there is solution for root too
but why not non-root user ?
do you hate to provide password in root required applications or hate sudo ?

Shiro77 2022-08-26 16:24:32
OxHellfire 2022-08-26 16:24:08
there is solution for root too
but why not non-root user ?
do you hate to provide password in root required applications or hate sudo ?

wait

Shiro77 2022-08-26 16:24:41
i am logged in as user
Shiro77 2022-08-26 16:24:50
not root
OxHellfire 2022-08-26 16:26:46
still no sound?
Shiro77 2022-08-26 16:28:24
OxHellfire 2022-08-26 16:26:46
still no sound?

yup

Shiro77 2022-08-26 16:29:11
after i restart, still no sound
Shiro77 2022-08-26 16:29:20
linux_group-1398085.jpg

thecatvoid 2022-08-26 17:12:30
Shiro77 2022-08-26 16:29:11
after i restart, still no sound

sound issue huh?
i have this saved, a fix to usual sound issue on linux,

install alsa-utils alsa-firmware sof-firmware pulseaudio and enable alsa service
then add user to audio group, and reboot

then unmute with amixer (copy all commands from arch wiki alsa page)

alexmb7 2022-08-26 17:13:38
thecatvoid 2022-08-26 17:12:30
sound issue huh?
i have this saved, a fix to usual sound issue on linux,

install alsa-utils alsa-firmware sof-firmware pulseaudio and enable alsa service
then add user to audio group, and reboot

then unmute with amixer (copy all commands from arch wiki alsa page)

+1

millitenkir 2022-08-26 17:41:12
Any body has solution for this using javascript?

In office an employee can bring 1 pet or 2 pets at a time, if a person has n number of pets in how many distinct combinations the employee can bring the pets to work?

Example I
Input: n = 3 pets
Output: 3
Explanation: There are 3 ways the employees can bring pets
-> 1 + 1 + 1
-> 1 + 2
-> 2 + 1

siduck 2022-08-26 17:50:33
millitenkir 2022-08-26 17:41:12
Any body has solution for this using javascript?

In office an employee can bring 1 pet or 2 pets at a time, if a person has n number of pets in how many distinct combinations the employee can bring the pets to work?

Example I
Input: n = 3 pets
Output: 3
Explanation: There are 3 ways the employees can bring pets
-> 1 + 1 + 1
-> 1 + 2
-> 2 + 1

ask it in the javascript group

siduck 2022-08-26 17:50:43
https://thedevs.network/

The Devs Networkthedevs.network
Developers Community on Telegram
Fibonakki 2022-08-26 17:57:05
millitenkir 2022-08-26 17:41:12
Any body has solution for this using javascript?

In office an employee can bring 1 pet or 2 pets at a time, if a person has n number of pets in how many distinct combinations the employee can bring the pets to work?

Example I
Input: n = 3 pets
Output: 3
Explanation: There are 3 ways the employees can bring pets
-> 1 + 1 + 1
-> 1 + 2
-> 2 + 1

This is a math problem, not a JavaScript one lol.

millitenkir 2022-08-26 17:58:16
Fibonakki 2022-08-26 17:57:05
This is a math problem, not a JavaScript one lol.

πŸ˜‚.. yeah that’s true but my boss wanted to get the algorithm that can solve this…
😭😭😭

Fibonakki 2022-08-26 18:00:19
millitenkir 2022-08-26 17:58:16
πŸ˜‚.. yeah that’s true but my boss wanted to get the algorithm that can solve this…
😭😭😭

That’s why I am saying it’s a math problem. Learn some combinatorics + some js. Then write the algorithm. It’s not even an algorithm. There’s already formulas for this kind of problems

malware_hacker_bot 2022-08-26 18:09:06
Fibonakki 2022-08-26 18:00:19
That’s why I am saying it’s a math problem. Learn some combinatorics + some js. Then write the algorithm. It’s not even an algorithm. There’s already formulas for this kind of problems

Math is fun

Fibonakki 2022-08-26 18:15:34
malware_hacker_bot 2022-08-26 18:09:06
Math is fun

Math is the basis of everything lol)) sometimes it’s fun sometimes it makes you cry 😒😒😭😭 like when i was majoring in it and was 4th year

macbedab 2022-08-26 18:24:27
Hi
I’m really humanπŸ‘
MasterBodyGD 2022-08-26 18:26:27
I am trying to install linux lite on my usb. but it stucks in the installing process. “creating ex4 file system”
|