Hi Ram
sudo -S modprobe usbserial vendor=0x12d1 product=0x1010 <
/path/to/filewithuserpassword
    

is this one line and what doe the filewithuserpasswrod refer too
a txt file with the password (which normally is the phone number)

so can you post this please, would be grateful.
  
since /etc/rc.local runs at startup, there is no point in it asking you the password everytime the computer boots up, so use the -S option and put your password (the one you enter when you run a sudo command) in a plain text file. filewithuserpassword refers to this plain text file. You could remove the -S option and enter the password manually at every bootup if you want.
sudo mknod /dev/ttyUSB0 c 188 0
sudo mknod /dev/ttyUSB1 c 188 1

The vendorid and productid hex numbers are found using lsusb, add 0x at
the beginning of those numbers. I guess that these ids for the ETS2280
would be different than ETS1201. The rest should work okay.
    

lsusb -v gives this output
  
Which output? Same as above? I would be surprised.
will try and will get back to you on this
  
Sure, I'd be interested to know if it worked.

Sincerely,

Moz
-- 
ubuntu-in mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

Reply via email to