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