-
gitomat
[illumos-gate] 13216 Want virtio driver manual pages -- Robert Mustacchi <rm⊙fo>
-
sjorge
-
sjorge
CP210x ?
-
sjorge
I thought we did, but can't find one so maybe not?
-
sjorge
OK, doesn't look like it
-
sjorge
as nothing attached to it
-
jbk
sjorge: if it's using the standard usb to serial spec (the actual name escapes me at the moment), it _might_ just be a matter of updating the usb ids
-
tsoome
anyone here on friendly terms with SMB/CIFS?:)
-
jbk
he's not on, but gwr is the in-kernel smb expert
-
jbk
(but he is on illumos-developers)
-
tsoome
yea, I know. i guess I should ask from him:)
-
tsoome
I do not understand why anonymous connect is not allowed for disk share....
-
Kurlon
I'm curious about your use case, I've never been in a situation where I've wanted zero auth of any form SMB?
-
tsoome
windows 10 backup on smb
-
tsoome
I'm getting a lot of: Oct 21 20:21:42 beastie smbsrv: [ID 138215 kern.notice] NOTICE: smbd[NT Authority\Anonymous]: backup access denied: IPC only
-
Kurlon
Does it continue after, or bomb out there? When I was last using Windows Backup I was using Nexenta and a domain so I never dug in to see if there were any anonymous mount requests.
-
tsoome
apparently it does not start unless you have manually been browsing the share
-
tsoome
or something like that
-
tsoome
I'm not entirely sure what is contributing factor there
-
tsoome
manual backup seems to work but backup does not seem to start after windows reboot
-
sjorge
jbk I could grab them with ::prtusb right?
-
sjorge
Looks to be silicon labs, so I'd hope they are pretty standard
-
jbk
i think so -- i always just kinda fumble around with the usb dcmds until i find the one that gives me the info i'm looking for
-
jbk
(since i haven't had to mess in there too deeply, so never remember what does what :P)
-
rmustacc
In this case, the most useful thing to do is dump the USB descriptor to see what it advertises as.
-
rmustacc
As a lot of drivers are rigged up to use class codes.
-
sjorge
-
sjorge
Is what mdb prtusb -v had
-
rmustacc
So it basically doesn't have a specific class.
-
rmustacc
Which is why nothing attaches to it by default, so we'd need to understand what the actual interface is and whether or not a driver supports it.
-
rmustacc
Do you know what driver supports it on another platform?
-
jbk
-
jbk
there's also a linux driver, though the fbsd one is probably more useful for us (if it works)
-
sjorge
If there is no driver, it's fine
-
sjorge
Just wanted to make sure
-
sjorge
Atleast the chip looks more sane than the last one that didn't work xD
-
sjorge
It's exceedingly hard to find FTDI based stuff on custom stuff on tindie and such, mostly due to cost I guess
-
rmustacc
It does not immediately appear that there is one.
-
rmustacc
If there's documentation, it shouldn't be too hard, to be honest.
-
» sjorge remembers his attempt at CH3x0
-
gitomat
[illumos-gate] 13144 refactor amdf17nbdf into a nexus -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 13212 Add Renoir to amdzen(7D) -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 13213 Want development driver for accessing AMD DF -- Robert Mustacchi <rm⊙fo>
-
jbk
-
rmustacc
Well, that's something!
-
jbk
sjorge: what is the chip for?
-
sjorge
On this one, the uart of a zigbee chip
-
jbk
ahh
-
sjorge
I also have one that is to generic uart so for a orange pi/raspberry pi,...
-
sjorge
I thought it worked because if that, but then I found my FTDI one and remembered I had to buy that one because the other one didn't work
-
sjorge
So I was dumb twice