Re: Samsung SSD X5 with OpenBSD - possible ?

2021-10-26 Thread Bryan Steele
On Mon, Oct 25, 2021 at 07:11:15PM +, Laura Smith wrote:
> 
> ‐‐‐ Original Message ‐‐‐
> 
> On Monday, October 25th, 2021 at 19:15, Stefan Sperling  
> wrote:
> 
> > On Mon, Oct 25, 2021 at 05:45:22PM +, Laura Smith wrote:
> >
> > > I'm struggling a bit as to what I need to do next here.
> > >
> > > Any time in the past I've connected a USB stick etc. to OpenBSD, 
> > > everything happened automagically in terms of recognition and assigning a 
> > > /dev/sd.
> > >
> > > However this time, its different.  This is the only line that appears in 
> > > dmesg when I plug it in:
> > >
> > > ugen0 at uhub0 port 4 "SAMSUNG ELECTRONICS CO., LTD Portable SSD X5" rev 
> > > 2.01/4.45 addr 2
> > >
> > > sysctl hw.disknames remains unchanged
> > >
> > > Any ideas ?
> >
> > I would guess that no driver is attaching because this drive requires
> >
> > Thunderbolt 3 rather than USB 3 (both use a USB-C type connector).
> 
> Makes sense, thanks !

Could you send a full dmesg with the device connected, and also try 
rebooting the machine with it still connected?

-Bryan.



Re: Samsung SSD X5 with OpenBSD - possible ?

2021-10-25 Thread Laura Smith


‐‐‐ Original Message ‐‐‐

On Monday, October 25th, 2021 at 19:15, Stefan Sperling  wrote:

> On Mon, Oct 25, 2021 at 05:45:22PM +, Laura Smith wrote:
>
> > I'm struggling a bit as to what I need to do next here.
> >
> > Any time in the past I've connected a USB stick etc. to OpenBSD, everything 
> > happened automagically in terms of recognition and assigning a /dev/sd.
> >
> > However this time, its different.  This is the only line that appears in 
> > dmesg when I plug it in:
> >
> > ugen0 at uhub0 port 4 "SAMSUNG ELECTRONICS CO., LTD Portable SSD X5" rev 
> > 2.01/4.45 addr 2
> >
> > sysctl hw.disknames remains unchanged
> >
> > Any ideas ?
>
> I would guess that no driver is attaching because this drive requires
>
> Thunderbolt 3 rather than USB 3 (both use a USB-C type connector).

Makes sense, thanks !



Samsung SSD X5 with OpenBSD - possible ?

2021-10-25 Thread Laura Smith
I'm struggling a bit as to what I need to do next here.

Any time in the past I've connected a USB stick etc. to OpenBSD, everything 
happened automagically in terms of recognition and assigning a /dev/sd.

However this time, its different.  This is the only line that appears in dmesg 
when I plug it in:

ugen0 at uhub0 port 4 "SAMSUNG ELECTRONICS CO., LTD Portable SSD X5" rev 
2.01/4.45 addr 2

sysctl hw.disknames remains unchanged

Any ideas ?



Re: Samsung SSD X5 with OpenBSD - possible ?

2021-10-25 Thread Stefan Sperling
On Mon, Oct 25, 2021 at 05:45:22PM +, Laura Smith wrote:
> I'm struggling a bit as to what I need to do next here.
> 
> Any time in the past I've connected a USB stick etc. to OpenBSD, everything 
> happened automagically in terms of recognition and assigning a /dev/sd.
> 
> However this time, its different.  This is the only line that appears in 
> dmesg when I plug it in:
> 
> ugen0 at uhub0 port 4 "SAMSUNG ELECTRONICS CO., LTD Portable SSD X5" rev 
> 2.01/4.45 addr 2
> 
> sysctl hw.disknames remains unchanged
> 
> Any ideas ?
> 

I would guess that no driver is attaching because this drive requires
Thunderbolt 3 rather than USB 3 (both use a USB-C type connector).