USB problem everyone except me seems to be solving!

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
MadjidHn
Posts: 8
Joined: Sun Sep 04, 2022 11:12 am

Re: Problem everyone except me seems to be solving!

Post by MadjidHn »

Thank you as always Steve.
Here is the report for the previous mentioned command, retrying it with USB pluged in during and after booting.

ehci0: <Intel PCH USB 2.0 controller USB-B> mem 0xfbff0000-0xfbff03ff irq 16 at device 26.0 on pci0
usbus0: 480Mbps High Speed USB v2.0
ehci1: <Intel PCH USB 2.0 controller USB-A> mem 0xfbfea000-0xfbfea3ff irq 23 at device 29.0 on pci0
usbus1: 480Mbps High Speed USB v2.0
ugen1.4: <SIGMACHIP USB Keyboard> at usbus1
ukbd0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.10, addr 4> on usbus1
usb_msc_auto_quirk: UQ_MSC_NO_GETMAXLUN set for USB mass storage device ADATA ADATA USB Flash Drive (0x125f:0xc96a)
usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device ADATA ADATA USB Flash Drive (0x125f:0xc96a)
ugen1.6: <ADATA ADATA USB Flash Drive> at usbus1
umass0: <ADATA ADATA USB Flash Drive, class 0/0, rev 2.00/11.00, addr 6> on usbus1
da0: <ADATA USB Flash Drive 1100> Removable Direct Access SPC-2 SCSI device
uhid0: <SIGMACHIP USB Keyboard, class 0/0, rev 1.10/1.10, addr 4> on usbus1
nevets
Posts: 149
Joined: Tue Jun 23, 2020 3:54 am

Re: Problem everyone except me seems to be solving!

Post by nevets »

Summary:
Your USB is detected when plugged in at startup.
It is assigned to da0 device.

There's issues with UQ_MSC_NO_GETMAXLUN and UQ_MSC_NO_PREVENT_ALLOW from 2017 noted in freebsd bug reports, however, that's really not my forte. I presumed anyway that other makes of USB [not ADATA] didn't become usable either when you tried them too.

We've checked folder permissions to run a mount of the file system FAT.
Unless you're not in the wheel group.....
Look at the file
/etc/group
Does it start
# $FreeBSD$
#
wheel:*:0:root,me
... where 'me' is your username?
MadjidHn
Posts: 8
Joined: Sun Sep 04, 2022 11:12 am

Re: Problem everyone except me seems to be solving!

Post by MadjidHn »

Yes i tried other USB's and they were not usable either.
The file "/etc/group" does start exactly like that.
mapsware
Posts: 45
Joined: Tue May 07, 2019 11:22 pm
Location: Hermosillo, Son. Mexico

Re: Problem everyone except me seems to be solving!

Post by mapsware »

GhostBSD use sysutils/automount

check the log

Code: Select all

cat /var/log/automount.log
grahamperrin
Posts: 105
Joined: Sun Sep 04, 2016 6:06 am

Re: Problem everyone except me seems to be solving!

Post by grahamperrin »

MadjidHn wrote: Sun Sep 04, 2022 11:43 am Problem everyone except me seems to be solving!
Can you edit the subject of your topic?

Problem could mean anything. Instead, please include a distinctive keyword such as USB.
MadjidHn
Posts: 8
Joined: Sun Sep 04, 2022 11:12 am

Re: USB problem everyone except me seems to be solving!

Post by MadjidHn »

Hello grahamperrin. It's done, but to the first post only and I don't know how to change/edit it for the rest.
Post Reply