Cloud9 didn't start and cannot ssh

Hi guys,

I recently bought my own Beaglebone Black and I cannot access cloud9 ide and cannot ssh to bbb. The only way I can communicate with BBB is via the serial port.

On BBB I have kernel 3.8.13-bone70.
The output of command /etc/init.d/ssh status is

ssh.service - LSB: OpenBSD Secure Shell server
Loaded: loaded (/etc/init.d/ssh)
Active: active (running) since Sun, 01 Mar 2015 20:46:00 +0000; 56s ago
Process: 645 ExecStart=/etc/init.d/ssh start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/ssh.service
└ 904 /usr/sbin/sshd

Mar 01 20:46:00 beaglebone ssh[645]: Starting OpenBSD Secure Shell server: sshd.
Mar 01 20:46:00 beaglebone sshd[904]: Server listening on 0.0.0.0 port 22.
Mar 01 20:46:00 beaglebone sshd[904]: Server listening on :: port 22.

Now, I don’t understand why I cannot access the IDE ( I tried from a Chrome browser) and why I cannot ssh to beaglebone.

Also, I tried to ping the address 192.168.7.2 and the output is:

ping 192.168.7.2

Pinging 192.168.7.2 with 32 bytes of data:
Request timed out.

Is this a factory default image board?

Upgrade if you are using chrome:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2015-11-03

Regards,

No, is not a factory default image. I was interested to use this kernel because I saw that I can find easily the linux headers package. But I will try to upgrade/reinstall the usb drivers.

Note, I tried yesterday on a Ubuntu Os and today at work on a Windows 7 machine were I connected BBB boards. Same effect, I could not connect.

No, is not a factory default image. I was interested to use this kernel
because I saw that I can find easily the linux headers package. But I will
try to upgrade/reinstall the usb drivers.

With the version i linked to:

sudo apt-get update
sudo apt-get install linux-headers-`uname -r`

The factory default can't do that...

Note, I tried yesterday on a Ubuntu Os and today at work on a Windows 7
machine were I connected BBB boards. Same effect, I could not connect.

windows driver certificate expired, grab 2015-11-03's..

Regards,

Thanks a lot RobertCNelson! Problem solved with a upgrade of the windows driver!

Again, thanks a lot!