Mar 19 07:31:16 klogd started: BusyBox v1.1.3 (2011.09.09-02:01+0000)
Mar 19 07:31:16 RTL8192C/RTL8188C driver version 1.4 (2010-12-22)
Mar 19 07:31:17 pppd[815]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2b1
Mar 19 07:31:17 pppd[815]: pppd 2.4.2b1 started by root, uid 0
......
Jan 16 10:43:15 pppd[2647]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2b1
Jan 16 10:43:15 pppd[2647]: pppd 2.4.2b1 started by admin, uid 0
Jan 16 10:43:15 pppd[2647]: PADS: Service-Name: ''
Jan 16 10:43:15 pppd[2647]: PPP session is 45996
Jan 16 10:43:15 pppd[2647]: using channel 1
Jan 16 10:43:15 pppd[2647]: Using interface ppp0
Jan 16 10:43:15 pppd[2647]: Connect: ppp0 <--> eth1
Jan 16 10:43:15 pppd[2647]: Couldn't increase MTU to 1500
Jan 16 10:43:15 pppd[2647]: Couldn't increase MRU to 1500
Jan 16 10:43:15 pppd[2647]: Warning - secret file /etc/ppp/pap-secrets has world and/or group access
Jan 16 10:43:15 pppd[2647]: Warning - secret file /etc/ppp/chap-secrets has world and/or group access
Jan 16 10:43:15 pppd[2647]: ipup......
Jan 16 10:43:15 pppd[2647]: local IP address 217.197.(не скажу)
Jan 16 10:43:15 pppd[2647]: remote IP address 217.197.255.32
Jan 16 10:43:15 pppd[2647]: primary DNS address 8.8.4.4
Jan 16 10:43:15 pppd[2647]: secondary DNS address 217.197.255.1
ISR(USART_RX_vect){
digitalWrite(13, LOW);
}
void setup() {
pinMode(13, OUTPUT);
digitalWrite(13, HIGH);
Serial.begin(9600);
}
void loop() {
}
core.a(HardwareSerial.cpp.o): In function `__vector_18':
C:\Documents and Settings\User\Мои документы\Downloads\arduino-1.0.3-windows\arduino-1.0.3\hardware\arduino\cores\arduino/HardwareSerial.cpp:116: multiple definition of `__vector_18'
MGUPI_2.cpp.o:C:\Documents and Settings\User\Мои документы\Downloads\arduino-1.0.3-windows\arduino-1.0.3/MGUPI_2.ino:41: first defined here