Maybe, I'm just missing something really obvious here, but since I installed 8.0 on my desktop I can't connect to my Soekris 4801 via the serial port.
I already found that sio has been dropped from 8.0 and therefore cuad is now cuau. So I setup the connection like this:
which gives me 10 seconds to connect a device before it considers the link is down.
When I power on the Soekris well within that time, or give the command with the device already powered on, I get this error:
Connecting the soekris to a machine with 7.2 installed I can connect via cuad0 without any problems, so the cable and the soekris do not seem to be at fault.
What can I do to make my 8.0 RELEASE-p2 connect to the soekris?
I already found that sio has been dropped from 8.0 and therefore cuad is now cuau. So I setup the connection like this:
# cu -l /dev/cuau0 -s 19200 (19200 is the standard soekris speed)which gives me 10 seconds to connect a device before it considers the link is down.
When I power on the Soekris well within that time, or give the command with the device already powered on, I get this error:
Code:
/dev/cuau0: Device busy
link down
Connecting the soekris to a machine with 7.2 installed I can connect via cuad0 without any problems, so the cable and the soekris do not seem to be at fault.
What can I do to make my 8.0 RELEASE-p2 connect to the soekris?
# dmesg | grep uart
Code:
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: [FILTER]
# grep uart /boot/device.hints
Code:
hint.uart.0.at="isa"
hint.uart.0.port="0x3F8"
hint.uart.0.flags="0x10"
hint.uart.0.irq="4"
hint.uart.1.at="isa"
hint.uart.1.port="0x2F8"
hint.uart.1.irq="3"
# ls -la /dev/cuau*
Code:
crw-rw---- 1 uucp dialer 0, 42 11 feb 12:50 /dev/cuau0
crw-rw---- 1 uucp dialer 0, 43 11 feb 12:50 /dev/cuau0.init
crw-rw---- 1 uucp dialer 0, 44 11 feb 12:50 /dev/cuau0.lock