Utila Steve wrote:Nearly 250 views and not one hint, suggestion, or direction............ are all mint forum users begginers like me? Is there anyone who can give this old fool me some idea of how to fix this problem? Please, pretty please ..... if i was wealthy i would offer a reward!

Hey , Dude !I don't remember the original sources of these methods , but you can search the net and find them.
Here's method I:Open up a terminal as root.(sudo su)
Enter command "
gedit /etc/modules" (gedit is text editor you can use leafpad or whatever you have)
Add At the bottom of the file:
usbserial
optionSave and Reboot (or try
/etc/modules reload).
=========================================================
...And method II :1.open terminal as root
2. use command "
lsusb" and you will receive something like "
Bus 001 Device 005: ID 1bbb:0017 T & A Mobile Phones"
for your modem.
Instead of 1bbb:f000 use your device id obtained by "
lsusb" command !!!
3. use command "
gedit /usr/bin/usbModemScript"
and add:
#!/bin/bash
echo 1bbb f000 > new_id Save file and close .
4. enter in terminal :
chmod +x /usr/bin/usbModemScript5. next command: "
geit /etc/udev/rules.d/option.rules"
and add:
ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f000", RUN+="/usr/bin/usbModemScript"
ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f000", RUN+="/sbin/modprobe option"Save file and close .
6.Reboot