Author Topic: application wants to connect - already on the new via USB  (Read 2606 times)

darkeye

  • Newbie
  • *
  • Posts: 35
    • View Profile
    • http://
application wants to connect - already on the new via USB
« on: March 17, 2004, 07:04:05 pm »
I have a strange problem. I am already connected to the internet via the USB cable, and have set up default route and DNS resolv properly. But when I start NetFront, it wants to \'connect\' still, and refuses to work. even though from the terminal I can ping or ssh to anywhere.

how could I let the Zaurus know that it is already connected?

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
application wants to connect - already on the new via USB
« Reply #1 on: March 17, 2004, 08:20:39 pm »
Actually it\'s not that strange, NetFront and QtMail want QT to tell them that the network is up. Unfortunately Sharp decided that TCP/IP over USB doesn\'t count as a connection. As you have found ping, ssh etc already know that the conection is there. To tell NetFront that it si up us the following from a terminal

qcop QPE/Network \"up()\"

The globe (network) icon should now appear in the taskbar and netfront should work. To automate this search ZSI for dummydev.

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

darkeye

  • Newbie
  • *
  • Posts: 35
    • View Profile
    • http://
application wants to connect - already on the new via USB
« Reply #2 on: March 18, 2004, 02:29:04 am »
well, it doesn\'t seem to work, here\'s what I get:

Code: [Select]
# qcop QPE/Network "up()"

Null driver cannot connect

Aborted


any more suggestions? this is very anoying (and very windows-like...)

whit

  • Full Member
  • ***
  • Posts: 145
    • View Profile
application wants to connect - already on the new via USB
« Reply #3 on: June 06, 2004, 05:56:48 pm »
Quote
the following from a terminal

qcop QPE/Network \"up()\"


Works for me on an 860. Thanks!

whit

  • Full Member
  • ***
  • Posts: 145
    • View Profile
application wants to connect - already on the new via USB
« Reply #4 on: June 06, 2004, 06:03:24 pm »
Quote
well, it doesn\'t seem to work, here\'s what I get:

Code: [Select]
# qcop QPE/Network "up()"


From the \"#\" you\'re doing this as root - doesn\'t work as root, try as default user (\"zaurus\" I think).