Changes between Version 17 and Version 18 of WikiStart
- Timestamp:
- 2011-03-12 05:06:13 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v17 v18 48 48 49 49 3. Enter the following commands over the SSH connection: 50 {{{ #!sh50 {{{ 51 51 echo "vendor:0451 product:16a6" >> /etc/cmh/serproxy.ports 52 52 }}} 53 {{{ #!sh53 {{{ 54 54 echo "usbserial vendor=0x0451 product=0x16a6" > /etc/modules.d/60-usb-serial 55 55 }}} 56 {{{ #!sh56 {{{ 57 57 mv /etc/modules.d/60-usb-acm /etc/modules.d/70-usb-acm 58 58 }}}