| Author |
Message |
smokey01

Joined: 30 Dec 2006 Posts: 1602 Location: South Australia
|
Posted: Sat 02 Jan 2010, 07:00 Post subject:
Driver for the Huawei K3765 wireless modem (Solved) |
|
Is there a driver available for the HAUWEI K3765 modem. This is a modem that Vodafone uses for Wireless broadband.
Puppy 4.3.1 can't see the modem.
Thanks.
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
Last edited by smokey01 on Tue 12 Jan 2010, 04:39; edited 1 time in total
|
|
Back to top
|
|
 |
gposil

Joined: 06 Apr 2009 Posts: 1305 Location: Stanthorpe (The Granite Belt), QLD, Australia
|
Posted: Sat 02 Jan 2010, 08:04 Post subject:
|
|
Below is info from vodafone on that modem,
| Quote: | name = "Huawei K3765"
version = "0.1"
author = u"Andrew Bird"
custom = HuaweiCustomizer
__remote_name__ = "K3765"
__properties__ = {
'usb_device.vendor_id': [0x12d1],
'usb_device.product_id': [0x1451, 0x1465],
}
def preprobe_init(self, ports, info):
if info['usb_device.product_id'] == 0x1465:
self.hardcoded_ports = (0,4) # auto probing can hang
else: # let probing occur
pass
huaweik3765 = HuaweiK3765() |
This may help...
_________________
Dpup Home
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6660 Location: lisbon
|
Posted: Sun 03 Jan 2010, 04:49 Post subject:
|
|
If you install Rerwin's 3G_pupdial-wireless & usbmodeswitch .pets, then run Pupdial->probe, is the device detected? (You may need to run Pupdial->probe->Erase also)
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1602 Location: South Australia
|
Posted: Sun 03 Jan 2010, 06:00 Post subject:
|
|
Thanks guys.
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1602 Location: South Australia
|
Posted: Sun 03 Jan 2010, 21:38 Post subject:
|
|
| muggins wrote: | | If you install Rerwin's 3G_pupdial-wireless & usbmodeswitch .pets, then run Pupdial->probe, is the device detected? (You may need to run Pupdial->probe->Erase also) |
Thanks muggins I tried this and the modem is still not detected.
I also tried the erase without success.
I never had this much trouble getting the Huawei E169 to work. At least the E169 was detected from the start. The problem was finding the correct APN and Dial in number for Optus.
Do you have any other suggestions?
Thanks
Grant
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1602 Location: South Australia
|
Posted: Sun 03 Jan 2010, 21:40 Post subject:
|
|
| gposil wrote: | Below is info from vodafone on that modem,
| Quote: | name = "Huawei K3765"
version = "0.1"
author = u"Andrew Bird"
custom = HuaweiCustomizer
__remote_name__ = "K3765"
__properties__ = {
'usb_device.vendor_id': [0x12d1],
'usb_device.product_id': [0x1451, 0x1465],
}
def preprobe_init(self, ports, info):
if info['usb_device.product_id'] == 0x1465:
self.hardcoded_ports = (0,4) # auto probing can hang
else: # let probing occur
pass
huaweik3765 = HuaweiK3765() |
This may help... |
qposil,
I had most of the information above but how do I use it so my modem will be recognised/detected?
Thanks
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
smokey01

Joined: 30 Dec 2006 Posts: 1602 Location: South Australia
|
Posted: Tue 12 Jan 2010, 04:36 Post subject:
|
|
I found a solution.
See here: http://murga-linux.com/puppy/viewtopic.php?p=380941#380941
_________________ Puppy Software <-> Distros <-> Puppy Linux Tips
|
|
Back to top
|
|
 |
|