This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
2023 beta image
#60
Hello Sean, I would need some more help. I was quite sure to have solved the question of connection by eth0. My solution, elaborated with the help of Stelian, was as following:
- load the file net-usb-4.9.22-picore.tcz on repo.tinycorelinux.net/9.x/armv6/tcz/net-usb-4.9.22-piCore.tcz
- paste net-usb-4.9.22-picore.tcz in the folder /mnt/mmcblk0p2/tce/
- create the file "onboot.lst" dans /mnt/mmcblk0p/optional/ :
cd /mnt/mmcblk0p2/optional/
sudo touch onboot.lst
- edit onboot.lst:
sudo nano onboot.lst
- add the following line:
net-usb-KERNEL.tcz
ctrl o, ctrl x, filetool.sh -b
- execute:
tce-load -i net-usb-KERNEL.tcz
- edit bootlocal.sh to configure eth0 connection:
sudo nano /opt/bootlocal.sh
- insert the following sentence after networking start, line 137
ifconfig eth0 10.10.10.11 up
ctrl o, ctrl x, filetool.sh -b

That was working fine with the previous versions but I don't succeed with this last one. The command ifconfig -a show that eth0 is not there. I succeed to activate eth0 after launching of Tinypilot entering manually the following command with the console :
tce-load -i net-usb-KERNEL.tcz
ifconfig eth0 10.10.10.11 up

I have make some other trials, insert tce-load -i net-usb-KERNEL.tcz before ifconfig eth0 10.10.10.11 up in bootlocal.sh, place these commands at the end of the file, add sleep 8 between both but no change.

To summarize I need the way to obtain automatically during the launching the result given by my manual action.

Concerning SignalK behavior is correct if I give the same IP to wlan0 and eth0. By this way, the access is granted to this IP and the link is maintained once I disable the wifi.
Reply


Messages In This Thread
2023 beta image - by seandepagnier - 2023-12-27, 10:11 PM
RE: 2023 beta image - by Elea - 2024-01-02, 03:30 PM
RE: 2023 beta image - by Vic - 2024-01-02, 08:53 PM
RE: 2023 beta image - by seandepagnier - 2024-01-03, 03:36 AM
RE: 2023 beta image - by Vic - 2024-01-03, 08:48 AM
RE: 2023 beta image - by seandepagnier - 2024-01-06, 06:38 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-15, 05:22 PM
RE: 2023 beta image - by seandepagnier - 2024-01-15, 10:25 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-16, 11:50 AM
RE: 2023 beta image - by seandepagnier - 2024-01-16, 09:56 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-16, 10:51 PM
RE: 2023 beta image - by seandepagnier - 2024-01-17, 05:25 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-19, 08:58 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-21, 01:22 PM
RE: 2023 beta image - by seandepagnier - 2024-01-22, 02:31 AM
RE: 2023 beta image - by seandepagnier - 2024-01-22, 04:36 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-22, 05:52 PM
RE: 2023 beta image - by seandepagnier - 2024-01-23, 02:26 AM
RE: 2023 beta image - by seandepagnier - 2024-01-24, 09:57 PM
RE: 2023 beta image - by MarineW29 - 2024-01-27, 11:54 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-01-30, 11:32 PM
RE: 2023 beta image - by Moeritsen - 2024-01-31, 09:16 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-01, 12:18 AM
RE: 2023 beta image - by seandepagnier - 2024-02-01, 10:13 AM
RE: 2023 beta image - by Moeritsen - 2024-02-01, 06:52 PM
RE: 2023 beta image - by seandepagnier - 2024-02-01, 08:11 PM
RE: 2023 beta image - by Moeritsen - 2024-02-01, 09:12 PM
RE: 2023 beta image - by seandepagnier - 2024-02-01, 11:46 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-02, 11:37 AM
RE: 2023 beta image - by Moeritsen - 2024-02-02, 10:13 AM
RE: 2023 beta image - by seandepagnier - 2024-02-02, 07:30 PM
RE: 2023 beta image - by Moeritsen - 2024-02-03, 11:05 AM
RE: 2023 beta image - by seandepagnier - 2024-02-04, 03:25 AM
RE: 2023 beta image - by Moeritsen - 2024-02-05, 11:34 AM
RE: 2023 beta image - by seandepagnier - 2024-02-06, 10:13 AM
RE: 2023 beta image - by Moeritsen - 2024-02-06, 01:19 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-04, 09:13 PM
RE: 2023 beta image - by fgorina - 2024-02-05, 06:22 PM
RE: 2023 beta image - by Moeritsen - 2024-02-06, 09:59 AM
RE: 2023 beta image - by fgorina - 2024-02-07, 07:48 AM
RE: 2023 beta image - by fgorina - 2024-02-08, 02:40 PM
RE: 2023 beta image - by seandepagnier - 2024-02-09, 08:47 PM
RE: 2023 beta image - by Moeritsen - 2024-02-12, 03:35 PM
RE: 2023 beta image - by seandepagnier - 2024-02-12, 09:18 PM
RE: 2023 beta image - by Moeritsen - 2024-02-13, 08:11 PM
RE: 2023 beta image - by seandepagnier - 2024-02-18, 06:50 PM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-02-20, 03:34 PM
RE: 2023 beta image - by seandepagnier - 2024-02-20, 11:55 PM
RE: 2023 beta image - by fgorina - 2024-02-24, 09:05 AM
RE: 2023 beta image - by Jean-Marc Douroux - 2024-03-03, 07:33 PM
RE: 2023 beta image - by seandepagnier - 2024-03-04, 05:26 AM
RE: 2023 beta image - by seandepagnier - 2024-03-07, 04:17 AM
RE: 2023 beta image - by Blasut - 2024-03-12, 03:13 PM
RE: 2023 beta image - by seandepagnier - 2024-03-12, 09:54 PM
RE: 2023 beta image - by Blasut - 2024-03-13, 03:32 PM
RE: 2023 beta image - by Erickalon - 2024-03-13, 07:54 PM
RE: 2023 beta image - by seandepagnier - 2024-03-13, 09:27 PM
RE: 2023 beta image - by Erickalon - 2024-03-13, 11:02 PM
RE: 2023 beta image - by seandepagnier - 2024-03-14, 01:51 AM
RE: 2023 beta image - by Erickalon - 2024-03-14, 12:07 PM
RE: 2023 beta image - by seandepagnier - 2024-03-14, 03:09 PM
RE: 2023 beta image - by Erickalon - 2024-03-14, 04:16 PM
RE: 2023 beta image - by seandepagnier - 2024-03-15, 02:22 AM
RE: 2023 beta image - by Erickalon - 2024-03-15, 08:50 AM
RE: 2023 beta image - by Moeritsen - 2024-03-15, 02:02 PM
RE: 2023 beta image - by Erickalon - 2024-03-16, 11:24 AM
RE: 2023 beta image - by Moeritsen - 2024-03-18, 06:55 PM
RE: 2023 beta image - by Moeritsen - 2024-03-19, 10:29 AM
RE: 2023 beta image - by Erickalon - 2024-03-19, 10:36 AM
RE: 2023 beta image - by MarineW29 - 2024-05-12, 07:06 PM
RE: 2023 beta image - by seandepagnier - 2024-05-13, 07:02 PM
RE: 2023 beta image - by MarineW29 - 2024-05-13, 07:07 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)