USB GPRS

Line 7: Line 7:
* Enable USB host mode.
* Enable USB host mode.
* get a powered USB hub.
* get a powered USB hub.
-
* compile the "HSO" kernel module for the Nokia N800 (Greg Kroah-Hartman is in the process of integrating the kernel module into the mainline kernel).
 
-
 
* compile a SCSI generic kernel module.
* compile a SCSI generic kernel module.
-
* compile a Option mode switch application.
+
 
 +
== "Option" HSDPA Modem ==
 +
* compile the "HSO" kernel module (Greg Kroah-Hartman is in the process of integrating the kernel module into the mainline kernel) for the Nokia N800.
 +
* compile the Option mode switch application.
* load the SCSI generic kernel module: "insmod sg.ko".
* load the SCSI generic kernel module: "insmod sg.ko".
-
* run the Option mode switch application: .
+
* run the Option mode switch application: "./rezero /dev/sg0".
* load the "HSO" kernel module: "insmod hso.ko".
* load the "HSO" kernel module: "insmod hso.ko".
* run the connect script: "./connect.sh up".
* run the connect script: "./connect.sh up".
* enjoy.
* enjoy.

Revision as of 15:15, 23 July 2008

Purpose

Get the external USB 3G HSDPA GPRS Modem to work with the Nokia N800 (or newer).

Steps

  • Enable USB host mode.
  • get a powered USB hub.
  • compile a SCSI generic kernel module.

"Option" HSDPA Modem

  • compile the "HSO" kernel module (Greg Kroah-Hartman is in the process of integrating the kernel module into the mainline kernel) for the Nokia N800.
  • compile the Option mode switch application.
  • load the SCSI generic kernel module: "insmod sg.ko".
  • run the Option mode switch application: "./rezero /dev/sg0".
  • load the "HSO" kernel module: "insmod hso.ko".
  • run the connect script: "./connect.sh up".
  • enjoy.