progress ?
Hi Dottedmag,
from your message I gather the BeBook should be plugged in to the PC via usb cable. From the help page I thought that step came later.
Anyway I tried a few things, hoping they might throw some light on the problem. Please see the transcript below.
Thanks for your interest. Regards.
transcript follows:
I started PC normally without BeBook connected.
ralph@en:~/BeBook$ dmesg
[ 0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00
...
[ 33.916031] I will go on reclaiming the buffers anyway.
[ 98.479984] PPP BSD Compression module registered
[ 98.523041] PPP Deflate Compression module registered
### as before except for my dail up connection
### now I plug in BeBook (it is powered up & running openinkpot)
ralph@en:~/BeBook$ dmesg
[ 0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00
...
[ 33.916031] I will go on reclaiming the buffers anyway.
[ 98.479984] PPP BSD Compression module registered
[ 98.523041] PPP Deflate Compression module registered
[ 939.984045] usb 1-2: new full speed USB device using uhci_hcd and address 2
[ 940.241874] usb 1-2: configuration #1 chosen from 2 choices
[ 940.380830] usb0: register 'cdc_ether' at usb-0000:00:1f.4-2, CDC Ethernet Device, 46:21:4f:bc:54:59
[ 940.381793] usbcore: registered new interface driver cdc_ether
ralph@en:~/BeBook$
### ok extra usb stuff
ralph@en:~/BeBook$ ifconfig usb0 up
SIOCSIFFLAGS: Permission denied
ralph@en:~/BeBook$ sudo ifconfig usb0 up
[sudo] password for ralph:
### no error message so assume command worked
ralph@en:~/BeBook$ dmesg
...
[ 940.381793] usbcore: registered new interface driver cdc_ether
[ 1104.544024] usb0: no IPv6 routers present
### one extra line.
ralph@en:~/BeBook$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:a5:65:f7:89
...
lo Link encap:Local Loopback
...
ppp0 Link encap:Point-to-Point Protocol
...
usb0 Link encap:Ethernet HWaddr 46:21:4f:bc:54:59
inet6 addr: fe80::4421:4fff:febc:5459/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:468 (468.0 B)
### looks like new device is seen
### try ssh
ralph@en:~/BeBook$ ssh root@192.168.111.1
ssh: connect to host 192.168.111.1 port 22: Connection timed out
ralph@en:~/BeBook$ sudo ssh root@192.168.111.1
ssh: connect to host 192.168.111.1 port 22: Connection timed out
### ok now I restart the PC with the BeBook connected & powered on (running openinkpot - of course)
ralph@en:~/BeBook$ dmesg | grep usb
[ 1.166795] usbcore: registered new interface driver usbfs
[ 1.166847] usbcore: registered new interface driver hub
[ 1.166938] usbcore: registered new device driver usb
[ 3.757860] usb usb1: configuration #1 chosen from 1 choice
[ 3.758345] usbcore: registered new interface driver libusual
[ 3.758440] usbcore: registered new interface driver usbserial
[ 3.758522] usbcore: registered new interface driver usbserial_generic
[ 3.758530] usbserial: USB Serial Driver core
[ 4.072205] usb 1-2: new full speed USB device using uhci_hcd and address 2
[ 4.298907] usb 1-2: configuration #1 chosen from 2 choices
[ 16.010280] usb0: register 'cdc_ether' at usb-0000:00:1f.4-2, CDC Ethernet Device, 46:21:4f:bc:54:59
[ 16.010370] usbcore: registered new interface driver cdc_ether
ralph@en:~/BeBook$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:a5:65:f7:89
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ralph@en:~/BeBook$ sudo ifconfig usb0 up
[sudo] password for ralph:
ralph@en:~/BeBook$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:02:a5:65:f7:89
...
lo Link encap:Local Loopback
...
usb0 Link encap:Ethernet HWaddr 46:21:4f:bc:54:59
inet6 addr: fe80::4421:4fff:febc:5459/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:238 (238.0 B)
### try ssh again
ralph@en:~/BeBook$ sudo ssh root@192.168.111.1
ssh: connect to host 192.168.111.1 port 22: Network is unreachable
ralph@en:~/BeBook$
|