Hi everyone.
I'm still really struggling with getting USBNet setup and would love some help debugging.
Having previously got USB networking up and running, albeit patchily, but having problems with wifi. I now can't connect via USB at all.
I've read README_FIRST.txt but must be missing something:
I have so far:
* Jailbroken my kindle 4NT
* installed (via update.bin file) USBNetwork
* Installed KUAL
* Installed BBB
* Set my K4NT a static IP on my router
* Blocked my K4NT from accessing the internet
* Tried several times to connect via SSH, but failed due to the `no route to host` error
* re-installed USBNetwork in case that was the problem
* Retried USBNetwork (via the KUAL menu):
1. Edited the config file to add my kindle's static IP to `KINDLE_IP` and to set `USE_OPENSSH="true"` as my distro uses openSSH
2. Toggled USBNetwork via KUAL
3. Checked USBNetwork status (via KUAL) which output `N * USBNetwork: enabled (usbnet, sshd up)`
4. Connected the cable to my PC running KDE Neon (an Ubuntu 22.04 LTS derivative)
5. Opened my terminal emulator on my PC to setup the wired connection
6. Checked for my wired network device name with `ifconfig` and found it to be `enxee4900000000`
7. tried to setup the wired connection to match what the K4NT expects as host, but ran into permission errors
```
ifconfig enxee4900000000 192.168.15.201
SIOCSIFADDR: Operation not permitted
SIOCSIFFLAGS: Operation not permitted
```
8. tried again with `sudo` which looked like it worked:
```
sudo ifconfig enxee4900000000 192.168.15.201
ifconfig (base)
enxee4900000000: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.15.201 netmask 255.255.255.0 broadcast 192.168.15.255
inet6 fe80::11ab:af5e:b97b:bc9d prefixlen 64 scopeid 0x20<link>
ether ee:49:00:00:00:00 txqueuelen 1000 (Ethernet)
```
9. Recieved two popups from the system tray (network Manager?) about errors
```
Connection 'Wired connection 1' deactivated.
IP configuration was unavailable
```
10. Needless to say could not connect via ssh `sh: connect to host MY.KINDLE.STATIC.IP port 22: Connection timed out`
I'm still really struggling with getting USBNet setup and would love some help debugging.
Having previously got USB networking up and running, albeit patchily, but having problems with wifi. I now can't connect via USB at all.
I've read README_FIRST.txt but must be missing something:
I have so far:
* Jailbroken my kindle 4NT
* installed (via update.bin file) USBNetwork
* Installed KUAL
* Installed BBB
* Set my K4NT a static IP on my router
* Blocked my K4NT from accessing the internet
* Tried several times to connect via SSH, but failed due to the `no route to host` error
* re-installed USBNetwork in case that was the problem
* Retried USBNetwork (via the KUAL menu):
1. Edited the config file to add my kindle's static IP to `KINDLE_IP` and to set `USE_OPENSSH="true"` as my distro uses openSSH
2. Toggled USBNetwork via KUAL
3. Checked USBNetwork status (via KUAL) which output `N * USBNetwork: enabled (usbnet, sshd up)`
4. Connected the cable to my PC running KDE Neon (an Ubuntu 22.04 LTS derivative)
5. Opened my terminal emulator on my PC to setup the wired connection
6. Checked for my wired network device name with `ifconfig` and found it to be `enxee4900000000`
7. tried to setup the wired connection to match what the K4NT expects as host, but ran into permission errors
```
ifconfig enxee4900000000 192.168.15.201
SIOCSIFADDR: Operation not permitted
SIOCSIFFLAGS: Operation not permitted
```
8. tried again with `sudo` which looked like it worked:
```
sudo ifconfig enxee4900000000 192.168.15.201
ifconfig (base)
enxee4900000000: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.15.201 netmask 255.255.255.0 broadcast 192.168.15.255
inet6 fe80::11ab:af5e:b97b:bc9d prefixlen 64 scopeid 0x20<link>
ether ee:49:00:00:00:00 txqueuelen 1000 (Ethernet)
```
9. Recieved two popups from the system tray (network Manager?) about errors
```
Connection 'Wired connection 1' deactivated.
IP configuration was unavailable
```
10. Needless to say could not connect via ssh `sh: connect to host MY.KINDLE.STATIC.IP port 22: Connection timed out`