Connect e680g in linux

Source: Internet
Author: User
Connect e680g in linux-Linux general technology-Linux technology and application information. The following is a detailed description. Set core support: usblan, acm modem, and usbnet zaurus feature.
Make sure the following lines exist in the configuration file/usr/src/linux/. config:
CONFIG_USB_BELKIN = y
CONFIG_USB_NET_ZAURUS = m
CONFIG_USB_ACM = m

Connect the E680g computer with a USB connector and run the following command:
# Modprobe cdc_acm

In this case,/dev will display the E680g device. The device name is/dev/ttyACM0. Run the following command: # dmesg
Usb 2-2: new full speed USB device using uhci_hcd and address 6
Cdc_acm 2-2:1. 0: ttyACM0: usb acm device

If the preceding two lines are displayed, run the following command:
# Echo at + mode = 99>/dev/ttyACM0

The E680g is switched to usbd mode and the IP address is set. In windows, it is generally "169.254.142.2". In linux, the "Zaurus" program is used to set the IP address to 192.168.1.2 in the/etc/hotplug/network_fd.agent file of the mobile phone, therefore, set the usblan IP address on the computer to "192.168.1.1 ".

# Modprobe zaurus

Load the zaurus usb net driver.

# Ifconfig-

Set the name of the zaurus USB net Nic, which is generally "usb0"

# Ifconfig usb0 192.168.1.1

# Telnet 192.168.1.2
Trying 192.168.1.2...
Connected to e680i.
Escape character is '^]'.

MontaVista linux Consumer Electronics Edition 3.0
Linux/armv5tel 2.4.20 _ mvlcee30-mainstone

(None) login:
Log in as root and enter the mobile phone.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.