How to SSH to BeagleBone's IP Address through USB cable on FreeBSD

I bought BBB today. It is a very cute board.After I install the drivers this board provided, I can SSH to BeagleBone’s IP Address through USB cable on Windows 7. I have an FreeBSD 10 laptop, I try to SSH to BeagleBone’s IP Address through USB cable on FreeBSD but I can’t. It shows “ssh: connect to host 192.168.7.2 port 22: Operation timed out”.
Should I install any driver on FreeBSD? Or What can I do to make it works like on win 7?

Thanks!

I bought BBB today. It is a very cute board.After I install the drivers
this board provided, I can SSH to BeagleBone's IP Address through USB
cable on Windows 7. I have an FreeBSD 10 laptop, I try to SSH to
BeagleBone's IP Address through USB cable on FreeBSD but I can't. It shows
"ssh: connect to host 192.168.7.2 port 22: Operation timed out".
Should I install any driver on FreeBSD? Or What can I do to make it works
like on win 7?

Is your FreeBSD install newer than Feb 6, 2014 [1]?
Can you share a kernel log that might indicate how the board was detected
by FreeBSD?
Do any network adapters show up for which you don't perform DHCP?

[1] [base] Revision 261541

the output of ifconfig would be immensely helpful. On the BSD side that is.

oh, and the output of lsmod.

raycherng@gmail.com wrote:

[-- text/plain, encoding 7bit, charset: UTF-8, 17 lines --]

I bought BBB today. It is a very cute board.After I install the drivers
this board provided, I can SSH to BeagleBone's IP Address through USB
cable on Windows 7. I have an FreeBSD 10 laptop, I try to SSH to
BeagleBone's IP Address through USB cable on FreeBSD but I can't. It shows
"ssh: connect to host 192.168.7.2 port 22: Operation timed out".
Should I install any driver on FreeBSD? Or What can I do to make it works
like on win 7?

Do you have a home LAN? I.e. are your PCs plugged into a router or
some such? If so it's far easier IMHO to just use the ethernet
connection on the BBB and plug that into one of the LAN connections on
the router. You can still use the USB to power the BBB, or you can
separate it completely from the PC and power it from a USB charger.

My FreeBSD 10.0 install on May, 2014 but it released on Jan 2014.
I am both beaglebone black and FreeBSD newbie.Where to view the kernel log?

Jason Kridner於 2014年9月5日星期五UTC+8上午4時53分40秒寫道:

$ ifconfig
ral0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether e0:2a:82:1b:5a:6a
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 1c:c1:de:bc:13:b8
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether e0:2a:82:1b:5a:6a
inet 192.168.1.102 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11g
status: associated
ssid Yu channel 9 (2452 MHz 11g) bssid b0:b2:dc:35:77:1b
country US authmode WPA2/802.11i privacy ON deftxkey UNDEF
AES-CCM 2:128-bit txpower 0 bmiss 7 scanvalid 60 protmode CTS wme
roaming MANUAL

$ lsmod
lsmod: not found

William Hermans於 2014年9月5日星期五UTC+8上午4時58分42秒寫道:

Yes, I have a home LAN and I can plug my BBB to my router and it works this way.I can SSH to my BBB through LAN.
But I still want to know what’s wrong when I connect the USB cable on my FreeBSD.

c…@isbd.net於 2014年9月5日星期五UTC+8下午5時05分39秒寫道: