1000001101000 / Debian_on_Buffalo

Tools for Installing/Running Debian on Buffalo ARM based Linkstation/Terastation/Kurobox/Cloudstor devices.
316 stars 40 forks source link

No network connection after successfull install Terastation TS-XL #205

Closed andreasnsa closed 6 months ago

andreasnsa commented 6 months ago

Hi, i have problems after installing debian on a terastation TS-XL. If installation is successfull and the terastation reboots (debian bookworm and also tested bullseye) there is no network connection to the terastation possible anymore. In installation mode its no problem, the terastation gets ip from dhcp. After reboot, display is green and version of debian shows in the display. I have tested both network ports, nothing. Did i missed something?

1000001101000 commented 6 months ago

The dhcp client the installer uses vs the one in the Debian install are a little different about the client id they send. I would guess that the terastation is getting a different ip address.

andreasnsa commented 6 months ago

no, i see no dhcp leases in my dhcp server. only the old lease from installer, but the old ip is not reachable. tomorrow i'm getting serial cable, the one i have here (uart usb) only gives me hyroglyphs in terminal session (alle bitrates tested). I hope i can then see something whats going on.

1000001101000 commented 6 months ago

serial connection should let you see what the device thinks is going on with the network.... at least I think there should be output for the link going up and for attempts to get a dhcp lease etc.

Garbage in the serial output would imply it's connected but may have wrong settings, speed/parity/stop bits etc... could also be a bad connection I suppose. I have the details of the serial parameters on the wiki: https://buffalonas.miraheze.org/wiki/Terastation_TS-XL#Device_Notes

I suppose you could also hook it up to a PC and verify if it's sending DHCP requests with a packet sniffer.... I haven't done much of that kind of work..... well, not with DHCP stuff

1000001101000 commented 6 months ago

I went ahead and tried an install with my TS-XL, it picked up an IP address after the reboot without issue.