Displaying 2 results from an estimated 2 matches for "_close_".
Did you mean:
_close
2013 Mar 20
0
Newer version of ftdi_sio
...ings: Mfr=1, Product=2, SerialNumber=3
Product: FT231X USB UART
Manufacturer: FTDI
However this appears to be slightly too new for the ftdi_sio driver in
C6.4; it's not detected.
If I force it
modprobe ftdi_sio vendor=0x0403 product=0x6015
then it gets detected as a FT232RL which is _close_... but doesn't seem
to quite work. If I use "kermit -l /dev/ttyUSB0 -C 'transmit foo,quit'"
then I get "Timeout" errors from kermit. If I plug the same adapter into
a Ubuntu 12.10 instance it detects as FT-X and the same kermit command works
correctly.
So I guess...
1998 Dec 15
4
Why does oplocks = False not seem to stop file cacheing?
Greetings All,
I have tried everything I can think of and can not seem to
stop the PC from cacheing a local copy of a file retrieved
over a samba share. I have tried oplocks = false and also
setting veto oplocks = /*.txt/
Whatever I try the PC still shows me the old version of a file
after I modify it on the unix side. If anyone can see anything
wrong with my smb.conf file please let me know.