I am desperate to use GhostBSD but 1 big problem

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: I am desperate to use GhostBSD but 1 big problem

Post by security_lover »

@NevilleGoddard
No, I almost never use bluetooth to transfer files. My desktop is connected to my LED TV. I watch movies twice a week using a bluetooth headphone. Even if this is not possible under GhostBSD its not a big deal. Booting to Linux only twice a week is not difficult at all.

When I want to transfer files from my phone to my PC I shutdown the phone, remove the micro SD card, insert it in a card reader.
I am paranoid about security !
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: I am desperate to use GhostBSD but 1 big problem

Post by NevilleGoddard »

Using Bluetooth headphones may be possible. I've done it. I'll try again later and let you know
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: I am desperate to use GhostBSD but 1 big problem

Post by security_lover »

@NevilleGoddard

Since I installed GhostBSD I didn't boot into Linux. I just did & it fails to boot. It says something like "root account is locked". I have only GhostBSD now. If you can teach me how to connect my bluetooth headphone it will be very nice.
I am paranoid about security !
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: I am desperate to use GhostBSD but 1 big problem

Post by ericbsd »

Oh, it might now work correctly since devmatch is broken on GhostBSD base on FreeBSD 12. Devmatch is only fixed on GhostBSD base on FreeBSD 13 witch by now is more stable than the release.
CyBear
Posts: 11
Joined: Fri Apr 23, 2021 10:37 am

Re: I am desperate to use GhostBSD but 1 big problem

Post by CyBear »

security_lover wrote: Thu Apr 22, 2021 12:42 pm
Can GhostBSD read EXT4 partitions ? If it can it will be very cool. (If I need to create a new thread about this issue please just ask)
It can read ext4 and write to ext4

Code: Select all

sudo fuse-ext2 -o rw+ /dev/ada0s7 /mnt/LokalniDisk/
I read that using lklfuse is preferred way to mount

Code: Select all

sudo lklfuse -o type=ext4 /dev/ada0s7 /mnt/LokalniDisk/
But since I couldn't make it to automount in fstab I reformated the partition that I share with Linux to ext2 and use that, works nice.
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: I am desperate to use GhostBSD but 1 big problem

Post by security_lover »

@CyBear
I was trying to dual boot GhostBSD & Debian. I don't know why but Debian became unbootable so there was no reason to keep any EXT4 partitions.
So I have formatted all my EXT4 partitions to UFS. Problem solved.
I am paranoid about security !
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: I am desperate to use GhostBSD but 1 big problem

Post by security_lover »

@NevilleGoddard
Sorry for bothering you. Since I have no access to Linux I can't use my bluetooth headphone anymore. If you know a way please tell me.
I am paranoid about security !
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: I am desperate to use GhostBSD but 1 big problem

Post by security_lover »

@NevilleGoddard

It finds my bluetooth headphone

Code: Select all

# hccontrol -n ubt0hci inquiry
Inquiry result, num_responses=1
Inquiry result #0
    BD_ADDR: 3b:46:5e:7b:00:05
    Page Scan Rep. Mode: 0x1
    Page Scan Period Mode: 0x2
    Page Scan Mode: 00
    Class: 24:04:04
    Clock offset: 0x6a8
Inquiry complete. Status: No error [00]

Then I try to connect

Code: Select all

# hccontrol -n ubt0hci create_connection 3b:46:5e:7b:00:05

When a connection is made my headset notifies me. A female voice says the word "connected" but I don't hear it.

Code: Select all

# hccontrol -n ubt0hci read_connection_list
Remote BD_ADDR    Handle Type Mode Role Encrypt Pending Queue State
3b:46:5e:7b:00:05     41  ACL    0 MAST    NONE       0     0 OPEN
3b:46:5e:7b:00:05     41  ACL    0 MAST    NONE       0     0 OPEN
I am paranoid about security !
User avatar
NevilleGoddard
Developer
Posts: 517
Joined: Thu Dec 22, 2016 10:30 pm
Location: Japan

Re: I am desperate to use GhostBSD but 1 big problem

Post by NevilleGoddard »

Sorry for the very late reply, but did you have any luck with your headphones?
User avatar
security_lover
Posts: 69
Joined: Thu Apr 22, 2021 9:54 am

Re: I am desperate to use GhostBSD but 1 big problem

Post by security_lover »

NevilleGoddard wrote: Mon Jul 12, 2021 9:12 am Sorry for the very late reply, but did you have any luck with your headphones?
No, I tried a lot of things but nothing worked. I am using Linux now.
I am paranoid about security !
Post Reply