This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365 Verizon usb760

Is it possible for the DM365 to support a wireless usb from Verizon?

 

I saw a patch such as the one below from Ubuntu forum and wondering if this will work on DM365? Although the directories don't exist as below, is there anything similar for DM365?

sudo gedit /etc/udev/rules.d/70-persistent-cd.rules
find the line that contains "Novatel_Mass_Storage" and append the following to it:
RUN+="/usr/bin/eject %k"

save and close

sudo gedit /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
Add this in there:

<!-- Verizon USB760-->
<match key="@info.parent:usb.vendor_id" int="0x1410">
<match key="@info.parent:usb.product_id" int="0x6000">
<match key="@info.parent:usb.interface.number" int="0">
<append key="info.capabilities" type="strlist">modem</append>
<append key="modem.command_sets" type="strlist">IS-707-A</append>
</match>
</match>
</match>

save and close


Any help is always appreciated....

Thanks so much!

--Julia