Hi,
I have been trying to find out the cause of the ssh hanging while connecting with wireless/netctl. Here is the debugging info after running ssh with -vvv:
http://pastebin.com/eFVWK6d9Please see below the debugging info after giving the password:
$this->bbcode_second_pass_code('', 'root@192.168.1.147's password:
debug3: packet_send2: adding 64 (len 54 padlen 10 extra_pad 64)
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
Authenticated to 192.168.1.147 ([192.168.1.147]:22).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug2: callback start
debug2: fd 3 setting TCP_NODELAY
debug3: packet_set_tos: set IP_TOS 0x10
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 1
debug2: channel 0: request shell confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: client_check_window_change: changed
debug2: channel 0: request window-change confirm 0')
I have spent hours googling and it seems that it's a broadcom related bug, existing for many years. Do you have any idea on how i can solve my problem?
Thank you in advance.