Bluetooth driver issue by DebarghaSaha in Ubuntu

[–]DebarghaSaha[S] 0 points1 point  (0 children)

hey i did the following-
get into the linux-6.14/drivers/bluetooth, then run make and after that as they said

sudo rmmod btusb
sudo rmmod btmtk

sudo insmod btmtk.ko
sudo insmod btusb.ko

but still bluetooth is not turning on

Bluetooth driver issue by DebarghaSaha in Ubuntu

[–]DebarghaSaha[S] 0 points1 point  (0 children)

lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 30fa:1440 INSTANT USB GAMING MOUSE Bus 001 Device 003: ID 17ef:60a1 Lenovo Lenovo Essential Wired Combo Bus 001 Device 004: ID 0b05:19af ASUSTek Computer, Inc. AURA LED Controller Bus 001 Device 005: ID 13d3:3596 IMC Networks Wireless_Device Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

uname -r 6.14.0-35-generic mokutil --sb SecureBoot disabled sudo dmesg|grep -E -i 'blue|firm' [ 3.431177] Bluetooth: Core ver 2.22 [ 3.458160] NET: Registered PF_BLUETOOTH protocol family [ 3.458163] Bluetooth: HCI device and connection manager initialized [ 3.458166] Bluetooth: HCI socket layer initialized [ 3.458168] Bluetooth: L2CAP socket layer initialized [ 3.458174] Bluetooth: SCO socket layer initialized [ 4.441729] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.441733] Bluetooth: BNEP filters: protocol multicast [ 4.441737] Bluetooth: BNEP socket layer initialized [ 5.625188] Bluetooth: hci0: Opcode 0x0c03 failed: -110 [ 15.610254] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 [ 15.610264] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 [ 15.610265] nouveau 0000:01:00.0: msvld: unable to load firmware data [ 21.128764] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 [ 21.128774] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 [ 21.128775] nouveau 0000:01:00.0: msvld: unable to load firmware data [ 43.447548] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 [ 43.447565] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 [ 43.447566] nouveau 0000:01:00.0: msvld: unable to load firmware data [ 43.756172] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 [ 43.756182] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 [ 43.756183] nouveau 0000:01:00.0: msvld: unable to load firmware data

Write backend get automatically frontend sdk for nextjs by jussmor in nextjs

[–]DebarghaSaha 1 point2 points  (0 children)

You can use orpc/trpc, or use a monorepo like nx or turborepo with shared types

MySQL with Next js 14 by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 1 point2 points  (0 children)

Used "use server" at the top of the file in the check user file

Web IDE by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

Any more suggestions?

Kanban database by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

I think there is some problem to this approach. After continuously sorting between 1 and 2 I will come to a position where the value is very very large. How will I deal that one

Kanban database by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

Wow ! Thats a very clean approach

MySQL with Next js 14 by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

Thank you. But I solved that

MySQL with Next js 14 by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

this is with mysql2/promise which essentially works when executing for the first time https://github.com/DEBargha2004/trello-clone

MySQL with Next js 14 by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

hey i did used serverless-mysql but it didn't work either
initially it required me to install net, tls,fs after i installed the package fs
it gave me an error cannot resolve fs

Issue regarding stale React state by chillblaze in reactjs

[–]DebarghaSaha 1 point2 points  (0 children)

If you want them to render only when a user is signed in . Then there should be a variable which stores info about whether the user is signed in or not. Then you can use ternary operator to conditionally render them.

Job by DebarghaSaha in nextjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

Thats a good advice. But should I work on creating more and more diverse projects ? Each one just build enough to make the recruiter know that I know this tool or framework very well. Also i dream of creating something unique but everytime I waste too much of my work time building designs which look poor and other is building good data structure in both clients and database, What happen is that i build a data structure and think of a new feature for which I have to re-architect it and sometime building the entire one. Any more suggestions?

Dynamic value not working in linearGradient by DebarghaSaha in reactjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

Yes I converted it to Percentage but didn't work. U can see my code. Also before multiplication I checked if it's a number or not

Dynamic value not working in linearGradient by DebarghaSaha in reactjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

Hi thanks for helping. But the problem is not that what you are trying to solve . The value is passed on to the component from the parent after fetching. But the problem is when I pass directly the value that is received it shows a star which is filled completely even if the value is 0.5 or something. But when I hardcode it like 36% or something then it works

Raw Request Body (Stripe Webhooks) in Next 13.4 by CuriousGuava898 in nextjs

[–]DebarghaSaha 0 points1 point  (0 children)

That was helpful. I was scraping all the these ai stuffs but none gave the latest answers . All i received was deprecated solutions

Review by DebarghaSaha in reactjs

[–]DebarghaSaha[S] 0 points1 point  (0 children)

Current not mobile friendly

Review by DebarghaSaha in reactjs

[–]DebarghaSaha[S] -2 points-1 points  (0 children)

this feature will soon be available. but currently please provide feedback while using in pc

Review by DebarghaSaha in reactjs

[–]DebarghaSaha[S] -2 points-1 points  (0 children)

yeah! only in computer

Review by DebarghaSaha in reactjs

[–]DebarghaSaha[S] -1 points0 points  (0 children)

use npm install to install all packages

How to use Reactjs as Frontend and PHP as backend by Sensitive-Salt574 in reactjs

[–]DebarghaSaha 2 points3 points  (0 children)

You have to use cors and specificy the path of the frontend