Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Bugs in stable release (latest) #387

Open
divya789vidya opened this issue Jul 11, 2020 · 22 comments
Open

Some Bugs in stable release (latest) #387

divya789vidya opened this issue Jul 11, 2020 · 22 comments

Comments

@divya789vidya
Copy link

divya789vidya commented Jul 11, 2020

None of the internal drive is mounted

canvas

Andriod app loading failed

canvas (1)

canvas (3)

Bluetooth Problem

canvas (4)

DMESG TXT FILE
dmesg2.txt

Originally posted by @divya789vidya in #383 (comment)

@divya789vidya
Copy link
Author

Audio switch Problem
when headphone is inserted and audio output is switched to internal speaker NO SOUND came from the speaker

@sebanc
Copy link
Owner

sebanc commented Jul 11, 2020

I don't mind that you have opened another issue but I will close #383.

Bluetooth problem & android problem: I am working on it, both are probably related.

mount_internal_drives: What's your setup ? Dual boot ? With which OS ? Could you provide the output of "sudo lsblk" ?

Audio switch Problem: ChromeOS seems to use specific audio interfaces names to manage audio, probably through "cras". Unfortunately, I don't know enough on linux audio to fix this kind of issues. We need a linux audio expert in the community.

@divya789vidya
Copy link
Author

Triple boot =ubuntu 20,windows10,chrome os
file system used in the chrome os =ext4
lsblk
lsblk.txt

@sebanc
Copy link
Owner

sebanc commented Jul 11, 2020

Could you try the release here ? (validate the github invite first)
https://github.com/sebanc/brunch-testing/releases

and post a new dmesg ?

@divya789vidya
Copy link
Author

i tried the testing release and got a bug
Screenshot 2020-07-11 at 8 26 22 PM
the bluetooth was showing but not working , just I turned on the buetooth in my mobile and searched no bluetooth devices shown in mobile as well as in the chrome os
And the most annoying problem was that when i tried to connect wifi with my mobile hotspot , it suddenly went to restart (it was just happened in the previous to previous testing release) and then after restart i once again tried to connect wifi and same again, pc restarted again .......
dmesg txt in that unstable release
dmesg2.txt

I Just rolled back to previous stable release.....

@sebanc
Copy link
Owner

sebanc commented Jul 12, 2020

Could you try the new unstable build ? (use "options=rtl8723de")

@divya789vidya
Copy link
Author

i tried the build now and got some bugs ;
wifi was not working (after enabling the rtl8723de option and removing both tried )
bluetooth was showing but not working (just tried to connect my phone but not showing anything else on bluetooth search )
dmesg txt for this build was
dmesg.txt

@sebanc
Copy link
Owner

sebanc commented Jul 13, 2020

Could you try again the latest unstable build and replace the content of /etc/init/rtl8723de.conf with:

start on stopped udev-trigger

script
	modprobe mac80211
	insmod /lib/modules/rtl8723de.ko
end script

@divya789vidya
Copy link
Author

i tried this one and wifi started working .
But the bluetooth problem still exist i.e. the bluetooth is not showing any device and not showing in other devies also

@sebanc
Copy link
Owner

sebanc commented Jul 13, 2020

Apparently you are trying to pair your phone which is not possible in chromeos as you have to setup your phone through the dedicated menu.

Chromeos menu only pairs input/sound devices, try with that kind of device. If it does not work you are probably affected by the issue "Bluetooth working from command line but not from the settings menu" on which help is needed #331.

At least in your last log, bluetooth seemed correctly started.

@divya789vidya
Copy link
Author

i didnt understand what you said in first sentence ,,,,
and want to know that how to connect a bluetooth device by command line

@divya789vidya
Copy link
Author

no problem on the how to connect a bluetooth device by command line .... got it

@sebanc
Copy link
Owner

sebanc commented Jul 13, 2020

First sentence: you cannot pair a phone in chromeos through the bluetooth menu, use "Connected devices" menu to connect your phone.

use "bluetoothctl" to connect a bluetooth device by command line.

@divya789vidya
Copy link
Author

is there any way to install directly a driver to the chrome os just like ubuntu
can we do by crostini

@sebanc
Copy link
Owner

sebanc commented Jul 15, 2020

Not with crostini but with chromebrew it might work, what driver are you trying to install ?

@divya789vidya
Copy link
Author

divya789vidya commented Jul 17, 2020

i am trying to install the rtlnew git driver

@divya789vidya
Copy link
Author

can we install dkms ?

@sebanc
Copy link
Owner

sebanc commented Jul 18, 2020

You can build the kernel module but not install it with dkms. For now try to launch your built from source module manually in crosh shell using "insmod" command and if it works better I will help you setup a bootscript so that it runs automatically.

@divya789vidya
Copy link
Author

can you help with this one the driver rtw88
Screenshot 2020-07-19 at 8 07 29 AM
Screenshot 2020-07-19 at 8 07 54 AM
Screenshot 2020-07-19 at 8 09 04 AM
Screenshot 2020-07-19 at 8 13 18 AM
dmesg.txt
i tried to install these driver with the help of make but unsuccessful
https://github.com/lwfinger/rtw88.git
repository for driver

@sebanc
Copy link
Owner

sebanc commented Jul 19, 2020

It's an issue with the gcc present in chromebrew, you have to add "-fstack-protector-all" to gcc arguments in the makefile.

@TheCoverUp
Copy link

can I also get the latest testing brunch release? for me the bluetooth driver isnt showing up at all in settings and in terminal

@khanhtranngoccva
Copy link

khanhtranngoccva commented Jan 8, 2021

Well for the Android apps, I found out that if you try to sign in without having this line appear in the dmesg log, the Android container will fail to start. So I would like to have a script which checks the presence of the 32-bit capabilities line before the UI could fire up, since the container only finishes preloading after this. However, I don't know where exactly to put this into the init folder in order to delay the UI. The script should look like this:
while true
do
if [ $(dmesg | grep "32-bit capabilities" | wc -l) -gt 0 ]
then
break
fi
done
FydeOS team seemed to have made a workaround for the ARC container to boot without having to wait, can you just ask them how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants