Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| install_24_4_coova [2026/03/20 20:43] – system | install_24_4_coova [2026/03/20 20:48] (current) – system | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| <code bash> | <code bash> | ||
| sudo dpkg --install coova-chilli_1.8_amd64.deb | sudo dpkg --install coova-chilli_1.8_amd64.deb | ||
| - | [sudo] password for system: | + | ... |
| + | ... | ||
| Selecting previously unselected package coova-chilli. | Selecting previously unselected package coova-chilli. | ||
| (Reading database ... 263113 files and directories currently installed.) | (Reading database ... 263113 files and directories currently installed.) | ||
| Line 79: | Line 80: | ||
| * Edit the following file | * Edit the following file | ||
| <code bash> | <code bash> | ||
| - | | + | sudo vi / |
| </ | </ | ||
| * Change the file so that it looks like this | * Change the file so that it looks like this | ||
| <code bash> | <code bash> | ||
| - | | + | START_CHILLI=1 |
| - | CONFFILE="/ | + | CONFFILE="/ |
| - | HS_USER=" | + | HS_USER=" |
| </ | </ | ||
| * Save the file and start CoovaChilli | * Save the file and start CoovaChilli | ||
| <code bash> | <code bash> | ||
| - | #First enable the service so that it is started at boot time | + | #First enable the service so that it is started at boot time |
| - | | + | sudo systemctl enable chilli |
| - | | + | # Feedback code should be... |
| - | | + | # chilli.service is not a native service, redirecting to systemd-sysv-install. |
| - | | + | # Executing: / |
| - | | + | sudo systemctl start chilli |
| </ | </ | ||
| * Check the feedback on our start attempt. | * Check the feedback on our start attempt. | ||
| Line 104: | Line 105: | ||
| ● chilli.service - LSB: Start CoovaChilli daemon at boot time | ● chilli.service - LSB: Start CoovaChilli daemon at boot time | ||
| | | ||
| - | | + | |
| Docs: man: | Docs: man: | ||
| - | Process: | + | Process: |
| + | CPU: 130ms | ||
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes chilli[98540]: | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P chilli[986258]: No such device: ioctl(SIOCSIFADDR) failed |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| - | Jan 18 10:03:07 osboxes | + | Mar 20 20:46:20 Lenovo-IdeaPad-Y510P |
| </ | </ | ||